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..1c22296b167bf1eaf5dd1a5be400aa4827e85019 --- /dev/null +++ b/adapter_config.json @@ -0,0 +1,34 @@ +{ + "alpha_pattern": {}, + "auto_mapping": null, + "base_model_name_or_path": "haoranxu/ALMA-13B-Pretrain", + "bias": "none", + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 32, + "lora_dropout": 0.05, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": null, + "peft_type": "LORA", + "r": 16, + "rank_pattern": {}, + "revision": null, + "target_modules": [ + "k_proj", + "gate_proj", + "down_proj", + "up_proj", + "o_proj", + "q_proj", + "v_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..aab28b4c4798f97dbebcf4cb9b16087f923a2186 --- /dev/null +++ b/adapter_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:338ab7cd6c4f3bde3eb36cbeb838acb85fe1fb4c40d0d5c0cf6d9d01bfddfb37 +size 125248624 diff --git a/checkpoint-311/README.md b/checkpoint-311/README.md new file mode 100644 index 0000000000000000000000000000000000000000..2bf40f4ec8fe7bb4813b1d72636652ca158178f3 --- /dev/null +++ b/checkpoint-311/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-311/adapter_config.json b/checkpoint-311/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..a843997047f2ccc2097b4593aeb7717890ec705e --- /dev/null +++ b/checkpoint-311/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": [ + "up_proj", + "k_proj", + "v_proj", + "down_proj", + "q_proj", + "o_proj", + "gate_proj" + ], + "task_type": "CAUSAL_LM", + "use_dora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/checkpoint-311/adapter_model.safetensors b/checkpoint-311/adapter_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..aab28b4c4798f97dbebcf4cb9b16087f923a2186 --- /dev/null +++ b/checkpoint-311/adapter_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:338ab7cd6c4f3bde3eb36cbeb838acb85fe1fb4c40d0d5c0cf6d9d01bfddfb37 +size 125248624 diff --git a/checkpoint-311/adapter_model/README.md b/checkpoint-311/adapter_model/README.md new file mode 100644 index 0000000000000000000000000000000000000000..2bf40f4ec8fe7bb4813b1d72636652ca158178f3 --- /dev/null +++ b/checkpoint-311/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-311/adapter_model/adapter_config.json b/checkpoint-311/adapter_model/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..a843997047f2ccc2097b4593aeb7717890ec705e --- /dev/null +++ b/checkpoint-311/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": [ + "up_proj", + "k_proj", + "v_proj", + "down_proj", + "q_proj", + "o_proj", + "gate_proj" + ], + "task_type": "CAUSAL_LM", + "use_dora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/checkpoint-311/adapter_model/adapter_model.safetensors b/checkpoint-311/adapter_model/adapter_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..aab28b4c4798f97dbebcf4cb9b16087f923a2186 --- /dev/null +++ b/checkpoint-311/adapter_model/adapter_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:338ab7cd6c4f3bde3eb36cbeb838acb85fe1fb4c40d0d5c0cf6d9d01bfddfb37 +size 125248624 diff --git a/checkpoint-311/global_step311/mp_rank_00_model_states.pt b/checkpoint-311/global_step311/mp_rank_00_model_states.pt new file mode 100644 index 0000000000000000000000000000000000000000..274138d51ce247995aeed6f4796cc43ad651039a --- /dev/null +++ b/checkpoint-311/global_step311/mp_rank_00_model_states.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b57f9d446f8cefb4cb1d3268752c6af571c6af4d1395fb0843b538308084c1b6 +size 125607596 diff --git a/checkpoint-311/global_step311/zero_pp_rank_0_mp_rank_00_optim_states.pt b/checkpoint-311/global_step311/zero_pp_rank_0_mp_rank_00_optim_states.pt new file mode 100644 index 0000000000000000000000000000000000000000..4a151761b052835bce47b7bb6082187d7606040e --- /dev/null +++ b/checkpoint-311/global_step311/zero_pp_rank_0_mp_rank_00_optim_states.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c31b58a3a9585b9cbe339191996d8a6ddf8f80f9b65e621e758e58c5edae927 +size 187779656 diff --git a/checkpoint-311/global_step311/zero_pp_rank_1_mp_rank_00_optim_states.pt b/checkpoint-311/global_step311/zero_pp_rank_1_mp_rank_00_optim_states.pt new file mode 100644 index 0000000000000000000000000000000000000000..ee32f1665efa0ff5a97f2cba9a92d4a7f9383d42 --- /dev/null +++ b/checkpoint-311/global_step311/zero_pp_rank_1_mp_rank_00_optim_states.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03e71d836b979dde5a7343c2645bb1465ed7a3fff709d2f4fe8cb57896531980 +size 187779784 diff --git a/checkpoint-311/global_step311/zero_pp_rank_2_mp_rank_00_optim_states.pt b/checkpoint-311/global_step311/zero_pp_rank_2_mp_rank_00_optim_states.pt new file mode 100644 index 0000000000000000000000000000000000000000..6207251e37f701dc7bdb8e21a79a5801b59fff66 --- /dev/null +++ b/checkpoint-311/global_step311/zero_pp_rank_2_mp_rank_00_optim_states.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0959ec244734d49df8f614dcdbcfb1d5f8d8b3e53ce20d2420918ec8f2f8896 +size 187779784 diff --git a/checkpoint-311/global_step311/zero_pp_rank_3_mp_rank_00_optim_states.pt b/checkpoint-311/global_step311/zero_pp_rank_3_mp_rank_00_optim_states.pt new file mode 100644 index 0000000000000000000000000000000000000000..f4fcbf8ff40c2dc1c62852ed7873bc067975d3e0 --- /dev/null +++ b/checkpoint-311/global_step311/zero_pp_rank_3_mp_rank_00_optim_states.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d1d84331b64385b1572498c9d48cc3891f7b58657fafccd847c3b40ebb9e25e +size 187779784 diff --git a/checkpoint-311/latest b/checkpoint-311/latest new file mode 100644 index 0000000000000000000000000000000000000000..c838711ad78a5e59deb31ec445824831827e7177 --- /dev/null +++ b/checkpoint-311/latest @@ -0,0 +1 @@ +global_step311 \ No newline at end of file diff --git a/checkpoint-311/rng_state_0.pth b/checkpoint-311/rng_state_0.pth new file mode 100644 index 0000000000000000000000000000000000000000..68b442701afebe3f86958168f97c8f3ee4db4ef7 --- /dev/null +++ b/checkpoint-311/rng_state_0.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ce9dc2e4004fd722aa40e03b65abe73fe5436a71ffdfb598420feb9d1b07edb +size 15024 diff --git a/checkpoint-311/rng_state_1.pth b/checkpoint-311/rng_state_1.pth new file mode 100644 index 0000000000000000000000000000000000000000..d14de92dd929532afea823865f2a019d10452e35 --- /dev/null +++ b/checkpoint-311/rng_state_1.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:becd375d6ea060316cd525eaec45289229412702bcf9823eeffe9f8aee6d028f +size 15024 diff --git a/checkpoint-311/rng_state_2.pth b/checkpoint-311/rng_state_2.pth new file mode 100644 index 0000000000000000000000000000000000000000..8bc870e345cb246d7ec8ee1b55a864fa176941dc --- /dev/null +++ b/checkpoint-311/rng_state_2.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49e8416964492175944f4077bcc27948f12ff56eb87a6c912bea1a5110c2ab5c +size 15024 diff --git a/checkpoint-311/rng_state_3.pth b/checkpoint-311/rng_state_3.pth new file mode 100644 index 0000000000000000000000000000000000000000..27955a6cbcc9f948691a072940bdd9912c07cdea --- /dev/null +++ b/checkpoint-311/rng_state_3.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7ee880f74516c7be9eeba6e699bfbabb51f8ae3db5f1b1e6008924493a70297 +size 15024 diff --git a/checkpoint-311/scheduler.pt b/checkpoint-311/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..d6886388b1e13b832addb3e60881f16e76e76a37 --- /dev/null +++ b/checkpoint-311/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d32b02fe21b098b09a6ac6c841adaeb53cc508dc55bc96b755ef4f3d4f2c710a +size 1064 diff --git a/checkpoint-311/special_tokens_map.json b/checkpoint-311/special_tokens_map.json new file mode 100644 index 0000000000000000000000000000000000000000..8bedc05a6476080d7f473a9da72394f2cee48340 --- /dev/null +++ b/checkpoint-311/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-311/tokenizer.json b/checkpoint-311/tokenizer.json new file mode 100644 index 0000000000000000000000000000000000000000..9d45deca9edc80300989ca717b2f5673b0e0976f --- /dev/null +++ b/checkpoint-311/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-311/tokenizer.model b/checkpoint-311/tokenizer.model new file mode 100644 index 0000000000000000000000000000000000000000..6c00c742ce03c627d6cd5b795984876fa49fa899 --- /dev/null +++ b/checkpoint-311/tokenizer.model @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347 +size 499723 diff --git a/checkpoint-311/tokenizer_config.json b/checkpoint-311/tokenizer_config.json new file mode 100644 index 0000000000000000000000000000000000000000..fff2449d3d3d6ad0d0fec6cf91122be524aa3e50 --- /dev/null +++ b/checkpoint-311/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-311/trainer_state.json b/checkpoint-311/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..d4a5ffb51e36757321ef324a7a4beb5da2d983b1 --- /dev/null +++ b/checkpoint-311/trainer_state.json @@ -0,0 +1,166 @@ +{ + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 0.9969945902624725, + "eval_steps": 16, + "global_step": 311, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.05129232618713685, + "grad_norm": 0.5048500299453735, + "learning_rate": 0.0015, + "loss": 1.1504, + "step": 16 + }, + { + "epoch": 0.1025846523742737, + "grad_norm": 0.389893114566803, + "learning_rate": 0.0011094003924504584, + "loss": 3.0392, + "step": 32 + }, + { + "epoch": 0.15387697856141053, + "grad_norm": 0.2868100106716156, + "learning_rate": 0.0007427813527082075, + "loss": 0.8441, + "step": 48 + }, + { + "epoch": 0.2051693047485474, + "grad_norm": 0.2573494613170624, + "learning_rate": 0.0005962847939999439, + "loss": 0.783, + "step": 64 + }, + { + "epoch": 0.25646163093568425, + "grad_norm": 0.31569787859916687, + "learning_rate": 0.000512147519731584, + "loss": 0.7637, + "step": 80 + }, + { + "epoch": 0.30775395712282105, + "grad_norm": 0.2564464211463928, + "learning_rate": 0.0004558423058385518, + "loss": 0.719, + "step": 96 + }, + { + "epoch": 0.3590462833099579, + "grad_norm": 0.32603177428245544, + "learning_rate": 0.0004147806778921701, + "loss": 0.7037, + "step": 112 + }, + { + "epoch": 0.4103386094970948, + "grad_norm": 0.2662847340106964, + "learning_rate": 0.0003831305140884606, + "loss": 0.6794, + "step": 128 + }, + { + "epoch": 0.46163093568423164, + "grad_norm": 0.3353310525417328, + "learning_rate": 0.00035777087639996636, + "loss": 0.6737, + "step": 144 + }, + { + "epoch": 0.5129232618713685, + "grad_norm": 0.26287367939949036, + "learning_rate": 0.00033686076842660763, + "loss": 0.6561, + "step": 160 + }, + { + "epoch": 0.5642155880585054, + "grad_norm": 0.3288561999797821, + "learning_rate": 0.00031923475378704884, + "loss": 0.6359, + "step": 176 + }, + { + "epoch": 0.6155079142456421, + "grad_norm": 0.35450485348701477, + "learning_rate": 0.0003041143685078822, + "loss": 0.612, + "step": 192 + }, + { + "epoch": 0.666800240432779, + "grad_norm": 0.29516109824180603, + "learning_rate": 0.00029095718698132317, + "loss": 0.6057, + "step": 208 + }, + { + "epoch": 0.7180925666199158, + "grad_norm": 0.38677069544792175, + "learning_rate": 0.00027937211830783126, + "loss": 0.5943, + "step": 224 + }, + { + "epoch": 0.7693848928070527, + "grad_norm": 0.3125530481338501, + "learning_rate": 0.000269069117598525, + "loss": 0.5635, + "step": 240 + }, + { + "epoch": 0.8206772189941896, + "grad_norm": 0.3307824730873108, + "learning_rate": 0.00025982792098465233, + "loss": 0.5629, + "step": 256 + }, + { + "epoch": 0.8719695451813264, + "grad_norm": 0.31122493743896484, + "learning_rate": 0.0002514778453847726, + "loss": 0.5582, + "step": 272 + }, + { + "epoch": 0.9232618713684633, + "grad_norm": 0.3087589144706726, + "learning_rate": 0.00024388430433987693, + "loss": 0.5364, + "step": 288 + }, + { + "epoch": 0.9745541975556001, + "grad_norm": 0.3315638601779938, + "learning_rate": 0.00023693955110363693, + "loss": 0.5412, + "step": 304 + } + ], + "logging_steps": 16, + "max_steps": 311, + "num_input_tokens_seen": 0, + "num_train_epochs": 1, + "save_steps": 16, + "stateful_callbacks": { + "TrainerControl": { + "args": { + "should_epoch_stop": false, + "should_evaluate": false, + "should_log": false, + "should_save": true, + "should_training_stop": true + }, + "attributes": {} + } + }, + "total_flos": 3.158660236722569e+18, + "train_batch_size": 2, + "trial_name": null, + "trial_params": null +} diff --git a/checkpoint-311/training_args.bin b/checkpoint-311/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..a559a156d841eef1c24c8c1c07e5a388c037e23d --- /dev/null +++ b/checkpoint-311/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27d440096ca8427a9776b9730e92bb36140e047bb9df66211deefc92fde807f2 +size 6776 diff --git a/checkpoint-311/zero_to_fp32.py b/checkpoint-311/zero_to_fp32.py new file mode 100644 index 0000000000000000000000000000000000000000..e69ecd9acb5a235ffbf927091051106d902b3d39 --- /dev/null +++ b/checkpoint-311/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-ca-en b/test-ca-en new file mode 100644 index 0000000000000000000000000000000000000000..aef3bcace615051a1d14a2c40fb51349a99e8a1a --- /dev/null +++ b/test-ca-en @@ -0,0 +1,1012 @@ +Now we have four-month-old babies who are not diabetic, where they used to be," he added. +Dr. Ehud Ur, a professor of medicine at Dalhousie University in Halifax, Nova Scotia, and chair of the scientific and clinical division of the Canadian Diabetes Association, noted that the research is in the early stages. +He shares the skepticism of other experts about the possibility of curing diabetes, and notes that these results are not relevant to people who already have type 1 diabetes. +On Monday, Sara Danius, permanent secretary of the Nobel Prize Committee for Literature at the Swedish Academy, publicly announced in Sweden on Sveriges Radio that the committee had given up trying to contact Bob Dylan after failing to get in touch with him following his winning of the Nobel Prize in Literature in 2016. +Danius said: "Right now we're not doing anything. I've called and emailed his most trusted collaborator and got nice replies. For now, that's enough." +Previously, Ring's CEO Jamie Siminoff said the company was founded after he couldn't hear his doorbell from his garage workshop. +He said he invented a Wi-Fi bell. +Siminoff said sales took off after he appeared on the show Shark Tank in 2013, where he was rejected by the show's investors. +By late 2017, Siminoff was appearing on the QVC shopping channel. +Ring is also currently being sued by competing security company ADT Corporation. +While an experimental vaccine may reduce the deaths from Ebola, there is currently no proven treatment for the infection. +An antibody cocktail called ZMapp showed early promise but formal studies indicated it was less effective at preventing death than desired. +In the experimental PALM trial, ZMapp was used as the control, and the other three treatments were compared to it. +USA Gymnastics is supporting the letter from the U.S. Olympic & Paralympic Committee and recognizes the absolute necessity for the Olympic family to provide a safe environment for all athletes. +We agree with the statement from the U.S. Olympic & Paralympic Committee that athletes and clubs are best served by continuing to pursue meaningful reforms in the organization rather than pulling out of the process. +USA Gymnastics is fully supportive of an independent investigation that will seek to understand the full scope of Larry Nassar's abuse, how it went undetected for so long, and what reforms are needed to keep it from happening again. +USA Gymnastics and the USOC have the same goal: making gymnastics, and all sports, as safe as possible so athletes can pursue their dreams in a positive, empowering environment. +In the 1960s, Brzezinski worked as an advisor to John F. Kennedy, and later to Lyndon B. Johnson. +During the 1976 presidential election, he advised Carter on foreign policy, and served as National Security Advisor from 1977 to 1981, succeeding Henry Kissinger. +As U.S. National Security Adviser, he helped Carter deal with international diplomacy, including the 1978 Camp David Accords, normalization of relations with China in the late 1970s, the Islamic Revolution in Iran in 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 received nominations for Best Actor and Best Actress, respectively. +Other nominations include best picture, director, cinematography, costume design, film editing, original score, production design, sound editing and sound mixing. +Two of the songs from the film, "Audition (The Fools Who Dream)" and "City of Stars," are nominated for best original song, and Lionsgate has more nominations than any other studio with 26. +U.S. President Donald Trump said late Sunday, in a statement released by the White House, that U.S. troops would withdraw from Syria. +The advert came after Trump spoke by phone with Turkish President Recep Tayyip Erdogan. +Turkey would also be responsible for watching over captured ISIS fighters, which European nations have refused to repatriate, it said. +This not only confirms that at least some dinosaurs had feathers, a theory already widely accepted, but also offers details that normal fossils can't provide, such as color and three-dimensional structure. +Scientists say the animal's pelage was brownish cast on top with a pale or carotenoid-based ground colour. +The find also gives insight into the evolution of feathers in birds. +Because the dinosaur's feathers did not have a well-developed shaft, or rachis, but did have barbs and barbules like other feathers, researchers have assumed that the rachis was a later development in the evolution of feathers. +The structure of the feathers suggests that they were not used for flight, but for temperature regulation or display. Researchers have suggested that even though the specimen is the tail of a young dinosaur, the feathers are consistent with those of an adult and not a juvenile. +The researchers suggest that even though it's the tail of a young dinosaur, the specimen reveals an adult plumage, not juvenile feathers. +A car bomb exploded at a police headquarters in Gaziantep, Turkey, yesterday morning, killing at least two policemen and injuring more than twenty. +The governor's office said nineteen of the injured were police officers. +Police said they suspected a member of the ISIS militant group was responsible for the attack. +They have discovered that the Sun has the same basic principles as other stars: all stars have activity dependent on their brightness, rotation, and so on. +The brightness and rotation are used together to calculate the Rossby number of a star, which is related to the flow of plasma. +The smaller the number of Rossby, the less active the star will be in terms of magnetic field inversions. +During his travels, Iwasaki found himself in hot water several times. +He has been robbed by pirates, bitten by a rabid dog in Tibet, narrowly avoided a forced marriage in Nepal, and arrested in India. +802.11n works in both 2.4 and 5 GHz. +This guarantees backward compatibility with 802.11a, 802.11b and 802.11g, as long as the base station has dual radios. +802.11n is significantly faster than its predecessors, with a theoretical maximum of 600Mbit/s. +A married man with two grown-up sons, Duvall made no great impression on Millar, who told his story. +Asked what he thought of Mike's testimony, Miller replied, "I was preparing to testify, so I didn't really listen to what Mike had to say." +We will do our utmost to lower carbon dioxide emissions per unit of GDP by a notable margin by 2020 compared with the 2005 level, Hu said. +He did not put a figure on the proposed cuts, saying they would be made in line with China's economic capacity. +Hu called on developing countries to "avoid the old path of polluting first and cleaning up after." +He added that "however, we would not expect them to take on additional responsibilities beyond the development, maturity and capacity in which they currently find themselves." +The Iraq Study Group's report will be released today at noon GMT. +He warns that no one can guarantee that any action in Iraq now will stop the sectarian war, rising violence or a chaotic slide. +The report begins with a call for an open debate and a search for consensus within the United States on Middle East policy. +The report is highly critical of nearly all aspects of the current executive policy toward Iraq, and urges an immediate change in strategy. +The first of the 78 recommendations is that the new diplomatic initiative be considered by the end of this year to secure Iraq's borders from hostile interventions and re-establish diplomatic relations with neighboring countries. +Argentina's current Senator and First Lady, Cristina Fernandez de Kirchner, announced her presidential candidacy last night in La Plata, a city 50 km (31 miles) from Buenos Aires. +Ms. Kirchner announced her intention to run for the presidency at the Teatro Colón, the same venue where she launched her Senate campaign in 2005 as a member of the Buenos Aires provincial delegation. +The debate was touched off by the controversy over disaster relief and reconstruction spending in the wake of Hurricane Katrina, which some conservative fiscal hawks jokingly labeled the "New Orleans Deal." +Liberal criticism of the reconstruction effort has focused on the awarding of reconstruction contracts to people who are suspected of having inside knowledge gleaned from Washington. +More than four million people went to Rome to attend the funeral. +So many people had turned out that not everyone could fit into St. Peter's Square for the funeral. +Large television screens were set up around Rome so that people could watch the ceremony. +Similar rallies were organized 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 "easy" cases, especially car thefts, in order to boost the agency's success rate. +Congress began funding the Obscene Profits Investigation in 2005, and specified that the FBI should dedicate 10 agents to investigating adult pornography. +Robin Uthappa led the way with the bat, scoring 70 runs off 41 balls with 11 fours and 2 sixes. +Middle-order batsmen Sachin Tendulkar and Rahul Dravid played well and put up a 100-run partnership. +However, after losing the captaincy, India could manage to score only 36 runs and lost 7 wickets and were all out. +U.S. President George W. Bush arrived in Singapore on November 16, beginning a weeklong Asian tour. +He was welcomed by Singapore's Deputy Prime Minister Wong Kan Seng, and discussed trade and terrorism with Prime Minister Lee Hsien Loong. +Following a week of losses in the midterm elections, Bush addressed the audience about expanding trade in Asia. +Prime Minister Stephen Harper has agreed to send the government's "Clean Air Act" to a committee for review by all parties before second reading, after a 25-minute meeting with NDP leader Jack Layton at the PMO on Tuesday. +Meeting the prime minister, Mr Layton called for major changes to the Tories' environmental legislation and called for a "complete and fundamental re-draft" of the party's environmental policy. +The federal government's move to take over the funding of the Mersey Hospital in Devonport, Tasmania, has been criticised by the state government and some federal MPs as a cynical pre-election stunt ahead of the November federal election. +However, Prime Minister John Howard said the act was only to protect the hospital's facilities from being downgraded by the Tasmanian government, which had offered a further A$45 million. +Tsunami readings from tide gauges indicate a tsunami has occurred, and some tsunami activity has been reported from Pago Pago and Niue. +No major damage or injuries have been reported in Tonga, but a power outage has temporarily prevented the Tongan authorities from receiving the tsunami warning issued by PTWC. +Fourteen schools in Hawaii that are either on the shoreline or near it were closed for the entire day Wednesday, even though tsunami warnings had been lifted. +U.S. President George W. Bush celebrated the announcement. +Bush spokesman Gordon Johndroe called the North Korean pledge a "big step toward achieving the goal of the denuclearization of the Korean peninsula." +The tenth named storm of the Atlantic hurricane season, Tropical Storm Jerry, has formed today in the Atlantic Ocean. +The National Hurricane Center says Jerry's remnants are no longer a threat to land. +The U.S. Army Corps of Engineers estimated that up to 12 inches of additional rainfall could cause levees to break that had already been damaged by previous rainfall. +The Ninth Ward, which was inundated by as much as 20 feet of water during Hurricane Katrina, is under several feet of water after the levee next to it broke. +Water has overtopped the dyke by about 100 metres. +Commons administrator Adam Cuerden expressed his frustration at the deletions when he spoke to Wikinews last month. +Basically, [Wales] lied from the start. First he said it was all legal. Then he said he was listening, until he deleted the artwork. +Community ennui has led to the present-day efforts to create a policy governing sexual content on the site, which is home to millions of user-uploaded media files licensed under creative commons. +Most of the work has been theoretical, but the program has been designed to simulate observations of the Sagittarius Galaxy. +The effect that the team would have been looking for would have been caused by the gravity of the dark matter in the galaxy pulling on the dark matter in the Milky Way. +As the moon's gravity pulls on the Earth, causing tides, the Milky Way's gravity pulls on our galaxy, the Sagittarius Galaxy. +Scientists have been able to conclude that dark matter affects other dark matter in the same way as it affects normal matter. +This theory suggests that most of the dark matter surrounding a galaxy is located in a halo around the galaxy, in the form of many tiny particles. +Some television reports showed white smoke billowing from the plant. +Local officials have warned area residents surrounding the plant to stay indoors, shut their air conditioners and not to drink tap water. +Japan's nuclear agency says radioactive cesium and iodine have been found at the plant. +Authorities speculate that this may indicate that the uranium fuel rods in the reactor may have been damaged and could be leaking. +Dr. Tony Moll discovered Extensively Drug-Resistant Tuberculosis, or XDR-TB, in the South African province of KwaZulu-Natal. +In an interview, he said the new variant was "very concerning and alarming because of the high lethality." +Some patients may have picked up the bacteria at the hospital, Dr. Moll said, and at least two were hospital staff members. +One infected person can infect 10 to 15 close contacts over the course of a year. +However, the percentage of XDR-TB in the group of people with tuberculosis remains low; 6,000 people out of 330,000 infected at any given time in South Africa. +The two satellites - weighing more than 450 kg and travelling at about 25,000 km an hour - crashed into Earth at an altitude of about 800 km. +Scientists say the explosion from the collision was immense. +The strength of the impact and the effect it will have on Earth has yet to be determined. +U.S. Strategic Command, which oversees the U.S. military's nuclear arsenal, is tracking the debris. +The results of the track analysis will be posted on a public-access website. +A Pennsylvania pediatrician who worked at Children's Hospital of Pittsburgh will be charged with aggravated murder after his mother was found dead in the trunk of his car on Wednesday, Ohio authorities said. +Dr. Malar Balasubramanian, 29, was found unconscious on the side of the road in Blue Ash, Ohio, a suburb about 15 miles north of Cincinnati, wearing a T-shirt and underwear and apparently under the influence of drugs. +He led officers to his black Oldsmobile Intrigue, which was parked about 500 feet away. +They found the body of 53-year-old Saroja Balasubramanian covered in blood-stained blankets. +Police said the man's body had been in the water for approximately a day. +The first cases of the illness this season were reported in late July. +Pigs are carriers of the disease, which is transmitted to humans through mosquito bites. +The outbreak has prompted the Indian government to take steps including deploying pig hunters in the worst-hit areas, distributing thousands of mosquito nets and spraying pesticides. +The government has also pledged millions of doses of the vaccine for encephalitis to health agencies to help them prepare for the coming year. +Delivery of vaccines to the historically most-affected areas has been delayed this year due to funding shortfalls and low priority compared to other diseases. +In 1956, S?ania moved to Sweden, and three years later he began working for the Swedish Post Office as a stamp engraver. +He produced more than 1,000 prints for Sweden and 28 other countries. +His work is of such high quality and attention to detail that he is a "name collector" among philatelists, and some specialise in collecting only his issues. +His 1,000th release was the wonderful "Great Deeds by Swedish Kings" by David Klöcker Ehrenstrahl in 2000, which is in the Guinness Book of World Records. +He has also been involved in designing banknotes for many countries, including some recent examples, such as the new $5 and $100 Canadian banknotes, which feature portraits of former prime ministers. +Gibson was taken to a local hospital where he later died. +The lorry driver, 64, was unhurt in the collision. +The car itself was removed from the scene of the accident at about 12:00 BST on the same day. +A man who works in a nearby garage said: "There were kids waiting to cross the road and they were all screaming and crying." +Everyone was running from the scene of the accident. +Other goals on the Bali agenda include saving what remains of the world's forests and helping developing nations grow in a way that is less damaging to the environment. +The U.N. is also hoping to set up a fund to help countries hit by global warming cope with its impacts. +The money could be used to test flood-proof housing, improve water management and diversify crops. +Ms. Fluke wrote that efforts by some to discourage women from speaking about women's health issues had been unsuccessful. +He came to this conclusion after receiving many positive comments and encouragement from both men and women who said that birth control should be considered a medical necessity. +About forty inmates remained in the yard, refusing to return to their cells after the melee ended and the injured were taken to a hospital. +Negotiators have been working to resolve the standoff, but the demands of the other inmates are not known. +At about 10:00 a.m. to 11:00 p.m. MDT on Tuesday, inmates started a fire in the courtyard. +Soon after, officers in riot gear entered the courtyard and fired tear gas at the inmates. +Firefighters eventually got the blaze under control at 11:35 p.m. +After the dam was built in 1963, the annual flooding that once spread sediment throughout the river was reduced. +This sediment was necessary to create sandbanks and beaches, which provided habitats for wildlife. +As a result, two fish species have become extinct and another two are critically endangered, including the pearl fish. +Although the water level will rise only by a few feet after the flood, officials expect it will be high enough to restore some of the eroded sand bars downstream. +No tsunami warning has been issued and according to the Jakarta-based geophysics agency, there will be no tsunami as the quake's magnitude was below 6.5. +With no tsunami threat, residents were evacuated from their homes and businesses. +Although Winfrey wept as she took her leave, she assured fans that she would be back. +This is not a farewell. This is the end of a chapter and the beginning of another. +Final results from Namibia's presidential and parliamentary elections show incumbent Hifikepunye Pohamba narrowly re-elected as president. +The ruling South West Africa People's Organization (SWAPO) also won a majority in parliamentary elections. +Coalition and Afghan forces were reported to be heading to the scene, and coalition aircraft were said to be providing assistance. +The accident occurred in mountainous terrain and is believed to have been caused by enemy fire. +The search for the crash site is being hampered by bad weather and rugged terrain. +The nongovernmental organization Mangola, Doctors Without Borders, and the World Health Organization say it is the worst outbreak the country has seen. +Doctors Without Borders (MSF) spokesman Richard Veerman said: "Angola is facing its worst outbreak ever and the situation is very bad." +The games started at 10:00 am under partly cloudy skies with some early morning rain, but it was a beautiful day for 7s rugby. +Tournament favourites South Africa got off to a flying start, crushing fifth-ranked Zambia 26-0. +They looked a bit rusty early in the match against their southern neighbours, South Africa, but went from strength to strength as the match progressed. +Their well-disciplined defense, ball control, and excellent teamwork made them stand out, and it was obvious that this was the team to beat. +According to the City of Amsterdam and the Anne Frank Museum, a fungus has infected the tree, which poses a public health risk due to the imminent danger of collapse. +It was scheduled to be argued on Tuesday, but was saved by a last-minute ruling by the court of appeals. +All of the cave entrances, collectively known as the "Seven Sisters", are at least 100 to 250 metres (328 to 820 feet) wide. +Infrared imagery shows daily and nightly temperature variations that are characteristic of caves. +They are cooler than the surrounding surface during the day, and warmer at night. +Its thermal behavior is not stable like the large caves on Earth, which often have a fairly constant temperature, but it is consistent with the hypothesis that they are deep holes in the ground, said Glen Cushing of the U.S. Geological Survey's astrogeology team and Northern Arizona University in Flagstaff, Arizona. +Traditionally, voting in France has not involved much technology: Voters go into a booth and fill out a ballot with the candidate of their choice on it. +After verifying the voter's identity, the voter places the ballot in the ballot box and signs the ballot paper. +French electoral law provides for strict rules. +Since 1988, ballot boxes have been transparent so that voters and observers can see that there are no ballots in the box at the start of voting, and that no additional ballots are added to the box that are not those of verified and authorized voters. +Candidates are allowed to send representatives to observe all aspects of the process. By the evening, poll watchers are on hand to monitor the counting of ballots, under the watchful eye of observers from both parties. +The ASUS Eee PC, launched earlier this year around the world for its savings and functionality, has become a hot topic at the 2007 Taiwan Tech Month. +However, the market for mobile PCs would change and evolve dramatically after ASUS won the 2007 Taiwan Sustainability Award sponsored by the Executive Yuan of the Republic of China. +The broadcaster's website describes the show as "an old-school radio play with a new and bizarre twist!" +When it launched, the show was only available on Toginet Radio, an online talk radio network. +By the end of 2015, Toginet established AstroNet as a sister station. +The original show featured a cast of amateur voice actors from eastern Texas. +Scattered looting continued through the night, according to reports, with police nowhere to be seen on the streets of Bishkek. +An observer described Bishkek as being in a state of "anarchy" as gangs roamed the streets and looted shops selling consumer goods. +Many Bishkek residents blame the southern protesters for the anarchy. +South Africa has beaten the All Blacks (New Zealand) in a Tri Nations rugby union match at the Royal Bafokeng Stadium in Rustenburg, South Africa. +The final score was a close 21-20 win for the All Blacks, extending their winning run to 15 matches. +For the Springboks, it ended a five-game losing streak. +It was the All Blacks' last game, having won the trophy two weeks earlier. +The final match in this series will be at Ellis Park in Johannesburg next week, when the Springboks face Australia. +A moderate earthquake hit western Montana at 10:08 p.m. Monday. +The U.S. Geological Survey and its National Earthquake Center did not immediately report any damage. +The epicenter of the quake was about 12 miles north northeast of Dillon and 40 miles south of Butte. +Bird flu, the H5N1 strain of which is lethal to humans, has been confirmed in a wild duck that was found dead in a wetland near Lyon, eastern France, on Monday. +France is the seventh European Union country to be hit by the virus, following Austria, Germany, Slovenia, Bulgaria, Greece, and Italy. +Cases of suspected H5N1 in Croatia and Denmark have not yet been confirmed. +Chambers has accused God of "promoting death, destruction, and intimidation of millions and millions of people around the world." +An agnostic, Chambers argues that his suit is "frivolous" and that "you can be sued for anything nowadays." +The storyline of the French opera by Camille Saint-Saens is of a performer "whose life is dictated by a love of drugs and Japan." +Accordingly, pot is smoked on stage by the performers, and the audience is invited to join them. +Former U.S. Speaker of the House Newt Gingrich, Texas Gov. Rick Perry and U.S. Rep. Michele Bachmann round out the top four, five and six. +Speaking after the results were announced, Gingrich praised Santorum but was critical of Romney, whose campaign in Iowa had run negative ads against Gingrich. +Perry said he would head back to Texas to "think about the results from tonight and see if there is a path forward for me in this race," but later said he would stay in the race and compete in the South Carolina primary on Jan. 21. +Bachmann, who won the Ames Straw Poll in August, has decided to end her campaign. +The photographer was taken to the Ronald Reagan UCLA Medical Center, where he later died. +He was said to be in his twenties, and in a statement, Bieber said: "While I was not present or directly involved in the accident, my heart goes out to the family of the victim." +Entertainment news website TMZ understands the photographer stopped his car on the opposite side of Sepulveda Boulevard and tried to take photos of the traffic stop before crossing the street and continuing on, forcing the California Highway Patrol officer directing traffic to stop him twice and tell him to turn around. +The driver of the car that struck the photographer is unlikely to face criminal charges, police said. +With only eighteen medals available per day, a number of countries were left without a podium finish. +Among them are the Netherlands with Anna Jochemsen finishing ninth in the women's super-G yesterday, and Finland with Katja Saarinen finishing 10th in the same event. +Australian Mitchell Gourley finished 11th in the men's Super-G. Czech Republic's Oldrich Jelinek finished seventh in the men's Super-G. +Mexican Arly Velasquez finished fifth in the men's super-G. New Zealander Adam Hall was ninth in the men's super-G. +Polish visually impaired skier Maciel Krezel and his guide Anna Ogarzynska finished thirteenth in the super-giant. South Korean Jong Seork Park finished twenty-fourth in the super-giant. +Blaming for the outbreak that started near a U.N. peacekeeping camp is the U.N. peacekeeping troops who came to Haiti after the 2010 earthquake. +According to the suit, the UN's denial of responsibility was inadequate, allowing bacteria to enter the Artibonite River, one of Haiti's largest. +Haiti had not had a case of the disease since the 19th century, until now. +The Haitian Institute of Justice and Democracy referred to independent studies that suggested that the United Nations peacekeeping force from Nepal may have introduced the disease to Haiti. +UN malaria expert Danielle Lantagne said the outbreak was probably caused by peacekeepers. +Hamilton confirmed that Howard University Hospital had said the patient's condition was stable. +The patient had been in Nigeria, where several cases of Ebola virus have been reported. +The hospital followed its infection-control protocol, including isolating the patient, to prevent the possible infection of others. +Before The Simpsons, Simon had worked as a writer on a number of other shows. +He worked on shows including Taxi, Cheers, and The Tracy Ullman Show in the 1980s. +In 1989, he helped create The Simpsons with Brooks and Groening, and he was responsible for hiring the show's original writing staff. +Although he left the show in 1993, he still held the title of executive producer and received tens of millions of dollars per year in residuals. +Earlier, the Chinese news agency Xinhua reported the abduction of the plane. +Subsequent reports said the plane had received a bomb threat and had landed in Kandahar, Afghanistan. +Earlier reports said the plane had been heading back to Afghanistan after being denied an emergency landing in Ürümqi. +Air accidents are common in Iran, which is home to an ageing civil and military fleet. +International sanctions have made it impossible to buy a new plane. +Earlier in the week, a police helicopter crashed, killing three people and injuring three others. +Iran suffered its worst air disaster in years last month when a plane headed to Armenia crashed, killing all 168 on board. +Also this month, another plane crashed into a wall at Mashhad airport, killing seventeen people. +Aerosmith has canceled the remainder of their "Global Warming" tour. +The rock band was due to be on a US and Canadian tour until 16 September. +The tour was canceled after frontman Steven Tyler fell off the stage during a performance on August 5. +Murray dropped the first set in a tie-break after both players held their serves throughout. +Del Potro had the upper hand in the second set, but once again he found himself trailing 6-6 in the tie-break. +Potro received treatment for his shoulder during the match, but later returned to play. +The show started at 8:30 p.m. local time (15:00 UTC). +Prominent singers from across the country offered devotional songs, called Bhajans, at the feet of Shri Shyam. +Singer Sanju Sharma started the evening, followed by Jai Shankar Choudhary. He also performed bhajan chhappan bhog, which was accompanied by singer Raju Khandelwal. +Later, Lakkha Singh took the lead in singing the bhajans. +A total of 108 dishes of Chhappan Bhog (56 different food items like sweets, fruits, dry fruits, dishes, etc. are offered to the deity in Hinduism) were served to Baba Shyam. +Lakkha Singh also presented the "bhajan" of "chhappan bhog". He was accompanied by singer Raju Khandelwal. +At the main presentation of the Tokyo Game Show on Thursday, Nintendo president Satoru Iwata unveiled the design for the Nintendo Revolution, the company's new console. +Similar to a TV remote control, the controller uses two sensors placed near the user's TV to triangulate its position in 3D. +This will allow players to control actions and motions in the games by moving the device in the air. +Giancarlo Fisichella lost control of his car and crashed out of the race not long after the start. +His team-mate Fernando Alonso led most of the race but came into the pits at the end of the safety car period with a loose right front wheel. +Michael Schumacher finished the race a few laps after Alonso due to problems with the suspension in several collisions during the race. +She's got a lot of moxie and she's got a good strong voice," he said, according to a transcript of the briefing. +I got goosebumps every time I rehearsed it. +Within three minutes of launch, a camera on board showed dozens of pieces of insulating foam separating from the fuel tank. +However, they are believed to have caused no damage to the rocket. +NASA's shuttle program manager, N. Wayne Hale Jr., said the foam came off "at a time of our choosing." +Five minutes into the show it started to sprinkle a bit and within a minute the winds had reached 70 km/h... then the rain came down in sheets, stinging your skin like needles, and then the sky split open and people were screaming and running for their lives. +I lost my sister and her friend, and on the way there were two guys in wheelchairs, and people were pushing them around," said Armand Versace. +NHK also reported that the Kashiwazaki Kariwa nuclear power plant in Niigata prefecture was operating normally. +Hokkaido Electric Power Co. said the quake did not affect its operations and that it had shut down the No. 1 and No. 2 reactors at its Shika nuclear plant. +A total of nearly 9,400 homes in the area are without water, and about 100 are without electricity, officials said. +Road closures, power outages and the closure of Noto airport in Ishikawa prefecture were reported. +A bomb exploded outside the Governor's Office. +Three more bombs exploded near government buildings in a two-hour period. +Some reports put the official death toll at eight, and officials confirmed at least 30 people were injured, but the final death toll is still unknown. +Cyanoacrylate and melamine were found in urine samples from dead pets fed contaminated pet food. +According to the university researchers, the two compounds react to each other to form crystals that can block renal function. +Researchers observed the formation of crystals in cat urine when they added melamine and cyanuric acid. +The composition of these crystals was similar to those found in the urine of pet animals affected by the disease, when compared by infrared spectroscopy (FTIR). +While you may not be aware of it, most goods from Central America are sent to the United States duty-free. +However, 80 percent of our goods are taxed at Central American rates. We are penalized. +This did not seem right; it was probably not fair. +I'm only telling people: Treat others the way you want to be treated. +California Governor Arnold Schwarzenegger has signed a law that will ban the sale or rental of violent video games to minors. +The proposed legislation would require violent games sold in California to carry an "18" sticker, and violations of the law would be punishable by a $1,000 fine. +Attorney General Kier Starmer QC made the announcement this morning that both Huhne and Pryce would be prosecuted today. +Huhne has resigned and will be replaced in the cabinet by MP Ed Davey. MP Norman Lamb is expected to take over the business ministry from Davey. +Huhne and Pryce are due to appear at Westminster Magistrates' Court on February 16. +The victims have been identified as 25-year-old Nicholas Alden and 21-year-old Zachary Cuddeback, the driver. +Edgar Veguilla suffered a broken arm and jaw, while Kristoffer Schneider required facial reconstructive surgery. +Uka's weapon misfired as he tried to shoot the fifth man in the group, Schneider said, leaving him blind in one eye, part of his skull missing, and a titanium plate in his face. +Schneider was appearing via video conference from a U.S. Air Force base in his home country. +In addition to the race on Wednesday, Carpanedo competed in two individual events at the Championships. +The first event was the 5000 meters, in which he received a "Did Not Finish" in the first round. Thirty-six of the remaining 116 competitors also did not finish. +She also competed in the giant slalom, finishing 10th among the women's field, with a combined time of 4:41.30, 2:11.60 behind the fastest woman, Claudia Loesch of Austria, and 1:09.02 behind the ninth-place finisher, Gyöngyi Dani of Hungary. +Four of the women's downhill racers did not finish the race, and 45 of the 117 giant slalom skiers did not qualify for the race. +The stolen laptop and mobile phone were recovered by the Madhya Pradesh Police. +Deputy Inspector General of Police D K Arya said, "We have arrested five persons who raped 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. +Superintendent of Police Chandra Shekhar Solanki said the accused had appeared in court with his face covered. +Three people were inside the home at the time of the crash, but no injuries were reported. +The driver, however, suffered a serious head injury. +The road was closed for a short time while emergency services freed the driver of the red Audi TT. +He was initially taken to the James Paget Hospital in Great Yarmouth. +He was taken to Addenbrooke's Hospital in Cambridge. +Since then, Adekoya has appeared at the Sheriff Court in Edinburgh, charged with the murder of her son. +He is currently in custody awaiting trial, but any visual evidence would be inadmissible since his image has already been widely disseminated. +This is standard practice elsewhere in the UK but Scottish justice works in a different way and the courts have taken the view that the publication of photographs is potentially prejudicial. +Prof Pamela Ferguson, of the University of Dundee, said: "Journalists would be treading a fine line in publishing photographs, names and addresses of those suspected." +The Crown Office, which is responsible for prosecutions, has told reporters that no further comment will be made by them at least until sentencing. +The document, according to the leak, will be about the border dispute, which the Palestinians want as per the pre-1967 Six-Day War borders. +Other issues reported to be discussed include the future of Jerusalem, which is holy to both sides, and a dispute over the Jordan Valley. +Israel would require a continuous military presence in the valley for ten years once a deal is signed, while the AP would only agree to a five-year arrangement. +The supplementary pest control hunters would be closely supervised by park rangers as the trial was monitored and its effectiveness assessed. +In partnership with the NSW National Parks and Wildlife Service and the NSW Field Archery Association Inc., qualified volunteers have been recruited through the NSW Field Archery Association Volunteer Program. +Mick O'Flynn, interim park director for the Conservancy and NPWS, said the four hunters selected for the first operation had received appropriate training and safety briefings. +Yesterday, Martelly swore in a new nine-member Provisional Electoral Council (CEP). +It is Martelly's fifth provisional electoral council in four years. +Last month, a presidential commission recommended the dissolution of the previous Provisional Election Commission, as part of a package aimed at paving the way to new elections. +The commission was established in response to widespread protests against the government that began in October. +Protests, sometimes violent, have followed from a lack of elections, some of which were scheduled for 2011. +There have been nearly 60 reports of malfunctioning and overheating iPods, causing six fires and minor burns to four people. +Japan's Ministry of Economy, Trade and Industry (METI) said it had been notified of 27 device-related accidents. +Last week, the Ministry of Economy, Trade and Industry (METI) said Apple had reported 34 more cases of overheating, which the company called "non-serious." +In response, the ministry called Apple's delay in releasing the report "freakishly unfortunate." +The quake hit Mariana at 7:19 a.m. local time (9:19 p.m. GMT Friday). +The Northern Mariana Islands Office of Emergency Management said there were no reports of damage in the nation. +The Pacific Tsunami Warning Center also reported no tsunami threat. +A former Filipino police officer has held tourists from Hong Kong hostage in Manila, the Philippines, after hijacking their bus. +Rolando Mendoza fired his M16 rifle at the tourists. +Many hostages have been freed, and at least six have been killed. +Six hostages, including children and elderly persons, as well as Filipino photojournalists have been released recently. +The photographers then took the place of an elderly woman, who needed to go to the toilet. Mendoza was shot dead. +Liggins followed his father's footsteps and pursued a career in medicine. +He trained as an obstetrician and began work in the Auckland National Women's Hospital in 1959. +While working in the hospital, Liggins started researching preterm births in his spare time. +His research showed that if a hormone was given to a pregnant woman, it would hasten the fetal lung maturation in the baby. +On Wednesday, government investigators recovered two "black box" flight recorders, Xinhua reported. +Other fighters have paid tribute to Luna. +Tommy Dreamer said, "Luna was the first Queen of Extreme. She was my first manager. Luna died the night of two full moons. Pretty unique, just like her, a strong woman." +Dustin "Goldust" Runnels said, "Luna was as quirky as I am, maybe even more so, and I loved her and I'll miss her and I hope she's in a better place." +Of the 1400 people surveyed ahead of the 2010 federal election, the number of people against Australia becoming a republic increased by eight per cent since 2008. +During the 2010 federal election campaign, acting prime minister Julia Gillard said she believed Australia should become a republic at the conclusion of Queen Elizabeth II's reign. +Thirty-four per cent of respondents wanted Queen Elizabeth II to be the last monarch of Australia. +At the extremes of the survey, 29 per cent of respondents thought Australia should become a republic as soon as possible, while 31 per cent said Australia should never become a republic. +The Olympic gold medallist was due to compete in the 100m and 200m freestyle and the 4x100m relay at the Commonwealth Games but has been hampered by injury. +He was unable to take the necessary medication to relieve his pain because it is banned at the Games. +Curtis Cooper, a mathematics and computer science professor at the University of Central Missouri, discovered the largest known prime number on January 25. +Many people verified the discovery using different hardware and software in early February, and it was announced on Tuesday. +Comets could have brought water to Earth, along with organic material that gave rise to proteins and supported life. +Scientists hope to understand how planets form, in particular how the Earth formed out of colliding comets long ago. +Cuomo, 53, began his term in January and signed a law last month legalizing same-sex marriage. +He called the rumors "political gossip and mudslinging." +He is expected to run for president in 2016. +The NextGen is a system, according to the FAA, which will allow planes to take shorter routes and save millions of gallons of fuel annually, and reduce carbon emissions. +It uses satellite-based technology rather than the old ground-based radar, which means air traffic controllers can pinpoint a plane's location more precisely and send more accurate information to the pilot. +There is no additional transport and the surface trains do not stop at Wembley; there are no on-site car parks or drop-off/pick-up points either. +A lack of transport links has raised the possibility of the match being played behind closed doors to away fans. +A study published in the journal Science on Thursday described the formation of a new bird species on the Galapagos islands of Ecuador. +Researchers at Princeton University in the United States and the University of Uppsala in Sweden have reported that the new species evolved in only two generations, even though it was thought to take much longer because of a cross between a Darwin's finch, Geospiza fortis (endemic), and a Galapagos finch with a beak, Geospiza conirostris (introduced). +Gold can be worked in all kinds of ways. It can be hammered into the smallest shapes. +It can be drawn into fine wire and woven. It can be hammered or rolled into sheets. +It can be very thin and laid over other metals. It can be made so thin that it is used as a decoration for handmade books called "illuminated manuscripts". +This is called the pH of a substance. You can make a pH indicator out of red cabbage. +The juice from a lime becomes acidic or alkaline depending on what is mixed with it. +pH is a measure of the amount of hydrogen ions (H+) in a substance. +Hydrogen ions are protons that have had their electrons removed (because hydrogen atoms consist of a proton and an electron). +Mix the two dry ingredients and then, using your clean hands, form a ball. +The moisture in your hands reacts with the outer layers, giving you a weird sensation and acting as a sort of barrier. +The cities of Harappa and Mohenjo-daro had a bathroom in most houses, connected to a sophisticated sanitation system. +Evidence of sewers has been found in the Minoan palaces of Crete and Santorini in Greece. +Public baths were also a feature of ancient Egypt, Persia, and China. In ancient Rome, baths were sometimes part of public bathing establishments which were open to men and women promiscuously. +When you call someone who is thousands of miles away, you are using a satellite. +The satellite in space receives the call, and then reflects it back to Earth, almost instantly. +The satellite was sent into space by a rocket. Scientists use telescopes in space because the atmosphere of Earth blocks some of the light, and makes it hard to see. +It takes a giant rocket over 100 feet tall to put a satellite or telescope into space. +The wheel has changed the world in so many ways. The invention of the wheel made transport so much faster and easier. +It was brought to us by the train, the car, and many other means of transportation. +These include medium-sized cats that eat medium-sized prey, from rabbits to antelopes and deer. +Smaller cats, including some feral cats, also hunt small prey, such as insects, rodents, lizards, and birds. +The secret to its success has been the concept of the niche, a specialist job that is unique to each cat and which prevents them from competing with each other. +Lions are the most social of all cats and live in large groups called prides. +Prides are made up of one to three adult male lions and as many as thirty females and cubs. +Females are usually closely related, being either sisters or mothers and daughters. +Lion prides behave much like wolf packs or hyena clans, which have a similar behavior to lions (though not to other large cats) and are also deadly to their prey. +The tiger, a fully capable athlete, can climb (though not well), swim, jump great distances, and sprint up to five times faster than an Olympic sprinter. +The tiger is a member of the same genus (Panthera) as the lion, leopard and jaguar. These four big cats are the only ones that roar. +A tiger's roar is not like a lion's roar, but more like a sentence of rage. +Ocelots prefer to eat small animals. If they can, they will hunt monkeys, snakes, rodents, and birds. Nearly all of the animals they hunt are much smaller than the ocelot. +Scientists believe that cougars track their prey, using their sense of smell, by following the scent trails on the ground. +They are very good at seeing in the dark using their night vision, and are very quiet in their movements. The ocelots hunt their prey by stalking and ambushing them, and then pouncing on their victims. +When a small group of living things (a population) separates from the main group and original home (perhaps by crossing a mountain range or a river, or by migrating to a new island and not being able to get back), they are likely to find themselves in a different environment from what they had before. +This new environment will have different resources and competitors, so the new population will need different characteristics, or adaptations, to become a strong competitor. +The original population has not changed one iota, they still need those same adaptations. +Over time, as the new population begins to adapt to their new environment, they become less and less like the original population. +Eventually, after thousands or even millions of years, the two populations became so different that they could no longer be considered the same species. +This process is called speciation, which means the formation of new species. Speciation is an unavoidable consequence of evolution and a very important part of it. +Plants make the oxygen we breathe and take in the carbon dioxide we breathe out (exhale). +Plants make their food from the Sun using photosynthesis. They also give shade. +We build our houses from plants, we make our clothes from plants, most of the food we eat is from plants. Without plants most animals would not survive. +The Mosasaurus was the apex predator of its time, so it had no natural predators, except for other Mosasaurs. +Its long jaws contained more than seventy teeth, some of which were serrated like knives, and a second set of jaws was located in the roof of its mouth, so that there was no escape for anything that got in its way. +We don't know for sure, but it may have had a bifurcated tongue. Its diet included turtles, long-necked fish, other mosasaurs, and possibly even cannibalism. +It also attacked anything that came into the water, even a giant like a Tyrannosaurus rex. +Although most of their food would be familiar to us, the Romans had some odd or exotic items at their feasts, such as flamingos, peacocks, locusts, and a rodent called a lemmings. +Another difference was that while the poor and women ate while seated on a stool, the wealthy men preferred to sit on the floor and eat a meal while reclining. +Traditional Roman dishes could not have included foods from America or Asia, which did not reach Europe until later centuries. +For example, they did not have maize, tomatoes, potatoes, or chocolate, and no ancient Roman ever tasted a hot dog. +The Babylonians built a temple for each of their gods that was considered the house of the deity. +People made sacrifices to the gods, and priests tried to please the gods with rituals and festivals. +Each temple had an open courtyard and then a closed sanctuary that could be entered only by the priests. +Sometimes special pyramids were built as part of a temple complex, these were called ziggurats. +The top of the tower was a special sanctuary for the gods. +In the hot climate of the Middle East, housing was not as important. +Most of a Jewish family's life was spent outdoors. +Women cooked in the courtyard; shops were simple open stalls facing the street. Stone was used to build houses. +There were no great forests in Canaan, so timber was very costly. +Greenland was sparsely populated. According to Norse sagas, Erik the Red sailed west from Iceland, fleeing a murder charge, and discovered Greenland. +However, at the time of its discovery, there were already Native American tribes living there. +Although they were all "Scandinavian" countries, there were great differences between the peoples, kings, customs, and history of Denmark, Sweden, Norway, and Iceland. +If you've seen the movie National Treasure, you may envision a map on the back of the Declaration of Independence. +This, however, is not the case. Although there is something written on the document, it is not a treasure map. +The words "Original Declaration of Independence, Dated July 4, 1776" were written on the back of the Declaration of Independence. +Although no one knows for sure who wrote it, it is known from early descriptions that the large parchment (about 29.75 by 24.5 inches) was rolled up for storage. +Thus, it seems the notation was simply added as a label. +D-Day and the battles that followed it freed northern France, but southern France was still under German occupation. +It was under French "Vichy" rule. These were the French who signed a peace treaty with the Germans in 1940 and collaborated with the invaders rather than fighting them. +On August 15, 1940, the Allies invaded southern France, code named "Operation Dragoon". +American and Free French forces had liberated southern France and were advancing into Germany within two months. +A civilization is a unique culture shared by a large group of people who live and work together, a society. +The word civilization is derived from the Latin word civilis, meaning civil, related to the Latin civis, meaning citizen, and civitas, meaning city or city-state, and this defines some of the dimensions of society. +States predate nations. A civilized culture requires the transmission of knowledge across many generations, a persistent cultural legacy, and widespread dissemination. +Minority cultures often leave no discernible historical record, and are not recognized as civilizations in their own right. +During the Revolutionary War, the original Thirteen Colonies formed a weak central government—consisting of a single body, the Congress—under the Articles of Confederation. +The Congress had no power to tax, and as there was neither a national executive nor judiciary, the business of government was carried on by the states, and they were far from being always co-operative. +It also did not have the authority to invalidate tax laws and tariffs between states. +Articles required the unanimous approval of all the states before they could be amended, and states often took the central government so lightly that their representatives were often absent. +The Italian national football team, with the German national football team, is the second most successful team in the world, and they were the winners of the 2006 FIFA World Cup. +The most popular sports are football, basketball, volleyball, water polo, fencing, rugby, cycling, ice hockey, roller hockey, and Formula 1 car racing. +The most popular sports in the northern regions are winter sports, and Italians participate in international competitions and Olympic events. +Japan has 6,852 islands (Honshu is the largest), and is the world's seventh-largest island country. +Because of the group of islands that make up Japan, it is often geographically referred to as an "archipelago" +The beginnings of Taiwan date back to the 15th century, when European sailors, passing by the island, called it Ilha Formosa, or Beautiful Island. +In 1624, the Dutch East India Company established a base in the southeastern part of Taiwan, and began to transform indigenous grain-growing practices and introduced Chinese contract laborers to work on paddy and sugar cane plantations. +In 1683, the Qing Dynasty (1644–1912) took control of the west and north coastal regions of Taiwan, and declared Taiwan a province of the Qing Empire in 1885. +In 1895, after its defeat in the First Sino-Japanese War (1894–95), the Qing government signed the Shimonoseki Treaty, ceding the sovereignty of Taiwan to Japan, which governed the island until 1945. +Machu Picchu has three main buildings, the Intihuatana, the Temple of the Sun and the House of the Three Windows. +Most of the buildings on the outside of the complex have been restored to show visitors how they looked originally. +In 1976, thirty percent of Machu Picchu was restored, and restoration continues to this day. +For example, 35 mm film was standard film stock in the era of analogue film, and is still the standard film format. +It still happens today, more importantly, it is inherited in the aspect ratios of digital camera sensors. +35 mm film is actually a bit of a misnomer, being 36 by 24 mm. +This format's aspect ratio is said to be 3:2, obtained by dividing 12 by 4. +Many common formats (e.g. APS family of formats) are the same or very close to this aspect ratio. +The rule of thirds, which has been overused and often ridiculed, is a simple guideline that creates tension while maintaining order in a picture. +He says the most effective place for the main subject is at the intersection of the vertical and horizontal thirds (see example). +During this period of European history, the Roman Catholic Church, which had become rich and powerful, was challenged. +For more than a thousand years, Christianity has united European states despite their differences in language and customs. +His ubiquitous power touched kings and peasants alike. +One of the most important Christian principles is that wealth is to be used to relieve suffering and poverty, and the church's money exists for that purpose. +The head of the Roman Catholic Church had been in Rome for more than a thousand years, and the concentration of wealth and power in the city led many to question whether this dogma was being upheld. +Within days of the outbreak of hostilities, Britain began a naval blockade of Germany. +The strategy succeeded in cutting off vital supplies to both military and civilians, though it violated international law, which is generally accepted by most international agreements of the past two centuries. +Britain has laid mines in international waters to prevent any ships - including neutral ones - from entering entire ocean segments. +Because of the limited response to this approach, Germany expected a similar response to its unrestricted submarine warfare. +During the 1920s, the attitude of most citizens and nations was one of pacifism and isolationism. +After seeing the atrocities of World War I, many nations wanted to avoid a similar situation in the future. +In 1884, Tesla moved to the United States to accept a job with the Edison Electric Light Company of New York. +He came to the United States with $4 and a book of poetry and a letter of recommendation from his former employer, Charles Batchelor, to Thomas Edison. +The ancient Chinese had a unique way of distinguishing different historical periods: each age of China or each ruling dynasty was given a different name. +There were also periods between dynasties when the empire was divided up into several warring states. The most well-known of these periods was the Three Kingdoms era, which lasted for 60 years between the Han and Jin dynasties. +These were times of fierce warfare between many of the noble families that were vying for the throne. +The Three Kingdoms era was one of the bloodiest periods of Chinese history, with thousands of people dying in battles to occupy the seat of the emperor in Xi'an. +There are many social and political effects of the metric system, including a change from absolute monarchy to republicanism, nationalism and the belief that the country belongs to the people, not just one ruler. +Similarly, after the Revolution, occupations were opened to all men who were willing to pursue them, and the most ambitious and successful men took advantage of this. +This also applied to the military, which no longer relied on a class-based structure, but instead relied on relevance. +The French Revolution also inspired many other peasants in other countries to start their own revolutions. +Muhammad was deeply interested in matters beyond this worldly life. He used to frequent a cave called Hira in the Mountain of Light (Noor) for meditation. +The very cave in which Muhammad is said to have meditated gives a pretty clear indication of the spiritual inclinations of Muhammad. +Perched atop one of the mountains north of Mecca, the cave is completely isolated from the rest of the world. +In fact, even if you know it exists, it's hard to find. The isolation is absolute once you're inside the cave. +There is nothing to see except a serene and beautiful sky above, and the many surrounding hills. Most of what is of interest in this part of the world is inaccessible from inside the cave. +The Great Pyramid of Giza is the only one of the Seven Wonders of the World that remains standing. +The Great Pyramid was built by the Egyptians in the 3rd century BCE as a monumental tomb for the dead Pharaoh. +The Giza Plateau, also known as the "Necropolis of Giza", is the site of several pyramids (including the Great Pyramid, which is the largest), some tombs, the Great Sphinx, and some temples. +The Great Pyramid was built for King Khufu, and many of the smaller pyramids, tombs, and temples were built for the king's wives and family members. +The "V" for "Victory" sign resembles a "V" for "Victory" and the "N" for "Nazi" looks like an upside-down "V" or a square with the bottom missing. +When it's up, you should start from the top and pull the bow toward the sky, and when it's down you should start from the heel (where the hand holds the bow) and pull the bow toward the ground. +By plucking the strings from left to right, a softer sound is produced, while plucking from right to left produces a louder, more assertive sound. +Please feel free to add your own notes, but keep in mind that the rhythm marks are there for a musical reason and should not be ignored. +King Louis XVI, Queen Marie Antoinette, their two young children (eleven-year-old Marie-Thérèse and four-year-old Louis-Charles) and King Louis's sister, Madame Elisabeth, were forced to return to Paris from Versailles by an angry mob of Parisian market women on October 6, 1789. +They returned to Paris in a carriage, surrounded by a hostile crowd shouting abuse at the King and Queen. +The crowd pressed the king and queen to open the carriage's windows all the way up. +At one point, a member of the crowd held up the severed head of a Royal Guard, killed at Versailles, for the Queen's horrified viewing. +The American imperialist war expenses in the Philippines were funded by the Filipino people themselves. +They were made to pay taxes to the American colonial regime in order to shoulder most of the expenses and interest payments on the government of the Philippines' loans in Wall Street banks. +Of course, the huge profits derived from the extended exploitation of Filipinos would be the basic gains of US imperialism. +To understand the Templars, you need to understand the context that led to the creation of the order. +The period in which these events took place is commonly referred to as the High Middle Ages, the period between the 11th, 12th, and 13th centuries (1000–1300 CE). +The Middle Ages were preceded by the High Middle Ages and followed by the Late Middle Ages, which ended around 1500. +Technological determinism is a concept that encompasses a range of ideas from the technological push or imperative to a strict sense that human destiny is determined by an invisible logic that is associated with the laws of science and its expression in technology. +Most technological determinist views share two general ideas: that the development of technology in itself is largely independent of cultural or political influences, and that technology has "effects" on society that are inherent rather than socially constructed. +For example, you could argue that the invention of the car necessitated the development of roads. +However, a network of roads across the country for a few cars is not economically viable so new ways of producing are being developed to reduce the cost of having a car. +The rise of the automobile also led to an increase in road accidents, which gave rise to the invention of new techniques in medical aid for the injured. +Romanticism had an important component of cultural determinism, espoused by writers such as Goethe, Fichte, and Schlegel. +In the context of Romanticism, geography formed people, and over time customs and cultures emerged that were better than arbitrary laws imposed from outside, because they were in harmony with the locality and the society. +As Paris is known as the modern fashion capital, Constantinople (Istanbul) was the fashion capital of feudal Europe. +Its reputation as a centre of luxury began about 400 A.D. and lasted to about 1100 A.D. +Its status was reduced in the 12th century, when the Crusaders returned from the Crusades with goods such as silk and spices, which were more valuable than anything the Byzantine markets could offer. +This was also the time when the title of the fashion capital moved from Constantinople to Paris. +The Gothic style was at its most popular from the 10th to 11th centuries, and in the 14th century. +Initially, clothing was greatly influenced by Byzantine culture in the east. +However, due to the slowness of communication channels, styles may take between 25 and 30 years to reach the West. +By the later Middle Ages, Western Europe had begun to develop its own style. One of the most important developments of this period was the invention of buttons for clothing, as a result of the Crusades. +Subsistence farming is farming for the purpose of providing only enough food to sustain the farmer and his family. +Subsistence farming is a simple, often organic, system using native seed from the region, combined with crop rotation or other relatively simple techniques to achieve a high yield. +Historically, most farmers were subsistence farmers, and still are in many developing countries. +Subcultures are groups of like-minded individuals who feel alienated from society's standards, and it allows them to gain a sense of identity. +Subcultures can be distinguished by age, ethnicity, class, location, or gender. +The qualities that make a subculture different can be linguistic, aesthetic, religious, political, sexual, geographic, or some combination of those factors. +Members of a subculture can often be distinguished from members of other subcultures by their distinctive and symbolic use of style, including fashions, manners, and slang. +One of the most common methods used to illustrate the importance of socialization is to look at the few unfortunate cases of children who were not socialized by adults when they were growing up, due to neglect, misfortune, or intentional abuse. +These children are referred to as "feral" or "wild" children. Some feral children have been completely isolated from humans (often their parents); in some cases, this abandonment of the child was due to the parents' rejection of the child because of severe intellectual or physical disability. +Wild children may have been abused or traumatized before being abandoned or running away. +Others are said to have been raised by animals, or to have lived in the wilderness alone. +A feral child, reared only by non-human animals, exhibits behavior (within certain physical limits) similar to that of the animal that reared it, such as fear or indifference to humans. +While project-based learning is meant to make learning easier and more interesting, the curriculum went beyond. +The theory of scaffolding is not a learning method, but a support for individuals who are exposed to a new learning experience, such as learning to use a new computer program or starting a project. +Bastions can be either real or virtual: a teacher is a type of bastion, but so is the little Microsoft Office assistant. +Virtual rides are embedded in the software and designed to question, demonstrate, and explain procedures that might have been too complex for the student to work out alone. +Children are given up for various reasons ranging from abandonment to abuse and extortion. +No child should be raised in an environment where they are not nourished, loved, and educated, yet some are. +We believe that the foster care system is a safe place for these children. +Our immigration system must provide safe homes, loving caregivers, stable employment, and reliable health care. +It is assumed that foster care provides everything that was not provided in the home from which the child came. +The Internet combines elements of mass communication with those of interpersonal communication. +The distinctive features of the Internet leads to additional dimensions in terms of uses and gratifications. +For example, "learning" and "socialization" are important reasons for using the Internet (James et al., 1995). +Personal involvement and "in-process" relationships were also identified as new motivators by Eighmey and McCord (1998) when they studied reactions to web sites. +The use of video recording has led to important discoveries in the field of reading micro-expressions, which are facial movements that last for a few milliseconds. +In particular, it is said that you can tell if someone is lying by reading their micro expressions. +Oliver Sacks, in his article The King's Speech, showed how people who are unable to understand speech because of brain damage are able to accurately judge the sincerity of others. +He even suggests that these human-reading skills may be shared by other animals, such as pet dogs. +In the 20th century, research showed that there were two sets of mutations: those that were hidden and those that were exposed. +The mutation adds new genetic variation, and selection removes it from the pool of variation that is expressed. +Segregation and recombination combine the variation from the two parental genomes in each generation. +In the savanna, it is hard for a primate with a human-like digestive system to get all the amino acids it needs from available vegetation. +Furthermore, failure to achieve this has serious consequences: stunted growth, malnutrition and ultimately death. +The easiest to obtain plant-based foods would have been proteins in the form of leaves and legumes, but these would have been difficult to digest for a primate like ourselves without cooking. +On the other hand, foods of animal origin (ants, termites, eggs) are easily digested and provide a large amount of proteins containing all essential amino acids. +However, it would not have been surprising if our ancient ancestors had solved their "protein problem" in much the same way that savanna chimpanzees do today. +Interrupted sleep is when you wake up during normal sleep periods and then go back to sleep within an hour (10 - 60 minutes). +This is best done with a quiet alarm clock that will wake you up but not fully awaken you. +If you are one of those people who wake up and hit the snooze button, try putting the alarm across the room so you have to get up to turn it off. +Other options that are based on circadian rhythms include drinking lots of liquids (preferably water or tea, a well-known diuretic) before bed, so that you are forced to wake up to urinate. +The amount of inner peace that a person has is inversely proportional to the amount of tension in their body and mind. +The lower the tension, the more positive the vital force. Every person has the potential to find peace and fulfillment. +Everyone can achieve enlightenment. The only thing that stands in their way is their own tension and negativity. +Tibetan Buddhism originated from the teachings of the Buddha, but it spread through the Mahayana and Indian yogic methods. +In essence, Tibetan Buddhism is quite simple. It is composed of Kundalini yoga, meditation, and the path of universal love. +Kundalini yoga involves activating kundalini energy (illustrated energy) through yoga poses, breathing exercises, mantras, and visualization. +The center of Tibetan meditation is deity yoga. Through visualization of various deities, energy channels are cleansed, chakras are activated, and enlightened consciousness is created. +Germany was a common enemy in World War II, which made cooperation between the Soviet Union and the United States easier. With the armistice came the clash of systems, processes, and cultures, and both countries became enemies. +Two years after the end of the war, former allies had become enemies and the Cold War began. +It went on for the next forty years, and was fought with real armies on real battlefields in Africa, Asia, Afghanistan, Cuba, and many other places. +By September 17, 1939, the Polish defenses had been breached, and the only hope was to retreat and regroup in Romania. +However, these plans became obsolete by nightfall, when more than 800,000 Soviet Red Army troops poured across the Belarusian and Ukrainian frontier, after having invaded eastern Poland in violation of the Riga Peace Treaty, the Soviet–Polish Non-Aggression Pact, and other international, bilateral, or multilateral agreements. +Using ships to transport goods is by far the most efficient way of moving large amounts of people and goods across the oceans. +Traditionally the job of the Navy has been to make sure that your country has the ability to move people and things while denying your enemy that same ability. +One of the most important recent examples of this was during World War II, when the United States tried to send men and supplies across the Atlantic Ocean to help Britain. +Meanwhile, the German Navy, mostly using submarines, tried to stop the traffic. +If the Allies had failed, Germany would have been able to conquer all of Europe, just as they did with the rest of Europe. +Domestication of sheep is believed to have taken place about 10,000 years ago in the Zagros Mountains of Iran. +Ancient cultures and tribes began to domesticate them for milk, wool, meat, and leather. +Domestic goats were usually kept in herds that grazed on hills or other rough terrain, often under the care of shepherds, either children or adolescents. These methods of herding are still used today. +Carriages were built in England as early as the 16th century. +Although the rails consisted only of parallel wooden planks, the carriages drawn by horses were able to reach higher speeds, and to haul heavier loads in the most difficult sections. +Trusses were introduced early on to hold the tracks in place, but it was quickly found that the tracks would be more efficient if they were covered in a metal plate. +This became standard practice, but the wooden wheels on the wagons were being worn out by the iron. +Eventually wooden wheels were replaced by iron wheels. The first all-iron wheels were introduced in 1767. +The first known transportation was walking upright, about two million years ago the first homo erectus (upright man) appeared. +Their ancestors, the australopiths, did not usually walk upright. +Evidence of bipedalism has been found in the fossils of Australopithecus dating back 4.2 to 3.9 million years ago, although Sahelanthropus may have walked upright on two legs as early as 7 million years ago. +We can start to live more sustainably, join the environmental movement, and even become an activist to help reduce some of the potential suffering in the future. +This is usually only a symptomatic treatment in most cases. However, if we don't want just a temporary solution, we need to find the root of the problem and deal with it. +It can't be denied that the world has changed dramatically as a result of humanity's scientific and technological advances, and that problems have increased due to overpopulation and the lavish lifestyle of humans. +After the Declaration of Independence was adopted by Congress on July 4, 1776, a fair copy was prepared, signed by President of Congress John Hancock, and by Secretary Charles Thompson, and sent to the printer, John Dunlap, who was located a few blocks away. +During the night 150-200 copies were made, which today are known as "Dunlap broadsides". +The first public reading of the document was given by John Nixon on the grounds of Independence Hall on July 8. +A copy was sent to George Washington on July 6 and read to his troops in New York on July 9. A copy also arrived in London by August 10. +Dunlap's 25 remaining broadsides are the earliest surviving copies of this document. The original manuscript copy is no longer extant. +Many paleontologists today believe that a group of dinosaurs survived and gave rise to modern birds. +A lot of people don't think of them as dinosaurs because they have feathers and can fly. +However, many of the birds' features bear a striking resemblance to those of a dinosaur. +They have claws and sharp teeth, lay eggs, and walk on their hind legs just like a Tyrannosaurus rex. +Almost all of the computers we use today, including desktops, laptops, tablets, and smartphones, represent information in the form of binary numbers. +A binary number can have only one of two possible values, 0 or 1, and these numbers are called binary digits or bits in computer jargon. +Internal poisoning may not be obvious immediately. Symptoms, such as vomiting are common and thus not diagnostic. +The most common sign of an internal poisoning is the presence of an open medicine or household chemicals that are toxic. +Get specific instructions on first aid for the specific poison from the label. +Entomologists formally use the term insect for this group of insects. +This word is derived from the ancient relationship with lice, which are highly adapted parasites of humans. +Both the male and female lice are obligate parasites, meaning that they must have a host in order to survive. +In the United States, it is estimated that there are 400,000 people living with multiple sclerosis (MS), making it the most common neurological disease in young adults and middle-aged individuals. +MS is a disease that affects the central nervous system, including the brain, spinal cord, and optic nerves. +Research suggests that women are twice as likely to be diagnosed with multiple sclerosis as men. +A couple may decide that having a baby is not in their best interests or the higher interests of their child. +These couples can choose to make an adoption plan for their newborn baby. +In an adoption, biological parents give up their parental rights, allowing another couple to adopt the child. +Science is primarily concerned with understanding the nature of the world through the scientific method. In fact, the scientific method guides most scientific research. +However, experimentation is not the only approach, and a single experiment is a test of one or more hypotheses; questions and observations can also guide scientific research. +Naturalists and philosophers focused on classic Latin texts, especially the Bible. +Aristotle's views on all aspects of science, including psychology, were accepted. +As the Greeks' knowledge receded, the East became disconnected from its Greek philosophical and scientific roots. +Many rhythms in physiology and behavior are critically dependent on endogenous cycles and their production by biological clocks. +Periodic rhythms, which are not simply responses to periodic stimuli, have been observed in most living things, including bacteria, fungi, plants, and animals. +Biological clocks are self-sustaining oscillators that keep time even in the absence of environmental cues. +Hershey and Chase's experiment was one of the first indications that DNA was a genetic material. +Hershey and Chase used bacteriophages, or viruses, to introduce their own DNA into a bacterium. +They performed two experiments in which the virus's DNA was labelled with radioactive phosphorus, and the virus's protein was labelled with radioactive sulphur. +Mutations can have a number of different effects depending on the type of mutation, the importance of the piece of genetic material affected, and whether the affected cells are germ or somatic. +Only mutations in cells of the germ line can be passed on to offspring, while mutations in any other cell can cause cell death or cancer. +Nature tourism involves people travelling to natural areas, to experience and enjoy the natural environment, including flora and fauna. +Examples of on-site activities include hunting, fishing, birdwatching, nature photography, and visiting parks to learn about the ecosystem. +A great example is to visit, take photos, and learn about the orangutans of Borneo. +Every morning, people drive from small rural towns to go to work, and pass other people on their way to work at the job they just left. +This dynamic vehicle is connected to everyone in some way, and is supporting a car-based transportation system. +Science today shows that this unique carbon economy has disrupted one of the stable states of the biosphere that has nurtured human evolution for the past two million years. +Everyone participates in society, and everyone uses the transportation system. Almost everyone complains about the transportation system. +In developed countries, you seldom hear complaints about the quality of the water or bridges collapsing. +Why do transport systems generate so many complaints, and fail so often? Are transport engineers incompetent, or is there something more fundamental going on? +Traffic Flow is the study of how individual drivers and vehicles move between two points, and the interactions between them. +Unfortunately, studying traffic flow is hard because it is impossible to know with 100% certainty what the driver will do. +Fortunately, drivers usually behave in a range that is fairly constant, so traffic flow is reasonably predictable and can be approximated mathematically. +Traffic flow is best represented by relations between its three main characteristics: (1) volume, (2) density, and (3) speed. +These relationships help in the planning, design, and operation of roadway facilities. +Insects were the first animals to conquer the air. Their ability to fly made it easier for them to escape predators and to find food and mates. +Most insects can fold their wings back over their bodies. +This gives them a lot of small places to hide from predators. +Today, the only insects that cannot fold their wings are the dragonflies and damselflies. +About a thousand years ago, a man named Aristarchus said that the solar system went around the Sun. +Some people believed what he said was true, but most people believed the opposite, that the Solar System was moving around the Earth, including the Sun (and all the other stars). +This makes sense, doesn't it, because we don't feel the Earth moving, do we? +The Amazon River is the second longest river on Earth and contains by volume eight times more water than the world's second largest river. +The Amazon is also the widest river on Earth, sometimes reaching up to six miles in width. +Twenty percent of the world's fresh water that flows into the oceans comes from the Amazon. +The main branch of the Amazon River is 6,387 kilometres (3,967 mi) long and has more than a million square kilometres (400,000 square miles) of drainage basin. +Although stone construction of pyramids continued until the end of the Old Kingdom, the size and technical excellence of the Giza pyramids were never surpassed. +The ancient Egyptians of the New Kingdom were fascinated by the monuments of their predecessors from more than a thousand years earlier. +The population of the Vatican City is 800 people, and it is the smallest independent nation in the world, and the country with the lowest population. +Vatican City has Italian as its official language and uses it in its legislation and official communications. +Italian is also the daily language of most people living in the state, and Latin is often used in religious ceremonies. +All citizens of Vatican City are Roman Catholics. +Basic chemicals such as gold, silver, and copper have been known to man since antiquity, as they occur in nature and were easily extracted using primitive tools. +Aristotle, a philosopher, proposed that everything is made of a combination of one or more of four elements - earth, water, air, and fire. +It resembled the four states of matter (in the same order): solid, liquid, gas, and plasma, though according to his theory, they would change to become new stuff. +Alloys are primarily a mixture of two or more metals. Don't forget that the periodic table contains many elements. +Elements such as calcium and potassium are metals. Of course there are other metals such as silver and gold. +Alloys can also contain small amounts of non-metals, such as carbon. +Everything in the universe is made of something, and everything is made of small particles called atoms. +Atoms are so unimaginably small that a billion of them could fit inside the period at the end of this sentence. +For that reason, the pencil became a good friend of many people when it was invented. +Unfortunately, with the introduction of new ways to write, the pencil has been relegated to a lesser status and use. +Today, messages are sent from a computer screen, and never through a typewriter. +You can only wonder what the keyboard will look like when something new comes along. +The nuclear fission reactor works on the principle that it takes energy to force a nucleus with many protons and neutrons together. +It's like pushing a heavy car uphill. Breaking the nucleus apart will release some of that energy. +Some atoms have unstable nuclei, which means that they are likely to break apart when hit by a low-energy collision. +The moon's surface is covered with rocks and dust. The outer layer of the moon is called the crust. +The rind is 70 km (43 mi) thick at its base and 100 km (62 mi) thick at its outer edge. +It is thinner under the lunar maria and thicker under the mountainous regions. +There might be more lunar maria on the side we see, because the crust is thinner there and it was easier for the lava to come out. +Content theories focus on finding out what people like or are interested in. +These theories suggest that people have certain needs and/or desires that are internalized as they mature into adulthood. +These theories look at what makes people want to do the things they do, and what in their environment makes them do or not do certain things. +Two famous theories of motivation are Maslow's Hierarchy of Needs Theory and Herzberg's Two-Factor Theory. +In general, there are two approaches as managers start leading their former peers. One extreme is to try to be the "boys club" boss. +These managers have a hard time making unpopular decisions, enforcing discipline, conducting performance evaluations, assigning responsibilities, and holding people accountable for their actions. +On the other hand, he becomes an individual no one recognizes, someone who feels he has to change everything that has been done by the team and make it his own. +Ultimately, the leader is responsible for the overall success and failure of the team. +This behavior often leads to personality clashes between leaders and the rest of the team. +Virtual teams are subject to the same standards of excellence as regular ones, but with some slight differences. +Members of a virtual group can often function as a point of contact for their physical group. +They are often more independent than regular tour groups, whose itineraries are based on local time. +The presence of a "visible team" (Larson and LaFasto, 1989, p.109) is also a unique characteristic of a virtual team. +The "invisible team" is the administrative team to which every member belongs. The invisible team sets standards for every member. +Why would a company want to go through the trouble of establishing a learning organization? A goal of learning organization concepts is innovation. +Creativity and ingenuity can flourish when all available resources are efficiently utilized by the functional departments of an organization. +Thus, a company's joint efforts to overcome adversity can lead to an innovative approach to addressing the customer's needs. +For an organization to be innovative, leadership must create a culture of innovation, shared knowledge, and organizational learning. +Angel (2006) describes the approach as a methodology that helps organizations achieve a higher level of performance. +Neurobiological evidence has provided physical support for a theoretical approach to cognitive science research, thus narrowing the scope of inquiry and making it more precise. +The link between brain disorders and behaviour is being explored by scientists. +It is well known that the various types of damage, trauma, injury, and brain tumors affect behavior, and impair certain mental functions. +The rise of new technologies has allowed us to see and investigate brain structures and processes never seen before. +This gives us an abundance of information and material to build simulation models that help us understand the processes of the mind. +Although AI has strong science fiction connotations, it is a very important branch of computer science that studies the behavior, learning, and adaptation of intelligent machines. +Artificial intelligence research is concerned with the creation of intelligent machines that can automatically perform tasks that would normally require human intelligence. +Examples include control, planning and programming, ability to respond to client questions and diagnoses, and recognition of speech, face, and voice. +These things have become separate fields of study that are focused on solving problems in the real world. +Artificial intelligence is now widely used in fields including economics, medicine, engineering, and the military, and has been incorporated into numerous consumer and entertainment software applications. +Thematic field trips are an important part of any class. So often, a teacher would love to take their students someplace where a bus tour was not an option. +Technology offers a solution in the form of virtual field trips. Students can visit a museum, go to an aquarium, or admire the beauty of art, all from the comfort of their classroom. +A virtual journey can also be a great way to reflect on a journey and to share your experiences with prospective students. +For example, every year, students at North Carolina's Bennet School create a website about their trip to the state capital, and each year the website is updated, but the old versions are kept online as a record. +Blogging can also help students become better writers. Although students may start out with poor grammar and spelling, writing for an audience can help improve students' writing. +Because students are often the most critical readers, the blogger begins to work on improving his or her writing to avoid criticism. +Also, blogs "force students to become savvy about the world around them." The need to engage the audience has made students become interested and curious (Toto, 2004). +Blogging is a tool that encourages collaboration and engages students in learning beyond the traditional school day. +Proper use of blogs "can help students become more analytical and critical; they can define their stance in the context of what others have written, and also promote their own views on specific topics by actively responding to online materials" (Oravec, 2002). +Ottawa is Canada's bilingual capital, and has a number of art galleries and museums that showcase Canada's past and present. +To the south are the Falls of Niagara, while to the north lies the unspoiled natural beauty of Muskoka and beyond. +All of these things, among others, is what makes Ontario stand out as the quintessential Canadian city to a foreigner. +Northern territories are sparsely populated, and some areas are virtually uninhabited. +A population comparison that is often eye-opening: there are more African Americans living in the U.S. than there are Canadian citizens. +East Africa or Eastern Africa is the eastern portion of the African continent, comprising the countries of Kenya, Tanzania, Uganda, Rwanda, Burundi and Somalia. +Madagascar is by far the largest, and is a continent in its own right when it comes to wildlife. +Most of the smaller islands are independent nations, or French overseas territories, and are known for their luxury beach resorts. +The Arabs also brought Islam to the region, and introduced it to the Comoros and Mayotte. +European exploration and colonialism began in the 15th century with the discovery of the sea route to India by the Portuguese explorer Vasco da Gama. +It is bordered to the north by the Sahel, to the south and west by the Atlantic Ocean. +Women: It would be advisable for any female traveller to claim to be married, regardless of their actual marital status. +Also, it would be useful to have a wedding ring (one that doesn't look too cheap). +Women should be aware that cultural differences may cause what is perceived as harassment, and that this is often followed by being chased, grabbed, etc. +Stand up to men, and don't be afraid to defend your position (with or without cultural differences, it's not good!). +The modern city of Casablanca was founded by Berber fishermen in the 10th century A.D., and later used by Phoenicians, Romans, and Moroccans as a strategic port, called Anfa. +The Portuguese destroyed and rebuilt it as the White House, only to abandon it after the 1755 earthquake. +The sultan of Morocco rebuilt the city, naming it Daru l-Badya, from which the current name Casablanca derives from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the Spanish: Casablanca comes from the +Casablanca is one of the least interesting places to shop in Morocco. +In and around the old medina there are plenty of shops selling traditional Moroccan items, such as tagines, pottery, leatherware, narghiles, and a wide range of tourist souvenirs, but all at tourist prices. +Goma is a city in the eastern Democratic Republic of the Congo, near Rwanda. +Goma was destroyed in 2002 by lava from nearby Nyiragongo volcano, which buried most of the city's roads, especially in the centre. +While Goma is relatively safe, visitors would be advised to check the status of ongoing fighting in the North Kivu province before traveling outside the city. +The city is also a base for climbing Nyiragongo and some of the more affordable mountain gorilla trekking in Africa. +Taxis (motorcycle taxis) are available in Goma, and a normal (local) fare for a short trip is around 500 Congolese francs. +Together with its relative inaccessibility, "Timbuktu" has come to represent a metaphor for exotic, distant lands. +Today, Tombouctou is a poor city, though its reputation makes it a tourist attraction, and it has an airport. +In 1990, it was placed on the World Heritage in Danger list due to the threat of desertification. +It was one of the main stops on Henry Louis Gates's PBS special The African Americans. +The city is different from other African countries in that it has a more Arab than African feel to it. +The Kruger National Park is located in the north-east of South Africa, and is bounded by Mozambique to the east, Zimbabwe to the north and the Crocodile River to the south. +The park covers 19,500 km2 (7,500 sq mi) and contains 14 different ecosystems, each with its own unique wildlife. +It is one of South Africa's most important tourist attractions, and is regarded as the flagship of the South African National Parks (SANParks). +As with all South African national parks, an entrance and conservation fee is payable for each day of your stay. +A South African National Parks Wildcard can also be a worthwhile investment, as it provides access to either a selection of South African National Parks, or all of them. +Hong Kong Island is the island upon which the Hong Kong SAR is located, and from which it derives its name. It is where you will find most of the tourist attractions. +The collection of buildings that make up the skyline of Hong Kong is reminiscent of a shiny bar graph, which becomes apparent when the waters of Victoria Harbour come into view. +For the best views of Hong Kong, head across the harbour to Kowloon. +Most of Hong Kong's urban development has taken place on reclaimed land along the north coast. +This is where the British Colonists settled, so it is a good place to start if you are interested in evidence of early British colonialism. +The Sundarbans is the largest contiguous mangrove forest in the world, covering 80 km (50 mi) along the coast of Bangladesh and India. +UNESCO has designated the Sundarbans as a World Heritage Site. Part of the forest, within India, is protected as the Sundarbans National Park. +The forests are not just mangrove swamps, but contain some of the last remnants of the once powerful jungles that covered the Gangetic Plain. +The Sundarbans covers an area of 3,850 km2, of which more than a third is water, swamp and mudflats. +Since 1966, the Sundarbans have been a wildlife sanctuary, and an estimated 400 Royal Bengal tigers and 30,000 spotted deer live there. +Buses depart from the inter-city bus station (on the opposite side of the river) throughout the day, but most, especially those to the east and to Jakar/Bumthang, leave between 06:30 and 07:30. +Because buses between districts are often full, it is best to book tickets several days in advance. +Most districts are served by small Japanese buses, which are comfortable and sturdy. +Taxis are a quick and comfortable way to get around, especially to nearby destinations such as Paro (Nu 150) and Panakha (Nu 200). +The Oyapock River Bridge is a suspension bridge spanning the Oyapock River to connect the Brazilian town of Oiapoque with French Guiana's Saint-Georges. +The two towers are 83 metres high, 378 metres long and have two lanes, each 3.5 metres wide. +The space below the bridge is 15 metres high. Although the bridge was completed in August 2011, it was not opened to traffic until March 2017. +The bridge is expected to be fully functional by September 2017, when Brazilian customs is expected to be in place. +The Guarani were the most important indigenous group in present-day eastern Paraguay, living as semi-nomadic hunter-gatherers and practicing subsistence agriculture. +Other indigenous groups, such as the Guaycurú and Payaguá, also lived in the Chaco region and survived by hunting, gathering, and fishing. +Present-day Paraguay, formerly called the "Giant Province of the Indies", was created in the 16th century out of a meeting between Spanish conquerors and local indigenous groups. +The Spanish began a three-century period of colonization. +Since the founding of Asunción in 1537, Paraguay has maintained a large part of its indigenous character and identity. +Argentina is famous for having one of the best polo players, and teams, in the world. +The sport's most important annual tournament takes place every December at the Las Cañadas Polo Club. +There are also smaller tournaments and matches throughout the year. +For news on tournaments or where to buy tickets for polo matches, visit the Argentine Polo Association. +The official currency of the Falkland Islands is the Falkland Island pound (FKP), which has a fixed rate of 1:1 with the British pound (GBP). +Money can be exchanged at the sole bank on the islands, which is located in Stanley, in front of the FIC West store. +British money is usually accepted everywhere, and in Stanley, major credit cards and US dollars are also accepted. +Credit cards are likely to be accepted only at the outlying islands, though you can pay in U.S. or British money; check with the operator in advance as to what form of payment is accepted. +It is next to impossible to change money in the Falklands outside of Port Stanley, so be sure to bring enough with you when you arrive. +Because Montevideo is in the Southern Hemisphere, it is summer there when it is winter in the Northern Hemisphere, and vice versa. +Montevideo is subtropical, with average summer temperatures in the high twenties. +Winter can be deceptively cold, with temperatures rarely below freezing, but wind and humidity combine to make it feel colder than the numbers on the thermometer would suggest. +There is no such thing as a "rainy" or "dry" season - the amount of rainfall is more or less the same throughout the year. +While many of the animals in the park are accustomed to seeing people, they are still wildlife, and should not be fed or bothered. +According to park officials, you should be at least 100 yards/meters away from bears and wolves, and 25 yards/meters away from all other wildlife! +As docile as they appear, bison, wolves, bears, and most other large animals can attack. +Every year, dozens of visitors are injured because they got too close. These animals are large, wild, and potentially dangerous, so give them their space. +Also, be aware that the smell of food or cooking can attract bears and other wildlife, so store and prepare food appropriately and keep your campsite clean. +Apia is the capital of Samoa. The city is located on the island of Upolu and has an estimated population of nearly 40,000. +Agia was founded in the 1850s, and has been the official capital of Samoa since 1959. +In 1889, seven ships from Germany, the United States, and Britain staged a famous mutiny at the port. +All ships except a British cruiser were sunk, and nearly 200 American and German lives were lost. +Tupua Tamasese Lealofi III, the paramount chief, was killed in a peaceful protest in the city during the struggle for independence led by the Mau movement. +Beaches are abundant as Auckland is flanked by two harbours. The most popular ones are located in three areas. +The beaches on the North Shore (part of the North Shore District) face the Pacific Ocean and extend from Long Bay in the north to Devonport in the south. +Most are sandy beaches suitable for swimming, and most are shaded by pohutukawa trees. +Tamaki Drive beaches are on the west side of Waitemata Harbour, in the expensive suburbs of Mission Bay and St Heliers in central Auckland. +These are often family-friendly beaches with a good range of shops right on the beach. Swimming is safe. +The local beer of choice is "Number One"; it is not a sophisticated beer, but it is pleasant and refreshing. "Manta" is another local beer. +Many French wines are available, but wines from New Zealand and Australia are best avoided. +Tap water is safe to drink, but if you're squeamish, bottled water is widely available. +For an Aussie, the concept of drip coffee is foreign. A short black is an espresso, a cappuccino is a full-cream coffee, and tea is served without milk. +Belgian chocolate is top-notch. Fruit juices are expensive but of high quality. +Trips to the reef are common year-round, and injuries from diving are rare. +However, still follow the advice of the authorities, heed all signs and heed all safety warnings. +Cubozoans can be found near beaches and river mouths from October to April in the north at 1770. They can occasionally be found outside of these months. +Sharks do exist, but they rarely attack humans. Most sharks are scared of humans and will swim away. +Sea crocodiles do not live in the ocean but are mostly found in the rivers north of Rockhampton. +Booking in advance gives a traveller the comfort of knowing they have a place to stay when they arrive at their destination. +Travel agents often have agreements with specific hotels, but you can book other types of lodging, such as hostels, through a travel agent. +Travel agents often offer packages which include breakfast, transport to/from the airport, and sometimes even flights and hotels. +Also, it can keep your place in line if you need time to think about an offer, or to gather other documents for a destination that requires them (e.g. a visa). +Any request or suggestion should be directed to the travel agency, not the hotel. +For some festivals, the vast majority of attendees choose to camp on site, and for many attendees this is an essential part of the experience. +If you want to be close to the action then you'll need to arrive early to secure a spot to pitch your tent near the music. +Also remember that while the main stages may be quiet for the day, there will still be sections of the festival going on long into the night. +Some festivals have family-friendly camping areas. +If you cross the northern Baltic Sea in winter, check the location of the cabin, because breaking ice produces a terrible noise in the most affected areas. +St. Petersburg stays are possible when you book a cruise in St. Petersburg. Passenger cruises waive the visa requirements (check conditions). +Casinos usually try to maximize the amount of time and money that their guests spend in the casino. They do this by not having any windows or clocks, and by making it difficult to find exits. +They often have specialty food, beverages, and entertainment to lure people in and keep them from going elsewhere. +Some casinos serve alcoholic drinks inside the building. However, intoxication impairs judgment, and all good "gamblers" know that it is important to stay sober. +Those traveling in high latitudes or in mountainous terrain would do well to consider the possibility of snow, ice, or extremely low temperatures. +Your car does not handle like it does on the pavement when driving on icy or snow-covered roads. +In blizzard conditions, it can take only a few minutes to become disoriented and lost. +Visibility can also be reduced by falling snow or blowing snow, and by condensation or frost on car windows. +On the other hand, normal snow and ice conditions exist in many countries, and year-round road closures are uncommon. +Perhaps safaris are the biggest tourist attraction in Africa, and for good reason. +The word safari when used colloquially refers to a land trip to see the amazing wildlife of Africa, especially on the savannah. +Some animals, such as elephants and giraffes, will come close to cars, and regular binoculars will give you a good view of them. +Animals like lions, cheetahs, and leopards are sometimes shy, so you're likely to see them best with binoculars. +A foot safari (also known as a rural trek, trekking safari or walking safari) involves hiking for a few hours or several days. +The Paralympic Games will be held from 24 August to 5 September 2021. Some events will be held outside Japan. +Tokyo will be the first Asian city to have hosted both the summer and winter Olympics, having hosted the games in 1964. +If you've already booked your flights and accommodation for 2020 before the postponement was announced, you may be in for some trouble. +Cancellation policies vary, but as of mid-March, most coronavirus-related cancellation policies were in effect through July 2020, when the Olympics were scheduled. +Most tickets for the event are expected to cost between 2,500 and 130,000 yen, with an average price of around 7,000 yen. +Ironing a wet garment can help it dry out. Many hotels will provide an iron and board on request, even if there is not one in the room. +If there is no iron available, or if you don't like ironing, then you can try using a hair dryer (if available). +Be careful not to over-stretch the fabric (it could shrink or even burn). +There are several ways to purify water, and some are more effective against certain risks. +In some areas it will take a minute or more to fill up; elsewhere it will take a few minutes. +The effectiveness of filters varies from one brand to another, and if you are concerned, consider buying bottled water in sealed containers from a well-known brand. +Travelers can encounter animals native to their home regions that they are unfamiliar with. +Maggots can contaminate food, cause irritation or, in severe cases, allergic reactions, transmit poison, or transmit infections. +Infectious diseases, or animals capable of injuring or killing humans by force, are not usually considered pests. +Duty-free shops are stores where you can buy goods free of most taxes and duties. +Travellers bound for heavily-taxed countries can often save a lot of money, especially on items such as alcoholic beverages and cigarettes. +The stretch from Point Marion to Fairmont is the most challenging portion of the Buffalo-Pittsburgh Highway, which frequently passes through isolated wooded areas. +If you are not accustomed to driving on rural roads, take it easy: steep hills, narrow roads, and sharp turns are common. +The speed limits on this stretch are considerably lower than those on either the approach or the next section of road - a typical limit is 35-40 mph (56-64 km/h) - and strict adherence to the limits is more important here than elsewhere. +Although this is odd, cell phone service is better here than it is through much of the Pennsylvania Wilds. +German pastry is very good, and Bavarian pastry is abundant and varied, similar to that of neighboring Austria. +Jam and jelly are common, with cooked apples in the jam and raspberries and strawberries in the jelly, year-round. +Many German baked goods, especially cakes, contain nuts, raisins, and other dried fruit. Some well-known cakes are best accompanied by a cup of strong coffee. +If you want small but flavorful pastries, try what is called Berliner, Pfannkuchen or Krapfen, depending on the region. +A curry is a dish made from a combination of herbs, spices, and meat or vegetables. +The juice can be either "dry" or "wet" depending on the amount of liquid. +In the interior regions of northern India and Pakistan, yogurt is often used in curries; in southern India and other coastal regions of the subcontinent, coconut milk is a common ingredient. +With 17,000 islands to choose from, Indonesian cuisine is a broad term for the many regional cuisines found throughout the country. +However, without any modifiers, the word is used to refer to the traditional food of central and eastern Java. +Today, Javanese cuisine can be found throughout the archipelago, and offers a wide variety of simple yet flavorful dishes that are popular with the Javanese. The Javanese have an affinity for cacao, durian, coconut sugar (especially Javanese coconut sugar), and various aromatic spices. +The stirrups are supports for the feet of the genet, which hang down on either side of the saddle. +They are more stable genetically, but they can give rise to safety issues as the genet's feet may get trapped. +If a genet falls off a horse but has a leg caught in the stirrup, it could be dragged if the horse runs away. There are several safety precautions that can be taken to prevent this. +To start with, most of the jockeys would be seen wearing boots with a heel and a single thin heel. +In addition, some saddles, particularly English saddles, have safety bars which allow the leather on the flap to come down if a rider falls backwards onto the saddle. +Cochamó Valley: Chile's premier rock climbing destination, also known as the Yosemite of South America, has many large granite walls and cliffs. +There are stunning views from the peaks, and climbers from all over the world continue to push back the boundaries of what is possible on the endless array of walls. +Alpine sports, which include skiing and snowboarding, are popular activities that involve sliding down a snow-covered hill on skis or a snowboard. +Skiing is a popular activity for travel, with many enthusiasts, sometimes known as "ski bums", planning an entire trip around skiing at a specific place. +The concept of skiing is very ancient - there are rock paintings of skiers dating from before 5000 BCE! +Alpine skiing as a sport dates back to at least the 17th century, but it was not until a group of Norwegians formed the first ski club in Australia in 1861. +Backcountry skiing: Also known as backcountry skiing, backcountry touring or ski touring. +It is related to alpine skiing, but is generally played on rougher terrain and requires stiffer skis and boots. +Imagine a ski route in a similar way to a hiking trail. +In good condition, you can go farther on skis than you can on foot, though you won't approach the speed of cross-country skiing without a heavy pack on a flat trail. +Europe is a small continent geographically, but consists of many independent countries. Normal travel between countries would require many visa applications and passport controls. +However, the Schengen Area functions as a single country in this regard. +While you're in this region, you can usually cross borders without having your passports stamped. +Also, having a Schengen visa does not require separate visa applications for each Schengen country, saving time, money, and paperwork. +There is no universal definition of what constitutes an antique for tax purposes. Some governments define antiques as items that are 100 years old or more. +The age of majority has different meanings depending on where you are. In North America, for example, it is often 18, while in Europe it is often 21. +Handmade items can be considered antiques, even though they are newer than similar items made in large numbers. +Reindeer herding is an important means of subsistence for the Sami people, and the culture surrounding the trade is important to many who pursue other occupations. +Traditionally, however, not all Sami people were reindeer herders, but relied on fishing, hunting, and similar activities, using reindeer mostly as draft animals. +Today, many Sami work in modern professions. Tourism is an important source of income in Sápmi, the Sami homeland. +Although widely used, especially by non-Roma, the word "gipsy" is considered pejorative because of its association with negative stereotypes, and because of inaccurate perceptions of the Romani people. +If the country you are visiting is under a Travel Advisory, your travel insurance or trip cancellation coverage may be affected. +Maybe you'll be interested in hearing the recommendations of foreign governments, but those recommendations are for their citizens. +For example, an American in the Middle East might find him or herself in a different set of circumstances from either a European or an Arab. +An embassy country brief is simply a concise overview of the political situation in a given country. +The information presented here is typically brief, general, and oversimplified, compared to the more detailed information available from any other source. +An extreme weather event is any dangerous weather which has the potential to cause significant disruption, damage, or loss of life. +Extreme weather can happen anywhere in the world, and there are many different types of extreme weather events that can be influenced by geography, topography, and atmospheric conditions. +High winds, hail, excessive rainfall, and uncontrolled fires are all signs and effects of adverse climate events such as storms, tornadoes, floods, and cyclones. +Among the severe regional and seasonal weather phenomena are hailstorms, snowstorms, and sandstorms. +Travellers are advised to keep a close eye on the weather in their area as it could disrupt their travel plans. +Anyone planning to visit a country that is actually at war would be well advised to undergo professional training. +A web search for "Hostile Environment Training" is likely to lead to the website of a local company. +A normal course would cover all of the problems listed above in more detail, and would usually include some practical experience. +A normal course is 2 to 5 days long, and includes role-playing, first aid, and sometimes weapons training. +Books and magazines about surviving in the wilderness are plentiful, but few deal with survival in a war zone. +Travellers heading overseas to undergo gender reassignment surgery should ensure they have valid travel documents for the return journey. +Governments' willingness to issue gender-neutral (X) passports, or to amend existing documents to show the name and sex of their choice, varies. +The willingness of foreign governments to honor these documents can vary widely. +Airport security checkpoints have become much more intrusive in the post-9/11 era. +Transsexuals awaiting surgery should not be subjected to body scans with their privacy and dignity compromised. +Rip currents are the flow of water returning to the ocean after hitting the shore, often at a jetty or similar. +Because of the topology of the seafloor, the return flow concentrates in a few deep basins and can create a strong flow toward the deep sea. +Most deaths occur from exhaustion while trying to swim back upstream, which is often impossible. +Once you are out of the current, swimming back is no more difficult than usual. +Try to get to a place where you won't be caught again, or if you have the skills and it's been reported, perhaps wait for help. +The rebound effect comes earlier than the cultural effect (with a less pronounced mooning phase), lasts longer, and is more severe. +Individuals who are comfortable adapting to a new culture may have a particularly difficult time readjusting to their home culture. +When you come back to your home country after living abroad, you are already accustomed to a new culture and have lost some of your native culture's habits. +When you went away, people were probably patient and understanding - after all, people travelling in a foreign country need time to adjust. +Sometimes we don't realize that patience and understanding are also needed when travelers return home. +The Sound and Light Show at the Pyramid is one of the most interesting things to do with kids in the area. +You can see the pyramids in the dark and in silence before the show starts. +You usually hear the sounds of the tourists and the traders. The story of light and sound is a tale. +The Sphinx is set up as the backdrop and the narrator of a long story. +The scenes from the history are shown on the pyramids, which light up at the same time. +The South Shetland Islands, discovered in 1819, are claimed by several countries and have seventeen active bases in 2020. +The archipelago is located 120 km (75 miles) north of the peninsula. The largest island is King George Island with the settlement Villa Las Estrellas. +These include the islands of Livingstone and Deception, where an active volcano's flooded caldera forms a spectacular natural harbour. +Ellsworth Land is the southernmost part of the Peninsula, bounded by the Sea of Bellingshausen. +Here the mountains of the peninsula meet and form a plateau, only to re-emerge as the 360 km (225 mile) long Ellsworth Range, part of which is covered by the Minnesota Glacier. +The northern part, or Sentinel Range, includes the highest mountains in Antarctica, Vinson Massif, at 4,892 m (16,050 ft). +In remote locations without cellphone coverage, satellite phone calls may be your only option. +A satellite phone is not a replacement for a cell phone, because you have to be outdoors with a clear view of the sky to make a call. +The service is often used in ships, including recreational boats, and in expeditions that require remote data and voice. +Your local phone provider should be able to provide more details on how to connect to this service. +Travelling and learning is an increasingly popular option for people taking a gap year. +This is particularly popular among students who have not completed their studies, allowing them a gap year either before or after university, without jeopardising their education. +Taking a year out to study abroad can also increase your chances of getting a place at university when you return to your home country. +There will usually be registration fees for these educational programs. +Finland is a major waterskiing destination. "The land of a thousand lakes" has thousands of islands in its lakes and coastal archipelagos. +You don't need a yacht in the islands and lakes. +While any yacht can ply the coastal archipelagoes and largest lakes, smaller boats or even a canoe will give you a different experience. +Water sports are a national pastime in Finland, with a boat for every seven or eight people. +This is comparable to Norway, Sweden and New Zealand, but it is also a special case (for example, in the Netherlands the number is one in forty). +Most of the various Baltic Sea cruise ships make a lengthy stop in St. Petersburg, Russia. +This means that you could easily spend a couple of days exploring the historic center of the city and then return to the ship for the night. +As of 2009, you do not need an independent visa if arriving by cruise ship and departing by cruise ship. +Some cruise lines offer Berlin, Germany as a shore excursion. As you can see on the map above, Berlin is a long ways off the sea, and a visit to the city is not included in the cost of the cruise. +Flying can be terrifying for people of all ages and backgrounds, but especially those who have never flown before or have had a traumatic experience. +This is not a cause for shame: it is no different from the fears and anxieties that many people feel about other things. +For some, knowledge of how an aircraft works, and what occurs during a flight, can help overcome a fear that is based on the unknown, or a lack of control. +Message delivery companies charge a premium for speed. Often, time is of the essence for business or legal documents, shipments, or replacement parts for an urgent repair. +In some routes, the major airlines have their own jets, but other routes and smaller airlines do not. +If you ship by air, some routes can take days to unload and clear customs. +The only way to ship it faster was to ship it as luggage, but airline regulations would not allow you to ship luggage without a passenger to carry it, and that's where you come in. +The obvious way to fly first class or business class is to pay a lot of money for that privilege (or, even better, to get your company to pay for it for you). +However, this is not cheap: you can expect to pay anything from twice to four times the price of an economy ticket for a business class seat, and up to eleven times as much for a first class seat! +In general, it doesn't make sense to try to redeem miles for business or first class on direct flights from A to B. +Airlines know there is a group of passengers who are willing to pay a premium to arrive at their destination quickly and comfortably, and so they charge accordingly. +The capital of Moldova is Chisinau. The official language is Romanian, but Russian is widely spoken. +Moldova is a multi-ethnic republic that has suffered from ethnic conflict. +In 1994, the conflict gave rise to the Transnistrian Republic, a breakaway state in eastern Moldova which has its own government and currency but is not recognised by any UN member state. +Economic links have been re-established between the two parts of Moldova despite the failure of political negotiations. +The main religion in Moldova is Eastern Orthodox Christianity. +İzmir is Turkey's third-largest city with an estimated population of 3.7 million, the country's second-largest port after Istanbul, and a major transportation hub. +The former city of Esmirna is now a modern, developed, and crowded commercial center, surrounded by a huge bay and mountains. +Its broad avenues, glass-fronted buildings, and modern shopping malls are punctuated by traditional red-tiled roofs, the 18th-century market, and old mosques and churches, but the city has a Mediterranean rather than a Turkish feel. +From the village of Haldarsvík, you are able to see the island of Eysturoy across the water, and there is also a very unusual octagonal church. +There are some interesting marble doves as funerary sculpture on some tombs in the churchyard. +A half-hour, half-day visit to this interesting town is worthwhile. +To the north and easily accessible by car is the charming and fascinating Romantic town of Sintra, which became known to foreigners after a brilliant description of its beauties was recorded by Lord Byron. +Scotturb 403 buses go to Sintra regularly, stopping at Cabo da Roca. +Also in the north, the Shrine of Our Lady of Fatima is a major pilgrimage site for the famous Our Lady of Fatima apparitions. +Please remember, above all, that you are visiting a graveyard and a place of great significance to a large part of the world's population. +There are still many men and women, Jews and non-Jews, who survived their time here, and many more who lost loved ones or worked to the point of death. +Please, if you would, pay this place the dignity, solemnity, and respect it is due. There is nothing funny about the Holocaust or the Nazis. +They did not damage the site by painting or carving graffiti on the structures. +The official languages of Barcelona are Catalan and Spanish. About half of the population prefers to speak Catalan, a large majority understands it and almost everyone is able to speak Spanish. +However, most signs are only in Catalan because Catalan is the official primary language. +However, Spanish is also widely spoken in public transport and other facilities. +Regular announcements on the metro are in Catalan only, but unscheduled announcements are made in several languages including Spanish, English, French, Arabic and Japanese. +Parisians have a reputation for being egocentric, rude, and arrogant. +While this is usually only a vague stereotype, the best way to get around Paris is to be as polite as possible, and to act like a "well-bred" person (well-mannered). This will make your trip much more pleasant. +Parisians will seem very rude at first, but they will warm up to you quickly if you are polite. +The Plitvice Lakes National Park is very wooded, with beeches, pines and yews, and has a mix of alpine and Mediterranean vegetation. +It is home to a great variety of vegetation, thanks to its range of microclimates, diverse soils, and varying altitudes. +The area is also home to an astounding array of animal and bird life. +It is home to unique fauna, including the European brown bear, wolf, eagle, owl, lynx, wild cat and feral pig, as well as many more common species. +Women should have their knees and shoulders covered when visiting the monasteries. +Most of the monasteries will provide a blanket for a woman who is not prepared, but if you have your own, especially a brightly coloured one, you will get a smile from the monk or nun on duty. +Men should also have trousers that come up over their knees. +This item can also be rented at the door, but it is clothing that is not washed after every use, so you may feel uncomfortable wearing these petticoats. The size is unique! +Mallorquin cuisine, like those of other similar Mediterranean areas, is based on bread, vegetables, and pork (above all, pork), and uses olive oil everywhere. +A simple and popular meal, especially in the summer, is Pa amb oli: Bread with olive oil, tomatoes, and any condiments available such as cheese, tuna, etc. +All nouns, including Sie for you, are capitalized at the beginning of a sentence. +This is a good way of distinguishing some verbs of objects. +It can be said that it is easy to read, but a bit difficult to write, because you have to figure out whether a verb or an adjective is used as a noun. +Italian:The pronunciation is relatively easy because most words are pronounced exactly as they are spelled. +The letters c and g are especially tricky because their pronunciation depends on the vowels following them. +Also, make sure to pronounce the r and rr sounds differently: caro means dear, while carro means cart. +Persian has a relatively simple and regular grammar. +Therefore, understanding these basic concepts of grammar about the Persian language will help you learn the Persian language well and understand sentences better. +Of course, if you know a Romance language, it will be an easy task to learn Portuguese. +Nevertheless, those who are able to speak a little Spanish may at first think that Portuguese is so similar to Spanish that there is no need to study it separately. +Most premodern observatories are now obsolete, and are either museums or sites for education. +Because light pollution was not a problem as it is today, they are usually found in or near cities or campuses, and are easily accessible. +Most modern astronomical observatories are large instruments in remote locations with good atmospheric conditions. +The viewing of cherry blossoms, known as hanami, has been a part of Japanese culture since the 8th century. +The concept originated in China, where the cherry blossom was the most highly regarded flower. +Traditionally in Japan, the first cherry blossom viewing parties were held by the emperor for himself and other members of the imperial court. +Plants look best in their natural habitat, so resist the temptation to take just one specimen. +If you visit a formally arranged garden and take any souvenirs (e.g. pebbles from a zen garden), you will be unceremoniously ejected. +Singapore is usually a very safe and easy place to navigate, and you can pretty much buy anything once you arrive. +However, while standing on the "tropical high" just a few degrees north of the equator, you can expect both heat and direct sunlight year-round. +Some buses also go north to Hebron, a traditional burial place of the Biblical patriarchs Abraham, Isaac and Jacob, and their wives. +Make sure the bus you want to take goes to Hebron and not just the nearby Jewish settlement of Kiryat Arba. +Inland waterways can be a great theme for a holiday. +For example, visiting the castles of the Loire Valley, Rhine Valley or a cruise along the interesting cities of the Danube or a voyage along the Erie Canal. +They also offer routes for popular sightseeing and cycling tours. +Nativity is one of the most important Christian festivals and celebrates the birth of Jesus. +Non-Christians in Christian and non-Christian countries around the world have embraced many of the traditions surrounding the holiday. +Traditionally, Easter Eve is spent outdoors under the stars, watching the sun rise. +Of course, there are Christian theological explanations for this tradition, but it is possible that it is a pre-Christian fertility and spring rite. +Traditional churches often have an Easter Vigil service on Saturday night of Easter weekend, and the service is usually started at midnight to celebrate the resurrection of Christ. +All the animals who originally came to the island did so either by swimming, flying, or sailing. +The distance from the mainland meant that mammals never made it to the Galapagos, so the Galapagos Giant Tortoise became the first herbivore of the Galapagos. +Since the arrival of man in the Galapagos, many mammals have been introduced, such as goats, horses, cows, pigs, rats, cats and dogs. +If you visit the Arctic or Antarctic in the winter, you will experience a polar night, when the sun never rises above the horizon. +This gives you a great opportunity to see the Northern Lights, as the sky will be dark almost all day. +As the areas are lightly populated, light pollution is not usually a problem and you can easily see the stars. +Japanese business culture is more hierarchical and formal than what Westerners are accustomed to seeing. +Business suits are standard business attire, and coworkers are usually referred to by their family name or job title. +Peace at work is crucial, emphasizing the group effort over individual recognition. +Employees often need the approval of their superiors for any decision they make, and are expected to comply with the instructions of their superiors without question. diff --git a/test-ca-en.bleu b/test-ca-en.bleu new file mode 100644 index 0000000000000000000000000000000000000000..43fdf89114bd40db33ed49b71580f193d483ff85 --- /dev/null +++ b/test-ca-en.bleu @@ -0,0 +1 @@ +BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 33.77 64.7/39.7/26.9/18.8 (BP = 1.000 ratio = 1.004 hyp_len = 24817 ref_len = 24721) diff --git a/test-ca-en.comet b/test-ca-en.comet new file mode 100644 index 0000000000000000000000000000000000000000..c643e8031ec9357b48e136525d5eed46af47a801 --- /dev/null +++ b/test-ca-en.comet @@ -0,0 +1,1013 @@ +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 0 score: 0.7198 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 1 score: 0.8944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 2 score: 0.8996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 3 score: 0.8240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 4 score: 0.8934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 5 score: 0.8015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 6 score: 0.8655 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 7 score: 0.8445 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 8 score: 0.8687 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 9 score: 0.8541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 10 score: 0.8739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 11 score: 0.8942 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 12 score: 0.8761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 13 score: 0.8831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 14 score: 0.7978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 15 score: 0.8153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 16 score: 0.9060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 17 score: 0.9192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 18 score: 0.9079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 19 score: 0.8335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 20 score: 0.9501 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 21 score: 0.9607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 22 score: 0.8787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 23 score: 0.8709 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 24 score: 0.8525 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 25 score: 0.8651 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 26 score: 0.9021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 27 score: 0.8966 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 28 score: 0.7797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 29 score: 0.9386 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 30 score: 0.8387 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 31 score: 0.8419 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 32 score: 0.8410 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 33 score: 0.9115 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 34 score: 0.9679 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 35 score: 0.8988 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 36 score: 0.8449 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 37 score: 0.8995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 38 score: 0.8382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 39 score: 0.7196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 40 score: 0.8315 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 41 score: 0.8593 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 42 score: 0.9193 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 43 score: 0.9090 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 44 score: 0.7787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 45 score: 0.8023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 46 score: 0.8900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 47 score: 0.9030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 48 score: 0.9290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 49 score: 0.8509 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 50 score: 0.9008 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 51 score: 0.8901 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 52 score: 0.8933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 53 score: 0.9215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 54 score: 0.8908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 55 score: 0.9045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 56 score: 0.8796 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 57 score: 0.8923 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 58 score: 0.9020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 59 score: 0.9661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 60 score: 0.7847 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 61 score: 0.9015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 62 score: 0.7621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 63 score: 0.9111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 64 score: 0.8419 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 65 score: 0.8010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 66 score: 0.8936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 67 score: 0.7898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 68 score: 0.9318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 69 score: 0.9028 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 70 score: 0.8965 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 71 score: 0.8957 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 72 score: 0.8437 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 73 score: 0.8595 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 74 score: 0.8883 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 75 score: 0.7987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 76 score: 0.9010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 77 score: 0.8691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 78 score: 0.9577 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 79 score: 0.9226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 80 score: 0.9170 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 81 score: 0.7905 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 82 score: 0.8564 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 83 score: 0.8126 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 84 score: 0.7475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 85 score: 0.9343 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 86 score: 0.8182 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 87 score: 0.8660 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 88 score: 0.8984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 89 score: 0.8166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 90 score: 0.7973 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 91 score: 0.8933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 92 score: 0.8714 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 93 score: 0.9233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 94 score: 0.9181 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 95 score: 0.9337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 96 score: 0.8694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 97 score: 0.8778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 98 score: 0.8820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 99 score: 0.8618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 100 score: 0.9104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 101 score: 0.8923 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 102 score: 0.8419 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 103 score: 0.9298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 104 score: 0.8023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 105 score: 0.7820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 106 score: 0.8507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 107 score: 0.8839 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 108 score: 0.8560 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 109 score: 0.8356 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 110 score: 0.9037 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 111 score: 0.8492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 112 score: 0.9480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 113 score: 0.9098 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 114 score: 0.8997 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 115 score: 0.8455 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 116 score: 0.8833 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 117 score: 0.8619 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 118 score: 0.9015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 119 score: 0.8617 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 120 score: 0.8424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 121 score: 0.8613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 122 score: 0.8307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 123 score: 0.8630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 124 score: 0.8767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 125 score: 0.9093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 126 score: 0.8441 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 127 score: 0.8686 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 128 score: 0.9105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 129 score: 0.9097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 130 score: 0.9078 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 131 score: 0.8724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 132 score: 0.8715 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 133 score: 0.8598 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 134 score: 0.8534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 135 score: 0.8972 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 136 score: 0.8804 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 137 score: 0.9151 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 138 score: 0.9424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 139 score: 0.8921 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 140 score: 0.9090 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 141 score: 0.8543 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 142 score: 0.8088 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 143 score: 0.8520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 144 score: 0.8845 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 145 score: 0.8811 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 146 score: 0.8965 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 147 score: 0.8565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 148 score: 0.8824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 149 score: 0.9057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 150 score: 0.8959 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 151 score: 0.8940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 152 score: 0.8393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 153 score: 0.7922 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 154 score: 0.8226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 155 score: 0.9025 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 156 score: 0.8653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 157 score: 0.6190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 158 score: 0.9062 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 159 score: 0.8630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 160 score: 0.9355 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 161 score: 0.8615 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 162 score: 0.8037 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 163 score: 0.8688 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 164 score: 0.8885 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 165 score: 0.8330 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 166 score: 0.8090 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 167 score: 0.8625 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 168 score: 0.8506 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 169 score: 0.9010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 170 score: 0.8438 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 171 score: 0.8735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 172 score: 0.9142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 173 score: 0.8439 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 174 score: 0.8937 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 175 score: 0.8969 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 176 score: 0.8827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 177 score: 0.8729 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 178 score: 0.9348 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 179 score: 0.8962 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 180 score: 0.9018 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 181 score: 0.9454 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 182 score: 0.8779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 183 score: 0.8516 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 184 score: 0.8860 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 185 score: 0.9302 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 186 score: 0.9260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 187 score: 0.8540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 188 score: 0.8747 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 189 score: 0.8875 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 190 score: 0.7881 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 191 score: 0.7489 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 192 score: 0.8595 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 193 score: 0.8811 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 194 score: 0.9404 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 195 score: 0.9281 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 196 score: 0.8530 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 197 score: 0.8395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 198 score: 0.9092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 199 score: 0.8686 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 200 score: 0.8709 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 201 score: 0.8297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 202 score: 0.8118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 203 score: 0.7763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 204 score: 0.7318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 205 score: 0.7539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 206 score: 0.8040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 207 score: 0.8735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 208 score: 0.8787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 209 score: 0.9029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 210 score: 0.9195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 211 score: 0.8991 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 212 score: 0.8557 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 213 score: 0.9288 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 214 score: 0.9312 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 215 score: 0.8739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 216 score: 0.8292 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 217 score: 0.8824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 218 score: 0.8973 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 219 score: 0.8492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 220 score: 0.8919 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 221 score: 0.9019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 222 score: 0.9188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 223 score: 0.8645 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 224 score: 0.7936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 225 score: 0.9024 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 226 score: 0.8732 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 227 score: 0.8499 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 228 score: 0.8523 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 229 score: 0.8721 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 230 score: 0.9545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 231 score: 0.8933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 232 score: 0.8655 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 233 score: 0.9491 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 234 score: 0.8463 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 235 score: 0.8916 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 236 score: 0.9004 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 237 score: 0.8664 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 238 score: 0.9287 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 239 score: 0.8892 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 240 score: 0.7772 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 241 score: 0.7690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 242 score: 0.6838 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 243 score: 0.6672 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 244 score: 0.8593 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 245 score: 0.8865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 246 score: 0.7995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 247 score: 0.7860 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 248 score: 0.8359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 249 score: 0.9574 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 250 score: 0.8533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 251 score: 0.8967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 252 score: 0.7951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 253 score: 0.9206 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 254 score: 0.9434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 255 score: 0.9170 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 256 score: 0.8747 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 257 score: 0.9113 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 258 score: 0.9196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 259 score: 0.9080 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 260 score: 0.8692 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 261 score: 0.7918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 262 score: 0.8661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 263 score: 0.8022 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 264 score: 0.9345 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 265 score: 0.8665 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 266 score: 0.8490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 267 score: 0.8894 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 268 score: 0.9432 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 269 score: 0.8433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 270 score: 0.8719 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 271 score: 0.7634 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 272 score: 0.8832 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 273 score: 0.8920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 274 score: 0.7150 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 275 score: 0.7864 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 276 score: 0.7694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 277 score: 0.9309 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 278 score: 0.9062 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 279 score: 0.9468 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 280 score: 0.9153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 281 score: 0.8602 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 282 score: 0.9083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 283 score: 0.8613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 284 score: 0.9142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 285 score: 0.8561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 286 score: 0.8741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 287 score: 0.8242 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 288 score: 0.9223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 289 score: 0.8368 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 290 score: 0.8779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 291 score: 0.8455 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 292 score: 0.8785 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 293 score: 0.8584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 294 score: 0.8351 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 295 score: 0.7814 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 296 score: 0.8249 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 297 score: 0.9024 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 298 score: 0.7631 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 299 score: 0.8584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 300 score: 0.9072 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 301 score: 0.8506 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 302 score: 0.8902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 303 score: 0.9166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 304 score: 0.8563 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 305 score: 0.9060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 306 score: 0.9013 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 307 score: 0.8403 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 308 score: 0.8867 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 309 score: 0.9034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 310 score: 0.9662 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 311 score: 0.7961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 312 score: 0.8305 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 313 score: 0.7871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 314 score: 0.9485 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 315 score: 0.9322 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 316 score: 0.8882 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 317 score: 0.8781 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 318 score: 0.9289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 319 score: 0.8207 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 320 score: 0.8782 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 321 score: 0.8317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 322 score: 0.8942 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 323 score: 0.8814 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 324 score: 0.8766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 325 score: 0.9070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 326 score: 0.8150 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 327 score: 0.8825 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 328 score: 0.9065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 329 score: 0.9223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 330 score: 0.8787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 331 score: 0.8964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 332 score: 0.9233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 333 score: 0.8318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 334 score: 0.9375 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 335 score: 0.8890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 336 score: 0.8967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 337 score: 0.8241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 338 score: 0.8117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 339 score: 0.9130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 340 score: 0.7862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 341 score: 0.8526 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 342 score: 0.7557 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 343 score: 0.8359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 344 score: 0.8760 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 345 score: 0.7703 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 346 score: 0.8520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 347 score: 0.9063 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 348 score: 0.8481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 349 score: 0.8063 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 350 score: 0.8532 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 351 score: 0.7866 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 352 score: 0.7465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 353 score: 0.9703 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 354 score: 0.9216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 355 score: 0.8888 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 356 score: 0.9132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 357 score: 0.8275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 358 score: 0.7903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 359 score: 0.8316 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 360 score: 0.8158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 361 score: 0.8743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 362 score: 0.9119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 363 score: 0.8369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 364 score: 0.8067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 365 score: 0.8313 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 366 score: 0.7788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 367 score: 0.8697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 368 score: 0.7569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 369 score: 0.8672 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 370 score: 0.7431 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 371 score: 0.8019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 372 score: 0.8487 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 373 score: 0.8964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 374 score: 0.8979 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 375 score: 0.9316 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 376 score: 0.9143 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 377 score: 0.9305 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 378 score: 0.8386 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 379 score: 0.9304 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 380 score: 0.9249 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 381 score: 0.8393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 382 score: 0.8263 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 383 score: 0.8278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 384 score: 0.8064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 385 score: 0.8470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 386 score: 0.7355 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 387 score: 0.8539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 388 score: 0.8735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 389 score: 0.8880 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 390 score: 0.8959 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 391 score: 0.9074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 392 score: 0.8684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 393 score: 0.9468 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 394 score: 0.8786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 395 score: 0.8281 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 396 score: 0.8562 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 397 score: 0.9302 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 398 score: 0.8018 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 399 score: 0.8916 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 400 score: 0.9310 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 401 score: 0.8708 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 402 score: 0.9102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 403 score: 0.7607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 404 score: 0.8334 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 405 score: 0.9183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 406 score: 0.8652 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 407 score: 0.8654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 408 score: 0.9036 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 409 score: 0.8815 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 410 score: 0.9254 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 411 score: 0.8862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 412 score: 0.8313 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 413 score: 0.8646 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 414 score: 0.8875 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 415 score: 0.7794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 416 score: 0.9061 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 417 score: 0.9110 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 418 score: 0.8967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 419 score: 0.9077 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 420 score: 0.9164 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 421 score: 0.8620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 422 score: 0.8752 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 423 score: 0.8448 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 424 score: 0.8663 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 425 score: 0.9156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 426 score: 0.9073 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 427 score: 0.8987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 428 score: 0.8575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 429 score: 0.9351 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 430 score: 0.7710 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 431 score: 0.8013 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 432 score: 0.7138 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 433 score: 0.7810 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 434 score: 0.8923 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 435 score: 0.8565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 436 score: 0.8206 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 437 score: 0.9233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 438 score: 0.8940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 439 score: 0.7831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 440 score: 0.8946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 441 score: 0.8749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 442 score: 0.9393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 443 score: 0.8693 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 444 score: 0.8518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 445 score: 0.9030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 446 score: 0.9266 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 447 score: 0.9091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 448 score: 0.8964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 449 score: 0.8297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 450 score: 0.8704 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 451 score: 0.8575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 452 score: 0.9089 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 453 score: 0.8290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 454 score: 0.8797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 455 score: 0.7997 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 456 score: 0.7699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 457 score: 0.8717 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 458 score: 0.8787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 459 score: 0.7356 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 460 score: 0.9297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 461 score: 0.8618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 462 score: 0.7774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 463 score: 0.9180 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 464 score: 0.8715 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 465 score: 0.8565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 466 score: 0.8803 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 467 score: 0.5454 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 468 score: 0.7719 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 469 score: 0.6904 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 470 score: 0.8049 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 471 score: 0.8256 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 472 score: 0.8462 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 473 score: 0.7064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 474 score: 0.7684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 475 score: 0.8708 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 476 score: 0.7927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 477 score: 0.8897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 478 score: 0.9119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 479 score: 0.9262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 480 score: 0.9002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 481 score: 0.8517 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 482 score: 0.9090 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 483 score: 0.8733 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 484 score: 0.8467 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 485 score: 0.8271 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 486 score: 0.8694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 487 score: 0.8716 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 488 score: 0.8665 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 489 score: 0.9058 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 490 score: 0.8178 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 491 score: 0.8698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 492 score: 0.9128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 493 score: 0.9082 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 494 score: 0.8188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 495 score: 0.8361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 496 score: 0.8709 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 497 score: 0.9186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 498 score: 0.9118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 499 score: 0.8867 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 500 score: 0.8947 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 501 score: 0.9413 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 502 score: 0.8778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 503 score: 0.9000 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 504 score: 0.8444 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 505 score: 0.8940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 506 score: 0.8506 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 507 score: 0.8809 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 508 score: 0.8551 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 509 score: 0.8481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 510 score: 0.7766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 511 score: 0.8064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 512 score: 0.7601 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 513 score: 0.7738 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 514 score: 0.9010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 515 score: 0.8843 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 516 score: 0.7990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 517 score: 0.9255 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 518 score: 0.8816 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 519 score: 0.9153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 520 score: 0.8841 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 521 score: 0.9182 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 522 score: 0.8488 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 523 score: 0.8517 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 524 score: 0.8851 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 525 score: 0.8331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 526 score: 0.9128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 527 score: 0.7145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 528 score: 0.8737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 529 score: 0.8910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 530 score: 0.8283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 531 score: 0.8817 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 532 score: 0.8578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 533 score: 0.7760 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 534 score: 0.7831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 535 score: 0.6850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 536 score: 0.8521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 537 score: 0.8632 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 538 score: 0.9068 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 539 score: 0.9124 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 540 score: 0.8238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 541 score: 0.9007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 542 score: 0.8301 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 543 score: 0.8894 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 544 score: 0.8653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 545 score: 0.9387 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 546 score: 0.8630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 547 score: 0.8609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 548 score: 0.8271 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 549 score: 0.9532 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 550 score: 0.7834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 551 score: 0.8985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 552 score: 0.8555 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 553 score: 0.8743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 554 score: 0.8650 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 555 score: 0.8511 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 556 score: 0.8444 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 557 score: 0.9190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 558 score: 0.8052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 559 score: 0.8393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 560 score: 0.8616 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 561 score: 0.8906 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 562 score: 0.8435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 563 score: 0.8424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 564 score: 0.8470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 565 score: 0.8950 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 566 score: 0.8738 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 567 score: 0.8698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 568 score: 0.7800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 569 score: 0.8772 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 570 score: 0.9337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 571 score: 0.9144 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 572 score: 0.7971 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 573 score: 0.8488 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 574 score: 0.9297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 575 score: 0.7898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 576 score: 0.8198 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 577 score: 0.8058 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 578 score: 0.9270 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 579 score: 0.8694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 580 score: 0.8076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 581 score: 0.8950 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 582 score: 0.8794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 583 score: 0.7866 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 584 score: 0.6945 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 585 score: 0.8588 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 586 score: 0.8813 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 587 score: 0.8701 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 588 score: 0.8380 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 589 score: 0.9268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 590 score: 0.8975 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 591 score: 0.9032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 592 score: 0.8226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 593 score: 0.9225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 594 score: 0.9176 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 595 score: 0.8821 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 596 score: 0.9030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 597 score: 0.8940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 598 score: 0.8421 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 599 score: 0.9096 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 600 score: 0.8974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 601 score: 0.8305 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 602 score: 0.8942 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 603 score: 0.8885 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 604 score: 0.8450 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 605 score: 0.9422 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 606 score: 0.8080 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 607 score: 0.7809 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 608 score: 0.7914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 609 score: 0.8699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 610 score: 0.9325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 611 score: 0.9250 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 612 score: 0.9208 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 613 score: 0.8914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 614 score: 0.8480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 615 score: 0.9031 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 616 score: 0.9109 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 617 score: 0.9672 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 618 score: 0.9028 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 619 score: 0.8195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 620 score: 0.9043 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 621 score: 0.8621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 622 score: 0.8973 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 623 score: 0.9030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 624 score: 0.8357 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 625 score: 0.8916 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 626 score: 0.9238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 627 score: 0.9135 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 628 score: 0.7728 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 629 score: 0.9019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 630 score: 0.8394 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 631 score: 0.9044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 632 score: 0.9208 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 633 score: 0.9195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 634 score: 0.9746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 635 score: 0.8984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 636 score: 0.9056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 637 score: 0.8780 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 638 score: 0.9215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 639 score: 0.9290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 640 score: 0.8566 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 641 score: 0.9166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 642 score: 0.8898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 643 score: 0.8835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 644 score: 0.8868 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 645 score: 0.7014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 646 score: 0.8976 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 647 score: 0.8799 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 648 score: 0.8555 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 649 score: 0.8470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 650 score: 0.9157 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 651 score: 0.7224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 652 score: 0.8086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 653 score: 0.8033 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 654 score: 0.8559 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 655 score: 0.9474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 656 score: 0.8897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 657 score: 0.8856 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 658 score: 0.8163 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 659 score: 0.8942 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 660 score: 0.8355 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 661 score: 0.9162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 662 score: 0.9108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 663 score: 0.9000 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 664 score: 0.9006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 665 score: 0.6857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 666 score: 0.8975 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 667 score: 0.8912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 668 score: 0.8889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 669 score: 0.9189 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 670 score: 0.8702 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 671 score: 0.9265 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 672 score: 0.8862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 673 score: 0.8766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 674 score: 0.8454 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 675 score: 0.8678 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 676 score: 0.9391 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 677 score: 0.9011 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 678 score: 0.9200 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 679 score: 0.8592 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 680 score: 0.8787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 681 score: 0.9328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 682 score: 0.8596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 683 score: 0.8865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 684 score: 0.8817 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 685 score: 0.8518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 686 score: 0.8908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 687 score: 0.8512 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 688 score: 0.9057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 689 score: 0.8798 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 690 score: 0.9249 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 691 score: 0.8877 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 692 score: 0.9162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 693 score: 0.8716 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 694 score: 0.8581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 695 score: 0.8937 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 696 score: 0.8682 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 697 score: 0.6256 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 698 score: 0.9386 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 699 score: 0.8930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 700 score: 0.8376 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 701 score: 0.8980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 702 score: 0.8958 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 703 score: 0.8506 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 704 score: 0.7849 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 705 score: 0.8596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 706 score: 0.7870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 707 score: 0.8885 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 708 score: 0.8435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 709 score: 0.2765 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 710 score: 0.9430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 711 score: 0.8383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 712 score: 0.8950 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 713 score: 0.8890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 714 score: 0.8716 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 715 score: 0.8666 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 716 score: 0.8012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 717 score: 0.9182 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 718 score: 0.9105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 719 score: 0.7932 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 720 score: 0.8196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 721 score: 0.8395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 722 score: 0.8630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 723 score: 0.8586 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 724 score: 0.9207 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 725 score: 0.8817 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 726 score: 0.8633 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 727 score: 0.7425 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 728 score: 0.8064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 729 score: 0.8574 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 730 score: 0.8654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 731 score: 0.8802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 732 score: 0.8487 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 733 score: 0.8920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 734 score: 0.8992 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 735 score: 0.8800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 736 score: 0.8828 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 737 score: 0.8893 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 738 score: 0.8936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 739 score: 0.9261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 740 score: 0.9115 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 741 score: 0.8028 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 742 score: 0.8569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 743 score: 0.8850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 744 score: 0.8776 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 745 score: 0.8941 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 746 score: 0.9106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 747 score: 0.8480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 748 score: 0.8480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 749 score: 0.9286 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 750 score: 0.9297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 751 score: 0.8400 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 752 score: 0.8060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 753 score: 0.9125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 754 score: 0.8582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 755 score: 0.9113 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 756 score: 0.8685 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 757 score: 0.8650 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 758 score: 0.7524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 759 score: 0.8767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 760 score: 0.8505 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 761 score: 0.9320 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 762 score: 0.9190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 763 score: 0.8979 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 764 score: 0.9046 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 765 score: 0.8709 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 766 score: 0.8884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 767 score: 0.8484 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 768 score: 0.9214 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 769 score: 0.9471 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 770 score: 0.7475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 771 score: 0.9376 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 772 score: 0.8520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 773 score: 0.8895 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 774 score: 0.9023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 775 score: 0.8986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 776 score: 0.8736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 777 score: 0.9057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 778 score: 0.8888 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 779 score: 0.7565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 780 score: 0.8557 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 781 score: 0.7913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 782 score: 0.8759 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 783 score: 0.8404 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 784 score: 0.8702 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 785 score: 0.7321 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 786 score: 0.9441 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 787 score: 0.8700 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 788 score: 0.9015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 789 score: 0.8882 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 790 score: 0.8925 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 791 score: 0.7699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 792 score: 0.8212 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 793 score: 0.8722 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 794 score: 0.8803 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 795 score: 0.8388 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 796 score: 0.8655 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 797 score: 0.8563 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 798 score: 0.8315 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 799 score: 0.8296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 800 score: 0.8452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 801 score: 0.8656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 802 score: 0.8806 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 803 score: 0.7338 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 804 score: 0.6900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 805 score: 0.9084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 806 score: 0.8535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 807 score: 0.8727 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 808 score: 0.8843 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 809 score: 0.8548 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 810 score: 0.8895 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 811 score: 0.8690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 812 score: 0.8961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 813 score: 0.9213 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 814 score: 0.8925 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 815 score: 0.8774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 816 score: 0.8601 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 817 score: 0.8482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 818 score: 0.8111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 819 score: 0.8296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 820 score: 0.9083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 821 score: 0.6433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 822 score: 0.8698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 823 score: 0.8212 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 824 score: 0.8894 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 825 score: 0.9008 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 826 score: 0.8511 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 827 score: 0.8875 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 828 score: 0.9093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 829 score: 0.8726 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 830 score: 0.8475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 831 score: 0.7874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 832 score: 0.8230 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 833 score: 0.6569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 834 score: 0.8526 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 835 score: 0.9052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 836 score: 0.8949 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 837 score: 0.8577 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 838 score: 0.9000 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 839 score: 0.9029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 840 score: 0.8129 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 841 score: 0.7983 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 842 score: 0.7175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 843 score: 0.6507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 844 score: 0.7945 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 845 score: 0.6568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 846 score: 0.8095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 847 score: 0.8917 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 848 score: 0.8100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 849 score: 0.8819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 850 score: 0.8969 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 851 score: 0.9022 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 852 score: 0.8625 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 853 score: 0.7758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 854 score: 0.8011 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 855 score: 0.8241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 856 score: 0.7800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 857 score: 0.8810 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 858 score: 0.9069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 859 score: 0.8252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 860 score: 0.8786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 861 score: 0.9041 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 862 score: 0.7100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 863 score: 0.8703 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 864 score: 0.8672 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 865 score: 0.8289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 866 score: 0.8637 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 867 score: 0.8332 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 868 score: 0.8963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 869 score: 0.8303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 870 score: 0.8387 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 871 score: 0.8038 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 872 score: 0.8834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 873 score: 0.8727 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 874 score: 0.8984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 875 score: 0.8848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 876 score: 0.8952 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 877 score: 0.8416 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 878 score: 0.8960 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 879 score: 0.8303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 880 score: 0.8595 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 881 score: 0.9083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 882 score: 0.8799 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 883 score: 0.8851 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 884 score: 0.8565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 885 score: 0.9193 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 886 score: 0.8881 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 887 score: 0.7621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 888 score: 0.8159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 889 score: 0.8421 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 890 score: 0.8516 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 891 score: 0.8895 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 892 score: 0.7487 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 893 score: 0.6654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 894 score: 0.8761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 895 score: 0.8950 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 896 score: 0.8574 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 897 score: 0.8672 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 898 score: 0.8821 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 899 score: 0.9071 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 900 score: 0.7986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 901 score: 0.9351 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 902 score: 0.8077 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 903 score: 0.9034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 904 score: 0.9026 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 905 score: 0.8735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 906 score: 0.8955 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 907 score: 0.8458 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 908 score: 0.8535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 909 score: 0.9400 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 910 score: 0.8860 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 911 score: 0.8465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 912 score: 0.9339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 913 score: 0.9108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 914 score: 0.8503 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 915 score: 0.8451 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 916 score: 0.8588 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 917 score: 0.8583 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 918 score: 0.7484 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 919 score: 0.8251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 920 score: 0.9197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 921 score: 0.8521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 922 score: 0.8815 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 923 score: 0.8439 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 924 score: 0.7314 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 925 score: 0.8295 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 926 score: 0.8878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 927 score: 0.8687 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 928 score: 0.8953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 929 score: 0.8154 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 930 score: 0.8166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 931 score: 0.8540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 932 score: 0.7851 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 933 score: 0.8935 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 934 score: 0.8365 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 935 score: 0.8205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 936 score: 0.8802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 937 score: 0.9330 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 938 score: 0.9625 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 939 score: 0.8910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 940 score: 0.9340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 941 score: 0.9470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 942 score: 0.8991 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 943 score: 0.8706 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 944 score: 0.8537 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 945 score: 0.8215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 946 score: 0.8282 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 947 score: 0.7482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 948 score: 0.8760 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 949 score: 0.9133 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 950 score: 0.8220 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 951 score: 0.8569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 952 score: 0.8172 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 953 score: 0.8591 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 954 score: 0.8514 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 955 score: 0.9216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 956 score: 0.8619 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 957 score: 0.9321 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 958 score: 0.8334 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 959 score: 0.9706 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 960 score: 0.8005 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 961 score: 0.7322 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 962 score: 0.8530 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 963 score: 0.9056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 964 score: 0.9153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 965 score: 0.8586 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 966 score: 0.7853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 967 score: 0.7894 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 968 score: 0.7920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 969 score: 0.7449 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 970 score: 0.8715 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 971 score: 0.8967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 972 score: 0.7738 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 973 score: 0.9007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 974 score: 0.8034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 975 score: 0.9110 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 976 score: 0.8529 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 977 score: 0.8647 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 978 score: 0.9478 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 979 score: 0.8287 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 980 score: 0.8245 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 981 score: 0.8464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 982 score: 0.9258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 983 score: 0.8051 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 984 score: 0.8860 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 985 score: 0.9099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 986 score: 0.8753 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 987 score: 0.8475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 988 score: 0.8615 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 989 score: 0.7330 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 990 score: 0.9332 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 991 score: 0.7913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 992 score: 0.9241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 993 score: 0.9080 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 994 score: 0.9103 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 995 score: 0.8744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 996 score: 0.8691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 997 score: 0.8727 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 998 score: 0.8133 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 999 score: 0.7543 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 1000 score: 0.9092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 1001 score: 0.8550 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 1002 score: 0.8765 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 1003 score: 0.7111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 1004 score: 0.9155 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 1005 score: 0.8902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 1006 score: 0.8099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 1007 score: 0.8845 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 1008 score: 0.9267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 1009 score: 0.9069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 1010 score: 0.8717 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en Segment 1011 score: 0.9007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ca-en score: 0.8629 diff --git a/test-en-ca b/test-en-ca new file mode 100644 index 0000000000000000000000000000000000000000..f84ff66e24a9379a42451df2de7a2b18432796f7 --- /dev/null +++ b/test-en-ca @@ -0,0 +1,1012 @@ +“Tenim ara ratolins de 4 mesos que no són diabètics que abans sí que ho eren”, va afegir. +El Dr. Ehud Ur, professor de medicina a la Universitat de Dalhousie a Halifax, Nova Escòcia, i president de la divisió clínica i científica de l'Associació Canadienca de Diabetis va advertir que la recerca encara es troba en els seus inicis. +Com alguns altres experts, és escèptic sobre si la diabetis pot ser curada, i afirma que aquests descobriments no tenen cap rellevància per a les persones que ja tenen diabetis de tipus 1. +El dilluns, Sara Danius, secretari permanent del Comitè Nobel de Literatura de l'Acadèmia sueca, va anunciar públicament durant un programa de ràdio a Sveriges Radio a Suècia que el comitè, incapaç de contactar directament amb Bob Dylan sobre la seva victòria al Premi Nobel de Literatura de 2016, va abandonar els seus esforços per contactar-lo. +Danius ha afirmat el següent: “Actualment no fem res. He trucat i he enviat correus electrònics al seu col·laborador més proper i he rebut respostes molt amistoses. Per ara, això és certament suficient”. +Prèviament, el CEO de Ring, Jamie Siminoff, va comentar que la companyia va començar quan la seva campaneta no era audible des del seu taller al garatge. +Ha construït una campana de WiFi, ha afirmat. +Siminoff va dir que les vendes van augmentar després de la seva aparició l'any 2013 en un episodi de Shark Tank on el panel del programa va rebutjar finançar l'empresa. +A finals de 2017, Siminoff va aparèixer al canal de televisió de compres QVC. +Ring també va resoldre una demanda amb una empresa de seguretat competidora, ADT Corporation. +Tot i que un vaccí experimental sembla capaç de reduir la mortalitat per ebola, fins ara no s'ha demostrat clarament que cap fàrmac sigui adequat per al tractament d'una infecció existent. +Un coctel d'antibodis, ZMapp, inicialment va mostrar promesa en el camp, però els estudis formals van indicar que tenia menys beneficis del que s'havia buscat per a la prevenció de la mort. +En l'assaig PALM, ZMapp va servir de control, de manera que els científics van utilitzar-lo com a referència i van comparar els altres tres tractaments amb ell. +USA Gymnastics dona suport a la carta del Comitè Olímpic dels Estats Units i accepta l'absoluta necessitat de la família olímpica per promoure un entorn segur per a tots els nostres atletes. +Estem d'acord amb la declaració de l'USOC que els interessos dels nostres atletes i clubs, i el seu esport, podrien millorar amb un canvi significatiu dins de la nostra organització, en lloc de la descertificació. +USA Gymnastics dona suport a una investigació independent que pugui il·luminar com es va passar que l'abús descrit amb tanta valentia pels supervivents de Larry Nassar va passar desapercebut durant tant de temps i accepta qualsevol canvi necessari i adequat. +USA Gymnastics i l'USOC tenen el mateix objectiu: fer que l'esport de la gimnàstica, i d'altres, sigui tan segur com sigui possible perquè els atletes puguin seguir els seus somnis en un entorn segur, positiu i empoderat. +Durant la dècada de 1960, Brzezinski va treballar per a John F. Kennedy com a assessor i, posteriorment, per a l'administració de Lyndon B. Johnson. +Durant les seleccions de 1976 va donar consells a Carter sobre política exterior, i després va ser assessor nacional de seguretat (NSA) entre 1977 i 1981, en substitució de Henry Kissinger. +Com a NSA, va ajudar Carter a tractar diplomàticament els assumptes mundials, com ara els Acords de Camp David, de 1978; la normalització de les relacions entre EE. UU. i Xina a finals de la dècada de 1970; la Revolució iraniana, que va portar a la crisi dels ostatges a l'Iran, de 1979; i l'invasió soviètica a l'Afganistan, de 1979. +La pel·lícula, protagonitzada per Ryan Gosling i Emma Stone, va rebre nominacions en totes les categories principals. +Gosling i Stone van rebre nominacions al millor actor i a la millor actriu, respectivament. +Les altres nominacions inclouen millor pel·lícula, millor director, millor càmera, millor disseny de vestuari, millor muntatge, millor partitura original, millor disseny de producció, millor edició de so, millor mescla de so i millor guió original. +Dues cançons de la pel·lícula, Audition (The Fools Who Dream) i City of Stars, van rebre nominacions per a millor cançó original. Lionsgate va rebre 26 nominacions, més que qualsevol altre estudi. +A finals de diumenge, el president dels Estats Units, Donald Trump, en una declaració lliurada per mitjà del seu secretari de premsa, va anunciar que les tropes nord-americanes deixarien Síria. +L'anunci es va fer després d'una conversa telefònica entre Trump i el President de Turquia, Recep Tayyip Erdoğan. +Turquia també assumiria la vigilància dels combatents de l'ISIS capturats que, segons la declaració, les nacions europees han rebutjat repatriar. +Això no només confirma que, com a mínim, alguns dinosaures tenien plomes, una teoria ja molt estesa, sinó també proporciona detalls fòssils que normalment no es poden veure, com ara el color i la disposició en tres dimensions. +Els científics afirmen que el plomall d'aquest animal era de color castany a la part superior i de color pàl·lid o de color carotenoide a la part inferior. +El descobriment també ofereix una visió de l'evolució dels plomalls dels ocells. +Perquè les plomes dels dinosaures no tenien un eix ben desenvolupat, anomenat raquis, sinó que tenien altres característiques de les plomes, com ara les barbes i les barbules, els investigadors van inferir que el raquis era probablement un desenvolupament evolutiu posterior a aquestes altres característiques. +L'estructura de les plomes suggereix que no es van utilitzar per a volar, sinó per a la regulació de la temperatura o la presentació. Els investigadors han suggerit que, tot i que es tracta de la cua d'un jove dinosaure, l'exemplar mostra plomes d'adult i no plomes d'un nen. +Els investigadors han suggerit que, tot i que es tracta de la cua d'un jove dinosaure, l'exemplar mostra plomes d'adult i no plomes d'un nen. +Un cotxe bomba va explotar a la seu de la policia a Gaziantep, Turquia, i va matar dos agents de policia i ferir més de vint persones més. +L'oficina del govern va dir que divuit dels ferits eren agents de policia. +La policia ha afirmat que sospita d'un suposat militant de l'Estat Islàmic de la responsabilitat de l'atac. +Van descobrir que el Sol funcionava segons els mateixos principis bàsics que les altres estrelles: es va descobrir que l'activitat de totes les estrelles del sistema estava dirigida per la seva lluminositat, la seva rotació i res més. +La lluminositat i la rotació s'utilitzen junts per determinar el nombre de Rossby d'una estrella, que està relacionat amb el flux de plasma. +Menys Rossby implica menys activitat estel·lar en relació amb les inversions magnètiques. +Durant el seu viatge, Iwasaki va tenir molts problemes. +Va ser robat per pirates, atacat a Tibet per un gos rabid, va escapar d'un matrimoni a Nepal i va ser arrestat a l'Índia. +El standard 802.11n opera a les freqüències 2,4 GHz i 5,0 GHz. +Això permet que sigui compatible enrere amb 802.11a, 802.11b i 802.11g, sempre que la base tingui dues ràdios. +Les velocitats de 802.11n són substancialment més ràpides que les dels seus predecessors, amb una capacitat màxima teòrica de 600 Mbit/s. +Duvall, que és casat i té dos fills adults, no va deixar un gran impacte en Miller, a qui es va explicar la història. +Quan se li va demanar un comentari, Miller va dir: "Mike parlava molt durant l'audiència...Estava preparant-me, així que no ho vaig escoltar realment". +“Esforçarem-nos per reduir les emissions de diòxid de carboni per unitat de PIB en un percentatge notable fins al 2020, en comparació amb el nivell de 2005”, va afirmar Hu. +No va especificar una xifra per a les reduccions, afirmant que es realitzaran en funció de la producció econòmica de la Xina. +Hu va animar els països en vies de desenvolupament a "evitar l'antiga ruta de contaminar primer i netejar després". +Va afegir que “no obstant, no s'hauria de demanar que assumissin obligacions que superessin el seu estadi de desenvolupament, la seva responsabilitat i les seves capacitats”. +El Grup d'Estudis de l'Iraq va presentar el seu informe a les 12:00 GMT d'avui. +Adverteix que ningú no pot garantir que cap acció realitzada a l'Iraq en aquest moment pugui aturar la guerra sectària, el creixent nivell de violència o la caiguda cap al caos. +El Rapport comença amb una súplica per a un debat obert i la formació d'un consens als Estats Units sobre la política cap al Pròxim Orient. +El Rapport és molt crític en gairebé tots els aspectes de la política actual de l'Executiu cap a l'Iraq i insta a un canvi immediat de direcció. +La primera de les seves 78 recomanacions és que es prengui una nova iniciativa diplomàtica abans del final d'aquest any per assegurar les fronteres de l'Iraq contra intervencions hostils i per restablir les relacions diplomàtiques amb els seus veïns. +La senadora actual i primera dama argentina, Cristina Fernandez de Kirchner, va anunciar la seva candidatura a la presidència d'ahir a la nit a La Plata, una ciutat a 50 quilòmetres (31 milles) de Buenos Aires. +La senyora Kirchner va anunciar la seva intenció de presentar-se com a candidata a la presidència al Teatre Argentí, el mateix lloc on va iniciar la seva campanya per al Senat l'any 2005 com a membre de la delegació de la província de Buenos Aires. +El debat va néixer a partir de la controvèrsia sobre les despeses per a l'ajuda i la reconstrucció després de l'huracà Katrina; que alguns fiscals conservadors han etiquetat humorísticament com el "New Orleans Deal de Bush". +La crítica liberal de l'esforç de reconstrucció s'ha centrat en l'atorgament de contractes de reconstrucció a presumptes insiders de Washington. +Més de quatre milions de persones van anar a Roma per assistir al funeral. +El nombre de persones presents va ser tan gran que no va ser possible que tothom pogués assistir al funeral a la plaça de Sant Pere. +Es van instal·lar diverses pantalles de televisió grans en diversos indrets de Roma perquè la gent pogués veure la cerimònia. +A moltes altres ciutats d'Itàlia i a la resta del món, especialment a Polònia, es van fer instal·lacions similars, que es van veure per una gran quantitat de persones. +Els historiadors han criticat les polítiques passades de l'FBI per centrar-se en casos que són fàcils de resoldre, especialment els casos de robatori d'automòbils, amb l'objectiu d'incrementar la taxa d'èxit de l'agència. +El Congrés va començar a finançar l'iniciativa d'obscenitat a l'any fiscal 2005 i va especificar que l'FBI hauria de destinar 10 agents a la pornografia adulta. +Robin Uthappa va aconseguir la màxima puntuació de l'innings, 70 carreres en només 41 llançaments, amb 11 fours i 2 sixes. +Els jugadors de l'ordre mitjà, Sachin Tendulkar i Rahul Dravid, van jugar bé i van formar una parella de cent runs. +Però, després de perdre el capità de l'equip, l'Índia només va aconseguir 36 carreres i va perdre 7 wickets per acabar l'inning. +El president dels EUA, George W. Bush, va arribar a Singapur el matí del 16 de novembre, iniciant una gira per Àsia que duraria una setmana. +Va ser acollit pel viceprimer ministre de Singapur, Wong Kan Seng, i va discutir els temes del comerç i el terrorisme amb el primer ministre de Singapur, Lee Hsien Loong. +Després d'una setmana de pèrdues a les eleccions de mitja legislatura, Bush va parlar davant d'una audiència sobre l'expansió del comerç a Àsia. +El primer ministre Stephen Harper ha acordat enviar el “Clean Air Act” del govern a un comitè de tots els partits per a la seva revisió, abans de la seva segona lectura, després de la reunió de 25 minuts amb el líder del NDP, Jack Layton, celebrada dimecres al PMO. +Layton va demanar canvis al projecte de llei ambiental dels conservadors durant la reunió amb el primer ministre, i va demanar una “reescriptura completa i exhaustiva” del projecte de llei ambiental del partit conservador. +Des de l'entrada del govern federal per assumir el finançament de l'hospital de Mersey a Devonport, a Tasmània, el govern estatal i alguns diputats federals han criticat aquesta acció com un truc en el preludi de les eleccions federals, que s'anunciaran per novembre. +Però el primer ministre John Howard ha afirmat que l'acte es va fer només per a protegir les instal·lacions de l'hospital d'una possible degradació per part del govern de Tasmània, donant 45 milions d'AUD més. +Segons l'últim informe, les mesures de nivell del mar indicaven que s'havia generat un tsunami. Es va registrar certa activitat tsunami a prop de Pago Pago i Niue. +No s'han informat danys importants ni ferits a Tonga, però es va perdre el corrent elèctric temporalment, cosa que, segons s'informa, va impedir que les autoritats tonganeses rebessin l'alerta de tsunami emesa pel PTWC. +Catorze escoles d'Hawaii situades a la costa o a prop d'ella van romandre tancades tot el dimarts malgrat que les advertències hagin estat retirades. +El president dels EUA, George W. Bush, va acollir l'anunci. +El portaveu de Bush, Gordon Johndroe, va qualificar la promesa de Corea del Nord com "un gran pas cap a l'objectiu de la desnuclearització verificable de la península de Corea". +La desena tempesta amb nom donat de la temporada d'huracans de l'Atlàntic, la tempesta subtropical Jerry, s'ha format avui a l'Oceà Atlàntic. +El Centre Nacional d'Huracans (NHC) afirma que, en aquest moment, Jerry no suposa cap amenaça per terra. +L'exèrcit dels enginyers dels EUA va estimar que 6 polzades de pluja podrien trencar les ja danyades esglésies. +El Districte 9, que va veure inundacions de fins a 6 metres durant l'huracà Katrina, es troba actualment sota l'aigua fins a la cintura, ja que la presa propera s'ha inundat. +L'aigua es desborda per sobre de la presa en una secció de 100 peus d'amplada. +L'administrador de Commons, Adam Cuerden, va expressar la seva frustració per les supressions quan va parlar amb Wikinews el mes passat. +“Wales va mentir des del principi. Primer, actuant com si es tractés d'una qüestió legal. Segon, fingint que estava escoltant-nos, fins a l'eliminació de l'obra d'art”. +La irritació de la comunitat va provocar els actuals esforços per redactar una política sobre contingut sexual per al lloc web que allotja milions de mitjans amb llicència oberta. +El treball fet va ser principalment teòric, però el programa es va escriure per a simular les observacions fetes de la galàxia de Sagitari. +L'efecte que l'equip buscava es produiria a causa de les forces de marea entre la matèria fosca de la galàxia i la matèria fosca de la Via Làctia. +De la mateixa manera que la lluna exerceix una força sobre la Terra, provocant les marees, la Via Làctia exerceix una força sobre la galàxia de Sagitari. +Els científics han pogut arribar a la conclusió que la matèria fosca afecta la matèria fosca d'una altra manera que la matèria regular. +Segons aquesta teoria, la major part de la matèria fosca al voltant d'una galàxia es troba al voltant d'una galàxia en forma d'un halo, i està formada per moltes petites partícules. +Les emissions de televisió mostren fum blanc sortint de la planta. +Les autoritats locals estan advertint els residents de la zona propera a la planta perquè es queden a l'interior, apaguen els acondicionadors d'aire i no beven l'aigua de l'aigua potable. +Segons l'agència nuclear del Japó, s'ha identificat cesi i iode radioactius a la planta. +Les autoritats especulen que això indica que els contenidors que contenen combustible d'urani al lloc podrien haver trencat i estan vessant. +El Dr. Tony Moll va descobrir la tuberculosi extremadament resistent als fàrmacs (XDR-TB) a la regió sud-africana de KwaZulu-Natal. +En una entrevista, va dir que la nova variant era “molt preocupant i alarmant a causa de la molt alta taxa de mortalitat”. +Alguns pacients podrien haver-se infectat a l'hospital, pensa el Dr. Moll, i almenys dos eren treballadors sanitaris de l'hospital. +En un any, una persona infectada pot infectar 10 a 15 persones properes. +Tanmateix, el percentatge de TBXDR en el conjunt de persones infectades amb tuberculosi encara sembla ser baix; 6.000 de les 330.000 persones infectades en qualsevol moment en particular a Sud-àfrica. +Els dos satèl·lits, cadascun dels quals pesava més de 1.000 lliures, i que viatjaven a aproximadament 17.500 milles per hora, es van col·lidar a 491 milles sobre la Terra. +Els científics afirmen que l'explosió provocada per la col·lisió va ser massiva. +Encara intenten determinar la magnitud de l'impacte i com afectarà la Terra. +L'oficina del Departament de Defensa dels Estats Units, el Comandament Estratègic dels Estats Units, està rastrejant les restes. +El resultat de l'anàlisi de la trama es publicarà a un lloc web públic. +Un metge que treballava a l'Hospital Infantil de Pittsburgh, Pennsilvània, serà acusat d'assassinat agravat després que la seva mare fos trobada morta al maleter del cotxe el dimecres, segons les autoritats d'Ohio. +El Dr. Malar Balasubramanian, de 29 anys, va ser trobat a Blue Ash, Ohio, un barri situat a uns 25 km al nord de Cincinnati, al costat de la carretera en una camisa i sota sostenidament medicat. +Va dirigir els agents a la seva Oldsmobile Intrigue negra, que es trobava a 500 peus de distància. +Allà, van trobar el cos de Saroja Balasubramanian, de 53 anys, cobert amb coixins ensangonats. +La policia va dir que el cos semblava haver-hi romàntic un dia aproximadament. +Els primers casos de la malaltia d'aquesta temporada es van comunicar a finals de juliol. +La malaltia es transmet per porcs, que migren cap als humans a través de mosquits. +L'epidèmia ha motivat el govern indi a adoptar mesures com ara el desplegament de caçadors de porcs en zones afectades de forma greu, la distribució de milers de mosquiteres i l'aplicació de pesticides. +El govern també ha promès diversos milions de dosis de vacuna contra l'encefalitis, que ajudaran les agències sanitàries a preparar-se per l'any que ve. +Els plans per a la distribució de vacunes a les zones històricament més afectades aquest any es van endarrerir a causa de la manca de fons i la baixa prioritat en comparació amb altres malalties. +L'any 1956, Słania es va traslladar a Suècia, on tres anys més tard va començar a treballar per a l'oficina de correus sueca i es va convertir en el gravador principal. +Va produir més de 1.000 segells per a Suècia i 28 altres països. +El seu treball té una qualitat i un detall tan reconeguts que és un dels pocs "noms de casa" entre els filatelistes. Alguns s'especialitzen en recollir només la seva obra. +El seu 1.000è segell va ser el magnífic "Grans fets dels Reis de Suècia" de David Klöcker Ehrenstrahl l'any 2000, que figura al Llibre Guinness dels Rècords del Món. +També es va dedicar a la gravat de bitllets per a molts països, com ara els retrats del Primer Ministre al front dels nous bitllets de 5 i 100 dòlars canadencs. +Després de l'accident, Gibson va ser transportat a l'hospital, però va morir poc després. +El conductor del camió, de 64 anys, no va resultar ferit en l'accident. +L'automòbil va ser desviat de l'escena de l'accident a aproximadament les 12:00 GMT el mateix dia. +Una persona que treballava a un garatge prop del lloc on es va produir l'accident va afirmar el següent: "Hi havia nens esperant creuar la carretera i tots ploraven i cridaven". +Tots van fugir del lloc on s'havia produït l'accident. +Altres temes a l'ordre del dia a Bali inclouen la salvació dels últims boscos del món i la compartició de tecnologia per ajudar els països en vies de desenvolupament a créixer de maneres menys contaminants. +L'ONU també espera finalitzar un fons per ajudar els països afectats per l'escalfament global a afrontar els impactes. +El diner podria anar a la construcció de cases resistents a les inundacions, a la millor gestió de l'aigua i a la diversificació dels cultius. +Fluke va escriure que els esforços de certes persones per silenciar les dones que parlaven sobre la salut de les dones no van tenir èxit. +Va arribar a aquesta conclusió gràcies a la multitud de comentaris positius i d'encoratjament que li van enviar tant homes com dones, que la van animar a considerar la medicació de control de la natalitat com una necessitat mèdica. +Quan les hostilitats es van aturar després de transportar els ferits a l'hospital, uns 40 dels altres reclusos que es van quedar a l'interior del recinte es van negar a tornar a les seves cel·les. +Els negociadors han intentat rectificar la situació, però les demandes dels presos no són clares. +Entre les 10:00 i les 11:00 de la nit, els reclusos van començar un incendi al pati. +Ràpidament, els agents equipats amb vestimenta antiavalots van entrar al pati i van envoltar els reclusos amb gas lacrimogen. +Finalment, els equips de rescat del foc van apagar l'incendi a les 11:35 de la nit. +Després de la construcció de la presa l'any 1963, les inundacions estacionals que es propagaven per tot el riu es van aturar. +Aquest sediment era necessari per a crear cordons litorals i platges, que servien d'hàbitats per a la vida salvatge. +Com a resultat d'això, dues espècies de peixos s'han extingit i dues altres es troben en perill d'extinció, inclòs el peix humpback. +Tot i que el nivell de l'aigua només pujarà uns pocs peus després de la inundació, les autoritats esperen que sigui suficient per a restaurar les illes de sorra erosionades que es troben aigües avall. +No s'ha emès cap avís de tsunami i, segons l'agència de geofísica de Jakarta, no es donarà cap avís de tsunami perquè el terratrèmol no ha complert el requisit de magnitud 6,5. +Tot i que no hi havia cap amenaça de tsunami, els residents van començar a pànic i van començar a deixar els seus negocis i les seves llars. +Tot i que Winfrey va plorar en el seu adéu, va deixar clar als seus seguidors que tornaria. +“Això no serà un adéu. Això és la fi d'un capítol i l'inici d'un altre.” +Els resultats finals de les eleccions presidencials i parlamentàries de Namíbia han indicat que el president en funcions, Hifikepunye Pohamba, ha estat reelegit amb una gran diferència. +El partit governant, la South West Africa People's Organisation (SWAPO), també ha conservat la majoria a les eleccions parlamentàries. +La coalició i les tropes afganeses han entrat a l'àrea per assegurar el lloc i s'han enviat altres avions de la coalició per ajudar. +L'accident va tenir lloc en un terreny muntanyós i es creu que va ser causat per foc enemic. +Els esforços per trobar el lloc de l'accident s'enfronten a un mal temps i un terreny dur. +L'organització benèfica mèdica Mangola, Medecines Sans Frontieres i l'Organització Mundial de la Salut diuen que es tracta del pitjor brot registrat al país. +El portaveu de Medecines Sans Frontiere, Richard Veerman, ha afirmat el següent: “Angola es dirigeix cap a la seva pitjor epidèmia de tots els temps i la situació segueix sent molt greu a Angola”, ha afirmat. +Els partits van començar a les 10:00 amb un bon temps i, a part d'una lleugera pluja al mig del matí que es va dissipar ràpidament, va ser un dia perfecte per al rugbi a set. +El primer equip classificat del torneig, Sud-àfrica, va començar bé amb una victòria còmoda per 26 a 0 contra el cinquè classificat, Zàmbia. +Malgrat el seu aspecte decididament oxidat en el partit contra les seves germanes del sud, Sud-àfrica va millorar progressivament a mesura que avançava el torneig. +La seva defensa disciplinada, les seves habilitats per al maneig de la pilota i la seva excel·lent col·laboració van fer que es diferenciessin i era clar que aquest era l'equip a superar. +Les autoritats de la ciutat d'Amsterdam i el Museu d'Anne Frank afirmen que l'arbre està infectat per un fong i constitueix una amenaça per a la salut pública, ja que argumenten que es trobava en perill imminent de caure. +S'havia previst tallar-lo dijous, però es va salvar després d'una sentència judicial d'emergència. +Totes les entrades de la cova, anomenades "Les set germanes", tenen un diàmetre de 100 a 250 metres (328 a 820 peus). +Les imatges infrarroges mostren que les variacions de temperatura entre dia i nit indiquen que probablement es tracta de coves. +«Són més freds que la superfície circumdant durant el dia i més càlids a la nit. +El seu comportament tèrmic no és tan estable com el de les grans coves de la Terra, que sovint mantenen una temperatura relativament constant, però és coherent amb el fet que es tracti de forats profunds a terra", afirma Glen Cushing, membre de l'equip d'astrogeologia del Servei Geològic dels Estats Units (USGS) i de la Universitat del Nord d'Arizona, situada a Flagstaff, Arizona. +A França, tradicionalment, el vot ha estat una experiència de baixa tecnologia: els votants s'aïllen en una cabina, posen un full de paper preimpressor indicant el seu candidat preferit en una envelat. +Després que les autoritats verifiquin la identitat dels votants, aquests dipositen l'envelope a la urna i signen el registre de vots. +La legislació electoral francès, en canvi, codifica estrictament els procediments. +Des de 1988, les urnes han de ser transparents perquè els votants i els observadors puguin veure que no hi ha envelopes a l'inici de la votació i que no s'afegeixen envelopes a excepció de les dels votants comptats i autoritzats. +Els candidats poden enviar representants per a ser testimonis de tot el procés. A la nit, els vots es compten per voluntaris sota supervisió estricta, segons procediments específics. +L'ASUS Eee PC, llançat anteriorment a tot el món per factors de reducció de cost i funcionalitat, es va convertir en un tema calent al Taipei IT Month de 2007. +Tanmateix, el mercat dels consumidors dels ordinadors portàtils serà radicalment diferent i canviat després que ASUS hagi guanyat el 2007 Taiwan Sustainable Award atorgat per l'Executive Yuan de la República de la Xina. +El lloc web de la ràdio descriu el programa com a "teatre de ràdio de l'escola vella amb una nova i escandalosa interpretació geek!" +En els seus inicis, el programa es retransmetia només al lloc web d'internet de ràdio Toginet Radio, un lloc centrat en la ràdio de parlar. +A finals de 2015, TogiNet va crear AstroNet Radio com a emissora filial. +L'espectacle va començar amb actors de veu amateur, originaris de l'est de Texas. +Segons s'informa, els saquejos generalitzats van continuar durant la nit, ja que les forces de l'ordre no es trobaven als carrers de Bishkek. +Un observador va descriure Bishkek com a caure en un estat d'«anarquia» mentre grups de persones recorrien per les carrers i saquejaven botigues de productes de consum. +Molts residents de Bishkek van culpar els manifestants del sud de la lletargia. +Sud-àfrica ha derrotat els All Blacks (Nova Zelanda) en un partit de Tri Nations de rugbi a l'estadi Royal Bafokeng de Rustenburg, Sud-àfrica. +El resultat final va ser una victòria per un punt, 21 a 20, que va acabar amb la ratxa de victòries de 15 partits consecutius dels All Blacks. +Per als Springboks, va acabar una ratxa de cinc partits perduts. +Es tractava de l'últim partit dels All Blacks, que ja havien guanyat el trofeu fa dues setmanes. +El darrer partit de la sèrie tindrà lloc a l'Ellis Park de Johannesburg la setmana que ve, quan els Springboks jugaran contra Austràlia. +Un terratrèmol moderat va sacsejar Montana occidental el dimarts a les 10:08 de la nit. +El Servei Geològic dels Estats Units (USGS) i el seu Centre Nacional d'Informació Sismològica no han rebut informes de danys immediats. +El terratrèmol es va produir a uns 20 km (15 milles) al nord-nord-est de Dillon i a uns 65 km (40 milles) al sud de Butte. +El virus de la grip aviària letal per als humans, H5N1, s'ha confirmat que ha infectat una oca salvatge morta, trobada dilluns en una zona humida propera a Lió, a l'est de França. +França és el setè país de la Unió Europea que pateix aquest virus, després d'Àustria, Alemanya, Eslovàquia, Bulgària, Grècia i Itàlia. +Els casos sospitosos de grip H5N1 a Croàcia i Dinamarca encara no s'han confirmat. +Chambers va demandar Déu per "la mort generalitzada, la destrucció i la terrorització de milions i milions d'habitants de la Terra". +Chambers, un agnòstic, afirma que la seva demanda és "frivola" i que "qualsevol pot demandar qualsevol". +La història presentada a l'òpera francesa, de Camille Saint-Saens, és d'un artista "que la seva vida està dictada per un amor per les drogues i el Japó". +A conseqüència d'això, els intèrprets fumeja marihuana a l'escenari, i el propi teatre animava l'audiència a unir-se a ells. +L'ex president de la Cambra de Representants Newt Gingrich, el governador de Texas Rick Perry i la congressista Michele Bachmann van acabar en quarta, cinquena i sisena posició, respectivament. +Després de rebre els resultats, Gingrich va elogiar Santorum, però va tenir paraules dures amb Romney, a favor del qual es van emetre anuncis negatius a Iowa contra Gingrich. +Perry va declarar que tornaria a Texas per avaluar els resultats de la caucus d'aquesta nit, per decidir si tenia possibilitats de guanyar aquesta carrera, però més tard va dir que continuaria a la carrera i competiria a la primària del 21 de gener a Carolina del Sud. +Bachmann, que va guanyar el Straw Poll d'Ames a l'agost, va decidir acabar la seva campanya. +El fotògraf va ser transportat al Ronald Reagan UCLA Medical Center, on va morir posteriorment. +Segons s'ha informat, tenia uns 20 anys. En una declaració, Bieber va afirmar: "Tot i no haver estat present ni implicat directament en aquest accident tràgic, els meus pensaments i les meves oracions estan amb la família de la víctima". +El lloc web de notícies d'entreteniment TMZ entén que el fotògraf va aturar el seu vehicle a l'altra banda de la Sepulveda Boulevard i va intentar fer fotografies de la parada de la policia abans de creuar la carretera i continuar, cosa que va provocar que l'oficial de la policia de la Patrulla de Carreteres de Califòrnia, que estava fent la parada de trànsit, li ordenés tornar a l'altra banda, dues vegades. +Segons la policia, el conductor de l'automòbil que va atropellar el fotògraf probablement no enfrontarà càrrecs penals. +Amb només divuit medalles disponibles al dia, alguns països no han pogut arribar al podi. +Aquests inclouen els Països Baixos, amb Anna Jochemsen que va acabar novena en la categoria femenina del Super-G d'avui, i Finlàndia, amb Katja Saarinen que va acabar desena en el mateix esdeveniment. +L'australià Mitchell Gourley va acabar en el dotzè lloc del Super-G masculí. El competidor txec Oldrich Jelinek va acabar en el seixentè lloc del Super-G masculí. +Arly Velasquez de Mèxic va acabar en la quinzena posició en el Super-G masculí. Adam Hall de Nova Zelanda va acabar en la novena posició en el Super-G masculí. +Maciej Krezel, esquiador cec de Polònia, i la seva guia Anna Ogarzynska van acabar en la tretzena posició en el Super-G. Jong Seork Park, esquiador cec de Corea del Sud, va acabar en la vint-i-quarta posició en el Super-G masculí. +Les tropes de manteniment de la pau de l'ONU, que van arribar a Haití després del terratrèmol de 2010, són acusats de la propagació de la malaltia, que va començar prop de l'acampament de les tropes. +Segons l'acusació, els residus del campament de l'ONU no es van desinfecció adequadament, cosa que va provocar que bacteris entressin al tributari del riu Artibonite, un dels més grans de l'Haití. +Abans de l'arribada de les tropes, Haití no havia tingut problemes relacionats amb la malaltia des dels anys 1800. +L'Institut haitià de justícia i democràcia ha fet referència a estudis independents que suggereixen que el batalló de manteniment de la pau de les Nacions Unides de Nepal hauria portat la malaltia a Haití sense saber-ho. +Danielle Lantagne, una experta de les Nacions Unides sobre la malaltia, va afirmar que l'epidèmia probablement va ser causada pels pacificadors. +Hamilton va confirmar que l'Hospital Howard University havia admès el pacient en un estat estable. +El pacient havia viatjat a Nigèria, on s'havien produït alguns casos del virus Ebola. +L'hospital ha seguit el protocol de control d'infecció, inclosa la separació del pacient dels altres per evitar una possible infecció dels altres. +Abans de The Simpsons, Simon havia treballat en diverses sèries en diverses posicions. +Durant els anys 80 va treballar en programes com Taxi, Cheers i The Tracy Ullman Show. +L'any 1989 va ajudar a crear Els Simpsons amb Brooks i Groening, i va ser responsable de contractar l'equip de guionistes de la primera temporada. +Tot i haver abandonat el programa l'any 1993, va mantenir el títol de productor executiu i va continuar a rebre desenes de milions de dòlars cada temporada en royalties. +Anteriorment, l'agència de notícies xinesa Xinhua va informar d'un avió segrestat. +Posteriorment, s'ha informat que l'avió va rebre una amenaça de bomba i es va desviar cap a l'Afganistan, on va aterrar a Kandahar. +Els primers informes diuen que l'avió es va desviar cap a l'Afganistan després de ser denegat un aterratge d'emergència a Ürümqi. +Els accidents aèris són freqüents a l'Iran, on hi ha una flota d'edat que es manté malament tant per a operacions civils com militars. +Les sancions internacionals han fet que no es puguin comprar nous avions. +A principis d'aquesta setmana, un helicòpter de la policia es va estavellar i va matar tres persones i va ferir tres més. +El mes passat, l'Iran va patir el pitjor accident aeri dels últims anys quan un avió que volava cap a Armènia es va estavellar, matant els 168 passatgers. +El mateix mes, un altre avió de línia va sobrepassar una pista a Mashhad i va col·lidir amb una paret, matant setze persones. +Aerosmith han cancel·lat els seus últims concerts de la gira. +La banda de rock estava programada per fer una gira per Estats Units i Canadà fins al 16 de setembre. +Van cancel·lar la gira després que el cantant principal, Steven Tyler, es lesionés després de caure de l'escenari mentre actuava el 5 d'agost. +Murray va perdre el primer set en un tie-break després que tots dos homes servissin tots i cadascun dels serveis del set. +Del Potro tenia l'avantatge inicial al segon set, però també va necessitar un tie-break després d'arribar al 6-6. +Potro va rebre tractament a l'espatlla en aquest moment, però va poder tornar a la competició. +El programa va començar a les 8:30 de la tarda local (15:00 UTC). +Cantants famosos de tot el país van presentar bhajans, o cançons devocionals, als peus de Shri Shyam. +El cantant Sanju Sharma va començar la nit, seguit de Jai Shankar Choudhary. També va presentar el chhappan bhog bhajan, acompanyat pel cantant Raju Khandelwal. +Després, Lakkha Singh va començar a cantar els bhajans. +Es van servir a Baba Shyam 108 plats de Chhappan Bhog (en l'hinduisme, 56 diferents plats edibles, com ara dolços, fruites, amanides, plats, etc., que s'ofereixen a la deïtat). +Lakkha Singh va presentar el chhappan bhog bhajan, acompanyat pel cantant Raju Khandelwal. +Durant el discurs d'obertura de la Tokyo Game Show de dijous, el president de Nintendo, Satoru Iwata, va presentar el disseny del controlador de la nova consola de la companyia, la Nintendo Revolution. +Semblant a un control de televisió, el control utilitza dos sensors situats prop de la televisió del usuari per triangular la seva posició en l'espai tridimensional. +Això permetrà als jugadors controlar accions i moviments en videojocs movent el dispositiu a través de l'aire. +Giancarlo Fisichella va perdre el control del seu cotxe i va acabar la carrera molt aviat després del començament. +El seu company d'equip, Fernando Alonso, va liderar la major part de la carrera, però va acabar immediatament després de la seva parada al box, probablement a causa d'una roda davantera esquerra malament encaixada. +Michael Schumacher va acabar la seva carrera no gaire després d'Alonso a causa dels danys a la suspensió a causa de les nombroses batalles durant la carrera. +“És una noia molt simpàtica i canta molt bé”, va dir, segons un resum de la roda de premsa. +“M’emocionava cada vegada que feiem una repetició d’aquest, del fons del meu cor”. +Al voltant de 3 minuts després del llançament, una càmera a bord va mostrar nombroses peces d'isol·lació que es desprenien del tancs de combustible. +Tanmateix, no es creu que hagin causat danys al transbuc. +N. Wayne Hale Jr., cap del programa de transbordadors de la NASA, ha afirmat que la cèl·lula de poliestirè havia caigut “després del moment en què estem preocupats”. +Cinc minuts després de l'inici de la demostració, un vent comença a arribar, un minut més tard, el vent arriba a 70 km/h... llavors la pluja comença a caure, però amb una força i una grandària tan grans que es clava en la pell com una agulla, i després comencen a caure grans de neu i la gent comença a entrar en pànic i a cridar i a córrer per sobre d'una altra. +Vaig perdre la meva germana i la seva amiga, i en el camí vaig veure dos discapacitats en una cadira de rodes, la gent saltant-hi per damunt i empesant-los”, va dir Armand Versace. +NHK també va informar que la planta nuclear de Kashiwazaki Kariwa de la prefectura de Niigata estava funcionant normalment. +L'empresa Hokuriku Electric Power Co. va informar que el terratrèmol no havia tingut cap efecte i que els reactors 1 i 2 de la seva planta nuclear de Shika s'havien tancat. +Segons s'informa, unes 9400 llars de la regió no tenen aigua i aproximadament 100 no tenen electricitat. +Algunes carreteres han patit danys, s'ha interromput el servei ferroviari a les zones afectades i l'aeroport de Noto, a la prefectura d'Ishikawa, segueix tancat. +Una bomba va explotar fora de l'oficina del governador general. +Tres bombes més van explotar prop de les edificacions governamentals en un període de dues hores. +Alguns informes situen el nombre de morts oficials en vuit i els informes oficials confirmen que fins a 30 persones van resultar ferides, però les xifres definitives encara no són conegudes. +Tant l'àcid cianuric com el melamina es van trobar en mostres d'orina de mascotes que van morir després d'haver consumat aliments per a mascotes contaminats. +Els dos compostos reaccionen entre si per formar cristalls que poden bloquejar la funció renal, segons els investigadors de la universitat. +Els investigadors van observar la formació de cristalls a l'orina de la gata per l'addició de melamina i àcid cianúric. +La composició d'aquests cristalls coincideix amb els trobats a l'orina dels animals afectats quan es compara per espectroscòpia infrarroja (FTIR). +No sé si ho saps o no, però la majoria de les mercaderies de l'Amèrica Central van arribar a aquest país lliures d'impostos. +Tanmateix, el vuitanta per cent dels nostres béns es taxaven mitjançant aranzels en països centreamericans. +Això no semblava tenir sentit per a mi; certament no era just. +Tota la meva resposta a la gent és que ens tractin com ens tractem entre nosaltres. +El governador de Califòrnia, Arnold Schwarzenegger, va signar una llei que prohibeix la venda o l'arrendament de videojocs violents a menors. +La llei requereix que els jocs de vídeo violents venuts a l'estat de Califòrnia estiguin etiquetats amb una etiqueta amb la inscripció "18" i estableix una multa de 1.000 USD per cada infracció. +El fiscal general, Kier Starmer QC, va fer una declaració aquest matí anunciant la persecució de tots dos, Huhne i Pryce. +Huhne ha renunciat i serà substituït al gabinet per Ed Davey, membre del parlament. Es preveu que Norman Lamb, membre del parlament, ocupi el càrrec de ministre de comerç que Davey deixa vacant. +Huhne i Pryce es presentaran al Tribunal de Magistrats de Westminster el 16 de febrer. +Les víctimes foren Nicholas Alden, de 25 anys, i Zachary Cuddeback, de 21. Cuddeback havia estat el conductor. +Edgar Veguilla va patir ferides a l'armadura i a la mandíbula, mentre que Kristoffer Schneider va necessitar cirurgia reconstructiva per a la seva cara. +L'arma d'Uka va fallar quan tenia apuntada la cara d'un cinquè home. Schneider pateix dolors contínues, ceguesa en un ull, una secció del crani desapareguda i un rostre reconstruït amb titani. +Schneider va testificar per videolink des d'una base de l'USAF del seu país. +Més enllà de l'esdeveniment de dimecres, Carpanedo va competir en dues curses individuals als Campionats. +El seu primer esdeveniment va ser el Slalom, on va obtenir un Did Not Finish en la seva primera carrera. 36 dels 116 competidors van obtenir el mateix resultat en aquella competició. +Al seu altre esdeveniment, el Giant Slalom, va acabar en desè lloc al grup femení en cadira amb un temps total de 4:41,30 minuts, 2:11,60 minuts més lent que la guanyadora, l'austríaca Claudia Loesch, i 1:09,02 minuts més lent que la novena classificada, la hongaresa Gyöngyi Dani. +Catorze esquiadors del grup femení de seient no van acabar les seves curses, i 45 dels 117 esquiadors del Giant Slalom no es van classificar per a la competició. +La policia de Madhya Pradesh va recuperar el portàtil i el telèfon mòbil robats. +El sotsinspector general D K Arya va dir: "Hem arrestat cinc persones que van violar la dona suïssa i hem recuperat el seu telèfon mòbil i el seu ordinador portàtil". +Els acusats es diuen Baba Kanjar, Bhutha Kanjar, Rampro Kanjar, Gaza Kanjar i Vishnu Kanjar. +El superintendent de policia Chandra Shekhar Solanki va dir que els acusats van aparèixer al tribunal amb les seves cares cobertes. +Tot i que hi havia tres persones a l'interior de la casa quan l'automòbil va impactar-hi, cap d'elles no va resultar ferit. +Tanmateix, el conductor va patir ferides greus al cap. +La carretera on es va produir l'accident es va tancar temporalment mentre els serveis d'emergència alliberaven el conductor de l'Audi TT vermell. +Va ser inicialment hospitalitzat al James Paget Hospital de Great Yarmouth. +Després va ser traslladat a l'hospital Addenbrooke's de Cambridge. +Des d'aleshores, Adekoya ha estat acusada de l'assassinat del seu fill al Tribunal del Sheriff d'Edimburg. +Està en custòdia fins a la presentació de l'acusació i el judici, però qualsevol testimoni ocular pot ser contaminat perquè la seva imatge s'ha publicat àmpliament. +Aquesta pràctica és habitual en altres llocs del Regne Unit, però el sistema de justícia escocès funciona de manera diferent i els tribunals han vist la publicació de fotografies com a potencialment prejudicial. +La professora Pamela Ferguson de la Universitat de Dundee afirma que "els periodistes semblen caminar per un camí perillós si publiquen fotografies, etc., dels sospitosos". +L'oficina de la fiscalia, que té la responsabilitat general de les acusacions, ha comunicat als periodistes que no es ferà cap comentari més almenys fins a la presentació de l'acusació. +Segons la filtració, el document es referirà al conflicte de les fronteres, que Palestina vol basat en les fronteres abans de la Guerra del Pròxim Orient de 1967. +Altres temes tractades inclouen l'estat futur de Jerusalem, que és sagrada per a ambdues nacions, i l'assumpte de la Vall del Jordà. +Israel exigeix una presència militar permanent a la vall durant deu anys una vegada que s'hagi signat un acord, mentre que l'Autoritat Palestina està d'acord en deixar aquesta presència només durant cinc anys. +Els tirals de l'assaig de control de plagues addicional havien de ser supervisats de prop pels guies, ja que l'assaig es monitorava i es valorava la seva eficàcia. +En una col·laboració entre NPWS i la Sporting Shooters Association of Australia (NSW) Inc, es van reclutar voluntaris qualificats, dins del programa de caça de la Sporting Shooters Association. +Segons Mick O'Flynn, el director adjunt de conservació i patrimoni del parc amb la NPWS, els quatre tiradors seleccionats per a la primera operació de tiroteig van rebre instruccions exhaustives sobre seguretat i formació. +Martelly va jurar un nou Consell Electoral Provisional (CEP) de nou membres ayer. +És el cinquè CEP de Martelly en quatre anys. +El mes passat, una comissió presidencial va recomanar la dimissió del president del CEP com a part d'un paquet de mesures per moure el país cap a noves eleccions. +La comissió va ser la resposta de Martelly a les protestes antiregime generalitzades que van començar a l'octubre. +Les manifestacions violentes es van desencadenar a causa del fracàs de celebrar les eleccions, algunes de les quals s'havien de celebrar des del 2011. +S'han informat al voltant de 60 casos de pèrdues de funcionament dels iPods amb sobreescalfament, que han provocat un total de sis incendis i han deixat quatre persones amb cremades lleus. +El Ministeri d'Economia, Comerç i Indústria del Japó (METI) ha declarat que era conscient de 27 accidents relacionats amb els dispositius. +La setmana passada, METI va anunciar que Apple havia informat de 34 incidents de sobrecalentament addicionals, que la companyia va anomenar "no seriosos". +El ministeri va respondre afirmant que la postergació de l'informe per part d'Apple era “de veritat lamentable”. +El terratrèmol va arribar a Mariana a les 07:19 del matí, hora local (09:19 p.m. GMT divendres). +L'oficina de gestió d'emergències de les illes del Nord va dir que no s'havien informat danys a la nació. +També el Centre de Prevenció de Tsunamis del Pacífic va declarar que no hi havia indicis de tsunami. +Un antic agent de policia filipí ha segrestat un autobús amb turistes de Hong Kong a Manila, la capital de les Filipines. +Rolando Mendoza va disparar la seva arma M16 contra els turistes. +S'han rescatat diversos ostatges i s'han confirmat la mort d'almenys sis persones fins ara. +Sis ostatges, inclosos els nens i els ancians, van ser alliberats aviat, així com els fotògrafs filipins. +Més tard, els fotògrafs van ocupar el lloc d'una dona anciana que necessitava anar al bany. Mendoza va ser abatut. +Liggins va seguir els passos del seu pare i es va dedicar a la medicina. +Es va formar com a obstetra i va començar a treballar al National Women's Hospital d'Auckland l'any 1959. +Mentre treballava a l'hospital, Liggins va començar a investigar els part prematur durant el seu temps lliure. +Les seves investigacions van demostrar que, si es donava un hormoni, es podria accelerar la maduració pulmonar fetal del nadó. +Xinhua va informar que els investigadors del govern van recuperar dues "caixes negres" de registre de vol el dimecres. +Altres lluitadors també van rendir homenatge a Luna. +Tommy Dreamer va dir: "Luna va ser la primera Reina de l'Extrem. La meva primera mànager. Luna va morir la nit de dues llunes. Pretty unique just like her. Una dona forta". +Dustin "Goldust" Runnels va comentar que "Luna era tan extravagant com jo...potser fins i tot més...la vull i em farà falta...espero que estigui en un millor lloc". +De les 1.400 persones enquestades abans de les eleccions federals de 2010, els que s'oposaven a Austràlia esdevenir una república havien augmentat un 8% des de 2008. +La primera ministra interina Julia Gillard va afirmar durant la campanya de les eleccions federals del 2010 que creia que Austràlia hauria de convertir-se en una república al final del regnat de la reina Elizabeth II. +Un 34% dels enquestats comparteixen aquesta opinió i volen que la Reina Elizabeth II sigui l'última monarca d'Austràlia. +Als extrems de l'enquesta, el 29% dels enquestats creuen que Austràlia hauria de convertir-se en una república tan aviat com sigui possible, mentre que el 31% creuen que Austràlia mai no hauria de convertir-se en una república. +El medallista d'or olímpic tenia previst nedar els 100 i els 200 metres lliures i participar en tres relleus als Jocs de la Commonwealth, però les seves queixes han posat en dubte la seva forma física. +No ha pogut prendre les drogues necessàries per superar el seu dolor, ja que estan prohibides als Jocs Olímpics. +Curtis Cooper, un matemàtic i professor d'informàtica a la Universitat Central de Missouri, ha descobert el nombre primer més gran conegut fins ara el 25 de gener. +Several persones van confirmar la descoberta utilitzant diferents hardware i software al principi de febrer i es va anunciar dijous. +Els cometes poden haver estat una font d'aigua per a la Terra, juntament amb la matèria orgànica que pot formar proteïnes i donar suport a la vida. +Els científics esperen comprendre com es formen els planetes, especialment com es va formar la Terra, ja que els cometes van col·lidir amb la Terra fa molt de temps. +Cuomo, de 53 anys, va començar el seu mandat a principis d'aquest any i va signar un projecte de llei el mes passat que legalitzava el matrimoni entre persones del mateix sexe. +Va referir-se als rumors com a "xerrat polític i estúpid". +Es creu que presentarà la seva candidatura a la presidència el 2016. +NextGen és un sistema que, segons la FAA, permetria a les aeronaus volar rutes més curtes i ahorrar milions de galons de combustible cada any i reduir les emissions de carboni. +Utilitza tècnica basada en satèl·lits en lloc de tècnica basada en radar terrestre per permetre als controladors aeri de localitzar avions amb una precisió més gran i donar informació més precisa als pilots. +No s'incrementarà el transport i els trens de superfície no aturaran a Wembley, i els aparcaments i els serveis park-and-ride no estan disponibles a l'estadi. +Les preocupacions per la manca de transport van augmentar la possibilitat que el partit es jugués darrere de portes tancades sense l'assistència dels seguidors de l'equip. +Un estudi publicat dijous a la revista Science va informar de la formació d'una nova espècie d'ocell a les illes Galápagos equatorianes. +Els investigadors de la Universitat de Princeton dels Estats Units i la Universitat d'Uppsala de Suècia van informar d'una nova espècie que es va desenvolupar en només dues generacions, tot i que es creia que aquest procés duraria molt més temps a causa de la cria entre un Darwin finch endèmic, Geospiza fortes, i un Darwin finch immigrant, Geospiza conirostris. +L'or pot treballar-se en qualsevol mena de formes. Es pot enrotllar en formes minúscules. +Es pot estirar fins a convertir-se en un fil gruixut, que es pot enrotllar i trencar. També es pot martellar o enrotllar en fulles. +Es pot fer molt prim, i es pot adherir a altres metalls. Es pot fer tan prim que es va utilitzar de vegades per decorar les il·lustracions pintades a mà dels llibres anomenats "manuscrits il·luminats". +Això s'anomena pH químic. Podeu fer un indicador amb el suc de la remolatxa roja. +El suc de la col raja canvia de color en funció de la seva acideitat o alcalinitat química. +El nivell de pH s'indica pel nombre d'ions d'hidrogen (l'H de pH) presents en la substància química analitzada. +Els ions d'hidrogen són protons que van perdre els seus electrons (ja que els àtoms d'hidrogen estan formats per un protó i un electró). +Barrejeu els dos pols secs i, amb les mans netes i humides, condueixeix-los en una bola. +La humitat de les mans reaccionarà amb les capes exteriors, que es sentiran estranyament i formaran una mena de concha. +Les ciutats de Harappa i Mohenjo-daro tenien un lavabo en quasi totes les cases, connectat a un sofisticat sistema de clavegueram. +S'han trobat restes de sistemes de clavegueram a les cases de les ciutats minoiques de Creta i de Santorí a Grècia. +També hi havia lavabos a l'antic Egipte, Pèrsia i la Xina. A la civilització romana, els lavabos eren, de vegades, part dels banys públics on homes i dones es trobaven junts en una companyia mixta. +Quan truques algú que es troba a milers de quilòmetres de distància, estàs utilitzant un satèl·lit. +El satèl·lit a l'espai rep la trucada i la reflecteix de nou, gairebé instantàniament. +El satèl·lit va ser enviat a l'espai amb un coet. Els científics utilitzen telescopis a l'espai perquè l'atmosfera de la Terra distorsiona una part de la nostra llum i la nostra visió. +Per col·locar un satèl·lit o un telescopi a l'espai cal un coet gegant de més de 30 metres d'alçada. +La roda ha canviat el món d'una manera increïble. La cosa més gran que la roda ha fet per a nosaltres és que ens ha donat un transport molt més fàcil i ràpid. +Ha portat-nos el tren, l'automòbil i molts altres dispositius de transport. +Sota ells hi ha més gats de mida mitjana que mengen preses de mida mitjana, des de conills fins a antilopes i cérvols. +Finalment, hi ha molts gats petits (inclosos els gats domèstics) que mengen preses molt més nombroses, com ara insectes, rosegadors, llangardaixos i ocells. +El secret del seu èxit és el concepte de la niche, un treball específic per a cada gat que el manté fora de la competència amb altres. +Els lleons són els gats més socials, que viuen en grans grups anomenats prides. +Les prides es componen d'un a tres mascles adults relacionats, juntament amb fins a trenta femelles i cries. +Les femelles solen estar estretament relacionades entre si, formant una gran família de germanes i filles. +Les manades de lleons actuen de manera molt semblant a les de llops o gossos, animals sorprenentment similars als lleons (però no als altres grans felins) pel que fa al comportament, i també molt mortífers per als seus preses. +Un esportista complet, el tigre pot pujar (tot i que no gaire bé), nedar, saltar grans distàncies i tirar amb cinc vegades la força d'un home fort. +El tigre forma part del mateix gènere (Panthera) que els lleons, els lleopards i els jaguars. Aquests quatre gats són els únics que poden rugir. +El rugit del tigre no és com el rugit de veu completa d'un lleó, sinó més aviat com una frase de paraules agudes i cridades. +Els ocelots solen menjar petits animals. Cacen micos, serps, rosegadors i ocells si es pot. Gairebé tots els animals que cacen l'ocelot són molt més petits que ell. +Els científics pensen que els ocelots segueixen i troben animals per menjar-se (presa) amb l'olfacte, respirant per saber on han estat a terra. +Poden veure molt bé a la fosca amb la visió nocturna i, a més a més, es desplacen molt silenciosament. Els ocelots cacen la seva presa camuflant-se amb el seu entorn i, després, ataquen la seva presa. +Quan un petit grup de criatures vives (una petita població) es separa de la població principal de la qual proven (per exemple, si es desplacen per una serralada o un riu, o si es desplacen a una nova illa perquè no puguin tornar fàcilment), es trobaran sovint en un entorn diferent al del que estaven abans. +Aquest nou entorn té recursos diferents i competidors diferents, així que la nova població necessitarà característiques o adaptacions diferents per ser un competidor més fort que abans. +La població original no ha canviat en absolut, encara necessiten les mateixes adaptacions que abans. +Amb el temps, quan la nova població comença a adaptar-se al seu nou entorn, comencen a semblar menys i menys com l'altra població. +Finalment, després de milers o fins i tot de milions d'anys, les dues poblacions seran tan diferents que no es podran anomenar de la mateixa espècie. +Aquest procés anomenem especiació, que simplement vol dir la formació de noves espècies. La especiació és una conseqüència inevitable i una part molt important de l'evolució. +Les plantes produeixen oxigen que els humans respira, i absorbeixen el diòxid de carboni que els humans exhala (és a dir, expulsen). +Les plantes fan la seva menja a partir del sol per mitjà de la fotosíntesi. També proporcionen ombra. +Construïm les nostres cases amb plantes i els nostres vestits amb plantes. La majoria de la nostra alimentació són plantes. Sense plantes, els animals no podrien sobreviure. +El mosasaure era el depredador més agressiu de la seva època, per la qual cosa no tenia por d'absolutament res, excepte d'altres mosasaures. +Les seves llargues mandíbules estaven cobertes per més de 70 dents afilades, a més d'una altra sèrie a la part superior de la seva boca, la qual cosa volia dir que no hi havia cap escapatòria per a qualsevol cosa que creués el seu camí. +No ho sabem amb certesa, però podria haver tingut una llengua bifurcada. La seva dieta incloïa tortugues, peixos grossos, altres mosasaurs i fins i tot podria haver estat un caníbal. +També atacava qualsevol cosa que entrava a l'aigua; fins i tot un dinosaure gegant com el Tyrannosaurus rex hauria estat indefens davant d'aquest. +Tot i que la majoria de la seva alimentació seria familiar per a nosaltres, els romans tenien la seva pròpia porció d'aliments estranys o inusuals, com ara porcs salvatges, paons, caragols i un tipus de rosegadors anomenats esquirols. +Una altra diferència era que mentre que els pobres i les dones menjaven asseguts en cadires, els homes rics preferien tenir banquets junts on es recolzaven als costats mentre menjaven els seus plats. +Els plats romans antics no podien incloure aliments que van arribar a Europa des d'Amèrica o d'Àsia en els segles posteriors. +Per exemple, no tenien ni blat de moro, ni tomàquets, ni patates, ni cacau, i cap romà antic mai no havia provat un gall d'indi. +Els babilonis van construir cada un dels seus déus un temple primari que es considerava la casa del déu. +La gent portava sacrificis als déus i els sacerdots intentaven atendre les necessitats dels déus a través de cerimònies i festivals. +Cada temple tenia un pati obert i, a continuació, un santuari intern que només els sacerdots podien entrar. +De vegades es construïen torres piramidals especials, anomenades ziggurats, que formaven part dels temples. +La part superior de la torre era un santuari especial per al déu. +En el clima càlid de l'Orient Mitjà, la casa no era tan important. +La majoria de la vida de la família hebrea passava a l'aire lliure. +Les dones cuinaven a l'era; els establiments eren simplement superfícies obertes que miraven a la carrer. Es construïen cases amb pedra. +A la terra de Canaan no hi havia grans boscos, per la qual cosa la fusta era extremadament cara. +La Groenlàndia va ser poblada escàsament. Segons les sagues nòrdiques, Erik el Roig va ser exiliat d'Islàndia per assassinat i, en viatjar més enllà cap a l'oest, va trobar Groenlàndia i li va donar el nom de Groenlàndia. +Tanmateix, malgrat la seva descoberta, ja hi vivien tribus esquimals a l'època. +Tot i que cada país era «escandinavi», hi havia moltes diferències entre les persones, reis, costums i història de Dinamarca, Suècia, Noruega i Islàndia. +Si has vist la pel·lícula National Treasure, potser pensaràs que una mapa del tresor es va escriure a l'esquena de la Declaració d'Independència. +Tanmateix, això no és cert. Tot i que hi ha alguna cosa escrita a l'esquena del document, no es tracta d'una mapa del tresor. +A l'esquena de la Declaració d'independència es trobaven les paraules "Declaració d'independència original del 4 de juliol de 1776". El text apareix a la part inferior del document, a l'inrevés. +Tot i que cap no sap amb certesa qui el va escriure, es coneix que al principi de la seva vida, el gran document de pergamí (mesura 29¾ polzades per 24½ polzades) es va enrotllar per a la seva conservació. +Per tant, és probable que la notació s'hagi afegit simplement com a etiqueta. +Les desembocades de D-Day i les batalles posteriors havien alliberat el nord de França, però el sud encara no ho era. +El territori estava governat pels "Vichy" francesos. Aquests eren francesos que havien fet la pau amb els alemanys l'any 1940 i treballaven amb els invasors en lloc de lluitar contra ells. +El 15 d'agost de 1940, les potències aliades van envair el sud de França. La invasió es va anomenar "Operació Dragoon". +En només dues setmanes els nord-americans i les forces franceses lliures havien alliberat el sud de França i es dirigien cap a Alemanya. +Una civilització és una cultura singular compartida per un grup significatiu de persones que viuen i treballen de manera cooperativa, una societat. +La paraula civilització prové del llatí civilis, que vol dir civil, relacionat amb el llatí civis, que vol dir ciutadà, i civitas, que vol dir ciutat o ciutat-estat, i que també en alguna manera defineix la mida de la societat. +Les ciutats estatals són els precursors de les nacions. Una cultura civil implica la transmissió del coneixement entre diverses generacions, una empremta cultural persistent i una difusió justa. +Les cultures menors sovint desapareixen sense deixar cap rastre històric rellevant i no es reconeixen com a civilitzacions pròpies. +Durant la Guerra de la Revolució, els tretze estats van formar primerament un govern central feble, amb el Congrés com a l'únic component, sota els Articles de Confederació. +El Congrés no tenia cap poder per imposar impostos, i, perquè no hi havia cap executiu nacional o judicial, es va veure obligat a recórrer a les autoritats estatals, que sovint eren poc col·laboratives, per fer-se càrrec de totes les seves decisions. +Tampoc no tenia autoritat per superar les lleis d'impostos i els aranzels entre estats. +Els articles requerien el consentiment unànime de tots els estats abans que poguessin ser esmenats i els estats prenien el govern central amb tanta lleugeresa que els seus representants sovint absentaven-se. +L'equip nacional de futbol d'Itàlia, juntament amb l'equip nacional de futbol d'Alemanya, és el segon equip més reeixit del món i van guanyar la Copa del Món de la FIFA l'any 2006. +Els esports més populars inclouen el futbol, el bàsquet, el voleibol, el waterpolo, l'esgrima, el rugbi, el ciclisme, l'hoquei sobre gel i el F1. +Els esports d'hivern són els més populars a les regions del nord, on els italians competeixen en jocs internacionals i en esdeveniments olímpics. +El Japó té gairebé 7.000 illes (la més gran és Honshu), fet que el converteix en la setena illa més gran del món! +A causa del conjunt/grup d'illes del Japó, el Japó es refereix sovint, des d'una perspectiva geogràfica, com a "arxipèlag" +Taiwan va començar al segle XV, quan els mariners europeus que passaven per allà van anotar el nom de l'illa com a Illa Formosa, o illa bonica. +L'any 1624, la Companyia Holandesa de les Índies Orientals estableix una base al sud-oest de Taiwan, iniciant una transformació en les pràctiques de producció d'arròs dels aborígens i utilitzant treballadors xinesos per treballar en les seves plantacions d'arròs i de sucre. +L'any 1683, les forces de la dinastia Qing (1644-1912) van prendre el control de les zones costaneres occidentals i septentrionals de Taiwan i van declarar Taiwan com a província de l'Imperi Qing l'any 1885. +L'any 1895, després de la derrota en la Primera Guerra sino-japonesa (1894-1895), el govern Qing signa el Tractat de Shimonoseki, pel qual cedeix la sobirania de Taiwan al Japó, que governa l'illa fins al 1945. +Machu Picchu consta de tres estructures principals, concretament Intihuatana, el Temple del Sol i la Sala de les Tres Finestres. +La majoria dels edificis als marges del complex s'han reconstruït per a donar als turistes una idea millor de com es presentaven originalment. +L'any 1976, el 30% de Machu Picchu s'havia restaurat i la restauració continua fins avui en dia. +Per exemple, el format més comú de fotografia en imatges fixes al món és el de 35 mm, que va ser el format de pel·lícula dominant al final de l'era analògica. +Tot i que encara es produeix avui en dia, el que és més important és que el format de sensor d'imatge de la càmera digital ha heretat la relació d'aspecte. +El format de 35 mm, de fet, és una mica confúsament, 36 mm d'amplada per 24 mm d'alçada. +Per tant, l'aspecte d'aquest format (divisió per dotze per obtenir la relació més senzilla de nombre enter) s'anomena 3:2. +Molts formats comuns (per exemple, la família de formats APS) són iguals o s'aproximen molt a aquesta relació d'aspecte. +La molt abusada i sovint ridiculitzada regla de terços és una guia senzilla que crea dinàmica mentre manté una mesura d'ordre en una imatge. +Explica que el lloc més eficient per al tema principal és a l'intersecció de les línies que divideixen la imatge en terços horitzontalment i verticalment (vegeu l'exemple). +Durant aquest període de la història europea, l'Església catòlica, que s'havia convertit en rica i poderosa, va ser objecte d'una anàlisi. +Durant més d'un miler d'anys, la religió cristiana va unir els estats europeus malgrat les diferències de llengua i costums. +El seu poder omnipresent va afectar tothom, des del rei fins al plebe. +Un dels principis principals del cristianisme és que la riquesa ha de ser utilitzada per alliberar-se del patiment i la pobresa, i que els fons monetaris de l'església estan destinats específicament a aquest propòsit. +L'autoritat central de l'església s'havia trobat a Roma durant més d'un miler d'anys i aquesta concentració de poder i diners va fer que molts qüestionessin si aquesta norma s'estava complint. +Després de l'esclat de les hostilitats, el Regne Unit va iniciar un bloqueig naval d'Alemanya. +La estratègia va resultar eficaç, tallant les provisions militars i civils vitals, tot i que aquesta bloqueja violava el dret internacional generalment acceptat codificat per diversos acords internacionals dels darrers dos segles. +La Gran Bretanya va minar les aigües internacionals per evitar que qualsevol vaixell entrés a totes les seccions de l'oceà, provocant perill per a vaixells neutrals. +Com que la resposta a aquesta tàctica va ser limitada, Alemanya esperava una resposta similar a la seva guerra submarina il·legal. +Durant la dècada de 1920, les actituds dominants de la majoria de ciutadans i nacions era el pacifisme i l'aïllament. +Després de veure els horrors i atrocitats de la guerra durant la Primera Guerra Mundial, les nacions volien evitar aquesta situació en el futur. +L'any 1884, Tesla es va traslladar als Estats Units d'Amèrica per acceptar un treball amb la companyia Edison de Nova York. +Va arribar als Estats Units amb 4 cents a l'abast, un llibre de poesia i una carta de recomanació de Charles Batchelor (el seu mànager en el seu anterior treball) a Thomas Edison. +La Xina antiga tenia una manera única de mostrar diferents períodes històrics; cada etapa de la Xina o cada família que exercia el poder era una dinastia diferenciada. +També entre cadascuna de les dinasties hi havia un període instable de províncies dividides. La millor coneguda d'aquestes èpoques és l'època dels Tres Regnes, que va durar 60 anys entre la dinastia Han i la dinastia Jin. +Durant aquests períodes es va produir una guerra feroç entre molts nobles que lluitaven pel tron. +La dinastia dels Tres Regnes va ser una de les èpoques més sanguinàries de la història antiga de la Xina, i milers de persones van morir lluitant per ocupar el tron del palau imperial de Xi'an. +Hi ha molts efectes socials i polítics, com ara l'ús del sistema mètric, un canvi de l'absolutisme al republicanisme, el nacionalisme i la creença que el país pertany al poble en lloc d'un sol governant. +També després de la Revolució les ocupacions estaven obertes a tots els sol·licitants masculins, de manera que els més ambiciosos i reeixits podien arribar a l'èxit. +El mateix passa amb l'exèrcit, ja que en lloc de basar-se els rangs militars en la classe, ara es basen en el calibre. +La Revolució Francesa també va inspirar molts altres treballadors reprimits d'altres països a començar les seves pròpies revolucions. +Muhammad estava profundament interessat en qüestions més enllà de la vida mundana. Solia freqüentar una cova que es va conèixer com a «Hira‘» a la muntanya de «Noor» (llum) per a la contemplació. +La mateixa cova, que ha sobreviscut els temps, dona una imatge molt viva de les inclinacions espirituals de Muhammad. +Amb la seva ubicació al cim d'una de les muntanyes al nord de la Meca, la cova es troba completament aïllada del món exterior. +De fet, no és fàcil trobar-lo ni tan sols si es sabés que existeix. Una vegada a l'interior de la cova, és totalment aïllat. +No es pot veure res més que el cel clar i bell que hi ha per sobre i les moltes muntanyes que l'envolten. Gairebé res d'aquest món es pot veure o sentir des de l'interior de la cova. +La Gran Piràmide de Gizeh és l'única de les set meravelles del món que encara es conserva. +La Gran Piràmide, construïda pels egipcis al segle III aC, és una de les moltes grans piràmides construïdes per a honorar els faraons morts. +El Plateau de Gizeh, o "Necròpolis de Gizeh" a la Vall dels Morts d'Egipte, conté diverses piràmides (de les quals la Gran Piràmide és la més gran), diverses tombes petites, diversos temples i la Gran Esfinx. +La gran piràmide es va construir per a honorar el faraó Khufu, i moltes de les piràmides més petites, les tombes i els temples es van construir per a honorar les dones i membres de la família de Khufu. +L'“up bow” s'assembla a una V, mentre que el “down bow” s'assembla a un clau o un quadrat que falta la seva part inferior. +«Amunt» vol dir que s'ha de començar per la punta i empènyer l'arc, mentre que «avall» vol dir que s'ha de començar per la rana (on la mà agafa l'arc) i tirar-lo. +El moviment cap amunt normalment genera un so més suau, mentre que el moviment cap avall és més fort i més asertiu. +Tingueu la llibertat d'escriure els vostres propis marcs, però recorda que els marcs impresos es fan per una raó musical, de manera que normalment s'han de respectar. +El rei terroritzat Lluís XVI, la reina Marie Antoinette i els seus dos fills (la Marie Therese de 11 anys i el Louis-Charles de 4 anys) i la germana del rei, Madame Elizabeth, el 6 d'octubre de 1789 van ser forçats a tornar a París des de Versalles per una multitud de dones del mercat. +En un vagó, van tornar a París envoltats d'una multitud que cridava i amenaçava el rei i la reina. +La multitud va forçar el rei i la reina a deixar obertes les finestres del seu carro. +En un moment determinat, un membre de la multitud va agitar el cap d'un guàrdia reial assassinat a Versalles davant de la reina terroritzada. +Les despeses de guerra de l'imperialisme nord-americà en la conquesta de les Filipines van ser pagades pel mateix poble filipí. +Es van veure obligats a pagar impostos al règim colonial nord-americà per cobrir una gran part de les despeses i l'interès dels bons emesos en nom del govern filipí per les entitats bancàries de Wall Street. +Clarament, els superbeneficis derivats de la prolongada explotació del poble filipí constituirien els guanys bàsics de l'imperialisme nord-americà. +Per entendre els templers cal entendre el context que va motivar la creació de l'orde. +L'edat en què es van produir els esdeveniments s'anomena habitualment edat mitjana tardana, el període de la història europea dels segles XI, XII i XIII (AD 1000-1300). +Els alts mitjans medievals van ser precedits pels primers mitjans medievals i van ser seguits pels últims mitjans medievals, que per convenció acaben al voltant de l'any 1500. +El determinisme tecnològic és un terme que inclou una àmplia gamma d'idees en la pràctica, des de l'impuls tecnològic o l'imperatiu tecnològic fins a un sentit estricte en què el destí humà és dirigit per una lògica subjacente associada amb les lleis científiques i la seva manifestació en la tecnologia. +La majoria de les interpretacions del determinisme tecnològic comparteixen dues idees generals: que el desenvolupament de la tecnologia segueix un camí principalment fora de l'influència cultural o política, i que la tecnologia a la vegada té "efectes" en les societats que són inherents, en lloc de ser condicionats socialment. +Per exemple, es pot dir que el cotxe motor necessàriament condueix al desenvolupament de les carreteres. +Tanmateix, una xarxa de carreteres nacional no és viable des del punt de vista econòmic per a pocs cotxes, per la qual cosa s'han desenvolupat nous mètodes de producció per reduir els costos de propietat d'un cotxe. +La propietat massiva d'automòbils també condueix a una major incidència d'accidents de trànsit, que condueix a la invenció de noves tècniques en l'atenció sanitària per a reparar cossos malmesos. +El romanticisme tenia un gran element de determinisme cultural, extret d'escriptors com Goethe, Fichte i Schlegel. +En el context del Romanticisme, la geografia modelava les persones, i amb el temps es van generar costums i cultura relacionats amb aquesta geografia, i aquests, essent en harmonia amb el lloc de la societat, eren millors que les lleis arbitràriament imposades. +De la mateixa manera que París és conegut com la capital de la moda del món contemporani, Constantinoble era considerada la capital de la moda de l'Europa feudal. +La seva fama d'epicentre del luxe va començar cap a l'any 400 d.C. i va durar fins al voltant de l'any 1100 d.C. +El seu estatus va declinar durant el segle XII principalment a causa del fet que els croats havien tornat portant regals, com ara seda i espècies, que es valoraven més que el que els mercats de l'Imperi Romà d'Orient oferien. +A aquesta època es va produir el trasllat del títol de Capital de la Moda de Constantinoble a París. +L'estil gòtic va arribar al seu punt més alt entre els segles 10 i 11 i el segle 14. +Al principi, el vestit estava fortament influït per la cultura bizantina a l'est. +Tanmateix, a causa dels canals de comunicació lents, els estils de l'oest podrien quedar-se per darrere de 25 a 30 anys. +Cap al final de l'edat mitjana, Europa occidental va començar a desenvolupar el seu propi estil. Un dels grans desenvolupaments de l'època a causa de les croades, la gent va començar a utilitzar botons per agafar la roba. +L'agricultura de subsistència és l'agricultura que es duu a terme per a la producció d'aliments suficients per a cobrir només les necessitats de l'agricultor i la seva família. +L'agricultura de subsistència és un sistema simple, sovint orgànic, que utilitza llavors emmagatzemades natives de l'ecoregió combinades amb la rotació de cultius o altres tècniques relativament senzilles per maximitzar la producció. +Històricament, la majoria dels grangers es dedicaven a l'agricultura de subsistència i això encara és el cas en moltes nacions en vies de desenvolupament. +Les subcultures suposen la reunió d'individus de mentalitat semblant que se senten ignorats pels estàndards socials i els permeten desenvolupar un sentit d'identitat. +Les subcultures poden ser diferencials a causa de l'edat, l'ètnia, la classe, la ubicació i/o el gènere dels membres. +Les qualitats que determinen una subcultura com a diferent poden ser lingüístiques, estètiques, religioses, polítiques, sexuals, geogràfiques o una combinació de factors. +Els membres d'una subcultura sovint indiquen la seva pertinença a través d'un estil distintiu i simbòlic, que inclou moda, maneres i argot. +Un dels mètodes més comuns utilitzats per il·lustrar la importància de la socialització consisteix a fer referència als pocs casos infortunats de nens que, a causa de la negligència, la desgràcia o l'abús deliberat, no van ser socialitzats pels adults mentre creixien. +Aquests nens s'anomenen "salvatges" o "ferals". Alguns d'aquests nens han estat confinats per la gent (normalment els seus propis pares); en alguns casos, l'abandonament d'aquests nens es deu a la rebuig dels pares d'un nen amb una discapacitat intel·lectual o física greu. +Els nens ferals poden haver patit abús o trauma greus abans de ser abandonats o de fugir. +D'altres es diu que van ser criats per animals; alguns es diuen que van viure a l'estil salvatge per si mateixos. +Quan és criat completament per animals no humans, l'infant feral exhibeix comportaments (dins els límits físics) gairebé totalment semblants als de l'animal de cria específic, com ara la seva por o indiferència cap als humans. +Mentre que l'aprenentatge basat en projectes hauria de fer que l'aprenentatge sigui més fàcil i interessant, el suport estructural va més enllà. +L'estructuració no és un mètode d'aprenentatge, sinó més aviat una ajuda que proporciona suport a persones que experimenten una nova experiència d'aprenentatge, com ara l'ús d'un nou programa informàtic o l'inici d'un nou projecte. +Els suports poden ser virtuals i reals, en altres paraules, un professor és un tipus de suport, però també ho és el petit paperclip de Microsoft Office. +Els Scaffolds virtuals s'integra en el programari i estan dissenyats per a qüestionar, animar i explicar procediments que poden haver estat massa desafiants per a l'estudiant per a tractar-los sol. +Els nens es col·loquen en cures d'assistència familiar per una varietat d'informes que abasten des de la negligència fins a l'abús, i fins i tot a l'extorsió. +Cap nen no hauria d'haver de créixer en un entorn que no sigui nutritiu, preocupat i educatiu, però ho fan. +Percebem el sistema d'atenció de menors com una zona de seguretat per a aquests nens. +El nostre sistema d'acollida suposat ha de proporcionar cases segures, cuidadors afectuosos, educació estable i atenció mèdica fiable. +L'assistència de criança suposadament hauria de proporcionar totes les necessitats que faltaven a l'habitatge on els van separar abans. +La xarxa Internet combina elements tant de la comunicació de masses com de la comunicació interpersonal. +Les característiques diferencials d'internet condueixen a dimensions addicionals en termes de l'aproximació a l'ús i la satisfacció. +Per exemple, "aprenentatge" i "socialització" són suggerits com a motius importants per a l'ús d'internet (James et al., 1995). +“La implicació personal” i “les relacions continuades” també es van identificar com a nous aspectes de motivació per Eighmey i McCord (1998) quan van investigar les reaccions de l'audiència a les pàgines web. +L'ús de la gravació en vídeo ha portat a importants descobriments en l'interpretació de les micro-expressions, moviments facials que duren pocs mil·lisegons. +En particular, s'afirma que es pot detectar si una persona menteix per interpretar correctament les micro-expressions. +Oliver Sacks, en el seu article The President's Speech, va indicar com les persones incapaces d'entendre la parla a causa de danys cerebrals són capaces d'avaluar la sinceritat amb precisió. +Va suggerir fins i tot que aquestes habilitats per a l'interpretació del comportament humà podien ser compartides per animals com els gossos domèstics. +La recerca del segle XX ha demostrat que hi ha dos tipus de variació genètica: oculta i expressada. +La mutació afegeix noves variacions genètiques, i la selecció les elimina del conjunt de variacions expressades. +La segregació i la recombinació barregen la variabilitat entre els dos grups amb cada generació. +A la sabana, és difícil per a un primat amb un sistema digestiu com el dels humans de satisfer les seves necessitats d'aminoàcids amb les fonts vegetals disponibles. +A més, el no fer-ho té conseqüències serioses: depressió del creixement, malnutrició i, finalment, la mort. +Els recursos vegetals més fàcils d'accedir haurien estat les proteïnes disponibles a les fulles i les lleguminoses, però aquests són difícils de digerir per a primats com nosaltres, a menys que es cuinin. +En canvi, els aliments animals (formigues, termites, ous) no només són fàcils de digerir, sinó que proporcionen proteïnes en gran quantitat que contenen tots els aminoàcids essencials. +Tot plegat, no ens hauria de sorprendre si els nostres propis avantpassats van resoldre el seu "problema de proteïna" de la mateixa manera que els ximpanzes de la sabana ho fan avui en dia. +L'interrupció del son és el procés de despertar-se voluntàriament durant el període normal de son i tornar-se a adormir una mica més tard (10-60 minuts). +Això es pot fer fàcilment utilitzant un rellotge d'alarma relativament tranquil per despertar-te sense despertar-te completament. +Si us trobeu ajustant l'hora del rellotge mentre dormiu, podeu col·locar-lo a l'altra banda de la habitació, obligant-vos a sortir del llit per desactivar-lo. +Altres opcions basades en el bioritme impliquen beure molta fluïdesa (sobretot aigua o te, un diurètic conegut) abans de dormir, cosa que obliga a despertar-se per anar a urinar. +La quantitat de pau interior que una persona posseeix es correlaciona en sentit contrari amb la quantitat de tensió del cos i de l'esperit. +Menys tensió, més força vital positiva. Cada persona té el potencial de trobar la pau absoluta i el contingut. +Tots podem assolir l'il·luminació. L'únic obstacle que ens separa d'aquest objectiu és la nostra pròpia tensió i negativitat. +El budisme tibetà es basa en les ensenyaments del Buda, però es va ampliar amb el camí mahayana de l'amor i amb moltes tècniques del yoga indi. +En principi, el budisme tibetà és molt senzill. Consisteix en el yoga del Kundalini, la meditació i el camí de l'amor universal. +Amb el Kundalini Yoga es desperta l'energia Kundalini (energia de l'il·luminació) a través de postures de yoga, exercicis de respiració, mantres i visualitzacions. +El centre de la meditació tibetana és el Yoga de la Deïtat. A través de la visualització de diverses deïtats es neteja els canals d'energia, s'activen els chakras i es crea la consciència il·luminada. +Alemanya era un enemic comú durant la Segona Guerra Mundial, que va portar a la col·laboració entre la Unió Soviètica i els Estats Units. Amb la fi de la guerra, les divergències de sistema, procés i cultura van portar a la ruptura entre els països. +Després de dos anys de la fi de la guerra, els antics aliats es van convertir en enemics i va començar la Guerra Freda. +Va durar els propers 40 anys i es va lluitar de veritat, per mitjà d'exèrcits per procura, en camps de batalla d'Àfrica a Àsia, a l'Afganistan, a Cuba i en molts altres llocs. +El 17 de setembre de 1939, la defensa polonesa ja estava trencada, i l'única esperança era retirar-se i reorganitzar-se al pont romanès. +Tanmateix, aquests plans es van tornar obsolets gairebé de la nit al dia, quan més de 800.000 soldats de l'Exèrcit Roig de la Unió Soviètica van entrar i van crear els fronts bielorussos i ucraïnesos després d'haver invadit les regions orientals de Polònia en violació del Tractat de pau de Riga, el Pacte d'Amistat entre la Unió Soviètica i Polònia i altres tractats internacionals, tant bilaterals com multilaterals. +L'ús de vaixells per a transportar mercaderies és, amb diferència, la manera més eficient per a desplaçar grans quantitats de persones i mercaderies a través dels oceans. +Tradicionalment, la funció de les marines ha estat garantir que el teu país mantingui la capacitat de desplaçar la teva gent i els teus béns, mentre al mateix temps interfereix amb la capacitat de desplaçament de l'enemic. +Un dels exemples més notables d'això va ser la campanya del nord de l'Atlàntic de la Segona Guerra Mundial. Els nord-americans intentaven desplaçar homes i materials a través de l'Oceà Atlàntic per ajudar la Gran Bretanya. +Al mateix temps, la marina alemanya, utilitzant principalment submarins, intentava aturar aquest trànsit. +Si els aliats haguessin fracassat, Alemanya probablement hagués pogut conquerir el Regne Unit, com ja havia fet amb la resta d'Europa. +Segons sembla, els cabres van ser domesticats per primera vegada fa aproximadament 10.000 anys a les muntanyes Zagros de l'Iran. +Les cultures i tribus antigues van començar a conservar-los per a tenir accés fàcil a la llet, el pèl, la carn i la pell. +Tradicionalment, els cabres domèstics es mantenien en ramats que es desplaçaven per les muntanyes o altres zones de pastura, sovint atesos per ramats de cabres, que sovint eren nens o adolescents, semblants al pastor més conegut. Aquests mètodes de pastura encara s'utilitzen avui en dia. +A Anglaterra es van construir ferrocarrils ja al segle XVI. +Tot i que les vagonetes només consistien en planxes paral·leles de fusta, permetien que els cavalls que les tiraven aconseguissin velocitats més altes i poguessin arrossegar càrregues més grans que en les carreteres lleugerament més irregulars de l'època. +Les creus de fusta van ser introduïdes relativament aviat per mantenir les vies en el seu lloc. Tanmateix, amb el temps es va adonar que les vies serien més eficaces si tenien una barra d'acer a la part superior. +Això es va convertir en una pràctica habitual, però l'acer va provocar un major desgast en les rodes de fusta dels vagons. +Finalment, les rodes de fusta van ser substituïdes per rodes d'acer. L'any 1767, es van introduir les primeres vies de ferro. +El primer transport conegut va ser la marxa, els humans van començar a caminar drets fa dos milions d'anys amb l'aparició de l'Homo erectus (home erecte). +Els seus predecessors, els Australopitècs, no caminaven drets habitualment. +Les especialitzacions bipedals es troben en fòssils d'australopitecs de fa 4,2 a 3,9 milions d'anys, tot i que Sahelanthropus podria haver caminat en dues potes des de fa set milions d'anys. +Podem començar a viure més amigable amb l'entorn, unir-nos al moviment ambiental i fins i tot ser activistes per reduir el patiment futur en algun grau. +Això és exactament igual que el tractament simptomàtic en molts casos. Tanmateix, si no només volem una solució temporal, cal trobar l'origen del problema i desactivar-lo. +És evident que el món ha canviat molt a causa dels avanços científics i tècnics de l'home, i els problemes han augmentat a causa de la sobrepoblació i l'estil de vida extravagant de l'home. +Després de la seva adopció pel Congrés el 4 de juliol, un esborrany manuscrit signat pel president del Congrés, John Hancock, i el secretari, Charles Thomson, va ser enviat uns pocs blocs més enllà a la impremta de John Dunlap. +Durant la nit, entre 150 i 200 còpies es van fer, que actualment es coneixen com a "Dunlap broadsides". +La primera lectura pública del document va ser per part de John Nixon a l'atri de l'Independence Hall el 8 de juliol. +Un va ser enviat a George Washington el 6 de juliol, que el va llegir als seus soldats a Nova York el 9 de juliol. Una còpia va arribar a Londres el 10 d'agost. +Les 25 fulles de Dunlap encara conegudes són les còpies més antigues que es conserven del document. La còpia original, escrita a mà, no ha sobreviscut. +Molts paleontòlegs d'avui en dia creuen que un grup de dinosaures va sobreviure i viu avui en dia. Anomenem-los ocells. +Moltes persones no els consideren dinosaures perquè tenen plomes i poden volar. +Tanmateix, hi ha moltes coses sobre els ocells que encara semblen un dinosaure. +Tenen peus amb escates i urpes, ponen ous i caminen sobre les dues potes posteriors com un tiranosaure. +Gairebé tots els ordinadors en ús avui en dia es basen en la manipulació d'informació codificada en forma de números binaris. +Un nombre binari pot tenir només una de dues valors, és a dir, 0 o 1, i aquests números s'anomenen dígits binaris, o bits, en jargó informàtic. +L'intoxicació interna pot no ser immediatament visible. Els símptomes, com ara la tos, són prou generals perquè no es pugui fer un diagnòstic immediat. +La millor indicació d'intoxicació interna pot ser la presència d'un recipient obert amb medicaments o químics domèstics tòxics. +Consulteu l'etiqueta per a obtenir instruccions de primera ajuda específiques per al verí específic. +Els entomòlegs utilitzen el terme bug en un sentit formal per a aquest grup d'insectes. +Aquest terme prové d'una antiga familiaritat amb els mosquits de cama, insectes molt adaptats per a parasitar els humans. +Tant els insectes assassins com els insectes dels llits són nidicolous, adaptats a viure en nius o habitatges del seu hoste. +A través dels Estats Units d'Amèrica, hi ha aproximadament 400.000 casos coneguts de múltiple esclerosi (MS), la qual cosa la converteix en la malaltia neurologica més freqüent entre adults joves i de mitjana edat. +L'esclerosi múltiple és una malaltia que afecta el sistema nerviós central, format pel cervell, la medul·la espinal i el nervi òptic. +Les investigacions han demostrat que les dones són dos cops més propenses a patir esclerosi múltiple que els homes. +Una parella pot decidir que no és en el seu interès o en l'interès del seu fill adoptar un nadó. +Aquestes parelles poden decidir-se a elaborar un pla d'adopció per al seu nadó. +En un cas d'adopció, els pares biològics renuncien als seus drets de progenitor perquè una altra parella pugui adoptar el nen. +L'objectiu principal de la ciència és descobrir com funciona el món mitjançant el mètode científic. Aquest mètode, de fet, guia la majoria de la recerca científica. +No obstant això, l'experimentació i un experiment és un test que s'utilitza per eliminar una o més de les hipòtesis possibles, preguntes i observacions també guien la recerca científica. +Els naturalistes i els filòsofs es van centrar en els textos clàssics i, en particular, en la Bíblia en llatí. +Es van acceptar els punts de vista d'Aristòtil sobre tots els aspectes de la ciència, inclosa la psicologia. +Amb la desaparició del coneixement grec, l'oest es va veure aïllat de les seves arrels filosòfiques i científiques gregues. +Molts dels ritmes observats en la fisiologia i el comportament sovint depenen de manera crucial de la presència de cicles endògens i la seva producció a través de rellotges biològics. +Els ritmes periòdics, que no són simplement respostes a cues periòdiques externes, s'han documentat en la majoria dels organismes vius, inclosos bacteris, fongs, plantes i animals. +Els rellotges biològics són oscil·ladors autosuficients que continuaran un període de cicle lliure fins i tot en l'absència d'estímuls externs. +L'experiment de Hershey i Chase va ser una de les principals propostes que suggerien que l'ADN era un material genètic. +Hershey i Chase van utilitzar fàgues, o virus, per implantar el seu propi ADN en una bacteria. +Van fer dos experiments en què van marcar la DNA del fag amb un fòsfor radioactiu o la proteïna del fag amb un sofre radioactiu. +Les mutacions poden tenir una varietat d'efectes diferents segons el tipus de mutació, la importància del fragment de material genètic afectat i si les cèl·lules afectades són cèl·lules germinals. +Les mutacions en cèl·lules germinals són les úniques que es poden transmetre als fills, mentre que les mutacions en altres cèl·lules poden provocar la mort cel·lular o el càncer. +El turisme basat en la natura atreu persones interessades a visitar zones naturals amb l'objectiu de gaudir de la paisatge, incloent la fauna i la flora salvatges. +Els exemples d'activitats a l'emplaçament inclouen la caça, la pesca, la fotografia, l'observació d'aus i la visita de parcs i l'estudi de la informació sobre l'ecosistema. +Un exemple és visitar, fotografiar i aprendre sobre orangutans a Borneo. +Tots els matins, la gent surt de petits pobles del camp en cotxes per anar al seu lloc de treball i passen per altres que es dirigeixen a l'indret on acaba de sortir. +Aquest mitjà de transport dinàmic en el qual tothom està connectat i dona suport a un sistema de transport basat en cotxes privats. +La ciència indica ara que aquesta gran economia de carboni ha desallotjat la biosfera d'un dels seus estats estables que ha suportat l'evolució humana durant els darrers dos milions d'anys. +Tots participem en la societat i utilitzem els sistemes de transport. Gairebé tothom es queixa dels sistemes de transport. +A països desenvolupats rarament s'escolten nivells similars de queixes sobre la qualitat de l'aigua o ponts que es derruïen. +Per què els sistemes de transport generen tantes queixes, per què falla diàriament? Són els enginyers de transport simplement incompetents? O hi ha alguna cosa més fonamental en joc? +El flux de trànsit és l'estudi del moviment dels conductors i dels vehicles entre dos punts i les interaccions que es produeixen entre ells. +Malauradament, estudiar el flux de trànsit és difícil perquè la conducta dels conductors no es pot predir amb la seguretat del cent per cent. +Fortament, els conductors solen comportar-se dins d'un rang raonablement consistent; així, els fluxos de trànsit solen tenir una certa coherència i es poden representar aproximadament matemàticament. +Per millorar la representació del flux de trànsit, s'han establert relacions entre les tres principals característiques: (1) flux, (2) densitat i (3) velocitat. +Aquestes relacions ajuden a planificar, dissenyar i operar les instal·lacions viàries. +Els insectes van ser els primers animals que van volar. La seva habilitat per a volar els va ajudar a evitar els enemics amb més facilitat i a trobar menjar i parelles de manera més eficient. +La majoria d'insectes tenen l'avantatge de poder plegar les ales al llarg del cos. +Això els dóna una gamma més àmplia de petits llocs on amagar-se dels depredadors. +Avui en dia, els únics insectes que no poden tornar a plegar les seves ales són les libèl·lules i els mosquits. +Fa milers d'anys, un home anomenat Aristarc de Samos va dir que el sistema solar gira al voltant del Sol. +Algunes persones pensaven que tenia raó, però moltes persones creien el contrari; que el Sistema Solar girava al voltant de la Terra, inclosa el Sol (i fins i tot les altres estrelles). +Això sembla raonable, perquè la Terra no sembla moure's, no? +El riu Amazones és el segon més llarg i el més gran dels rius de la Terra. Transporta més d'8 vegades el doble d'aigua que el segon més gran. +L'Amazones també és el riu més ample de la Terra, a vegades sis milles d'amplada. +Un 20% de l'aigua que flueix dels rius de la Terra a l'oceà prové de l'Amazones. +El riu Amazones principal té 6.387 km (3.980 milles). Recull l'aigua de milers de rius més petits. +Tot i que la construcció de piràmides de pedra va continuar fins al final de l'Antic Regne, les piràmides de Gizeh mai no van ser superades en la seva grandària i en l'excel·lència tècnica de la seva construcció. +Els antics egipcis de l'Imperi Nou admiraven els monuments dels seus predecessors, que en aquell moment ja tenien més de mil anys d'antiguitat. +La població de la Ciutat del Vaticà és d'uns 800 habitants. És el país independent més petit del món i el país amb la població més baixa. +La Ciutat del Vaticà utilitza l'italià en la seva legislació i en les comunicacions oficials. +L'italià també és la llengua quotidiana utilitzada per la majoria dels que treballen per l'estat, mentre que el llatí s'utilitza sovint en cerimònies religioses. +Tots els ciutadans del Vaticà són catòlics romans. +Les persones han conegut els elements químics bàsics, com ara l'or, l'argent i el coure, des de l'antiguitat, ja que es poden trobar a la natura en la seva forma nativa i són relativament fàcils d'extreure amb eines primitives. +Aristòtil, un filòsof, teoritzava que tot estava format per una barreja d'un o més dels quatre elements: terra, aigua, aire i foc. +Això més s'assemblava als quatre estats de la matèria (en l'ordre següent): sòlid, líquid, gas i plasma, tot i que també teoritzava que es transformaven en noves substàncies per formar el que veiem. +Els aliatges són, bàsicament, una barreja de dos o més metalls. No oblidis que hi ha molts elements a la taula periòdica. +Els elements com el calci i el potassi es consideren metalls. Per descomptat, també hi ha metalls com l'or i l'argent. +També podem tenir aliatges que inclouen petites quantitats d'elements no metàl·lics com el carboni. +Tot l'univers està fet de matèria. Tota la matèria està formada per petites partícules anomenades àtoms. +Els àtoms són tan increïblement petits que trillons d'ells podrien encaixar-se a la puntuació final d'aquesta frase. +Així, el llapis va ser un bon amic per a moltes persones quan va sortir al mercat. +Malauradament, amb l'aparició de nous mètodes d'escriptura, el llapis ha estat relegat a un estatus i usos menys importants. +Avui en dia, les persones escriuen missatges a les pantalles de l'ordinador, sense necessitat d'acostar-se mai a un afilador. +Es pot preguntar què passarà amb el teclat quan hi hagi alguna cosa més nova. +La bomba de fissió funciona segons el principi que cal energia per unir un nucli amb molts protons i neutrons. +Més o menys com si es remolcés un carro pesat per una muntanya. Es divideix el nucli i allibera una part d'aquesta energia. +Alguns àtoms tenen nuclis inestables, la qual cosa vol dir que tendeixen a desintegrar-se amb poca o cap ajuda. +La superfície de la Lluna està formada per roques i pols. La capa exterior de la Lluna s'anomena escorça. +La crosta té uns 70 km de gruix a la cara propera i uns 100 km a la cara oposada. +És més gruixut sota les muntanyes i més prim sota les maresmes. +Es pot que hi hagi més mares a la cara pròxima perquè la crosta és més prima. Es va fer més fàcil que la lava pujés cap a la superfície. +Les teories del contingut es centren a trobar el que fa que la gent funcioni o el que li agrada. +Aquestes teories suggereixen que les persones tenen certs necessitats i/o desitjos que s'han internalitzat a mesura que maduren fins a l'edat adulta. +Aquestes teories estudien el que és sobre certs individus que els fa voler les coses que fan i què en el seu entorn els farà fer o no fer certes coses. +Dues teories de continguts populars són la teoria de la jerarquia de les necessitats de Maslow i la teoria de dos factors d'Hertzberg. +En general, dos tipus de comportament poden emergir quan els managers comencen a dirigir els seus antics companys. Un extrem és intentar mantenir-se "com un dels nostres" (o "com una de les nostres"). +Aquest tipus de gestor té dificultats per prendre decisions impopulars, fer accions disciplinàries, valorar el rendiment, assignar la responsabilitat i responsabilitzar la gent. +A l'altre extrem de l'espectre, es converteix en un individu desconegut que creu que ha de canviar tot el que l'equip ha estat fent i convertir-ho en la seva pròpia. +Finalment, el líder és responsable de l'èxit i el fracàs de l'equip. +Aquest comportament sovint provoca riftes entre els líders i la resta de l'equip. +Els equips virtuals es mantenen a l'altura dels mateixos estàndards d'excel·lència que els equips convencionals, però hi ha diferències subtils. +Els membres de l'equip virtual sovint actuen com a punts de contacte per a la seva pròpia agrupació física immediata. +Sovint tenen més autonomia que els membres convencionals de l'equip, ja que els seus equips poden reunir-se en diferents zones horàries que poden no ser entesos pel seu personal local. +La presència d'un autèntic "equip invisible" (Larson i LaFasto, 1989, p. 109) també és un component únic d'un equip virtual. +L'“equip invisible” és l'equip de direcció al qual cadascun dels membres informa. L'equip invisible estableix els estàndards per a cada membre. +Per què una organització vol passar per un procés tan consumidor de temps per establir-se com una organització d'aprenentatge? Un dels objectius de posar en pràctica els conceptes de l'aprenentatge organitzatiu és la innovació. +Quan totes les fonts disponibles són utilitzades eficientment a través dels departaments funcionals d'una organització, la creativitat i la ingenuïtat poden transcendir. +Com a resultat, el procés d'una organització que treballa junts per superar un obstacle pot donar lloc a un nou procés innovador per servir les necessitats del client. +Abans que una organització pugui ser innovadora, la direcció ha de crear una cultura d'innovació, així com coneixements compartits i aprenentatge organitzatiu. +Angel (2006) explica l'aproximació Continuum com un mètode utilitzat per ajudar les organitzacions a assolir un nivell més alt de rendiment. +Els dades neurobiològics proporcionen proves físiques d'un enfocament teòric a l'investigació de la cognició. Això condueix a una reducció de l'àmbit d'investigació i a una major exactitud. +La correlació entre la patologia cerebral i el comportament dona suport als científics en la seva recerca. +S'ha sabut durant molt de temps que diferents tipus de danys cerebrals, traumatismes, lesions i tumors afecten el comportament i provoquen canvis en algunes funcions mentals. +L'augment de les noves tecnologies ens permet veure i investigar estructures i processos cerebrals que no s'havien vist mai abans. +Això ens proporciona molta informació i material per construir models de simulació que ens ajuden a entendre els processos que tenen lloc al nostre cervell. +Tot i que l'IA té una forta connotació de ciència-ficció, l'IA forma una branca molt important de la informàtica, que tracta del comportament, l'aprenentatge i l'adaptació intel·ligent d'una màquina. +L'investigació en IA implica crear màquines per automatitzar tasques que requereixen un comportament intel·ligent. +Els exemples inclouen el control, la planificació i la programació, la capacitat de respondre a diagnòstics i preguntes dels clients, així com la reconeixement de l'escriptura manual, la veu i el rostre. +Això s'ha convertit en disciplines separades, que se centren a proporcionar solucions als problemes de la vida real. +El sistema d'intel·ligència artificial s'utilitza ara sovint en els camps de l'economia, la medicina, l'enginyeria i l'exèrcit, com s'ha construït en diverses aplicacions informàtiques i de videojocs per a ordinadors personals. +Els viatges a l'exterior són una gran part de qualsevol aula. De fet, sovint un professor vol portar els seus alumnes a llocs on no es pot fer amb un autobús. +La tecnologia ofereix la solució amb viatges virtuals. Els estudiants poden veure els objectes del museu, visitar un aquari o admirar la bellesa de l'art mentre seuen amb la seva classe. +Participar en una excursió virtual també és una gran manera de reflexionar sobre una excursió i compartir experiències amb classes futures. +Per exemple, cada any els estudiants de l'escola Bennet de Carolina del Nord dissenyen un lloc web sobre el seu viatge a la capital de l'estat, cada any el lloc web es remodela, però les versions antigues es mantenen en línia per servir de llibre de recórrer. +Els blogs també poden ajudar a millorar l'escriptura dels estudiants. Mentre que els estudiants sovint comencen la seva experiència amb blogs amb una gramàtica i una ortografia descuidades, la presència d'un públic generalment canvia aquesta situació. +Com que els estudiants són sovint l'audiència més crítica, l'escriptor del blog comença a intentar millorar l'escriptura per evitar la crítica. +També el blogueig "obliga els estudiants a ser més perspicaços sobre el món que els envolta". La necessitat de mantenir l'interès de l'audiència inspira els estudiants a ser astuts i interessants (Toto, 2004). +El blogueig és un instrument que inspira la col·laboració i animar els estudiants a ampliar l'aprenentatge més enllà del dia escolar tradicional. +L'ús adequat dels blogs "pot fer que els estudiants esdevinguin més analítics i crítics; a través de la resposta activa a materials d'internet, els estudiants poden definir les seves posicions en el context dels escrits d'altres i definir les seves pròpies perspectives sobre temes específics (Oravec, 2002). +Ottawa és la simpàtica i bilingüe capital del Canadà i compta amb una sèrie de galeries d'art i museus que mostren el passat i el present del Canadà. +Més al sud es troben les cascades de Niagara i al nord hi ha la natura no explotada de la Muskoka i més enllà. +Totes aquestes coses i més demostren que l'Ontàrio és el que els estrangers consideren essencialment canadenc. +Les àrees més septentrionals són molt escassament poblades i algunes estan pràcticament despoblades. +Per a una comparació de la població que sorprèn molts: hi ha més nord-americans d'origen africà que ciutadans canadencs. +Les illes de l'Àfrica Oriental es troben a l'oceà Índic a la costa oriental d'Àfrica. +Madagascar és clarament el més gran, i un continent en si mateix quan es parla d'animals salvatges. +La majoria de les illes més petites són nacions independents, o associades amb França, i conegudes com a resorts de platja de luxe. +Els àrabs també van portar l'islam a les terres, i es va adoptar en gran manera a les Comores i a Mayotte. +L'influència europea i el colonialisme van començar al segle XV, quan l'explorador portuguès Vasco da Gama va trobar el camí cap a l'Índia des d'Europa. +Al nord, la regió està delimitada pel Sahel, i al sud i a l'oest per l'Oceà Atlàntic. +Dones: Es recomana que qualsevol viatgera femenina digui que està casada, independentment de l'estat real del matrimoni. +També és útil portar un anell (però no un que sembli massa car). +Les dones haurien de comprendre que les diferències culturals poden donar lloc a allò que considerarien agressió i no és estrany ser seguides, agafades per l'armadura, etc. +Mantingueu-vos ferms en rebutjar els homes, i no tingueu por de defensar-vos (les diferències culturals o no, no ho justifica!). +La moderna ciutat de Casablanca va ser fundada per pescadors berberes al segle X ae, i va ser utilitzada pels fenicis, romans i els merenids com un port estratègic anomenat Anfa. +Els portuguesos la van destruir i la van reconstruir sota el nom de Casa Branca, només per abandonar-la després d'un terratrèmol el 1755. +El sultà del Marroc va reconstruir la ciutat com a Daru l-Badya i li va donar el nom de Casablanca pels comerciants espanyols que hi van establir bases comercials. +Casablanca és una de les menys interessants ciutats per a fer compres a tot el Marroc. +Al voltant de l'antiga medina és fàcil trobar establiments que venen productes tradicionals del Marroc, com ara tagines, ceràmica, productes de pell, pipes i una gran varietat d'accessoris, però tot és per als turistes. +Goma és una ciutat turística de la República Democràtica del Congo a l'extrem oriental, prop de Ruanda. +L'any 2002, Goma va ser destruïda per la lava del volcà Nyiragongo, que va enterrar gairebé totes les carrers de la ciutat, especialment el centre. +Tot i que Goma és raonablement segura, totes les visites fora de Goma haurien de ser investigades per entendre l'estat de la lluita que persisteix a la província del Nord Kivu. +La ciutat també és la base per a l'ascens al volcà Nyiragongo, a més de ser una de les rutes més econòmiques per a l'observació de goril·les de muntanya a l'Àfrica. +Podeu utilitzar un boda-boda (taxi amb motocicleta) per moure's pel voltant de Goma. El preu normal (local) és d'uns 500 francs congolesos per a la curta distància. +Combinat amb la seva inaccessibilitat relativa, "Timbuktu" s'ha utilitzat com a metàfora per a països exòtics i llunyans. +En l'actualitat, Timbuktu és una ciutat empoblida, tot i que la seva reputació fa que sigui un atractiu turístic, i té un aeroport. +L'any 1990 es va afegir a la llista del Patrimoni de la Humanitat en perill per la amenaça de sorra del desert. +Es tractava d'una de les parades més importants durant l'especial de la PBS de Henry Louis Gates Wonders of the African World. +La ciutat contrasta fortament amb la resta de ciutats del país, ja que té més d'un to àrab que d'un africà. +El Parc Nacional Kruger (KNP) es troba al nord-est de Sud-àfrica i s'estén al llarg de la frontera de Moçambic a l'est, Zimbàbue al nord i el riu Crocodile al sud. +El parc cobreix 19.500 km² i està dividit en 14 zones ecològiques diferents, cadascuna amb una fauna diferent. +Es tracta d'una de les principals atraccions de Sud-àfrica i es considera la bandera dels Parcs Nacionals de Sud-àfrica (SANParks). +Com en tots els parcs nacionals de Sud-àfrica, hi ha tarifes de conservació i entrada diaris per al parc. +També pot ser beneficiós per a algú comprar una targeta salvatge, que proporciona accés a qualsevol de les seleccions de parcs de Sud-àfrica o a tots els parcs nacionals de Sud-àfrica. +L'illa de Hong Kong dona nom al territori de Hong Kong i és el lloc que molts turistes consideren el principal focus. +La processó d'edificis que conforma la línia de horitzó de Hong Kong ha estat comparada amb un gràfic de barra brillant que es fa evident amb la presència de les aigües del port de Victoria. +Per obtenir les millors vistes de Hong Kong, surteu de l'illa i dirigiu-vos cap al front marítim de Kowloon, a l'altre costat. +La gran majoria del desenvolupament urbà de Hong Kong es concentra en terreny recuperat al llarg de la costa nord. +Aquest és el lloc que els colonitzadors britànics van prendre com a propi, per la qual cosa, si busqueses proves del passat colonial del territori, és un bon lloc per començar. +Els Sundarbans són la franja de manglars costaners més gran del món, que s'estén 80 km (50 mi) a l'interior de Bangladesh i l'Índia des de la costa. +Les Sundarbans han estat declarades Patrimoni de la Humanitat per la UNESCO. La part del bosc que es troba en territori indi es diu Parc Nacional de Sundarbans. +Tanmateix, les selves no són només manglars, sinó que inclouen alguns dels últims boscos de la poderosa jungla que una vegada cobria la plana del Ganges. +Els Sundarbans cobreixen una superfície de 3.850 km², dels quals un terç està cobert d'aigües/maresmes. +Des de 1966, els Sundarbans són un santuari d'animals salvatges, i es calcula que hi ha ara 400 tigres de Bengala reials i uns 30.000 cérvols de puntats a la zona. +Els autobusos surten de l'estació d'autobus interdistricte (a l'altra banda del riu) durant tot el dia, tot i que la majoria, especialment els que es dirigeixen cap a l'est i Jakar/Bumthang, surten entre les 06:30 i les 07:30. +Com que els autobusos interdistricte sovint estan plens, és recomanable comprar un bitllet amb alguns dies d'antelació. +La majoria dels districtes estan servits per petits autobusos japonesos Coaster, que són còmodes i robusts. +Els taxis compartits són un mitjà ràpid i còmode per viatjar a llocs properes, com ara Paro (Nu 150) i Punakha (Nu 200). +El pont del riu Oyapock és un pont de cables. El creua el riu Oyapock per unir les ciutats d'Oiapoque al Brasil i Saint-Georges de l'Oyapock a la Guaiana Francesa. +Les dues torres assoleixen una alçada de 83 metres, és de 378 metres de llarg i té dues vies de 3,50 metres d'amplada. +L'alçada vertical sota el pont és de 15 metres. La construcció es va acabar el mes d'agost de 2011, però no es va obrir al trànsit fins al març de 2017. +Es preveu que el pont estigui totalment operatiu a partir de setembre de 2017, quan s'espera que els punts de control de duanes del Brasil estiguin acabats. +Els guaranís eren el grup indígena més important que habitava l'actual Paraguai oriental, vivint com a caçadors semi-nòmades que també practicaven l'agricultura de subsistència. +La regió del Chaco era la llar d'altres grups de tribus indígenes com els Guaycurú i els Payaguá, que sobrevivien caçant, recollint i pescant. +Al segle XVI, Paraguai, antigament anomenat "La Gran Província de les Índies", va néixer com a resultat de l'enfrontament entre els conqueridors espanyols i els grups indígenes nadius. +Els espanyols van iniciar el període de colonització que va durar tres segles. +Des de la fundació d'Asunción el 1537, el Paraguai ha conservat molt del seu caràcter i identitat indígenes. +L'Argentina és ben conegut per tenir un dels millors equips i jugadors de polo del món. +El torneig més important de l'any té lloc al desembre a les pistes de polo de Las Cañitas. +També es poden veure tornejos i partits més petits en altres moments de l'any. +Per obtenir informació sobre tornejos i on comprar entrades per a partits de polo, consulta l'Associació Argentina de Polo. +La moneda oficial de les Falklandes és la lliura de les Falklandes (FKP), que té un valor equivalent al d'una lliura britànica (GBP). +Es pot canviar diners a l'única banca de les illes, que es troba a Stanley, a l'altre costat del FIC West. +Els lliures britànics solen ser acceptats arreu de les illes i les targetes de crèdit i els dòlars dels Estats Units sovint també. +Les targetes de crèdit probablement no seran acceptades a les illes perifèriques, tot i que la moneda britànica i estatunidenca poden ser acceptades; consulti amb els propietaris amb antelació per determinar quin és el mètode de pagament acceptable. +És gairebé impossible canviar la moneda de les Falkland a l'exterior de les illes, així que cal canviar diners abans de sortir de les illes. +Com que Montevideo es troba al sud de l'equador, allà és estiu quan al hemisferi nord és hivern i viceversa. +Montevideo es troba a les subtropicals; a l'estiu, les temperatures per sobre dels 30 °C són habituals. +L'hivern pot ser sorprenentment fred: les temperatures rarament baixen per sota del zero, però el vent i la humitat combinen per fer que sembli més fred del que indica el termòmetre. +No hi ha cap temporada "plujosa" ni "seca": la quantitat de pluja roman aproximadament la mateixa durant tot l'any. +Tot i que molts dels animals del parc estan acostumats a veure humans, la vida salvatge encara és salvatge i no s'hauria d'alimentar ni molestar. +Segons les autoritats del parc, cal mantenir una distància mínima de 100 peus/metres amb osos i llops i 25 peus/metres amb tots els altres animals salvatges! +Tot i que els bisons, els ants, els alces, els ossos i gairebé tots els animals grans poden atacar. +Cada any, dotzenes de visitants es fan malbé perquè no van mantenir la distància adequada. Aquests animals són grans, salvatges i potencialment perillosos, així que els deixeu el seu espai. +A més, tingueu present que els olors atreuen els ossos i altres animals salvatges, així que eviteu portar o cuinar aliments amb olors i tingueu un camp net. +Apia és la capital de Samoa. La ciutat es troba a l'illa d'Upolu i té una població de gairebé 40.000 habitants. +Apia va ser fundada a la dècada de 1850 i ha estat la capital oficial de Samoa des de 1959. +L'any 1889, el port va ser escenari d'un enfrontament naval infame quan set vaixells d'Alemanya, els Estats Units i el Regne Unit es van negar a abandonar el port. +Tots els vaixells van ser enfonsats, excepte un creuer britànic. Gairebé 200 vides americanes i alemanyes van perdre la vida. +Durant la lluita per la independència organitzada pel moviment Mau, una manifestació pacífica a la ciutat va acabar amb l'assassinat del cap suprem Tupua Tamasese Lealofi III. +Hi ha molts de platges, a causa del fet que Auckland es troba a la vora de dos ports. Les més populars es troben en tres àrees. +Les platges de North Shore (districte de North Harbour) es troben a l'oceà Pacífic i s'estenen des de Long Bay al nord fins Devonport al sud. +Gairebé tots són platges de sorra amb banyes segures, i la majoria tenen ombra proporcionada per arbres de pohutukawa. +Les platges de Tamaki Drive es troben a la badia de Waitemata, a les barriades de classe mitjana de Mission Bay i St Heliers, al centre d'Auckland. +Són platges familiars sovint concorregudes amb una bona gamma de botigues al llarg de la costa. La natació és segura. +La cervesa local principal és el "Number One", no és una cervesa complicada, però és agradable i refrescant. L'altra cervesa local es diu "Manta". +Hi ha molts vins francesos, però els de Nova Zelanda i d'Austràlia podrien viatjar millor. +L'aigua de la font local és perfectament segura per a beure, però l'aigua en ampolles és fàcil de trobar si es té por. +Per als australians, la idea del cafè "flat white" és estrangera. Un cafè curt és un "espresso", el cappuccino es serveix amb una mica de crema (no espuma) i el te es serveix sense llet. +El xocolat calent arriba als estàndards belgues. Les begudes de fruites són cares, però excel·lents. +Hi ha molts viatges al barranc durant tot l'any, i les ferides per qualsevol d'aquestes causes al barranc són rares. +Tanmateix, segueixi les recomanacions de les autoritats, obeeixi tots els senyals i pagueu atenció a les advertències de seguretat. +Les meduses de box es troben a prop de les platges i a prop dels estuaris dels rius des d'octubre fins a abril al nord de 1770. Es poden trobar ocasionalment fora d'aquestes dates. +Els taurons existeixen, però rarament ataquen els humans. La majoria dels taurons tenen por dels humans i s'allunyaria. +Els cocodrils d'aigua salada no viuen activament a l'oceà, el seu hàbitat principal es troba a les desembocadures dels rius al nord de Rockhampton. +Reservar-se amb antelació dona al viatger la tranquil·litat que tindrà un lloc on dormir quan arribi a la seva destinació. +Els agents de viatges sovint tenen acords amb hotels específics, tot i que pot ser possible reservar altres tipus d'allotjament, com ara campaments, a través d'un agent de viatges. +Els agents de viatges solen oferir paquets que inclouen el sopar, els arranjaments de transport a/des de l'aeroport o fins i tot paquets combinats de vol i hotel. +També poden mantenir la reserva per a tu si necessites temps per pensar la proposta o obtenir altres documents per a la teva destinació (per exemple, un visat). +Tanmateix, totes les modificacions o sol·licituds haurien de passar per l'agència de viatges abans que s'adrecessin directament a l'hotel. +Per a alguns festivals, la immensa majoria dels assistents a festivals de música decideixen acampar a l'emplaçament, i la majoria dels assistents considera que és una part vital de l'experiència. +Si vols estar a prop de l'acció, t'hauràs d'arribar aviat per aconseguir un lloc de campanya prop de la música. +Recorda que tot i que la música a les principals escenes pot haver acabat, pot haver-hi seccions del festival que segueixin tocant música fins ben entrada la nit. +Alguns festivals tenen àrees de camping especials per a famílies amb nens petits. +Si es creua el Mar Bàltic al nord durant l'hivern, s'ha de comprovar la ubicació de la cabina, ja que travessar el gel provoca un soroll molt desagradable per a aquelles persones més afectades. +Les excurcions per Sant Petersburg inclouen temps a la ciutat. Els passatgers de les excurcions estan exempts de requisits de visat (consulteu les condicions). +Els casinos solen fer molts esforços per maximitzar el temps i els diners que els visitants inverteixen. Les finestres i els rellotges solen faltar, i les sortides poden ser difícils de trobar. +Solen oferir menjar, begudes i entreteniment especials per mantenir els convidats en bona disposició i mantenir-los a l'establiment. +Alguns establiments ofereixen begudes alcohòliques gratuïtes. Tanmateix, l'embriaguesa deteriora la capacitat de judici, i tots els bons jugadors saben la importància de mantenir-se sobirs. +Qualsevol persona que vulgui conduir en latituds altes o sobre els pasos de muntanya hauria de tenir present la possibilitat de neu, gel o temperatures congelants. +A les carreteres cobertes de neu i gel, la fricció és baixa i no es pot conduir com si es tractés d'asfalt nu. +Durant les tempestes de neu, es pot caure prou neu per quedar atrapat en molt poc temps. +A més, la visibilitat pot ser reduïda per la neu que cau o que bufa, o per la condensació o la neu a les finestres del cotxe. +Per altra banda, les condicions de neu i gel són normals en molts països, i el trànsit continua gairebé ininterrompudament tot l'any. +Les safaris són potser el major atractiu turístic a l'Àfrica i l'atracció principal per a molts visitants. +En l'ús popular, el terme safari es refereix a viatjar per terra per veure l'espectacular fauna salvatge africà, especialment a la sabana. +Alguns animals, com els elefants i les girafes, tendeixen a acostar-se als cotxes i l'equipament estàndard permet una bona visió. +Els lleons, els guepards i els lleopards són de vegades tímids i s'observen millor amb binoculars. +Un safari a peu (també anomenat "bush walk", "hiking safari" o "footing") consisteix en una caminada, que pot durar diverses hores o diversos dies. +Els Jocs Paralímpics tindran lloc entre el 24 d'agost i el 5 de setembre de 2021. Alguns esdeveniments es celebraran en altres llocs del Japó. +Tokyo serà l'única ciutat asiàtica que ha acollit dues olimpíades d'estiu, ja que va acollir els Jocs Olímpics l'any 1964. +Si has reservat els teus vols i l'allotjament per a l'any 2020 abans de l'anunci de la suspensió, pots trobar-te en una situació complicada. +Les polítiques de cancel·lació varien, però des de finals de març, la majoria de les polítiques de cancel·lació relacionades amb el coronavirus no s'apliquen fins al juliol de 2020, quan s'havien programat els Jocs Olímpics. +Es preveu que la majoria dels bitllets d'esdeveniments costarà entre ¥2.500 i ¥130.000, amb bitllets típics que costen aproximadament ¥7.000. +Ferrent roba humida pot ajudar-la a assecar-se. Molts hotels tenen disponibles una planxa i una taula de planxa per a préstec, fins i tot si no n'hi ha una a l'habitació. +Si no es disposa d'una planxa, o si no es prefereixen les sabates ben planxades, es pot intentar utilitzar un secador de cabell, si està disponible. +Atengeu-vos perquè el teixit no es caldi massa (que pot provocar que es redueixi o, en casos extrems, es cremi). +Hi ha diferents maneres de purificar l'aigua, algunes més eficaces contra amenaces específiques. +En algunes zones bullir l'aigua durant un minut és suficient, en altres calen diversos minuts. +Els filtres varien en la seva eficàcia, i en cas de tenir preocupació, cal comprar l'aigua en una ampolla tancada d'una empresa reputada. +Els viatgers poden trobar-se amb plagues animals que no coneixen en les seves regions d'origen. +Els paràsits poden danyar la comida, provocar irritacions o, en el pitjor dels casos, provocar reaccions al·lèrgiques, difondre venen, o transmetre infeccions. +Les malalties infeccioses mateixes, o animals perillosos que poden ferir o matar la gent per força, normalment no es consideren plagues. +El comerç lliure d'impostos és l'oportunitat de comprar béns exempts d'impostos i accises en certs indrets. +Els viatgers que viatgen a països amb impostos elevats poden, de vegades, ahorrar una considerable quantitat de diners, especialment en productes com begudes alcohòliques i tabac. +El tram entre Point Marion i Fairmont presenta les condicions de conducció més desafiants de l'autopista Buffalo-Pittsburgh, passant sovint per terreny aïllat. +Si no estàs acostumat a conduir per carreteres rurals, mantingueu la vostra prudència: els pendents pronunciats, les voreres estretes i les rampes pronunciades predominen. +Els límits de velocitat publicats són notablement més baixos que en les seccions anteriors i posteriors — sovint 35-40 mph (56-64 km/h) — i l'obediència estricta a ells és encara més important que en qualsevol altra ocasió. +Curiosament, tot i això, el servei de telèfon mòbil és molt més fort aquí que en molts altres trams de la ruta, com ara els Pennsilvània Wilds. +Els pastissos alemanys són força bons, i a Bavària són força rics i variats, semblants als dels seus veïns del sud, Àustria. +Els pastissos de fruites són comuns, amb peres cuinades en pastissos durant tot l'any, i les cireres i les prunes, que es presenten durant l'estiu. +Molts productes de pastisseria alemanys també inclouen ametlles, castanyes i altres fruits secs. Els populars pastissos solen combinar-se particularment bé amb una tassa de cafè fort. +Si us agrada els pastissos petits i rics, proveu els que, segons la regió, s'anomenen Berliner, Pfannkuchen o Krapfen. +Un curry és un plat basat en herbes i espècies, juntament amb carn o verdures. +Un curry pot ser "sec" o "humit" en funció de la quantitat de líquid. +A les regions interiors del nord de l'Índia i el Pakistan, el iogurt s'utilitza habitualment en les curries; al sud de l'Índia i en algunes altres regions costaneres del subcontinent, la llet de coco s'utilitza habitualment. +Amb 17.000 illes a escollir, la cuina indonèsia és un terme genèric que cobreix una gran varietat de cuines regionals que es troben arreu del país. +Tanmateix, si no s'afegeixen més qualificadors, el terme sol referir-se a la gastronomia originària de les parts centrals i orientals de l'illa principal Java. +Avui en dia, la cuina javanesa està àmpliament disponible per tot l'arxipèlag. Aquesta cuina presenta una varietat de plats senzillament condimentats, els condiments principals que els javanesos prefereixen són les mongetes, el chili, el sucre (especialment el sucre de coco javanès) i diverses espècies aromàtiques. +Els estrips són suports per als peus del genet que pengen a banda i banda de la sella. +Ofereixen una major estabilitat per al conductor, però poden generar preocupacions de seguretat per la possibilitat que els peus del conductor es quedin atrapats en ells. +Si un genet és llençat d'un cavall, però té un peu atrapat a l'estribo, podria ser arrossegat si el cavall s'escapa. Per minimitzar aquest risc, es poden prendre diverses precaucions de seguretat. +En primer lloc, la majoria dels genets usen botes de muntar amb un taló i una sola llisa, bastant estreta. +A continuació, alguns genys, especialment els anglesos, tenen barres de seguretat que permeten que la corda del geni caigui del geni si es tira enrere per un genet caigut. +Vall de Cochamó - La principal destinació d'escalada de Xile, conegut com el Yosemite d'Amèrica del Sud, amb una varietat de parets de granit i escletxes. +Els cims ofereixen vistes espectaculars. Els escaladors de tot el món estableixen contínuament noves rutes entre el seu potencial il·limitat de parets. +Els esports d'esquí i surf de neu, que inclouen l'esquí i el surf de neu, són esports populars que impliquen moure's per un terreny cobert de neu amb esquís o un tauler d'esquí units als peus. +L'esquí és un gran esdeveniment turístic amb molts entusiastes, ocasionalment coneguts com a "ski bums", que planifiquen totes les seves vacances al voltant de l'esquí a una ubicació específica. +La idea de fer esquí és molt antiga: les pintures rupestres que representen esquiadors es remunten a l'any 5000 aC! +L'esquí de muntanya com a esport es remunta almenys al segle XVII, i el 1861 es va obrir el primer club d'esquí recreatiu per part de noruecs a Austràlia. +Esquí de muntanya: aquesta activitat també s'anomena esquí de muntanya, esquí de muntanya o esquí de muntanya. +Es relaciona amb, però normalment no implica, l'esquí de muntanya en estil alpí o l'alpinisme, que es duen a terme en terreny escarpat i requereixen esquís i botes molt més rígids. +Considereu la ruta d'esquí com una ruta d'excursionisme similar. +En bones condicions, podràs cobrir una mica més de distància que caminant, però només molt rarament assoliràs les velocitats de l'esquí de fons sense una bossa pesant en pistes preparades. +Europa és un continent relativament petit, però amb molts països independents. En circumstàncies normals, viatjar per diversos països suposaria haver de sol·licitar visats i passaports diverses vegades. +Tanmateix, la zona Schengen funciona d'alguna manera com un sol país en aquest aspecte. +Tant com es romangui en aquesta zona, normalment es pot creuar les fronteres sense tornar a passar per punts de control de passaports. +De la mateixa manera, si teniu un visat de Schengen, no cal que sol·licitin visats per a cada un dels països membres de Schengen separadament, per la qual cosa es pot ahorrar temps, diners i documentació. +No hi ha una definició universal per a quins productes manufacturats són antics. Algunes agències tributàries defineixen els béns més antics de 100 anys com a antics. +La definició té variacions geogràfiques, on el límit d'edat pot ser més curt en llocs com l'Amèrica del Nord que a Europa. +Els productes artesans poden definir-se com a antics, tot i que són més joves que els productes de massa produïts similars. +La ramaderia de rens és una font d'ingressos important entre els samis i la cultura que envolta el comerç també és important per a molts amb altres professions. +Tanmateix, tot i la tradició, no tots els samis han participat en la ramaderia de rens a gran escala, sinó que han sobreviscut de la pesca, la caça i activitats semblants, amb els rens com a animals de tir. +Avui en dia molts samis treballen en oficis moderns. El turisme és una font important d'ingressos a Sàpmi, la zona sami. +Tot i que s'utilitza àmpliament, especialment entre els no gitanos, el mot "gitano" sovint es considera ofensiu a causa de les seves associacions amb estereotips negatius i percepciós inacurades dels gitanos. +Si el país que visitaràs esdevé objecte d'un avís de viatge, la teva assegurança de viatges o la teva assegurança de cancel·lació de viatge poden ser afectades. +També us puguin interessar els consells d'altres governs, però aquests estan dissenyats per als seus propis ciutadans. +Com a exemple, els ciutadans nord-americans al Pròxim Orient poden enfrontar-se a diferents situacions que els europeus o els àrabs. +Els avisos només són una breu resum de la situació política d'un país. +Els punts de vista presentats sovint són superficials, generals i massa simplificats en comparació amb la informació més detallada disponible en altres llocs. +El temps sever és el terme genèric per a qualsevol fenomen meteorològic perillós amb potencial per a provocar danys, serioses interrupcions socials o la pèrdua de vides humanes. +El mal temps pot ocórrer en qualsevol part del món, i hi ha diferents tipus, que poden dependre de la geografia, la topografia i les condicions atmosfèriques. +Els forts vents, la neu, la pluja excessiva i els incendis forestals són formes i efectes del mal temps, així com les tempestes elèctriques, els tornados, les trombes d'aigua i els ciclons. +Els fenòmens meteorològics regionals i estacionals greus inclouen blizzards, tempestes de neu, tempestes de gel i tempestes de pols. +Els viatgers s'han de mantenir informats sobre qualsevol risc de mal temps sever que pugui afectar la seva àrea, ja que pot afectar els seus plans de viatge. +Qualsevol persona que planeja una visita a un país que es pugui considerar una zona de guerra hauria de rebre formació professional. +Una recerca a Internet amb la frase "Curs d'entorn hostil" probablement proporcionarà l'adreça d'una empresa local. +Un curs normalment cobreix totes les qüestions que s'han discutit aquí en una descripció molt més detallada, normalment amb experiència pràctica. +Un curs normalment dura entre 2 i 5 dies i inclou exercicis de rol, molta assistència mèdica i, de vegades, entrenament amb armes. +Llibres i revistes sobre supervivència a la natura són comuns, però les publicacions sobre zones de guerra són poques. +Els viatgers que planegen fer cirurgia de reassignació de gènere a l'estranger han de garantir que tenen documents vàlids per a la tornada. +La disposició dels governs a emetre passaports sense especificar el gènere (X) o documents actualitzats perquè coincideixin amb un nom i un gènere desitjats varia. +La voluntat dels governs estrangers d'honorar aquests documents és tan variada com qualsevol altra cosa. +Les recerques a punts de control de seguretat han esdevingut molt més intrusives a l'era posterior al 11 de setembre de 2001. +Les persones transgènere preoperatòries no s'han de preocupar per passar pels escàners amb la seva privacitat i la seva dignitat intactes. +Els corrents de retorn són el flux de tornada de les onades que es trenquen a la platja, sovint a un escull o cos semblant. +A causa de la topografia submarina, el flux de retorn es concentra en poques seccions més profundes, i pot formar-se un corrent ràpid cap a l'aigua profunda. +La majoria de morts es produeixen com a resultat de l'esgotament que provoquen els intents d'anar de tornada contra el corrent, que poden ser impossibles. +Després d'haver sortit de l'actual, tornar a nedar cap endavant no és més difícil que normalment. +Intenteu d'adreçar-vos a algun lloc on no us agafin de nou o, en funció de les vostres habilitats i de si vos han vist, podríeu voler esperar la rescat. +El xoc de reentrada arriba més aviat que el xoc cultural (hi ha menys d'una fase de lluna de mel), dura més i pot ser més greu. +Els viatgers que tenien un temps fàcil d'adaptar-se a la nova cultura de vegades tenen un temps particularment difícil d'adaptar-se a la seva cultura nativa. +Quan torna a casa després d'haver viscut a l'estranger, s'ha adaptat a la nova cultura i ha perdut alguns dels seus hàbits de la cultura pròpia. +Quan vaig anar a l'estranger per primera vegada, la gent probablement va ser pacient i comprensiu, ja que saben que els viatgers d'un país nou necessiten adaptar-se. +La gent pot no anticipar que la paciència i la comprensió també són necessàries per als viatgers que tornen a casa. +L'espectacle de so i llum de la piràmide és una de les coses més interessants de la zona per als nens. +Podeu veure les piràmides a la fosca i abans que comenci l'espectacle. +Normalment sempre s'escolta el so dels turistes i dels venedors. La història del so i la llum és com un llibre de contes. +La Sfinge és el fons i el narrador d'una llarga història. +Les escenes es mostren a les piràmides i les diferents piràmides s'il·luminen. +Les illes Shetland del Sud, descobertes l'any 1819, reclamen diverses nacions i tenen el major nombre de bases, amb divuit actives l'any 2020. +L'arxipèlag es troba a 120 km al nord de la península. L'illa més gran és l'illa Rei Jordi, amb la colònia Villa Las Estrellas. +Altres inclouen l'illa Livingston i l'illa Deception, on la caldera inundada d'un volcà encara actiu ofereix un port natural espectacular. +La regió d'Ellsworth Land es troba al sud de la península i està delimitada pel Mar de Bellingshausen. +Les muntanyes de la península aquí s'uneixen al planell, per tornar a emergir per formar la cadena de 360 km de les muntanyes d'Ellsworth, dividides pel glaç de Minnesota. +La part nord o Sentinel Range té les muntanyes més altes de l'Antàrtida, el massís Vinson, amb una altitud màxima de 4.892 metres, el mont Vinson. +En llocs aïllats, on no hi ha cobertura de telèfon mòbil, un telèfon satèl·lit pot ser l'única opció. +Un telèfon satèl·lit no és generalment una substitució d'un telèfon mòbil, ja que cal estar a l'exterior amb una línia de visió clara al satèl·lit per fer una trucada. +El servei s'utilitza sovint per a la navegació, incloses les embarcacions de plaer, així com per a les expedicions que tenen necessitats de dades i veu a distància. +El proveïdor de servei telefònic local hauria de poder donar més informació sobre com connectar-se a aquest servei. +Una opció cada vegada més popular per a aquells que planegen un any sabàtic és viatjar i aprendre. +Això és especialment popular entre aquells que surten de l'escola, permetent-los prendre un any sabàtic abans d'anar a la universitat, sense comprometre la seva educació. +En molts casos, matricular-se en un curs d'un any de pausa a l'estranger pot millorar les teves possibilitats de tornar a l'educació superior al teu país d'origen. +Típicament, cal pagar una quota per inscriure's en aquests programes educatius. +Finlàndia és un magnífic destí per a la navegació. El "País dels mil llacs" té milers d'illes, tant a les aigües com als arxipèlags costaners. +En els arxipèlags i llacs no cal necessàriament un iot. +Tot i que els arxipèlags costaners i els llacs més grans sí que són prou grans per a qualsevol iot, les embarcacions més petites o fins i tot un kayak ofereixen una experiència diferent. +La navegació és un esport nacional a Finlàndia, amb un vaixell per cada set o vuit persones. +Això es correspon amb Noruega, Suècia i Nova Zelanda, però en qualsevol cas és bastant singular (per exemple, a Holanda la xifra és una a quaranta). +La majoria de les rutes de creuers bàltics inclouen una estada més llarga a Sant Petersburg, Rússia. +Això vol dir que podeu visitar la ciutat històrica durant un parell de dies complets, tornar i dormir al vaixell durant la nit. +Si només aneu a terra amb una excursió a bord del vaixell, no necessitaràs un visat separat (des de 2009). +Alguns creuers inclouen Berlín, Alemanya, a les fulles de viatge. Com podeu veure a l'esquema, Berlín es troba molt lluny del mar i la visita a la ciutat no està inclosa en el preu de la creuera. +Viatjar en avió pot ser una experiència terrorífica per a persones de totes les edats i orígens, especialment si no han volat abans o han patit un esdeveniment traumàtic. +No és una cosa per a la qual es pugui sentir avergonyit: no és diferent dels temors i els desgustos personals d'altres coses que moltes persones tenen. +Per a alguns, entendre alguna cosa sobre com funcionen els avions i el que passa durant un vol pot ajudar a superar un temor que es basa en el desconegut o en no tenir el control. +Les empreses de correus són ben pagades per entregar coses ràpidament. Freqüentment, el temps és molt important amb documents comercials, mercaderies o peces de recanvi per a una reparació urgent. +En algunes rutes, les empreses més grans tenien els seus propis avions, però en altres rutes i amb empreses més petites hi havia un problema. +Si haguessin enviat les coses per avió, en algunes rutes podria haver trigat dies a passar pel descarregament i la duana. +L'única manera d'enviar-lo més ràpidament era enviant-lo com a equipatge a l'avió. Les normes de l'aerolínia no permeten enviar equipatge sense un passatger, on entrau en joc. +La manera més òbvia de volar en primera o en classe de negoci és pagar una bona suma de diners pel privilegi (o, millor encara, demanar-ho a la teva empresa). +Tanmateix, això no és gratuït: com a regles generals, podeu esperar pagar fins a quatre vegades el preu normal d'economia per a viatges de negocis, i onze vegades per a primera classe! +En general, no hi ha cap motiu per cercar descomptes per als seients de negocis o de primera classe en vols directes d'A a B. +Les companyies aèries saben molt bé que hi ha un cert grup de viatgers que està disposat a pagar qualsevol quantitat de diners per gaudir del privilegi de viatjar ràpidament i amb comoditat, i cobren en conseqüència. +La capital de Moldàvia és Chişinău. El llenguatge local és el romanès, però el rus és molt utilitzat. +Moldàvia és una república multiètnica que ha patit conflictes ètnics. +L'any 1994, aquest conflicte va provocar la creació de la República de Transnistria autoproclamada a l'est de Moldàvia, que té el seu propi govern i moneda, però no és reconegut per cap país membre de l'ONU. +Les relacions econòmiques s'han restablert entre aquestes dues parts de Moldàvia malgrat el fracàs en les negociacions polítiques. +La religió majoritària a Moldàvia és l'ortodoxa cristiana. +Izmir és la tercera ciutat més gran de Turquia amb una població d'uns 3,7 milions d'habitants, el segon port més gran després d'Istanbul i un bon centre de transport. +Antigament Smyrna, ara és un centre comercial modern, desenvolupat i concorregut, situat al voltant d'una gran badia i envoltat de muntanyes. +Els carrers amplíssims, els edificis amb façanes de vidre i els centres comercials moderns estan puntejats amb teixits tradicionals de teules vermelles, el mercat del segle XVIII, i antigues mesquites i esglésies, tot i que la ciutat té una atmosfera més d'Europa del Mediterrani que de Turquia tradicional. +El poble de Haldarsvík ofereix vistes a l'illa propera d'Eysturoy i té una església octogonal poc habitual. +A l'interior de l'església, hi ha interessants escultures de marbre de coloms sobre algunes tombes. +Val la pena passar una mitja hora caminant pel interessant poble. +Al nord i a l'abast es troba la ciutat romàntica i fascinant de Sintra, que es va fer famosa entre els estrangers després d'una descripció brillant dels seus esplendors enregistrada per Lord Byron. +El bus 403 de Scotturb viatja regularment a Sintra, amb parada a Cabo da Roca. +També al nord, visiteu el gran Santuari de la Mare de Déu de Fatima (Santuari), un indret conegut arreu del món per les aparicions marianes. +Recordeu que està visitant un cementiri massiu, així com un lloc que té un significat pràcticament incalculable per a una gran part de la població del món. +Hi ha encara molts homes i dones vius que van sobreviure al seu temps aquí, i molts més que tenien familiars assassinats o morts de treball, jueus i no jueus. +Treteu el lloc amb tot el respecte, solemnitat i dignitat que es mereix. No facieu bromes sobre l'Holocaust ni els nazis. +No destrueixiu el lloc marcant o esborrant grafits en les estructures. +Els idiomes oficials de Barcelona són el català i l'espanyol. Un 50% prefereix parlar català, una gran majoria el comprèn i gairebé tothom sap espanyol. +Tanmateix, la majoria dels rètols es mostren només en català, ja que la llei estableix el català com la primera llengua oficial. +Tanmateix, l'espanyol també s'utilitza àmpliament en el transport públic i en altres instal·lacions. +Les anuncis regulars del metro es fan només en català, però les interrupcions no planificades es comuniquen per un sistema automatitzat en una varietat d'idiomes, inclosos l'espanyol, l'anglès, el francès, l'àrab i el japonès. +Els parisencs tenen la reputació de ser egocèntrics, despectius i arrogants. +Tot i que sovint només es tracta d'un estereotip inacurat, la millor manera de convivir a París encara és actuar com si es tractés d'una persona "bien educada" (bé educat). Això facilitarà considerablement el desplaçament. +Els exteriors abrupts dels parisencs es dissiparan ràpidament si demostres una mica de cortesia bàsica. +El parc nacional dels llacs de Plitvice està fortament cobert de boscos, principalment de roures, de pi i de fageda, i presenta una barreja de vegetació alpina i mediterrània. +Té una notable varietat de comunitats vegetals, a causa de la seva gamma de microclimes, sòls diferents i nivells d'altitud diferents. +L'àrea també és la llar d'una gran varietat d'espècies d'animals i ocells. +S'hi poden trobar espècies faunístiques rares com ara l'os bru europeu, el llop, l'àguila, el mussol, el guineu i el capercaill, a més d'una gran varietat d'espècies més comunes. +Mentre visiten els monestirs, les dones s'han de vestir amb faldilles que cobreixen els genolls i amb espatlles cobertes, també. +La majoria de monestirs proporcionen vestits a les dones que no estiguin preparades, però si us veneu amb vostre propi, especialment un de colors brillants, tindréu una sonrisa del monjo o la monga a l'entrada. +Al llarg d'aquesta mateixa línia, els homes han de portar pantalons que cobreixin els genolls. +També es pot demanar aquesta roba a l'entrada, però aquesta roba no es lava després de cada usuari, per la qual cosa pot no sentir-se còmoda amb aquestes faldilles. Una mida per a tots els homes! +La cuina mallorquina, com la d'altres zones del Mediterrani, es basa en el pa, les verdures i el carn (especialment el porc), i utilitza l'oli d'oliva en totes les seves receptes. +Un simple àpat popular, especialment durant l'estiu, és el Pa amb Oli: Pa amb oli d'oliva, tomàquet i qualsevol condiment disponible, com ara formatge, tuna, etc. +Tots els noms, juntament amb la paraula Sie per a tu, sempre comencen amb una lletra majúscula, fins i tot en el mig d'una frase. +Això és una manera important de distingir alguns verbs i objectes. +També argumentalment fa més fàcil la lectura, tot i que l'escriptura és una mica complicada per la necessitat de saber si un verb o un adjectiu s'utilitza en una forma substantivitzada. +La pronuncia és relativament fàcil en italià, ja que la majoria de paraules s'escriuen i es pronuncia de la mateixa manera. +Les principals lletres a vigilar són c i g, ja que la seva pronunciació varia en funció de la següent vocal. +També, assegureu-vos de pronunciar r i rr de manera diferent: caro vol dir estimat, mentre que carro vol dir carro. +El persa té una gramàtica relativament fàcil i principalment regular. +Per tant, la lectura d'aquest llibre d'introducció a la gramàtica persa ajudaria a aprendre molt sobre la gramàtica persa i a comprendre millor les frases. +Per descomptat, si coneixes una llengua romànica, serà més fàcil per a tu aprendre portuguès. +Tanmateix, les persones que coneixen una mica d'espanyol poden arribar a la conclusió ràpidament que el portuguès és prou similar perquè no cal estudiar-lo separadament. +Les observatoris premoderns solen ser obsolets avui en dia i es conserven com a museus o llocs d'educació. +Com que la contaminació lumínica a l'època daurada no era el tipus de problema que és avui en dia, normalment es troben en ciutats o campus, més fàcils d'arribar que els construïts en temps moderns. +La majoria de telescopis d'investigació moderns són grans instal·lacions en zones remotes amb condicions atmosfèriques favorables. +La contemplació de les flors de cirerer, coneguda com a hanami, forma part de la cultura japonesa des del segle viii. +El concepte va venir de la Xina, on les flors preferides eren les flors de cirerer. +A Japó, les primeres festes de flors de cirerer es van celebrar per l'emperador només per a ell mateix i altres membres de l'aristocràcia al voltant del Tribunal Imperial. +Les plantes es presenten millor en un entorn natural, així que resisteu la temptació d'eliminar fins i tot "només un" exemplar. +Si visites un jardí arranjat formalment, recollir "mostres" també t'expulsarien sense discussió. +Singapur és, generalment, un lloc extremadament segur i molt fàcil de navegar, i es pot comprar gairebé qualsevol cosa després d'arribar. +Tanmateix, estant situats als "alts tròpics", a pocs graus al nord de l'equador, cal tenir en compte el calor (sempre) i el sol fort (quan el cel és clar, més rarament). +També hi ha uns pocs autobusos que van cap al nord cap a Hebron, el cementiri tradicional dels patriarques bíblics Abraham, Isaac, Jacob i les seves dones. +Assegureu-vos que l'autobús que pensaïeu de prendre va a Hebron i no només a l'assentament jueu proper de Kiryat Arba. +Les vies navegables interiors poden ser un bon tema per a organitzar unes vacances. +Per exemple, visitar castells a la Vall del Loira, a la Vall del Rin o fer una excursió per interessants ciutats del Danubi o navegar per l'Erie Canal. +També estableixen rutes per a caminades i bicicletes populars. +El Nadal és un dels festivals més importants del cristianisme, i se celebra com el dia del naixement de Jesús. +Moltes de les tradicions relacionades amb la festa s'han adoptat també per no-creients en països cristians i no-cristians arreu del món. +Hi ha la tradició de passar la nit de Pasqua desperts en algun indret exposat per veure l'alba. +És cert que hi ha explicacions teològiques cristianes per a aquesta tradició, però potser es tracta d'un ritual de primavera i fecunditat pre-cristià. +Les esglésies més tradicionals solen celebrar una vigília de Pas a la nit de dissabte durant el cap de setmana de Pas, amb les congregacions que solen celebrar la resurrecció de Crist a la mitjanit. +Tots els animals que van arribar originalment a les illes van arribar per aigua, volant o flotant. +A causa de la gran distància del continent, els mamífers no van poder fer el viatge, de manera que la tortuga gegant va esdevenir l'animal de pastura primari a les Galápagos. +Des de l'arribada de l'home a les Galápagos, s'han introduït molts mamífers, com ara cabres, cavalls, ovelles, rates, gats i gossos. +Si visites l'Àrtic o l'Antàrtic a l'hivern, t'exposaràs a la nit polar, que significa que el sol no es troba per sobre de l'horitzó. +Això ofereix una bona oportunitat per veure l'aurora boreal, ja que el cel serà fosc gairebé tota la nit. +Com que les zones estan poc poblades, i la contaminació lumínica, per tant, sovint no és un problema, també podràs gaudir de les estrelles. +La cultura de treball del Japó és més jeràrquica i formal que el que els occidentals poden estar acostumats. +Els vestits de negocis són una vestimenta estàndard, i els col·legues s'anomenen entre ells amb els seus noms de família o amb els seus títols de treball. +L'harmonia al treball és essencial, posant l'accent en l'esforç del grup en lloc d'elogiar els èxits individuals. +Els treballadors solen haver de demanar l'aprovació dels seus superiors per a qualsevol decisió que prenguin, i s'espera que obedeeixin les ordres dels seus superiors sense preguntes. diff --git a/test-en-ca.bleu b/test-en-ca.bleu new file mode 100644 index 0000000000000000000000000000000000000000..2e4ac70f20012c6d8a21440148d082e973d6fd60 --- /dev/null +++ b/test-en-ca.bleu @@ -0,0 +1 @@ +BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 39.10 67.2/45.2/32.5/23.8 (BP = 1.000 ratio = 1.000 hyp_len = 27294 ref_len = 27304) diff --git a/test-en-ca.comet b/test-en-ca.comet new file mode 100644 index 0000000000000000000000000000000000000000..4765eca1721a0ceac429b2adc2d59de40e18cf76 --- /dev/null +++ b/test-en-ca.comet @@ -0,0 +1,1013 @@ +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 0 score: 0.9061 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 1 score: 0.8806 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 2 score: 0.9049 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 3 score: 0.8454 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 4 score: 0.8971 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 5 score: 0.8361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 6 score: 0.8169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 7 score: 0.8750 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 8 score: 0.9094 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 9 score: 0.8534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 10 score: 0.8944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 11 score: 0.7979 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 12 score: 0.8638 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 13 score: 0.8779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 14 score: 0.8013 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 15 score: 0.8461 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 16 score: 0.8913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 17 score: 0.9297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 18 score: 0.9084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 19 score: 0.8567 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 20 score: 0.9652 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 21 score: 0.9659 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 22 score: 0.8819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 23 score: 0.9147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 24 score: 0.8993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 25 score: 0.9007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 26 score: 0.9171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 27 score: 0.9123 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 28 score: 0.8680 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 29 score: 0.8260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 30 score: 0.8521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 31 score: 0.8415 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 32 score: 0.8163 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 33 score: 0.9252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 34 score: 0.9284 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 35 score: 0.9091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 36 score: 0.9065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 37 score: 0.9149 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 38 score: 0.7053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 39 score: 0.8205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 40 score: 0.8826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 41 score: 0.9060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 42 score: 0.8793 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 43 score: 0.9443 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 44 score: 0.8766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 45 score: 0.8585 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 46 score: 0.8721 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 47 score: 0.9216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 48 score: 0.9429 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 49 score: 0.9285 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 50 score: 0.9068 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 51 score: 0.9227 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 52 score: 0.8782 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 53 score: 0.9076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 54 score: 0.9095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 55 score: 0.8919 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 56 score: 0.8923 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 57 score: 0.8934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 58 score: 0.8750 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 59 score: 0.9755 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 60 score: 0.8973 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 61 score: 0.9522 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 62 score: 0.8622 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 63 score: 0.9134 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 64 score: 0.8265 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 65 score: 0.7434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 66 score: 0.8002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 67 score: 0.8041 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 68 score: 0.9306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 69 score: 0.9043 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 70 score: 0.9070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 71 score: 0.8717 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 72 score: 0.8749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 73 score: 0.7836 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 74 score: 0.8795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 75 score: 0.8731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 76 score: 0.8691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 77 score: 0.9023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 78 score: 0.9244 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 79 score: 0.9365 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 80 score: 0.8534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 81 score: 0.8686 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 82 score: 0.7535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 83 score: 0.8184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 84 score: 0.9040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 85 score: 0.9028 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 86 score: 0.8067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 87 score: 0.8610 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 88 score: 0.9230 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 89 score: 0.9137 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 90 score: 0.8881 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 91 score: 0.8512 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 92 score: 0.8802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 93 score: 0.8963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 94 score: 0.7766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 95 score: 0.9605 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 96 score: 0.8036 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 97 score: 0.8842 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 98 score: 0.9471 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 99 score: 0.9125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 100 score: 0.9166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 101 score: 0.8619 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 102 score: 0.8513 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 103 score: 0.9491 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 104 score: 0.8772 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 105 score: 0.8659 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 106 score: 0.8551 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 107 score: 0.8932 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 108 score: 0.6562 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 109 score: 0.8746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 110 score: 0.9194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 111 score: 0.4305 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 112 score: 0.9566 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 113 score: 0.8612 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 114 score: 0.8688 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 115 score: 0.8910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 116 score: 0.8939 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 117 score: 0.8937 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 118 score: 0.9175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 119 score: 0.8862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 120 score: 0.8508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 121 score: 0.8025 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 122 score: 0.9523 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 123 score: 0.9308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 124 score: 0.8281 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 125 score: 0.9342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 126 score: 0.9370 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 127 score: 0.9002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 128 score: 0.9249 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 129 score: 0.9332 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 130 score: 0.8808 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 131 score: 0.8573 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 132 score: 0.8870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 133 score: 0.9539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 134 score: 0.8717 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 135 score: 0.8748 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 136 score: 0.9146 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 137 score: 0.9061 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 138 score: 0.9266 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 139 score: 0.9084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 140 score: 0.9049 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 141 score: 0.8871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 142 score: 0.9036 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 143 score: 0.8426 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 144 score: 0.9482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 145 score: 0.9359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 146 score: 0.8613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 147 score: 0.8845 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 148 score: 0.9379 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 149 score: 0.8805 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 150 score: 0.9253 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 151 score: 0.8691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 152 score: 0.8680 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 153 score: 0.8531 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 154 score: 0.8525 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 155 score: 0.9005 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 156 score: 0.8904 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 157 score: 0.7465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 158 score: 0.8865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 159 score: 0.8966 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 160 score: 0.8936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 161 score: 0.8636 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 162 score: 0.8124 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 163 score: 0.8729 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 164 score: 0.9108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 165 score: 0.8395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 166 score: 0.8902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 167 score: 0.8391 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 168 score: 0.8363 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 169 score: 0.8643 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 170 score: 0.7799 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 171 score: 0.8168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 172 score: 0.8538 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 173 score: 0.9042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 174 score: 0.9152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 175 score: 0.7600 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 176 score: 0.8184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 177 score: 0.9043 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 178 score: 0.9529 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 179 score: 0.9435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 180 score: 0.8994 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 181 score: 0.8850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 182 score: 0.9145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 183 score: 0.8923 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 184 score: 0.8985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 185 score: 0.9526 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 186 score: 0.9532 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 187 score: 0.9408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 188 score: 0.8544 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 189 score: 0.8769 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 190 score: 0.8240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 191 score: 0.9159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 192 score: 0.8334 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 193 score: 0.7064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 194 score: 0.8870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 195 score: 0.9030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 196 score: 0.9004 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 197 score: 0.8391 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 198 score: 0.8627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 199 score: 0.8534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 200 score: 0.8173 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 201 score: 0.8017 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 202 score: 0.7983 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 203 score: 0.7565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 204 score: 0.8703 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 205 score: 0.8305 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 206 score: 0.9478 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 207 score: 0.7460 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 208 score: 0.8053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 209 score: 0.8576 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 210 score: 0.9130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 211 score: 0.8766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 212 score: 0.9007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 213 score: 0.9346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 214 score: 0.9252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 215 score: 0.9259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 216 score: 0.8947 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 217 score: 0.8924 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 218 score: 0.9061 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 219 score: 0.7406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 220 score: 0.9329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 221 score: 0.8498 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 222 score: 0.9142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 223 score: 0.8896 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 224 score: 0.9334 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 225 score: 0.9216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 226 score: 0.9027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 227 score: 0.8508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 228 score: 0.8905 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 229 score: 0.8803 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 230 score: 0.9527 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 231 score: 0.9235 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 232 score: 0.8834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 233 score: 0.9291 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 234 score: 0.8525 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 235 score: 0.7713 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 236 score: 0.8910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 237 score: 0.8219 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 238 score: 0.9429 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 239 score: 0.9323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 240 score: 0.8477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 241 score: 0.7758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 242 score: 0.9080 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 243 score: 0.7007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 244 score: 0.8237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 245 score: 0.3405 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 246 score: 0.6672 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 247 score: 0.7707 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 248 score: 0.8683 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 249 score: 0.9419 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 250 score: 0.8931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 251 score: 0.9063 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 252 score: 0.9249 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 253 score: 0.9735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 254 score: 0.9389 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 255 score: 0.9153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 256 score: 0.8862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 257 score: 0.9341 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 258 score: 0.9069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 259 score: 0.9055 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 260 score: 0.9150 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 261 score: 0.7934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 262 score: 0.9424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 263 score: 0.8311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 264 score: 0.9272 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 265 score: 0.8498 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 266 score: 0.8932 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 267 score: 0.8818 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 268 score: 0.8993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 269 score: 0.9606 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 270 score: 0.8922 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 271 score: 0.8224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 272 score: 0.7962 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 273 score: 0.9237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 274 score: 0.7340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 275 score: 0.7646 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 276 score: 0.7960 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 277 score: 0.8917 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 278 score: 0.9111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 279 score: 0.9749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 280 score: 0.9163 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 281 score: 0.8852 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 282 score: 0.9214 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 283 score: 0.9502 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 284 score: 0.9369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 285 score: 0.7260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 286 score: 0.8829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 287 score: 0.8262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 288 score: 0.9329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 289 score: 0.9258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 290 score: 0.8678 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 291 score: 0.8355 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 292 score: 0.8867 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 293 score: 0.9041 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 294 score: 0.7431 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 295 score: 0.7561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 296 score: 0.8267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 297 score: 0.9220 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 298 score: 0.7099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 299 score: 0.8735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 300 score: 0.9390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 301 score: 0.8150 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 302 score: 0.8693 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 303 score: 0.9359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 304 score: 0.8318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 305 score: 0.9085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 306 score: 0.8905 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 307 score: 0.8355 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 308 score: 0.8848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 309 score: 0.8542 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 310 score: 0.9028 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 311 score: 0.9183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 312 score: 0.9081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 313 score: 0.7625 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 314 score: 0.9424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 315 score: 0.9237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 316 score: 0.9170 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 317 score: 0.9083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 318 score: 0.8994 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 319 score: 0.9071 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 320 score: 0.8096 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 321 score: 0.8132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 322 score: 0.8819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 323 score: 0.9306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 324 score: 0.9231 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 325 score: 0.8866 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 326 score: 0.8596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 327 score: 0.8906 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 328 score: 0.9083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 329 score: 0.7447 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 330 score: 0.9214 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 331 score: 0.9265 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 332 score: 0.9295 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 333 score: 0.8502 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 334 score: 0.8408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 335 score: 0.8829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 336 score: 0.8826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 337 score: 0.8372 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 338 score: 0.8849 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 339 score: 0.9346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 340 score: 0.8147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 341 score: 0.8492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 342 score: 0.5795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 343 score: 0.8439 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 344 score: 0.8146 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 345 score: 0.7711 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 346 score: 0.9222 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 347 score: 0.9053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 348 score: 0.7673 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 349 score: 0.7555 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 350 score: 0.8751 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 351 score: 0.9258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 352 score: 0.9114 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 353 score: 0.9591 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 354 score: 0.9398 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 355 score: 0.9182 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 356 score: 0.9088 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 357 score: 0.9159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 358 score: 0.8575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 359 score: 0.8751 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 360 score: 0.8032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 361 score: 0.7046 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 362 score: 0.8519 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 363 score: 0.6778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 364 score: 0.9444 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 365 score: 0.8049 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 366 score: 0.8057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 367 score: 0.8944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 368 score: 0.8145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 369 score: 0.8761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 370 score: 0.6938 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 371 score: 0.8161 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 372 score: 0.8503 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 373 score: 0.9225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 374 score: 0.9501 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 375 score: 0.9272 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 376 score: 0.9002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 377 score: 0.9194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 378 score: 0.8462 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 379 score: 0.9036 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 380 score: 0.9250 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 381 score: 0.8675 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 382 score: 0.7912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 383 score: 0.8812 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 384 score: 0.8717 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 385 score: 0.7966 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 386 score: 0.8191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 387 score: 0.9248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 388 score: 0.8939 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 389 score: 0.9289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 390 score: 0.9369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 391 score: 0.9197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 392 score: 0.9079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 393 score: 0.9217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 394 score: 0.9008 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 395 score: 0.9496 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 396 score: 0.8055 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 397 score: 0.9560 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 398 score: 0.8581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 399 score: 0.9069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 400 score: 0.9406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 401 score: 0.8309 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 402 score: 0.9143 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 403 score: 0.8132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 404 score: 0.8476 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 405 score: 0.9166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 406 score: 0.7962 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 407 score: 0.8678 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 408 score: 0.9329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 409 score: 0.9282 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 410 score: 0.9408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 411 score: 0.8991 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 412 score: 0.8645 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 413 score: 0.9116 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 414 score: 0.9008 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 415 score: 0.8857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 416 score: 0.9046 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 417 score: 0.8799 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 418 score: 0.9029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 419 score: 0.9005 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 420 score: 0.9170 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 421 score: 0.9266 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 422 score: 0.8650 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 423 score: 0.7811 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 424 score: 0.8755 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 425 score: 0.9149 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 426 score: 0.9283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 427 score: 0.9059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 428 score: 0.9136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 429 score: 0.9359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 430 score: 0.8922 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 431 score: 0.7548 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 432 score: 0.6737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 433 score: 0.7995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 434 score: 0.9372 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 435 score: 0.8225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 436 score: 0.8829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 437 score: 0.8568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 438 score: 0.9575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 439 score: 0.9285 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 440 score: 0.8968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 441 score: 0.9114 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 442 score: 0.9278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 443 score: 0.8792 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 444 score: 0.8605 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 445 score: 0.8939 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 446 score: 0.9451 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 447 score: 0.9449 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 448 score: 0.9240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 449 score: 0.8391 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 450 score: 0.9180 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 451 score: 0.9088 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 452 score: 0.9574 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 453 score: 0.8783 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 454 score: 0.9224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 455 score: 0.8306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 456 score: 0.7556 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 457 score: 0.9254 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 458 score: 0.8788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 459 score: 0.9056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 460 score: 0.9137 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 461 score: 0.8615 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 462 score: 0.8754 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 463 score: 0.9400 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 464 score: 0.9077 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 465 score: 0.9034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 466 score: 0.8687 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 467 score: 0.5887 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 468 score: 0.7107 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 469 score: 0.7895 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 470 score: 0.7700 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 471 score: 0.8392 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 472 score: 0.8768 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 473 score: 0.9056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 474 score: 0.7676 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 475 score: 0.9215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 476 score: 0.8875 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 477 score: 0.8788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 478 score: 0.9153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 479 score: 0.9137 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 480 score: 0.5545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 481 score: 0.8758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 482 score: 0.9076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 483 score: 0.9042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 484 score: 0.8810 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 485 score: 0.8643 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 486 score: 0.8002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 487 score: 0.8852 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 488 score: 0.9336 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 489 score: 0.9317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 490 score: 0.8561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 491 score: 0.8788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 492 score: 0.9295 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 493 score: 0.9064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 494 score: 0.7847 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 495 score: 0.8092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 496 score: 0.9296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 497 score: 0.8724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 498 score: 0.9578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 499 score: 0.9142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 500 score: 0.9428 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 501 score: 0.9584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 502 score: 0.8848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 503 score: 0.8952 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 504 score: 0.8046 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 505 score: 0.8747 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 506 score: 0.8493 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 507 score: 0.8720 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 508 score: 0.8750 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 509 score: 0.8187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 510 score: 0.7983 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 511 score: 0.7936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 512 score: 0.7727 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 513 score: 0.8626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 514 score: 0.8448 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 515 score: 0.9142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 516 score: 0.7382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 517 score: 0.9338 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 518 score: 0.8251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 519 score: 0.9586 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 520 score: 0.8884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 521 score: 0.9295 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 522 score: 0.8812 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 523 score: 0.8018 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 524 score: 0.9366 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 525 score: 0.9299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 526 score: 0.8958 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 527 score: 0.7500 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 528 score: 0.9150 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 529 score: 0.9238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 530 score: 0.8470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 531 score: 0.8995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 532 score: 0.8974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 533 score: 0.8702 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 534 score: 0.6782 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 535 score: 0.7661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 536 score: 0.8745 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 537 score: 0.8915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 538 score: 0.8127 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 539 score: 0.8897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 540 score: 0.8849 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 541 score: 0.9183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 542 score: 0.9072 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 543 score: 0.8888 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 544 score: 0.8915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 545 score: 0.9267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 546 score: 0.8059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 547 score: 0.8953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 548 score: 0.8606 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 549 score: 0.9393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 550 score: 0.8018 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 551 score: 0.9103 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 552 score: 0.9146 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 553 score: 0.9374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 554 score: 0.9140 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 555 score: 0.8077 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 556 score: 0.7451 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 557 score: 0.8942 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 558 score: 0.8064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 559 score: 0.8460 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 560 score: 0.9312 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 561 score: 0.8677 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 562 score: 0.8649 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 563 score: 0.8365 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 564 score: 0.8295 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 565 score: 0.8671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 566 score: 0.8810 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 567 score: 0.9100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 568 score: 0.8256 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 569 score: 0.8403 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 570 score: 0.9177 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 571 score: 0.8746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 572 score: 0.8503 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 573 score: 0.8650 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 574 score: 0.9376 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 575 score: 0.5871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 576 score: 0.8066 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 577 score: 0.9230 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 578 score: 0.9351 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 579 score: 0.8961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 580 score: 0.8796 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 581 score: 0.8043 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 582 score: 0.8842 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 583 score: 0.8651 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 584 score: 0.7854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 585 score: 0.8884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 586 score: 0.8908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 587 score: 0.9120 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 588 score: 0.8081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 589 score: 0.9380 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 590 score: 0.8828 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 591 score: 0.9471 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 592 score: 0.8200 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 593 score: 0.9625 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 594 score: 0.9343 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 595 score: 0.8851 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 596 score: 0.9093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 597 score: 0.8672 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 598 score: 0.8879 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 599 score: 0.9129 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 600 score: 0.8891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 601 score: 0.8997 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 602 score: 0.9216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 603 score: 0.9107 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 604 score: 0.9097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 605 score: 0.9104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 606 score: 0.7739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 607 score: 0.7374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 608 score: 0.8296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 609 score: 0.8258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 610 score: 0.9438 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 611 score: 0.8918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 612 score: 0.9307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 613 score: 0.9000 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 614 score: 0.9321 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 615 score: 0.8877 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 616 score: 0.9378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 617 score: 0.9290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 618 score: 0.8988 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 619 score: 0.8327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 620 score: 0.8696 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 621 score: 0.8032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 622 score: 0.9062 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 623 score: 0.8787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 624 score: 0.8800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 625 score: 0.8963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 626 score: 0.9583 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 627 score: 0.8946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 628 score: 0.9118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 629 score: 0.9256 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 630 score: 0.9070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 631 score: 0.9347 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 632 score: 0.9654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 633 score: 0.9360 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 634 score: 0.9668 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 635 score: 0.9179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 636 score: 0.8978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 637 score: 0.8853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 638 score: 0.8872 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 639 score: 0.9533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 640 score: 0.9075 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 641 score: 0.9579 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 642 score: 0.8145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 643 score: 0.8505 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 644 score: 0.9312 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 645 score: 0.8310 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 646 score: 0.8033 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 647 score: 0.9422 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 648 score: 0.7600 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 649 score: 0.8649 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 650 score: 0.9573 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 651 score: 0.7225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 652 score: 0.8701 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 653 score: 0.7821 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 654 score: 0.8354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 655 score: 0.9365 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 656 score: 0.8674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 657 score: 0.8385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 658 score: 0.6981 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 659 score: 0.8884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 660 score: 0.7525 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 661 score: 0.9293 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 662 score: 0.9332 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 663 score: 0.8983 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 664 score: 0.8967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 665 score: 0.8828 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 666 score: 0.9122 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 667 score: 0.9080 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 668 score: 0.9042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 669 score: 0.8086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 670 score: 0.8937 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 671 score: 0.9324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 672 score: 0.9239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 673 score: 0.8571 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 674 score: 0.9199 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 675 score: 0.9333 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 676 score: 0.9366 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 677 score: 0.9243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 678 score: 0.9194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 679 score: 0.9438 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 680 score: 0.9041 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 681 score: 0.9534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 682 score: 0.8819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 683 score: 0.8166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 684 score: 0.9107 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 685 score: 0.8775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 686 score: 0.8601 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 687 score: 0.8888 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 688 score: 0.8906 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 689 score: 0.9038 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 690 score: 0.9233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 691 score: 0.8753 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 692 score: 0.9385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 693 score: 0.8515 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 694 score: 0.7119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 695 score: 0.8650 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 696 score: 0.8433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 697 score: 0.9030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 698 score: 0.9057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 699 score: 0.9466 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 700 score: 0.8857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 701 score: 0.9334 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 702 score: 0.9314 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 703 score: 0.9186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 704 score: 0.9138 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 705 score: 0.8397 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 706 score: 0.7302 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 707 score: 0.8831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 708 score: 0.9205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 709 score: 0.9117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 710 score: 0.9454 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 711 score: 0.8563 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 712 score: 0.9475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 713 score: 0.9229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 714 score: 0.8441 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 715 score: 0.8892 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 716 score: 0.8310 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 717 score: 0.9143 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 718 score: 0.9217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 719 score: 0.7970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 720 score: 0.7570 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 721 score: 0.9060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 722 score: 0.8854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 723 score: 0.9345 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 724 score: 0.8969 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 725 score: 0.8896 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 726 score: 0.8340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 727 score: 0.9308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 728 score: 0.7726 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 729 score: 0.8913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 730 score: 0.8817 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 731 score: 0.9241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 732 score: 0.8908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 733 score: 0.9047 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 734 score: 0.8554 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 735 score: 0.8096 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 736 score: 0.8801 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 737 score: 0.9000 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 738 score: 0.9290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 739 score: 0.9172 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 740 score: 0.9173 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 741 score: 0.8464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 742 score: 0.8848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 743 score: 0.9105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 744 score: 0.9130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 745 score: 0.9010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 746 score: 0.9451 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 747 score: 0.9039 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 748 score: 0.9812 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 749 score: 0.9314 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 750 score: 0.9263 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 751 score: 0.9209 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 752 score: 0.9258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 753 score: 0.9302 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 754 score: 0.8997 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 755 score: 0.8469 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 756 score: 0.8356 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 757 score: 0.9032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 758 score: 0.7841 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 759 score: 0.9239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 760 score: 0.8983 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 761 score: 0.9162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 762 score: 0.9058 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 763 score: 0.8029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 764 score: 0.8674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 765 score: 0.6446 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 766 score: 0.8864 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 767 score: 0.8382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 768 score: 0.9577 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 769 score: 0.9455 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 770 score: 0.8881 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 771 score: 0.8897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 772 score: 0.9216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 773 score: 0.8876 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 774 score: 0.8846 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 775 score: 0.8842 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 776 score: 0.7967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 777 score: 0.9006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 778 score: 0.9109 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 779 score: 0.7637 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 780 score: 0.7982 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 781 score: 0.7754 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 782 score: 0.9049 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 783 score: 0.7329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 784 score: 0.8869 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 785 score: 0.7596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 786 score: 0.8937 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 787 score: 0.8848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 788 score: 0.9477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 789 score: 0.9417 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 790 score: 0.9276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 791 score: 0.9196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 792 score: 0.8247 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 793 score: 0.7553 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 794 score: 0.7847 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 795 score: 0.9137 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 796 score: 0.9518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 797 score: 0.8451 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 798 score: 0.8828 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 799 score: 0.8188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 800 score: 0.8778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 801 score: 0.8435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 802 score: 0.8391 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 803 score: 0.9071 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 804 score: 0.7649 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 805 score: 0.8859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 806 score: 0.9326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 807 score: 0.9199 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 808 score: 0.8936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 809 score: 0.9060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 810 score: 0.8588 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 811 score: 0.8735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 812 score: 0.9363 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 813 score: 0.9222 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 814 score: 0.8801 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 815 score: 0.8887 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 816 score: 0.8380 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 817 score: 0.8624 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 818 score: 0.8436 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 819 score: 0.7518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 820 score: 0.9078 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 821 score: 0.8992 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 822 score: 0.8423 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 823 score: 0.8950 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 824 score: 0.8484 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 825 score: 0.9010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 826 score: 0.8467 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 827 score: 0.8743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 828 score: 0.9205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 829 score: 0.8809 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 830 score: 0.8826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 831 score: 0.8733 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 832 score: 0.8567 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 833 score: 0.8324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 834 score: 0.8982 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 835 score: 0.8726 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 836 score: 0.9064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 837 score: 0.8868 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 838 score: 0.8978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 839 score: 0.9012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 840 score: 0.8436 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 841 score: 0.8570 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 842 score: 0.8111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 843 score: 0.8301 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 844 score: 0.8405 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 845 score: 0.7554 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 846 score: 0.5162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 847 score: 0.8393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 848 score: 0.8073 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 849 score: 0.8232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 850 score: 0.8850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 851 score: 0.9167 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 852 score: 0.9127 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 853 score: 0.5945 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 854 score: 0.8445 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 855 score: 0.8092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 856 score: 0.8409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 857 score: 0.9372 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 858 score: 0.9382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 859 score: 0.9226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 860 score: 0.8981 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 861 score: 0.8886 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 862 score: 0.9188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 863 score: 0.8910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 864 score: 0.8737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 865 score: 0.8549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 866 score: 0.9152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 867 score: 0.8876 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 868 score: 0.8762 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 869 score: 0.8721 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 870 score: 0.9188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 871 score: 0.9151 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 872 score: 0.9057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 873 score: 0.9233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 874 score: 0.9003 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 875 score: 0.8669 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 876 score: 0.9166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 877 score: 0.8706 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 878 score: 0.9307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 879 score: 0.9171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 880 score: 0.8935 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 881 score: 0.9102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 882 score: 0.9142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 883 score: 0.8739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 884 score: 0.7886 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 885 score: 0.8694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 886 score: 0.9034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 887 score: 0.8653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 888 score: 0.7210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 889 score: 0.8645 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 890 score: 0.8316 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 891 score: 0.6237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 892 score: 0.8035 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 893 score: 0.8595 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 894 score: 0.8573 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 895 score: 0.8880 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 896 score: 0.9055 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 897 score: 0.8815 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 898 score: 0.9448 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 899 score: 0.9174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 900 score: 0.8992 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 901 score: 0.7023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 902 score: 0.8190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 903 score: 0.8576 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 904 score: 0.8990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 905 score: 0.8934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 906 score: 0.8840 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 907 score: 0.8224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 908 score: 0.8661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 909 score: 0.8889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 910 score: 0.8772 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 911 score: 0.8537 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 912 score: 0.9178 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 913 score: 0.9406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 914 score: 0.8276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 915 score: 0.8904 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 916 score: 0.9096 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 917 score: 0.8895 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 918 score: 0.7901 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 919 score: 0.8967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 920 score: 0.8990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 921 score: 0.9166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 922 score: 0.8803 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 923 score: 0.8691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 924 score: 0.8820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 925 score: 0.8554 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 926 score: 0.9345 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 927 score: 0.8321 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 928 score: 0.9209 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 929 score: 0.8545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 930 score: 0.9285 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 931 score: 0.8686 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 932 score: 0.7062 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 933 score: 0.8996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 934 score: 0.8655 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 935 score: 0.8798 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 936 score: 0.8740 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 937 score: 0.9148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 938 score: 0.9482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 939 score: 0.9037 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 940 score: 0.9358 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 941 score: 0.9209 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 942 score: 0.9400 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 943 score: 0.8625 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 944 score: 0.8765 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 945 score: 0.8732 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 946 score: 0.8922 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 947 score: 0.8796 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 948 score: 0.8831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 949 score: 0.8695 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 950 score: 0.8611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 951 score: 0.8507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 952 score: 0.8045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 953 score: 0.8595 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 954 score: 0.8139 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 955 score: 0.9383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 956 score: 0.8930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 957 score: 0.9331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 958 score: 0.9113 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 959 score: 0.9524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 960 score: 0.7513 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 961 score: 0.8271 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 962 score: 0.9012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 963 score: 0.9185 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 964 score: 0.9532 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 965 score: 0.8506 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 966 score: 0.8730 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 967 score: 0.8414 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 968 score: 0.8935 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 969 score: 0.7808 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 970 score: 0.9102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 971 score: 0.8831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 972 score: 0.8253 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 973 score: 0.9265 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 974 score: 0.8513 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 975 score: 0.8850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 976 score: 0.9104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 977 score: 0.8209 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 978 score: 0.9553 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 979 score: 0.8640 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 980 score: 0.8817 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 981 score: 0.8929 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 982 score: 0.9407 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 983 score: 0.8479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 984 score: 0.9464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 985 score: 0.9134 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 986 score: 0.7795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 987 score: 0.8535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 988 score: 0.7898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 989 score: 0.6181 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 990 score: 0.9582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 991 score: 0.8354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 992 score: 0.8913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 993 score: 0.8658 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 994 score: 0.7934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 995 score: 0.8264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 996 score: 0.8945 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 997 score: 0.9390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 998 score: 0.9115 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 999 score: 0.8731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 1000 score: 0.9223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 1001 score: 0.8226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 1002 score: 0.8562 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 1003 score: 0.8563 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 1004 score: 0.9260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 1005 score: 0.8618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 1006 score: 0.9420 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 1007 score: 0.9158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 1008 score: 0.9418 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 1009 score: 0.9175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 1010 score: 0.8820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca Segment 1011 score: 0.8885 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ca score: 0.8744 diff --git a/test-en-es b/test-en-es new file mode 100644 index 0000000000000000000000000000000000000000..df8f009b2f3a8dc78e509d80786f94da66e22794 --- /dev/null +++ b/test-en-es @@ -0,0 +1,1012 @@ +“Tenemos ratones de 4 meses que no son diabéticos que antes sí lo eran”, añadió. +El doctor Ehud Ur, profesor de medicina en la Universidad de Dalhousie en Halifax, Nueva Escocia, y presidente de la división clínica y científica de la Asociación Canadiense de Diabetes, advirtió que la investigación aún está en sus inicios. +Al igual que otros expertos, es escéptico sobre la posibilidad de curar el diabetes, señalando que estos hallazgos no tienen relevancia para las personas que ya padecen diabetes tipo 1. +El lunes, Sara Danius, secretaria permanente del Comité Nobel de Literatura de la Academia Sueca, anunció públicamente, durante un programa de radio de Sveriges Radio en Suecia, que el comité, incapaz de contactar directamente con Bob Dylan tras ganar el Premio Nobel de Literatura 2016, había abandonado sus intentos de contactar con él. +Danius dijo: “En este momento, estamos haciendo nada. He llamado y enviado correos electrónicos a su colaborador más cercano y he recibido respuestas muy amables. Por ahora, eso es más que suficiente”. +Previamente, el CEO de Ring, Jamie Siminoff, comentó que la empresa empezó cuando su campanilla no era audible desde su tienda en el garaje. +Trabajó en la construcción de un timbre de teléfono inalámbrico, dijo. +Siminoff dijo que las ventas aumentaron después de su aparición en un episodio de Shark Tank en 2013, donde el panel del programa rechazó financiar el proyecto. +A finales de 2017, Siminoff apareció en el canal de televisión de compras QVC. +Ring también resolvió una demanda con una empresa de seguridad competidora, ADT Corporation. +Aunque un vacuna experimental parece capaz de reducir la mortalidad por Ebola, hasta el momento no se ha demostrado claramente que ningún medicamento es adecuado para el tratamiento de la infección existente. +Un coctel de anticuerpos, ZMapp, inicialmente mostró promesas en el campo, pero los estudios formales indicaron que su beneficio era menor de lo que se buscaba para prevenir la muerte. +En el ensayo PALM, ZMapp sirvió de control, lo que significa que los científicos lo usaron como referencia y compararon los tres otros tratamientos con él. +USA Gymnastics respalda la carta del Comité Olímpico de EE. UU. y acepta la absoluta necesidad de la familia olímpica para promover un entorno seguro para todos nuestros atletas. +Estamos de acuerdo con la declaración del USOC en la que afirma que los intereses de nuestros atletas y clubes, así como su deporte, podrían ser mejor atendidos con un cambio significativo dentro de nuestra organización, en lugar de la descertificación. +La Federación de Gimnasia de EE. UU. apoya una investigación independiente que pueda iluminar cómo el abuso de la proporción descrita tan valientemente por los supervivientes de Larry Nassar podría haber pasado desapercibido durante tanto tiempo y abraza cualquier cambio necesario y adecuado. +USA Gymnastics y el USOC tienen el mismo objetivo: hacer que el deporte de la gimnasia, y otros, sea lo más seguro posible para que los atletas puedan seguir sus sueños en un entorno seguro, positivo y empoderado. +Durante la década de 1960, Brzezinski trabajó para John F. Kennedy como asesor y luego para la administración de Lyndon B. Johnson. +Durante las selecciones de 1976 asesoró a Carter en política exterior y, a partir de 1977 y hasta 1981, desempeñó el cargo de asesor de Seguridad Nacional (NSA), sucediendo a Henry Kissinger. +Como director de la NSA, ayudó a Carter a manejar diplomáticamente los asuntos mundiales, como los Acuerdos de Camp David, en 1978; la normalización de las relaciones entre EE. UU. y China a finales de la década de 1970; la Revolución iraní, que dio lugar al incidente de los rehenes en Irán, en 1979; y la invasión soviética de Afganistán, en 1979. +La película, protagonizada por Ryan Gosling y Emma Stone, recibió nominaciones en todas las categorías principales. +Gosling y Stone recibieron nominaciones como Mejor Actor y Mejor Actriz, respectivamente. +Las otras nominaciones incluyen Mejor Película, Director, Cinematografía, Diseño de vestuario, Montaje, Partitura original, Diseño de producción, Edición de sonido, Edición de sonido y Guion original. +Dos canciones de la película, Audition (The Fools Who Dream) y City of Stars, recibieron nominaciones a mejor canción original. El estudio Lionsgate recibió 26 nominaciones, más que cualquier otro. +A última hora del domingo, el presidente de EE. UU., Donald Trump, en un comunicado emitido a través de su secretaria de prensa, anunció el retiro de las tropas estadounidenses de Siria. +El anuncio se hizo después de que Trump tuviera una conversación telefónica con el presidente de Turquía, Recep Tayyip Erdoğan. +Turquía también asumiría la vigilancia de los combatientes del ISIS capturados, a los que, según la declaración, las naciones europeas han rechazado repatriar. +Esto no solo confirma que, por lo menos, algunos dinosaurios tenían plumas, una teoría ya muy extendida, sino que ofrece detalles que, en general, no pueden proporcionar los fósiles, como el color y la disposición espacial en tres dimensiones. +Los científicos afirman que el plumaje de este animal era de color castaño en la parte superior y blanco o de color caroteno en la parte inferior. +El descubrimiento permite conocer la evolución de las plumas en los pájaros. +Debido a que las plumas de los dinosaurios no tenían un eje bien desarrollado, denominado raquis, sino que tenían otras características de las plumas, como las barbas y las barbillas, los investigadores deducieron que el raquis era probablemente un desarrollo evolutivo posterior de estas otras características. +La estructura de las plumas sugiere que no se utilizaron para el vuelo, sino para la regulación de la temperatura o la exhibición. Los investigadores sugirieron que, aun cuando se trata de la cola de un dinosaurio juvenil, el ejemplar muestra plumas adultas y no un plumón de pichón. +Los investigadores sugirieron que, aun cuando se trata de la cola de un dinosaurio joven, el ejemplar muestra plumas de adulto y no el plumón de un pichón. +Un coche bomba explotó ayer por la mañana en la sede de la policía de Gaziantep, Turquía, matando a dos agentes y dejando heridos a más de veinte personas. +La oficina del gobernador dijo que diecinueve de los heridos eran agentes de policía. +La policía sospecha que un supuesto militante de Daesh (ISIL) sea responsable del ataque. +Se descubrió que el Sol seguía los mismos principios básicos que las demás estrellas: la actividad de todas las estrellas del sistema estaba determinada por su luminosidad, su rotación y nada más. +La luminosidad y la rotación se combinan para determinar el número de Rossby de una estrella, que se relaciona con el flujo de plasma. +Cuanto menor sea el número de Rossby, mayor será la inactividad de la estrella con respecto a las inversiones magnéticas. +Durante su viaje, Iwasaki tuvo problemas en numerosas ocasiones. +Fue robado por piratas, atacado en Tibet por un perro rabioso, escapó de un matrimonio en Nepal y fue arrestado en India. +El estándar 802.11n opera en las frecuencias 2,4 GHz y 5,0 GHz. +Esto permitirá que sea compatible con retroceso con 802.11a, 802.11b y 802.11g, siempre que la estación base tenga dos radios. +Las velocidades de 802.11n son significativamente mayores que las de sus predecesores, con una capacidad teórica máxima de 600 Mbit/s. +Duvall, que está casado y tiene dos hijos adultos, no causó gran impresión en Miller, a quien se le contó la historia. +Cuando se le solicitó un comentario, Miller dijo: “Mike hablaba mucho durante la comparecencia… Estaba preparándome, así que no estaba realmente escuchando lo que decía”. +“Haremos todo lo posible para reducir las emisiones de dióxido de carbono por unidad de PIB en un porcentaje notable en 2020 con respecto al nivel de 2005”, dijo Hu. +No estableció una cifra para los recortes, diciendo que se realizarán en función de la producción económica de China. +Hu animó a los países en vías de desarrollo a “evitar el antiguo camino de contaminar primero y limpiar después”. +También añadió que “no deberían, sin embargo, ser requeridos para asumir compromisos que excedan su etapa de desarrollo, responsabilidad y capacidades”. +El Grupo de Estudios de Irak presentó su informe a las 12:00 GMT de hoy. +Advierte que nadie puede garantizar que ninguna acción que se tome en Irak en este momento detenga la guerra sectaria, el aumento de la violencia o la caída en el caos. +El informe comienza con una súplica a favor de un debate abierto y la formación de un consenso en EE. UU. sobre la política hacia el Medio Oriente. +El informe es muy crítico en casi todos los aspectos de la actual política del ejecutivo hacia Irak y pide un cambio inmediato de rumbo. +La primera de sus 78 recomendaciones es que se tome una nueva iniciativa diplomática antes del final de este año para asegurar las fronteras de Irak contra las intervenciones hostiles y para restablecer las relaciones diplomáticas con sus vecinos. +La senadora actual y primera dama argentina, Cristina Fernández de Kirchner, anunció su candidatura a la presidencia ayer por la noche en La Plata, una ciudad a 50 kilómetros (31 millas) de Buenos Aires. +La Sra. Kirchner anunció su intención de presentarse como candidata a la presidencia en el Teatro Argentino, el mismo lugar en el que inició su campaña para el Senado en 2005 como miembro de la delegación de la provincia de Buenos Aires. +El debate surgió a raíz de la polémica sobre los gastos de ayuda y reconstrucción tras el huracán Katrina, que algunos conservadores fiscales han etiquetado humorísticamente como el «nuevo acuerdo de Nueva Orleans de Bush». +La crítica liberal de los esfuerzos de reconstrucción ha centrado su atención en la adjudicación de contratos de reconstrucción a personas consideradas insideras de Washington. +Más de cuatro millones de personas acudieron a Roma para asistir al funeral. +El número de personas presentes era tan grande que no fue posible que todos pudieran asistir al funeral en la plaza de San Pedro. +Se instalaron varias pantallas de televisión grandes en varios lugares de Roma para que la gente pudiera ver la ceremonia. +En muchas otras ciudades de Italia y en el resto del mundo, especialmente en Polonia, se realizaron configuraciones similares que se vieron por un gran número de personas. +Los historiadores han criticado las políticas pasadas del FBI por centrarse en los casos que son más fáciles de resolver, especialmente los de automóviles robados, con el objetivo de aumentar la tasa de éxito de la agencia. +El Congreso comenzó a financiar la iniciativa de obscenidad en el año fiscal 2005 y especificó que el FBI debía destinar 10 agentes a la pornografía adulta. +Robin Uthappa marcó la puntuación más alta del partido, 70 carreras en solo 41 lanzamientos, con 11 cuadrados y 2 seis. +Los bateadores del medio orden, Sachin Tendulkar y Rahul Dravid, jugaron bien y formaron una asociación de cien carreras. +Sin embargo, después de perder el wicket del capitán, India solo hizo 36 carreras, perdiendo 7 wickets para finalizar la innings. +El presidente de EE. UU., George W. Bush, llegó a Singapur la mañana del 16 de noviembre, iniciando una gira de una semana por Asia. +Fue recibido por el viceprimer ministro de Singapur, Wong Kan Seng, y discutió temas de comercio y terrorismo con el primer ministro de Singapur, Lee Hsien Loong. +Después de una semana de pérdidas en las elecciones de mitad de mandato, Bush habló ante un público sobre la expansión del comercio en Asia. +El primer ministro Stephen Harper ha acordado enviar el “Clean Air Act” del gobierno a un comité de todos los partidos para su revisión, antes de su segunda lectura, después de la reunión de 25 minutos celebrada el martes con el líder del NDP, Jack Layton, en el PMO. +Layton pidió cambios en el proyecto de ley ambiental de los conservadores durante la reunión con el primer ministro, solicitando una “reescritura completa y exhaustiva” del proyecto de ley ambiental del Partido Conservador. +Desde que el gobierno federal asumió la financiación del hospital Mersey en Devonport, Tasmania, el gobierno estatal y algunos miembros del Parlamento federal han criticado este acto como una maniobra en el preludio a las elecciones federales, que se celebrarán en noviembre. +Sin embargo, el primer ministro John Howard ha afirmado que el acto se llevó a cabo únicamente para garantizar las instalaciones del hospital y evitar su degradación por parte del gobierno de Tasmania, con una inyección adicional de 45 millones de dólares australianos. +Según el último informe, las mediciones del nivel del mar indicaron que se había generado un tsunami. Se registró una actividad tsunami inequívoca cerca de Pago Pago y Niue. +No se ha informado de daños importantes ni heridos en Tonga, pero se perdió el suministro eléctrico temporalmente, lo que supuestamente impidió que las autoridades tonganas recibieran la alerta de tsunami emitida por el PTWC. +Catorce escuelas de Hawái ubicadas en o cerca de las costas permanecieron cerradas todo el miércoles, a pesar de que se levantaran las advertencias. +El presidente de EE. UU., George W. Bush, recibió con entusiasmo el anuncio. +El portavoz de Bush, Gordon Johndroe, llamó el compromiso de Corea del Norte “un gran paso hacia el objetivo de lograr la desnuclearización verificable de la península de Corea”. +La décima tormenta con nombre de la temporada de huracanes del Atlántico, la tormenta subtropical Jerry, se formó hoy en el océano Atlántico. +El Centro Nacional de Huracanes (NHC) dice que, en este momento, Jerry no supone ningún peligro para la tierra. +El Cuerpo de Ingenieros del Ejército de EE. UU. estimó que 6 pulgadas de lluvia podrían romper los diques previamente dañados. +El noveno barrio, que sufrió inundaciones de hasta 6 metros durante el huracán Katrina, se encuentra actualmente bajo el agua hasta la cintura, ya que el dique cercano se ha inundado. +El agua está saliendo de la presa en una sección de 100 pies de ancho. +El administrador de Commons, Adam Cuerden, expresó su frustración por las supresiones cuando habló con Wikinews el mes pasado. +“Wales nos mintió desde el principio. Primero, al actuar como si lo hiciera por motivos legales. Segundo, al fingir que nos estaba escuchando, hasta que eliminó su arte”. +La irritación de la comunidad llevó a los actuales esfuerzos para redactar una política sobre el contenido sexual del sitio que hospeda millones de medios bajo licencia abierta. +El trabajo realizado fue mayoritariamente teórico, pero el programa fue escrito para simular las observaciones realizadas de la galaxia de Sagitario. +El efecto que buscaba el equipo sería causado por las fuerzas de marea entre la materia oscura de la galaxia y la de la Vía Láctea. +De la misma forma que la Luna ejerce una fuerza sobre la Tierra, provocando las mareas, la Vía Láctea ejerce una fuerza sobre la galaxia de Sagitario. +Los científicos pudieron llegar a la conclusión de que la materia oscura afecta a otra materia oscura de la misma forma que la materia regular. +Según esta teoría, la mayor parte de la materia oscura alrededor de una galaxia se encuentra alrededor de ella en forma de halo y está compuesta por muchas pequeñas partículas. +Las imágenes de la televisión muestran humo blanco saliendo de la planta. +Las autoridades locales están avisando a los residentes de la cercanía de la planta de permanecer dentro de sus casas, apagar los aire acondicionados y no beber el agua potable. +Según la agencia nuclear de Japón, se ha identificado cesio y yodo radiactivos en la planta. +Las autoridades especulan que esto indica que los contenedores que albergan combustible de uranio en el sitio podrían haberse rompido y estarían filtrando. +El doctor Tony Moll descubrió la tuberculosis extremadamente resistente a medicamentos (XDR-TB) en la región sudafricana de KwaZulu-Natal. +En una entrevista, dijo que la nueva variante era “muy preocupante y alarmante debido a la muy alta tasa de mortalidad”. +Algunos pacientes podrían haber contraído la bacteria en el hospital, cree el Dr. Moll, y al menos dos eran trabajadores sanitarios del hospital. +En un año, una persona infectada puede infectar a 10 a 15 contactos cercanos. +Sin embargo, el porcentaje de XDR-TB en el grupo total de personas con tuberculosis sigue pareciendo bajo; 6000 de los 330 000 infectados en cualquier momento dado en Sudáfrica. +Los dos satélites, cada uno de los cuales pesaba más de 1000 libras, y que viajaban a una velocidad de aproximadamente 17500 millas por hora, colisionaron a 491 millas sobre la Tierra. +Los científicos afirman que la explosión causada por la colisión fue masiva. +Aún siguen intentando determinar la magnitud del accidente y cómo se verá afectada la Tierra. +El Comando Estratégico de EE. UU. del Departamento de Defensa está rastreando los restos. +El resultado del análisis de la trama se publicará en un sitio web público. +Una médica que trabajaba en el Hospital Infantil de Pittsburgh, Pensilvania, será acusada de asesinato agravado después de que su madre fuera encontrada muerta en el maletero de su automóvil el miércoles, según las autoridades de Ohio. +El Dr. Malar Balasubramanian, de 29 años, fue encontrado en Blue Ash, Ohio, un suburbio situado a aproximadamente 24 kilómetros al norte de Cincinnati, tirado en el suelo junto a la carretera con una camiseta y calzoncillos, en un estado claramente medicado. +Se dirigió a los agentes hacia su Oldsmobile Intrigue negro, a 500 metros de distancia. +Allí encontraron el cuerpo de Saroja Balasubramanian, de 53 años, cubierto con mantas ensangrentadas. +La policía dijo que el cuerpo parecía haber estado allí desde hacía un día aproximadamente. +Los primeros casos de la enfermedad de esta temporada se notificaron a finales de julio. +La enfermedad es transmitida por los cerdos, que luego migran a los seres humanos a través de los mosquitos. +El brote ha llevado al gobierno indio a adoptar medidas como el envío de cazadores de cerdos a las zonas más afectadas, la distribución de miles de mosquiteras y la aplicación de pesticidas. +El gobierno también ha prometido varios millones de dosis de vacuna contra la encefalitis, lo que ayudará a preparar a las agencias sanitarias para el año que viene. +Los planes para que las vacunas lleguen a las zonas históricamente más afectadas este año se retrasaron debido a la falta de fondos y a la baja priorización en comparación con otras enfermedades. +En 1956, Słania se mudó a Suecia, donde tres años después empezó a trabajar para el servicio postal sueco y se convirtió en su grabador principal. +Produjo más de 1000 sellos para Suecia y otros 28 países. +Su trabajo es de tal calidad y detalle reconocido que es uno de los pocos "nombre de casa" entre los filatelistas. Algunos se especializan en recopilar solo su trabajo. +Su estampilla número 1.000 fue la magnífica "Grandes hechos de los reyes suecos" de David Klöcker Ehrenstrahl en 2000, que figura en el Guinness Book of World Records. +También se dedicó al grabado de billetes para muchos países, recientes ejemplos de su trabajo incluyen los retratos del primer ministro en la parte delantera de los nuevos billetes de 5 y 100 dólares de Canadá. +Después del accidente, Gibson fue trasladado a un hospital, pero falleció poco después. +El conductor del camión, de 64 años, no sufrió lesiones en el accidente. +El propio vehículo fue retirado de la escena del accidente aproximadamente a las 12:00 GMT del mismo día. +Una persona que trabaja en un taller cercano al lugar donde se produjo el accidente comentó: “Había niños esperando cruzar la calle y todos estaban gritando y llorando”. +Todos huyeron del lugar donde había tenido lugar el accidente. +Otros temas en la agenda de Bali incluyen la conservación de los últimos bosques del mundo y el intercambio de tecnologías para ayudar a los países en vías de desarrollo a crecer de maneras menos contaminantes. +La ONU también espera finalizar un fondo que ayude a los países afectados por el calentamiento global a enfrentarse a los impactos. +El dinero podría destinarse a la construcción de viviendas resistentes a inundaciones, a la mejora de la gestión del agua y a la diversificación de cultivos. +Fluke escribió que los esfuerzos de algunos para ahogar las voces de las mujeres que hablaban sobre la salud de las mujeres no tuvieron éxito. +Ella llegó a esta conclusión gracias a la gran cantidad de comentarios positivos y animaciones que recibió tanto de hombres como de mujeres, que la animaban a considerar que la anticoncepción era una necesidad médica. +Cuando las hostilidades cesaron después de que los heridos fueran trasladados al hospital, cerca de 40 de los demás reclusos se quedaron en el patio y se negaron a volver a sus celdas. +Los negociadores intentaron rectificar la situación, pero las exigencias de los reclusos no son claras. +Entre las 10:00 y las 11:00 de la noche, hora del meridiano del tiempo, los reclusos provocaron un incendio en el patio. +Pronto, los agentes armados con equipo antidisturbios entraron en el patio y rodearon a los reclusos con gas lacrimógeno. +Finalmente, los equipos de rescate de incendios lograron sofocar el fuego a las 11:35 p. m. +Después de que se construyera la presa en 1963, los inundaciones estacionales que dispersaban sedimento por todo el río se detuvieron. +Este sedimento fue necesario para crear bancos de arena y playas, que sirvieron como hábitats para la vida silvestre. +Como consecuencia, dos especies de peces se han extinguido y otras dos se encuentran en peligro de extinción, incluido el pez chub. +Aunque el nivel del agua solo aumentará unos pies después de la inundación, las autoridades esperan que sea suficiente para restaurar los bancos de arena erosionados a lo largo del río. +No se ha emitido ninguna advertencia de tsunami y, de acuerdo con la agencia geofísica de Yakarta, no se emitirá ninguna advertencia de tsunami, ya que el terremoto no cumplía con el requisito de magnitud 6,5. +A pesar de que no existía ninguna amenaza de tsunami, los residentes empezaron a entrar en pánico y comenzaron a dejar sus negocios y hogares. +A pesar de que Winfrey lloró al despedirse, dejó claro a sus seguidores que volvería. +“No es un adiós. Se cierra un capítulo y se abre otro nuevo”. +Los resultados finales de las elecciones presidenciales y parlamentarias de Namibia han indicado que el presidente en funciones, Hifikepunye Pohamba, ha sido reelegido por amplio margen. +También, el partido gobernante, la Organización del Pueblo de África del Sur Occidental (SWAPO), mantuvo la mayoría en las elecciones parlamentarias. +La coalición y las tropas afganas han entrado en la zona para asegurar el lugar y otros aviones de la coalición han sido enviados para prestar asistencia. +El accidente se produjo en un terreno montañoso y se cree que se debió a un fuego hostil. +Las búsquedas del sitio del accidente se ven obstaculizadas por el mal tiempo y el terreno escarpado. +La organización benéfica médica Mangola, Medecines Sans Frontieres y la Organización Mundial de la Salud afirman que es el peor brote registrado en el país. +Richard Veerman, portavoz de Médicos Sin Fronteras, dijo: “Angola está a punto de tener su peor brote y la situación sigue siendo muy grave en Angola”, dijo. +Los juegos empezaron a las 10:00 de la mañana con un buen tiempo y, a excepción de una leve lluvia a la media mañana que se disipó rápidamente, fue un día perfecto para el rugby 7. +Los equipos favoritos del torneo, Sudáfrica, empezaron de buen pie al conseguir una cómoda victoria por 26 a 0 contra Zambia, 5.ª semilla. +Sin embargo, en el partido contra sus hermanas del sur, Sudáfrica se mostró decididamente oxidado, pero mejoró progresivamente a medida que avanzaba el torneo. +Su defensa disciplinada, su habilidad para manejar el balón y su excelente trabajo en equipo les permitieron sobresalir y quedó claro que era el equipo que había que vencer. +Las autoridades de la ciudad de Ámsterdam y del Museo de Anne Frank afirman que el árbol está infectado con un hongos y supone un riesgo para la salud pública, ya que argumentan que estaba en peligro inminente de caerse. +Se había programado que se cortara el martes, pero se salvó después de una sentencia judicial de emergencia. +Todos los accesos a las cuevas, que recibieron el nombre de "Las Siete Hermanas", tienen un diámetro de al menos 100 a 250 metros (328 a 820 pies). +Las imágenes infrarrojas muestran que las variaciones de temperatura entre la noche y el día indican que son probablemente cuevas. +“Son más fríos que la superficie circundante durante el día y más cálidos por la noche. +Su comportamiento térmico no es tan estable como el de las cuevas grandes de la Tierra, que a menudo mantienen una temperatura bastante constante, pero es consistente con la idea de que sean agujeros profundos en el suelo”, dijo Glen Cushing, del equipo de Astrogeología del Servicio Geológico de EE. UU. (USGS) y de la Universidad del Norte de Arizona, situada en Flagstaff, Arizona. +Tradicionalmente, en Francia, el voto ha sido una experiencia de bajo tecnología: los votantes se aislan en una cabina, poniendo una hoja de papel impresa de antemano en un sobre con el nombre de su candidato preferido. +Después de que los funcionarios verifiquen la identidad del votante, este deposita el sobre en la urna y firma el padrón de votación. +La legislación electoral de Francia es bastante estricta en lo que se refiere a los procedimientos. +Desde 1988, las urnas electorales deben ser transparentes para que los votantes y los observadores puedan ver que no hay sobres al principio de la votación y que no se añaden más sobres, a excepción de los de los votantes contados y autorizados. +Los candidatos pueden enviar representantes para presenciar todos los pasos del proceso. Por la noche, los votos se cuentan por voluntarios bajo supervisión estricta, siguiendo procedimientos específicos. +El ASUS Eee PC, lanzado previamente en todo el mundo con el objetivo de ahorrar costes y mejorar la funcionalidad, se convirtió en un tema de debate en el Taipei IT Month de 2007. +Sin embargo, el mercado de consumidores de ordenadores portátiles será radicalmente diferente y cambiado después de que ASUS fuera galardonado en el 2007 Taiwan Sustainable Award por el Yuan Ejecutivo de la República de China. +El sitio web de la emisora describe el programa como «un programa de radio de la vieja escuela con un nuevo y extravagante giro geeky». +En sus inicios, el programa se emitía exclusivamente en el sitio web de radio por Internet Toginet Radio, que se enfoca en la emisión de programas de conversación. +A finales de 2015, TogiNet estableció AstroNet Radio como una estación subsidiaria. +El programa original contaba con actores de voz aficionados, oriundos de East Texas. +Se reportó que el saqueo generalizado continuó toda la noche, ya que los agentes de la ley no se encontraban en las calles de Bishkek. +Un observador describió a Bishkek como un estado de “anarquía”, ya que bandas de personas recorrían las calles y saqueaban las tiendas de productos de consumo. +Muchos residentes de Bishkek culparon a los manifestantes del sur de la desobediencia a la ley. +Sudáfrica ha derrotado a los All Blacks (Nueva Zelanda) en un partido de Tri Nations de rugby en el Royal Bafokeng Stadium de Rustenburg, Sudáfrica. +El marcador final fue una victoria de un punto, 21 a 20, que puso fin a la racha de 15 victorias consecutivas de los All Blacks. +Para los Springboks, fue el fin de una racha de cinco partidos perdidos. +Se trataba del último partido de los All Blacks, que ya habían ganado la copa hace dos semanas. +El último partido de la serie se celebrará en el Ellis Park de Johannesburgo la próxima semana, cuando los Springboks juegan contra Australia. +Un terremoto moderado sacudió el oeste de Montana el lunes a las 10:08 p. m. +El Servicio Geológico de EE. UU. (USGS) y su Centro Nacional de Información Sismológica no han recibido informes de daños inmediatos. +El terremoto tuvo su epicentro a 20 km (15 millas) al norte-noreste de Dillon y a 65 km (40 millas) al sur de Butte. +Se ha confirmado que la gripe aviaria letal para los seres humanos, H5N1, ha infectado a un pato salvaje muerto, hallado el lunes en una zona pantanosa cercana a Lyon, en el este de Francia. +Francia es el séptimo país de la Unión Europea que sufre este virus, después de Austria, Alemania, Eslovenia, Bulgaria, Grecia y Italia. +Los casos sospechosos de H5N1 en Croacia y Dinamarca siguen sin confirmarse. +Chambers demandó a Dios por “la muerte generalizada, la destrucción y la terrorización de millones y millones de habitantes de la Tierra”. +Chambers, un agnóstico, sostiene que su demanda es “frivola” y que “cualquier persona puede demandar a cualquier otra”. +La historia que se presenta en la ópera de Camille Saint-Saens es la de un artista “cuya vida está dictada por un amor a las drogas y a Japón”. +En consecuencia, los artistas fuman rellenos de marihuana en el escenario y el propio teatro animaba al público a unirse a la fiesta. +El expresidente de la Cámara de Representantes, Newt Gingrich, el gobernador de Texas, Rick Perry, y la congresista Michele Bachmann finalizaron en cuarta, quinta y sexta posición, respectivamente. +Después de que los resultados salieran a la luz, Gingrich elogió a Santorum, pero tuvo palabras duras con Romney, a cuyo favor se emitieron anuncios negativos en Iowa contra Gingrich. +Perry afirmó que volvería a Texas para analizar los resultados del caucus de esta noche, determinar si había una posibilidad de seguir en la carrera y competir en la primaria del 21 de enero en Carolina del Sur. +Bachmann, que ganó el Ames Straw Poll en agosto, decidió poner fin a su campaña. +El fotógrafo fue trasladado al Ronald Reagan UCLA Medical Center, donde falleció posteriormente. +Se decía que tenía unos 20 años. En una declaración, Bieber dijo: «Aunque no estaba presente ni estaba directamente involucrado en este trágico accidente, mis pensamientos y oraciones están con la familia de la víctima». +El sitio web de noticias de entretenimiento TMZ entiende que el fotógrafo detuvo su vehículo en la otra parte de la avenida Sepulveda y trató de tomar fotografías de la parada de la policía antes de cruzar la calle y seguir adelante, lo que hizo que el agente de tráfico de la Patrulla de Carreteras de California que estaba conduciendo la parada le ordenara regresar a la otra parte, dos veces. +Según la policía, es poco probable que el conductor del vehículo que atropelló al fotógrafo se enfrente a cargos penales. +Con solo dieciocho medallas disponibles por día, un número de países han fracasado en llegar al pódium. +Entre ellos se encuentran los Países Bajos, con Anna Jochemsen que finalizó en novena posición en la categoría femenina del Super-G ayer, y Finlandia, con Katja Saarinen que finalizó en décima posición en el mismo evento. +Mitchell Gourley, de Australia, finalizó en el undécimo puesto en el Super-G masculino de pie. Oldrich Jelinek, de la República Checa, finalizó en la decimosexta posición en el Super-G masculino sentado. +Arly Velasquez de México finalizó en la quinceava posición en el Super-G masculino sentado. Adam Hall de Nueva Zelanda finalizó en la novena posición en el Super-G masculino de pie. +Maciej Krezel, esquiador ciego de Polonia, y Anna Ogarzynska, su guía, terminaron en la decimotercera posición en el Super-G. Jong Seork Park, esquiador ciego de Corea del Sur, terminó en la vigésimo cuarta posición en el Super-G masculino. +Los soldados de paz de la ONU, que llegaron a Haití después del terremoto de 2010, son acusados de la propagación de la enfermedad, que empezó cerca del campamento de las tropas. +Según la demanda, los residuos del campamento de las Naciones Unidas no se desinfectaron adecuadamente, lo que provocó que bacterias entraran en el afluente del río Artibonito, uno de los más grandes de Haití. +Antes de la llegada de las tropas, Haití no había tenido problemas relacionados con la enfermedad desde la década de 1800. +El Instituto de Justicia y Democracia de Haití ha hecho referencia a estudios independientes que sugerían que el batallón de paz de la ONU de Nepal había introducido la enfermedad en Haití sin saberlo. +Danielle Lantagne, una experta de la ONU sobre la enfermedad, afirmó que la epidemia probablemente fue causada por los pacificadores. +Hamilton confirmó que el Howard University Hospital admitió al paciente en estado estable. +El paciente había viajado a Nigeria, donde se han producido algunos casos del virus Ebola. +El hospital ha seguido el protocolo de control de la infección, incluyendo la separación del paciente de otros para evitar una posible infección de otros. +Antes de The Simpsons, Simon había trabajado en varios programas en diferentes puestos. +Durante la década de 1980 trabajó en programas como Taxi, Cheers y The Tracy Ullman Show. +En 1989 ayudó a crear Los Simpson con Brooks y Groening y fue responsable de contratar al primer equipo de guionistas de la serie. +A pesar de abandonar el programa en 1993, seguía ostentando el título de productor ejecutivo y seguía recibiendo decenas de millones de dólares cada temporada en regalías. +Previamente, la agencia de noticias china Xinhua informó de un avión secuestrado. +Posteriormente, se informó de que el avión había recibido una amenaza de bomba y se había desviado de vuelta a Afganistán, aterrizando en Kandahar. +Los primeros informes indican que el avión fue desviado de vuelta a Afganistán después de que se le negara el aterrizaje de emergencia en Ürümqi. +Los accidentes aéreos son habituales en Irán, que cuenta con una flota envejecida y mal mantenida tanto para operaciones civiles como militares. +Las sanciones internacionales han impedido la compra de nuevos aviones. +A principios de la semana, un helicóptero de la policía se estrelló, dejando tres muertos y tres heridos. +El mes pasado, Irán sufrió su peor accidente aéreo en años cuando un avión que se dirigía a Armenia se estrelló, provocando la muerte de los 168 pasajeros a bordo. +Ese mismo mes, otro avión comercial sobrepasó una pista de aterrizaje en Mashhad y golpeó una pared, provocando la muerte de diecisiete personas. +Aerosmith han cancelado los últimos conciertos de su gira. +La banda de rock tenía programada una gira por Estados Unidos y Canadá hasta el 16 de septiembre. +La gira se ha cancelado después de que el cantante principal, Steven Tyler, sufriera una lesión tras caer del escenario mientras daba un concierto el 5 de agosto. +Murray perdió el primer set en un tie-break después de que ambos hombres rechazaran todos los servicios del set. +Del Potro tuvo la ventaja inicial en el segundo set, pero también requirió un tie-break después de llegar al 6-6. +En este momento, Potro recibió atención médica por su hombro, pero logró regresar al campo de juego. +El programa empezó a las 8:30 p. m. hora local (15:00 UTC). +En todo el país, cantantes famosos presentaron bhajans, o canciones devocionales, a los pies de Shri Shyam. +El cantante Sanju Sharma inició la noche, seguido de Jai Shankar Choudhary. También presentó el chhappan bhog bhajan, acompañado por el cantante Raju Khandelwal. +Después, Lakkha Singh tomó la iniciativa para cantar los bhajans. +A Baba Shyam se le sirvieron 108 platos de Chhappan Bhog (en el hinduismo, 56 diferentes artículos comestibles, como dulces, frutas, nueces, platos, etc., que se ofrecen a los dioses). +Lakkha Singh también presentó el chhappan bhog bhajan. El cantante Raju Khandelwal lo acompañaba. +En la presentación del jueves de la Tokyo Game Show, el presidente de Nintendo, Satoru Iwata, presentó el diseño del controlador de la nueva consola de Nintendo Revolution. +El controlador, que se asemeja a un mando de televisión, utiliza dos sensores que se ubican cerca del televisor del usuario para triangular su posición en el espacio tridimensional. +Esto permitirá a los jugadores controlar las acciones y los movimientos en los videojuegos al desplazar el dispositivo a través del aire. +Giancarlo Fisichella perdió el control de su coche y terminó la carrera muy pronto después del inicio. +Su compañero de equipo, Fernando Alonso, lideró la mayor parte de la carrera, pero terminó después de su parada en boxes, probablemente debido a una rueda delantero derecha mal ajustada. +Michael Schumacher terminó su carrera no mucho después de Alonso, debido a los daños sufridos en las numerosas batallas durante la carrera. +“Es muy simpática y canta bastante bien”, dijo según un resumen de la rueda de prensa. +“Me emocionaba cada vez que hacíamos una réplica de este, desde el fondo de mi corazón”. +Alrededor de tres minutos después del lanzamiento, una cámara a bordo mostró numerosos fragmentos de espuma de aislamiento que se separaban del tanque de combustible. +Sin embargo, no se cree que haya causado daños al transbordador. +N. Wayne Hale Jr., director del programa de transbordadores de la NASA, dijo que la espuma había caído “después del momento en el que nos preocupa”. +Cinco minutos después del inicio del espectáculo, un viento comienza a soplar, un minuto más tarde, el viento alcanza los 70 km/h... Luego, la lluvia comienza a caer, pero tan fuerte y tan grande que golpea la piel como si fuera una aguja. Luego, la nieve comienza a caer del cielo y la gente comienza a gritar y a correrse por encima de los demás. +Perdí a mi hermana y a su amiga, y en el camino había dos personas discapacitadas en silla de ruedas, la gente saltando por encima y empujándolos”, dijo Armand Versace. +NHK también informó de que la planta nuclear de Kashiwazaki Kariwa, en la prefectura de Niigata, funcionaba normalmente. +Hokuriku Electric Power Co. informó de que el terremoto no había tenido ningún efecto y que los reactor 1 y 2 de su planta nuclear de Shika se habían apagado. +Según se informa, cerca de 9400 viviendas de la región se encuentran sin agua y aproximadamente 100 sin electricidad. +Algunas carreteras se han dañado, se ha interrumpido el servicio ferroviario en las zonas afectadas y el aeropuerto de Noto, en la prefectura de Ishikawa, sigue cerrado. +Una bomba explotó fuera de la oficina del gobernador general. +Otras tres bombas explotaron cerca de edificios gubernamentales en un periodo de dos horas. +Algunos informes señalan que la cifra oficial de fallecidos es de ocho, y los informes oficiales confirman que hasta 30 personas resultaron heridas, pero las cifras finales aún no están disponibles. +En muestras de orina de animales domésticos que murieron después de ingerir alimentos para mascotas contaminados se encontraron tanto la ácido cíanúrica como el melamina. +Los dos compuestos reaccionan entre sí para formar cristales que pueden bloquear la función renal, según los investigadores de la universidad. +Los investigadores observaron cristales formados en la orina de gato por la adición de melamina y ácido cíanúrico. +La composición de estos cristales coincide con los encontrados en la orina de los animales afectados cuando se los compara por espectroscopia infrarroja (FTIR). +No sé si se da cuenta o no, pero la mayoría de las mercancías de Centroamérica llegaron a este país sin aranceles. +Sin embargo, el ochenta por ciento de nuestros productos estaban sujetos a aranceles en los países de América Central. +Eso no parecía tener ningún sentido para mí; tampoco era justo. +Lo único que les digo a la gente es que nos traten como nos tratamos entre nosotros. +El gobernador de California, Arnold Schwarzenegger, firmó una ley que prohíbe la venta o alquiler de videojuegos violentos a menores. +La ley exige que los videojuegos violentos vendidos en el estado de California estén etiquetados con una pegatina con la inscripción "18" y que su venta a menores sea castigada con una multa de 1000 dólares por delito. +El fiscal general, Kier Starmer QC, dio una declaración esta mañana en la que anunció la acusación de Huhne y Pryce. +Huhne ha dimitido y será reemplazado en el Gabinete por Ed Davey, miembro del Parlamento. Se espera que Norman Lamb, otro miembro del Parlamento, asuma el cargo de ministro de Economía que deja vacante Davey. +Huhne y Pryce están programados para comparecer en el Tribunal de Magistrados de Westminster el 16 de febrero. +Las víctimas fueron Nicholas Alden, de 25 años, y Zachary Cuddeback, de 21. Cuddeback había sido el conductor. +Edgar Veguilla sufrió heridas en brazo y mandíbula, mientras que Kristoffer Schneider requirió cirugía reconstructiva para su rostro. +El arma de Uka falló cuando apuntaba a la cabeza de un quinto hombre. Schneider sufre dolores continuos, ceguera en un ojo, una sección de cráneo desaparecida y un rostro reconstruido con titanio. +Schneider testificó por videolink desde una base de la Fuerza Aérea de EE. UU. en su país. +Beyond el evento del miércoles, Carpanedo participó en dos carreras individuales en los Campeonatos. +Su primera fue el Slalom, donde obtuvo un Did Not Finish en su primera carrera. 36 de los 116 participantes obtuvieron el mismo resultado en esa competición. +En su otro evento, el Gigante Slalom, finalizó en la décima posición en el grupo femenino sentado con un tiempo combinado de 4:41,30, 2:11,60 minutos más lento que la ganadora austriaca Claudia Loesch y 1:09,02 minutos más lento que Gyöngyi Dani, de Hungría, en la novena posición. +Cuatro esquiadores del grupo femenino de esquí sentado no pudieron terminar sus carreras, y 45 de los 117 esquiadores que participaron en el Giant Slalom no pudieron clasificarse en la competición. +La policía de Madhya Pradesh recuperó el portátil y el teléfono robados. +El subinspector general D K Arya dijo: “Hemos arrestado a cinco personas que violaron a la mujer suiza y hemos recuperado su teléfono móvil y su portátil”. +Los acusados se llaman Baba Kanjar, Bhutha Kanjar, Rampro Kanjar, Gaza Kanjar y Vishnu Kanjar. +El superintendente de policía Chandra Shekhar Solanki dijo que los acusados comparecieron ante el tribunal con sus rostros cubiertos. +Aunque tres personas se encontraban dentro de la casa cuando el coche impactó contra ella, ninguna de ellas sufrió lesiones. +Sin embargo, el conductor sufrió heridas graves en la cabeza. +La carretera donde se produjo el accidente se cerró temporalmente mientras los servicios de emergencia liberaban al conductor del Audi TT de color rojo. +Al principio fue hospitalizado en el James Paget Hospital de Great Yarmouth. +Posteriormente fue trasladado al Hospital Addenbrooke de Cambridge. +Desde entonces, Adekoya ha sido acusada de asesinato de su hijo en el Tribunal de Primera Instancia de Edimburgo. +Se encuentra bajo custodia pendiente de acusación y juicio, pero cualquier testimonio de testigos presenciales podría verse mancillado, ya que su imagen se ha publicado ampliamente. +Esta práctica es habitual en otras partes del Reino Unido, pero la justicia escocesa funciona de forma diferente y los tribunales han considerado que la publicación de las fotografías podría ser prejudicial. +La profesora Pamela Ferguson, de la Universidad de Dundee, comenta que “los periodistas parecen andar por un camino peligroso al publicar fotografías de sospechosos”. +El Crown Office, que se encarga en general de las acusaciones, ha comunicado a los periodistas que no se hará ningún comentario adicional al menos hasta la presentación de la acusación. +Según la filtración, el documento se referirá al conflicto de las fronteras, que Palestina quiere basarse en las fronteras antes de la guerra del Medio Oriente de 1967. +Otros temas cubiertos incluyeron, supuestamente, el estado futuro de Jerusalén, que es sagrado para ambas naciones, y la cuestión del Valle del Jordán. +Israel exige una presencia militar permanente en el valle durante diez años una vez que se firme un acuerdo, mientras que la Autoridad Palestina está de acuerdo en dejar una presencia militar solo durante cinco años. +Durante el experimento de control de plagas adicional, los tiradores debían ser estrictamente supervisados por los guardaparques, ya que el experimento se vigilaba y se evaluaba su eficacia. +En una asociación de NPWS y la Sporting Shooters Association of Australia (NSW) Inc, se reclutaron voluntarios cualificados, dentro del programa de caza del Sporting Shooters Association. +Según Mick O'Flynn, director interino del parque de conservación y patrimonio del NPWS, los cuatro tiradores seleccionados para la primera operación de tiro recibieron instrucción exhaustiva sobre seguridad y formación. +Martelly juró ayer un nuevo Consejo Electoral Provisional (CEP) de nueve miembros. +Es el quinto CEP de Martelly en cuatro años. +El mes pasado, una comisión presidencial recomendó la renuncia del anterior CEP como parte de un paquete de medidas para avanzar hacia nuevas elecciones. +La comisión fue la respuesta de Martelly a las amplias protestas antigubernamentales que comenzaron en octubre. +Las manifestaciones a veces violentas fueron provocadas por el fracaso en la celebración de las elecciones, algunas desde 2011. +Se han notificado alrededor de 60 casos de iPods con sobrecalentamiento defectuosos, que provocaron un total de seis incendios y dejaron a cuatro personas con quemaduras leves. +El Ministerio de Economía, Comercio y Industria de Japón (METI) dijo que estaba al tanto de 27 accidentes relacionados con los dispositivos. +La semana pasada, METI anunció que Apple había informado de 34 incidentes adicionales de sobrecalentamiento, a los que la empresa llamó "no graves". +El ministerio respondió llamando la postergación del informe por parte de Apple “realmente lamentable”. +El terremoto golpeó a Mariana a las 07:19 a. m. hora local (09:19 p. m. GMT el viernes). +La oficina de gestión de emergencias de las Islas Marianas del Norte informó de que no se habían reportado daños en el país. +También el Centro de Aviso de Tsunamis del Pacífico dijo que no había señales de tsunami. +Un antiguo policía filipino secuestró un autobús con turistas de Hong Kong en Manila, la capital de Filipinas. +Rolando Mendoza disparó con su fusil M16 contra los turistas. +Se han rescatado varios rehenes y se ha confirmado la muerte de al menos seis. +Seis rehenes, entre ellos niños y ancianos, fueron liberados antes de tiempo, así como los fotoperiodistas filipinos. +Más tarde, los fotógrafos reemplazaron a una anciana que necesitaba ir al baño. Mendoza fue asesinado. +Liggins siguió los pasos de su padre y se dedicó a la medicina. +Se formó como obstetra y empezó a trabajar en el Hospital Nacional de Mujeres de Auckland en 1959. +Mientras trabajaba en el hospital, Liggins empezó a investigar los partos prematuros en su tiempo libre. +Sus investigaciones demostraron que, si se administraba un hormón, se aceleraría la maduración pulmonar fetal del bebé. +Xinhua informó que los investigadores del gobierno recuperaron dos grabadores de voz de la cabina el miércoles. +También otros luchadores homenajearon a Luna. +Tommy Dreamer dijo: “Luna fue la primera Reina del Extremo. Mi primer gerente. Luna falleció la noche de dos lunas. Una mujer fuerte”. +Dustin "Goldust" Runnels comentó que "Luna era tan extraña como yo...quizás incluso más...la quiero y me voy a echar de menos...espero que esté en un lugar mejor". +De los 1400 encuestados antes de las elecciones federales de 2010, los que se oponen a que Australia se convierta en una república aumentaron un 8 % desde 2008. +La primera ministra interina Julia Gillard afirmó durante la campaña de las elecciones federales de 2010 que creía que Australia debería convertirse en una república al final del reinado de la reina Isabel II. +Un 34 % de los encuestados comparten esta opinión, deseando que la reina Isabel II sea la última monarca de Australia. +En los extremos de la encuesta, el 29 % de los encuestados cree que Australia debería convertirse en una república lo antes posible, mientras que el 31 % cree que Australia nunca debería convertirse en una república. +El medallista de oro olímpico iba a competir en los 100 y 200 metros de estilo libre y en tres relevos en los Juegos de la Mancomunidad, pero debido a sus quejas se ha puesto en duda su condición física. +No ha podido tomar las drogas necesarias para superar su dolor, ya que están prohibidas en los Juegos. +Curtis Cooper, un matemático y profesor de ciencias de la computación de la Universidad Central de Misuri, descubrió el número primo más grande conocido hasta la fecha el 25 de enero. +Varias personas confirmaron la descubrimiento utilizando diferentes hardware y software a principios de febrero y se anunció el martes. +Es posible que los cometas hayan sido la fuente de agua que llegó a la Tierra, junto con la materia orgánica que puede formar proteínas y dar soporte a la vida. +Los científicos esperan comprender cómo se forman los planetas, especialmente cómo se formó la Tierra, ya que los cometas colisionaron con ella hace mucho tiempo. +Cuomo, de 53 años, asumió el cargo de gobernador a principios de este año y firmó una ley el mes pasado que legalizaba el matrimonio entre personas del mismo sexo. +Se refirió a los rumores como “charla política y tonterías”. +Se especula que pueda presentarse para la presidencia en 2016. +NextGen es un sistema que, según la FAA, permitiría a los aviones volar rutas más cortas y ahorrar millones de galones de combustible cada año y reducir las emisiones de carbono. +Utiliza tecnología basada en satélites en lugar de tecnología basada en radar terrestre para permitir a los controladores aéreos identificar con mayor precisión los aviones y proporcionar a los pilotos más información exacta. +No se pondrá ningún transporte adicional y los trenes subterráneos no pararán en Wembley. Tampoco hay estacionamientos ni parking and ride en el estadio. +Los temores a la falta de transporte levantaron la posibilidad de que el partido tuviera que jugarse a puertas cerradas sin la presencia de los seguidores del equipo. +Un estudio publicado el jueves en la revista Science informó de la formación de una nueva especie de pájaros en las Galápagos ecuatorianas. +Los investigadores de la Universidad de Princeton, en EE. UU., y la Universidad de Upsala, en Suecia, informaron de que la nueva especie había evolucionado en tan solo dos generaciones, aunque se creía que el proceso era mucho más largo, debido a la cría entre un pájaro Darwin endémico, Geospiza fortes, y un pájaro cactus inmigrante, Geospiza conirostris. +El oro se puede trabajar en toda clase de formas. Se puede aplastar en formas minúsculas. +Se puede estirar hasta convertirse en un delgado hilo, que se puede doblar y trenzar. Se puede martillear o aplastar hasta convertirse en láminas. +Se puede hacer muy delgado y adherirse a otros metales. Se puede hacer tan delgado que se utilizaba a veces para decorar las ilustraciones pintadas a mano en libros llamados «manuscritos iluminados». +Esto se denomina pH químico. Se puede hacer un indicador usando jugo de repollo rojo. +El jugo de repollo cambia de color en función de la acidez o alcalinidad química. +El nivel de pH se indica por la cantidad de iones de hidrógeno (el H de pH) presentes en la sustancia química analizada. +Los iones de hidrógeno son protones que perdieron sus electrones (ya que los átomos de hidrógeno están formados por un proton y un electrón). +Mezcle los dos polvos secos y, con las manos limpias y húmedas, forme una pelota. +La humedad de las manos reaccionará con las capas externas, que se sentirán extrañas y formarán una especie de concha. +Las ciudades de Harappa y Mohenjo-daro contaban con un baño con agua corriente en casi todas las casas, conectado a un sofisticado sistema de alcantarillado. +Se han encontrado restos de sistemas de alcantarillado en las casas de las ciudades minoicas de Creta y de Santorini, en Grecia. +También había baños en la antigua Egipto, Persia y China. En la civilización romana, a veces los baños formaban parte de los baños públicos, donde hombres y mujeres se mezclaban. +Cuando llama a alguien que está a miles de kilómetros de distancia, está usando un satélite. +El satélite en órbita recibe la llamada y la devuelve casi instantáneamente. +El satélite fue enviado al espacio por un cohete. Los científicos usan telescopios en el espacio porque la atmósfera de la Tierra distorsiona parte de la luz que llega a nosotros. +Es necesario un cohete gigante de más de 30 metros de altura para poner un satélite o un telescopio en órbita. +La rueda ha cambiado el mundo de maneras increíbles. La cosa más importante que la rueda ha hecho por nosotros es que nos ha dado un transporte mucho más fácil y rápido. +Nos ha dado el tren, el automóvil y muchísimos otros dispositivos de transporte. +Bajo ellos se encuentran más felinos de tamaño mediano que comen presas de tamaño mediano, desde conejos hasta antílopes y ciervos. +Finalmente, hay muchos gatos pequeños (incluidos los mascotas domésticos) que se alimentan de presas mucho más numerosas, como insectos, roedores, lagartijos y aves. +El secreto de su éxito es el concepto de la niche, un trabajo especial que cada gato desempeña que le impide competir con otros. +Los leones son los felinos más sociales, que viven en grandes grupos denominados prides. +Los orgullos están formados por uno o tres machos adultos relacionados, además de hasta treinta hembras y cachorros. +Las hembras, por lo general, están estrechamente relacionadas entre sí, ya que forman una gran familia de hermanas y hijas. +Las manadas de leones actúan de forma muy parecida a las de lobos o perros, animales sorprendentemente similares a los leones (pero no a otros felinos grandes) en su comportamiento, y también muy mortíferos para sus presas. +Un atleta completo, el tigre puede escalar (aunque no muy bien), nadar, saltar grandes distancias y tirar con cinco veces la fuerza de un hombre fuerte. +El tigre pertenece al mismo género (Panthera) que los leones, los leopardos y los jaguares. Estos cuatro felinos son los únicos que pueden rugir. +El rugido del tigre no es como el rugido de voz completa de un león, sino más bien como una frase de palabras gruñonas y gritadas. +Los ocelotes les gusta comer animales pequeños. Cazan monos, serpientes, roedores y pájaros si es posible. Prácticamente todos los animales que caza el ocelote son mucho más pequeños que él. +Los científicos creen que los ocelotes siguen y encuentran animales a los que comer (presas) por el olor, olfateando para saber dónde han estado en el suelo. +Pueden ver muy bien en la oscuridad con su visión nocturna y se desplazan muy sigilosamente, también. Los ocelotes cazan a su presa ocultándose en el entorno y lanzándose sobre ella. +Cuando un pequeño grupo de seres vivos (una pequeña población) se separa de la población principal de la que proceden (por ejemplo, si se desplazan por una cadena montañosa o un río, o si se mueven a una nueva isla para que no puedan regresar fácilmente), se encontrarán a menudo en un entorno distinto al en el que se encontraban antes. +Este nuevo entorno tiene recursos y competidores diferentes, por lo que la nueva población necesitará características o adaptaciones diferentes para ser un competidor más fuerte que lo que necesitaba antes. +La población original no ha cambiado en absoluto, siguen necesitando las mismas adaptaciones que antes. +Con el paso del tiempo, a medida que la nueva población comienza a adaptarse a su nuevo entorno, empiezan a parecer menos y menos como la otra población. +Finalmente, después de miles o incluso millones de años, las dos poblaciones serán tan diferentes que no se podrán llamar de la misma especie. +Este proceso se denomina especiación, que simplemente significa la formación de nuevas especies. La especiación es una consecuencia inevitable y una parte muy importante de la evolución. +Las plantas fabrican el oxígeno que respira el ser humano y absorben el dióxido de carbono que este exhala (es decir, expulsa). +Las plantas obtienen su alimento del sol a través de la fotosíntesis. También proporcionan sombra. +Hacemos nuestras casas con plantas y hacemos nuestras prendas con plantas. La mayoría de los alimentos que comemos son plantas. Si no hubiera plantas, los animales no podrían sobrevivir. +El mosasauro era el depredador dominante de su época, por lo que no tenía miedo a nada, salvo a otros mosasauros. +Sus mandíbulas largas estaban adornadas con más de 70 dientes afilados, además de una segunda fila en el techo de su boca, lo que implicaba que no había escapatoria para nada que cruzara su camino. +No lo sabemos con certeza, pero podría haber tenido una lengua bifurcada. Su dieta incluía tortugas, peces grandes, otros mosasurios y podría haber sido un caníbal. +También atacaba todo lo que entraba en el agua; incluso un dinosaurio gigante, como el Tyrannosaurus rex, no sería capaz de resistirlo. +A pesar de que la mayor parte de su alimentación sería familiar para nosotros, los romanos tenían su porción de comidas extrañas o poco habituales, como cerdo salvaje, pavo real, caracoles y un tipo de roedor denominado dormilón. +Otra diferencia era que, mientras que los pobres y las mujeres comían mientras se sentaban en sillas, los hombres ricos preferían celebrar banquetes en los que se reclinaban mientras comían. +Las comidas romanas antiguas no podrían haber incluido alimentos que llegaron a Europa desde América o Asia en los siglos posteriores. +Por ejemplo, no tenían maíz, ni tomates, ni patatas, ni cacao, y ningún romano antiguo jamás probó un pavo. +Los babilonios construyeron cada uno de sus dioses un templo principal que se consideraba el hogar del dios. +Las personas llevaban ofrendas a los dioses y los sacerdotes intentaban cumplir con las necesidades de los dioses a través de ceremonias y festividades. +Cada templo contaba con un patio exterior abierto y, a continuación, con un santuario interno que solo podían ingresar los sacerdotes. +A veces se construían torres especiales en forma de pirámides, llamadas zigurates, que formaban parte de los templos. +La parte superior de la torre era un santuario especial para el dios. +En el clima cálido del Medio Oriente, la casa no era tan importante. +La mayor parte de la vida de la familia hebrea se desarrolló al aire libre. +Las mujeres cocinaban en el patio; las tiendas eran simplemente contadores abiertos que miraban a la calle. Se utilizaba piedra para construir casas. +En la tierra de Canaan no había grandes bosques, por lo que la madera era extremadamente cara. +El asentamiento de Groenlandia fue escaso. En las sagas nórdicas se dice que Erik el Rojo fue exiliado de Islandia por asesinato y, al viajar hacia el oeste, encontró Groenlandia y le dio ese nombre. +Sin embargo, independientemente de su descubrimiento, las tribus esquimales ya vivían allí en ese momento. +Aunque cada país era «escandinavo», había muchas diferencias entre los reyes, las costumbres y la historia de Dinamarca, Suecia, Noruega y Islandia. +Si ha visto la película National Treasure, podría pensar que una mapa del tesoro se escribió en la parte posterior de la Declaración de Independencia. +Sin embargo, eso no es cierto. Aunque hay algo escrito en la parte posterior del documento, no se trata de una mapa de tesoros. +En la parte posterior de la Declaración de Independencia se escribieron las palabras "Declaración original de independencia fechada el 4 de julio de 1776". El texto aparece en la parte inferior del documento, al revés. +Aunque nadie sabe con certeza quién lo escribió, se sabe que, al principio de su vida, el gran documento en pergamino (mide 29¾ pulgadas por 24½ pulgadas) se doblaba para su almacenamiento. +Por lo tanto, es probable que la notación se agregara simplemente como etiqueta. +Los desembarcos del Día D y las batallas posteriores habían liberado el norte de Francia, pero el sur aún no estaba libre. +Fue gobernada por los "Vichy" franceses. Se trataba de franceses que habían hecho la paz con los alemanes en 1940 y que trabajaron con los invasores en lugar de luchar contra ellos. +El 15 de agosto de 1940, las fuerzas aliadas invadieron el sur de Francia. La invasión se llamó "Operación Dragoon". +En solo dos semanas, las fuerzas estadounidenses y de los franceses libres habían liberado el sur de Francia y se dirigían hacia Alemania. +Una civilización es una cultura singular compartida por un grupo significativo de personas que viven y trabajan de forma cooperativa, una sociedad. +El término civilización proviene del latín civilis, que significa civil, relacionado con el latín civis, que significa ciudadano, y civitas, que significa ciudad o ciudad-estado, y que, de algún modo, define el tamaño de la sociedad. +Las ciudades-estados son los precursores de las naciones. Una cultura civil implica la transmisión de conocimientos a través de varias generaciones, una huella cultural persistente y una difusión justa. +Las culturas menores a menudo desaparecen sin dejar rastros históricos relevantes y no son reconocidas como civilizaciones propias. +Durante la Guerra Revolucionaria, los trece estados formaron primero un gobierno central débil, con el Congreso como su único órgano, bajo los Artículos de la Confederación. +El Congreso carecía de poder para imponer impuestos y, como no existía un ejecutivo o un juzgado nacional, se apoyaba en las autoridades estatales, que a menudo eran poco cooperativas, para hacer cumplir sus actos. +Tampoco contaba con autoridad para anular las leyes y los aranceles entre estados. +Los artículos requirieron el consentimiento unánime de todos los estados antes de que se pudieran modificar, y los estados tomaron el gobierno central tan a la ligera que sus representantes se ausentaban con frecuencia. +El equipo nacional de fútbol de Italia, junto con el equipo nacional de fútbol de Alemania, es el segundo equipo más exitoso del mundo y ganó la Copa del Mundo de la FIFA en 2006. +Entre los deportes más populares se encuentran el fútbol, el baloncesto, el voleibol, el waterpolo, la esgrima, el rugby, el ciclismo, el hockey sobre hielo, el hockey sobre ruedas y el F1. +Los deportes de invierno son los más populares en las regiones del norte, donde los italianos compiten en los juegos internacionales y los eventos olímpicos. +Japón cuenta con casi 7000 islas (la más grande es Honshu), lo que la convierte en la séptima isla más grande del mundo. +Debido a la existencia de un grupo/clusters de islas en Japón, a menudo se le denomina, desde un punto de vista geográfico, como un "archipiélago". +La historia de Taiwán comienza hace mucho tiempo, en el siglo XV, cuando los marineros europeos que pasaban por allí registraron el nombre de la isla como Ilha Formosa, o isla hermosa. +En 1624, la Compañía Holandesa de las Indias Orientales establece una base en el suroeste de Taiwán, iniciando una transformación en las prácticas de producción de grano de los aborígenes y empleando trabajadores chinos en sus plantaciones de arroz y azúcar. +En 1683, las fuerzas de la dinastía Qing (1644-1912) tomaron el control de las áreas costeras occidental y septentrional de Taiwán y declararon la isla como una provincia del Imperio Qing en 1885. +En 1895, después de la derrota en la Primera Guerra sino-japonesa (1894-1895), el gobierno Qing firma el Tratado de Shimonoseki, por el que cede la soberanía de Taiwán a Japón, que gobernó la isla hasta 1945. +Machu Picchu se compone de tres estructuras principales, a saber, Intihuatana, el Templo del Sol y la Sala de las Tres Ventanas. +La mayoría de los edificios en los bordes del complejo han sido reconstruidos para que los turistas tengan una mejor idea de cómo se presentaban originalmente. +En 1976, un 30 % de Machu Picchu había sido restaurado y la restauración continúa hasta la actualidad. +Por ejemplo, el formato más común de fotografía en imágenes fijas en todo el mundo es de 35 mm, que fue el tamaño de película dominante al final de la era de películas analógicas. +Aún se produce hoy en día, pero lo más importante es que su proporción de aspecto ha sido heredada por los formatos de sensores de imágenes de las cámaras digitales. +El formato de 35 mm es, en realidad, algo confusamente, de 36 mm de ancho por 24 mm de alto. +Por lo tanto, se dice que el aspecto proporcional de este formato (divide por doce para obtener el número entero más simple) es 3:2. +Muchos formatos comunes (familia de formatos APS, por ejemplo) son idénticos o aproximadamente iguales a este aspecto. +La controvertida y a menudo ridiculizada regla de tercios es una guía sencilla que crea dinamismo mientras mantiene una medida de orden en una imagen. +Se indica que el lugar más efectivo para el tema principal es en la intersección de las líneas que dividen la imagen en tercios verticales y horizontales (ver ejemplo). +Durante esta época de la historia europea, la Iglesia católica, que se había vuelto rica y poderosa, fue objeto de análisis. +Por más de mil años, la religión cristiana había unido a los estados europeos, a pesar de las diferencias en el idioma y las costumbres. +Su poder omnipresente afectó a todos, desde el rey hasta el común. +Uno de los principios básicos del cristianismo es que la riqueza debe usarse para aliviar el sufrimiento y la pobreza y que los fondos monetarios de la iglesia están destinados específicamente a ese fin. +La autoridad central de la iglesia se encontraba en Roma desde hacía más de mil años y esta concentración de poder y dinero hizo que muchos cuestionaran si se cumplía este principio. +Inmediatamente después del inicio de las hostilidades, Gran Bretaña inició un bloqueo naval de Alemania. +La estrategia resultó eficaz, cortando las suministros militares y civiles vitales, aunque esta bloqueo violaba el derecho internacional generalmente aceptado, recogido en varios acuerdos internacionales de los últimos dos siglos. +Gran Bretaña minó las aguas internacionales para evitar que cualquier barco ingresara en secciones enteras del océano, lo que suponía un riesgo incluso para barcos neutrales. +Dado que la respuesta a esta estrategia fue limitada, Alemania esperaba una reacción similar a su guerra submarina sin restricciones. +Durante la década de 1920, las actitudes dominantes de la mayoría de los ciudadanos y de las naciones era el pacifismo y la aislamiento. +Después de ver los horrores y atrocidades de la guerra durante la Primera Guerra Mundial, las naciones deseaban evitar una situación similar en el futuro. +En 1884, Tesla se mudó a los Estados Unidos de América para aceptar un empleo con la Edison Company en la ciudad de Nueva York. +Llegó a Estados Unidos con 4 centavos en el bolsillo, un libro de poesía y una carta de recomendación de Charles Batchelor (su gerente en su anterior empleo) para Thomas Edison. +La antigua China tenía una forma única de mostrar diferentes periodos históricos; cada etapa de China o cada familia que gobernaba era una distinta dinastía. +También entre cada dinastía se producía una etapa inestable de provincias divididas. La mejor conocida de estas épocas fue la época de los Tres Reinos, que se extendió durante 60 años entre la dinastía Han y la dinastía Jin. +Durante estas épocas, hubo una guerra feroz entre muchos nobles que luchaban por el trono. +La Era de los Tres Reinos fue una de las épocas más sangrientas de la historia de la antigua China. Miles de personas murieron luchando por sentarse en el trono del gran palacio de Xi'an. +Existen muchos efectos sociales y políticos, como el uso del sistema métrico, un cambio del absolutismo al republicanismo, el nacionalismo y la creencia de que el país pertenece al pueblo y no a un solo gobernante. +También después de la Revolución, las plazas de trabajo estaban abiertas a todos los candidatos masculinos, lo que permitía a los más ambiciosos y exitosos lograr el éxito. +Lo mismo sucede con el ejército, ya que en lugar de que los rangos militares estuvieran basados en la clase, ahora estaban basados en el color. +La Revolución Francesa también inspiró a mucha gente de clase trabajadora reprimida de otros países a empezar sus propias revoluciones. +Muhammad estaba profundamente interesado en asuntos que se extendían más allá de la vida cotidiana. Solía visitar una cueva conocida como «Hira‘» en la montaña de «Noor» (luz) para meditar. +La propia cueva, que sobrevivió a los tiempos, ofrece una imagen muy viva de las inclinaciones espirituales de Mahoma. +Situada en la cima de una de las montañas al norte de La Meca, la cueva se encuentra totalmente aislada del resto del mundo. +De hecho, no es fácil encontrarlo, ni siquiera si se sabe que existe. Una vez dentro de la cueva, es totalmente aislado. +No se puede ver nada más que el cielo despejado y hermoso y las muchas montañas que lo rodean. Pocas cosas de este mundo se pueden ver o oír desde el interior de la cueva. +La Gran Pirámide de Giza es la única de las Siete Maravillas que sigue en pie en la actualidad. +La Gran Pirámide, construida por los egipcios en el siglo III a. C., es una de las muchas grandes pirámides construidas para honrar a los faraones fallecidos. +El Plateau de Giza, o "Necrópolis de Giza" en el Valle de los Muertos de Egipto, contiene varias pirámides (de las cuales la Gran Pirámide es la más grande), varias pequeñas tumbas, varios templos y la gran Esfinge. +La gran pirámide se construyó para honrar al faraón Khufu y muchas de las pirámides más pequeñas, las tumbas y los templos se construyeron para honrar a las esposas y miembros de la familia de Khufu. +El signo de “arco superior” se asemeja a la letra V y el signo de “arco inferior” se asemeja a un clavo o a un cuadrado sin su parte inferior. +«Arriba» quiere decir que se debe empezar por la punta y empujar el arco, mientras que «abajo» quiere decir que se debe empezar por la rana (el lugar donde se sujeta el arco con la mano) y tirar del arco. +Un arco ascendente suele generar un sonido más suave, mientras que un arco descendente es más fuerte y más asertivo. +No tenga miedo a escribir sus propias marcas, pero recuerde que las marcas impresas están allí por una razón musical, por lo que, en general, debería respetarlas. +El 6 de octubre de 1789, el rey Luis XVI, la reina María Antonieta, sus dos hijos (la de 11 años Marie Therese y el de 4 años Louis-Charles) y la hermana del rey, la señora Elizabeth, fueron forzados a regresar a París desde Versalles por un grupo de mercaderas. +En un carruaje, viajaron de vuelta a París rodeados de una multitud de gritos y amenazas contra el rey y la reina. +La multitud obligó al rey y a la reina a tener las ventanas de su carro abiertas. +En un momento dado, un miembro de la muchedumbre agitó la cabeza de un guardia real asesinado en Versalles delante de la reina atemorizada. +Los gastos de guerra del imperialismo estadounidense en la conquista de Filipinas fueron pagados por el propio pueblo filipino. +Fueron obligados a pagar impuestos al régimen colonial estadounidense para cubrir una gran parte de las deudas y los intereses de los bonos emitidos en nombre del gobierno filipino por las casas bancarias de Wall Street. +Por supuesto, las enormes ganancias derivadas de la prolongada explotación del pueblo filipino serían las ganancias básicas del imperialismo estadounidense. +Para comprender a los templarios, es necesario comprender el contexto que motivó la creación de la orden. +La edad en la que tuvieron lugar los acontecimientos se denomina, habitualmente, Alta Edad Media, la época de la historia europea en los siglos XI, XII y XIII (1000-1300 d. C.). +El Alto Medievo fue precedido por el Medievo Temprano y sucedido por el Medievo Tardío, que por convención termina alrededor del año 1500. +El determinismo tecnológico es un término que abarca una amplia gama de ideas en la práctica, desde el empuje tecnológico o imperativo tecnológico hasta un sentido estricto de que el destino humano está dirigido por una lógica subyacente asociada a las leyes científicas y su manifestación en la tecnología. +La mayoría de las interpretaciones del determinismo tecnológico comparten dos ideas generales: que el desarrollo de la tecnología sigue un camino que es, en gran medida, independiente de la influencia cultural o política, y que la tecnología, a su vez, tiene "efectos" en las sociedades que son inherentes, en lugar de ser condicionados socialmente. +Por ejemplo, se podría decir que el automóvil es necesario para el desarrollo de las carreteras. +Sin embargo, una red vial nacional no es económicamente viable para tan solo un puñado de vehículos, por lo que se desarrollan nuevos métodos de producción para reducir los costes de la propiedad de un automóvil. +La posesión masiva de automóviles también genera una mayor incidencia de accidentes en las carreteras, lo que conduce a la invención de nuevas técnicas en el cuidado de la salud para reparar cuerpos dañados. +El romanticismo tuvo un gran elemento de determinismo cultural, tomado de escritores como Goethe, Fichte y Schlegel. +En el contexto del Romanticismo, la geografía moldeó a los individuos y, con el paso del tiempo, surgieron costumbres y cultura relacionadas con esa geografía, y estas, siendo en armonía con el lugar de la sociedad, eran mejores que las leyes impuestas arbitrariamente. +Al igual que se conoce a París como la capital de la moda del mundo contemporáneo, Constantinopla se consideraba la capital de la moda de Europa feudal. +Su fama como epicentro del lujo comenzó aproximadamente en el año 400 d. C. y duró hasta aproximadamente el año 1100 d. C. +Su estatus disminuyó durante el siglo XII, principalmente debido a que los cruzados habían regresado con regalos como sedas y especias, que se valoraban más que lo que ofrecían los mercados bizantinos. +Es en esta época en la que se transfirió el título de Capital de la Moda de Constantinopla a París. +El estilo gótico alcanzó su apogeo en el periodo comprendido entre los siglos X y XI y el XIV. +Al principio, la moda estaba fuertemente influenciada por la cultura bizantina en el este. +Sin embargo, debido a los canales de comunicación lentos, los estilos del oeste podrían quedar atrás de 25 a 30 años. +Al final de la Edad Media, Europa Occidental empezó a desarrollar su propio estilo. Una de las mayores innovaciones de la época como resultado de las cruzadas, la gente empezó a utilizar botones para ajustar la ropa. +La agricultura de subsistencia es aquella que se realiza para producir la comida suficiente para cubrir solo las necesidades del agricultor y su familia. +La agricultura de subsistencia es un sistema sencillo, a menudo orgánico, que utiliza semillas guardadas nativas de la ecorregión combinadas con la rotación de cultivos o otras técnicas relativamente sencillas para maximizar el rendimiento. +Históricamente, la mayoría de los campesinos se dedicaban a la agricultura de subsistencia y esto sigue siendo así en muchas naciones en vías de desarrollo. +Las subculturas reúnen a individuos con ideas similares que se sienten ignorados por los estándares sociales y les permiten desarrollar un sentido de identidad. +Las subculturas pueden distinguirse por la edad, la etnia, la clase, la ubicación y/o el género de sus miembros. +Las cualidades que determinan a una subcultura como distinta pueden ser lingüísticas, estéticas, religiosas, políticas, sexuales, geográficas o una combinación de factores. +Los miembros de una subcultura suelen señalar su pertenencia mediante un uso distinto y simbólico del estilo, que incluye modas, maneras y argot. +Uno de los métodos más habituales para ilustrar la importancia de la socialización es referirse a los pocos desafortunados casos de niños que, por negligencia, desgracia o abuso deliberado, no fueron socializados por los adultos mientras crecían. +A estos niños se les denomina «feral» o «salvajes». Algunos de ellos han sido confinados por personas (normalmente sus propios padres); en algunos casos, el abandono de los niños se debió a la rechazo de los padres a un niño con una grave discapacidad intelectual o física. +Los niños feral pueden haber sido víctimas de abuso o traumas graves antes de ser abandonados o huir. +A otros se les atribuye haber sido criados por animales; otros, haber vivido en la naturaleza por sí solos. +Cuando es criado completamente por animales no humanos, el niño feral muestra comportamientos (dentro de los límites físicos) casi enteramente parecidos a los de su animal de cuidado particular, como su miedo o indiferencia hacia los humanos. +Mientras que el aprendizaje basado en proyectos debería hacer que el aprendizaje sea más sencillo y más interesante, el escaffolding va un paso más allá. +El andamio no es un método de aprendizaje, sino una ayuda que proporciona soporte a personas que están experimentando algo nuevo, como la utilización de un nuevo programa informático o el inicio de un nuevo proyecto. +Los andamios pueden ser virtuales y reales. En otras palabras, un profesor es un tipo de andamio, pero también lo es el pequeño hombre de papel de Microsoft Office. +Los soportes virtuales se internalizan en el software y están destinados a cuestionar, animar y explicar procedimientos que podrían haber sido demasiado difíciles para que el estudiante los hiciera solo. +Los niños son puestos en cuidado de crianza por una variedad de motivos que abarcan desde el abandono, hasta el abuso y la extorsión. +Ningún niño debería tener que crecer en un entorno que no sea nutricional, cariñoso y educativo, pero así es. +Vemos al sistema de cuidado de menores como una zona de seguridad para estos niños. +Se supone que nuestro sistema de cuidado de menores proporciona hogares seguros, cuidadores cariñosos, una educación estable y atención médica fiable. +Se supone que el cuidado de menores tiene como objetivo proporcionar todas las necesidades que faltaban en el hogar de donde se habían extraído previamente. +El Internet combina elementos tanto de la comunicación de masa como de la comunicación interpersonal. +Las características específicas de Internet conducen a dimensiones adicionales en lo que se refiere al enfoque de los usos y satisfacciones. +Por ejemplo, “aprendizaje” y “socialización” se sugirieron como motivos importantes para el uso de Internet (James et al., 1995). +“La participación personal” y “las relaciones continuas” también se identificaron como nuevos aspectos de motivación por Eighmey y McCord (1998) cuando investigaron las reacciones del público a los sitios web. +El uso de la grabación en vídeo ha dado lugar a importantes descubrimientos en la interpretación de las micro-expresiones faciales, movimientos que duran unos cuantos milisegundos. +En particular, se afirma que se puede detectar si una persona miente mediante la interpretación correcta de las micro-expresiones. +Oliver Sacks, en su artículo The President's Speech, indicó cómo las personas incapaces de comprender el discurso debido a lesiones cerebrales son, no obstante, capaces de evaluar la sinceridad con precisión. +Incluso sugiere que tales capacidades de interpretación del comportamiento humano podrían compartirse con animales como los perros domésticos. +Los estudios del siglo XX han demostrado que existen dos tipos de variación genética: oculta y expresada. +La mutación añade nuevas variaciones genéticas y la selección las elimina del grupo de variaciones expresadas. +La segregación y la recombinación mezclan las variaciones entre los dos pools en cada generación. +En la sabana, es difícil que un primate con un sistema digestivo como el de los humanos satisfaga sus requisitos de aminoácidos con los recursos vegetales disponibles. +Además, el no hacerlo tiene consecuencias graves: depresión del crecimiento, malnutrición y, finalmente, la muerte. +Los recursos vegetales más fáciles de acceder habrían sido las proteínas disponibles en las hojas y las legumbres, pero estos son difíciles de digerir para primates como nosotros, a menos que se cocinen. +En cambio, los alimentos animales (hormigas, termitas, huevos) no solo son fácilmente digeribles, sino que proporcionan proteínas de gran cantidad que contienen todos los aminoácidos esenciales. +Teniendo en cuenta todas las circunstancias, no deberíamos sorprendernos si nuestros propios antepasados resolvieran su "problema de proteín" de algún modo parecido a como los chimpancés de la sabana lo hacen en la actualidad. +La interrupción del sueño es el proceso de despertarse voluntariamente durante la hora de sueño normal y volver a dormirse unos minutos después (10-60 minutos). +Esto se puede lograr fácilmente usando un reloj de despertador relativamente silencioso para despertarnos sin despertarnos totalmente. +Si se descubre que se está reiniciando el reloj mientras se duerme, puede colocarse en la parte opuesta de la habitación, lo que obligará a levantarse de la cama para apagarlo. +Otras opciones basadas en el biorritmo implican beber mucha agua (sobre todo agua o té, un diurético bien conocido) antes de irse a dormir, lo que obliga a levantarse para ir al baño. +La cantidad de paz interior que posee una persona se correlaciona de manera opuesta con la cantidad de tensión en el cuerpo y el espíritu. +Cuanto menor sea la tensión, más positiva será la fuerza vital presente. Toda persona tiene el potencial de encontrar la paz absoluta y el contento. +Cualquiera puede lograr la iluminación. El único obstáculo es nuestra propia tensión y negatividad. +El budismo tibetano se basa en las enseñanzas del Búdda, pero fueron ampliadas por el camino mahayana del amor y por muchas técnicas del yoga indio. +En principio, el budismo tibetano es muy sencillo. Se compone de yoga Kundalini, meditación y el camino del amor universal. +Con el yoga Kundalini se desperta la energía Kundalini (energía iluminadora) a través de posturas de yoga, ejercicios de respiración, mantras y visualizaciones. +El centro de la meditación tibetana es el Yoga de la Deidad. A través de la visualización de diversas deidades se limpian los canales de energía, se activan los chakras y se crea la conciencia iluminada. +Alemania fue un enemigo común durante la Segunda Guerra Mundial, lo que llevó a la cooperación entre la URSS y EE. UU. Al final de la guerra, los enfrentamientos de sistema, proceso y cultura llevaron a la ruptura entre los países. +Con dos años de la terminación de la guerra, los antiguos aliados se convirtieron en enemigos y comenzó la Guerra Fría. +Se prolongaría durante los próximos 40 años y se lucharía de verdad, a través de ejércitos ajenos, en campos de batalla que se extendían desde África hasta Asia, en Afganistán, Cuba y muchísimos otros lugares. +El 17 de septiembre de 1939, la defensa polaca ya estaba rota y la única esperanza consistía en retirarse y reorganizarse en la cabeza de puente rumana. +Sin embargo, estos planes quedaron obsoletos casi de inmediato, cuando más de 800.000 soldados del Ejército Rojo de la Unión Soviética entraron y crearon los frentes bielorruso y ucraniano después de invadir las regiones orientales de Polonia en violación del Tratado de Paz de Riga, el Pacto de No Agresión entre la Unión Soviética y Polonia y otros tratados internacionales, tanto bilaterales como multilaterales. +El uso de barcos para transportar mercancía es, sin duda, la forma más eficiente de desplazar grandes cantidades de personas y mercancía a través de los océanos. +Tradicionalmente, el trabajo de las fuerzas navales ha consistido en asegurarse de que su país mantenga la capacidad de desplazar a su gente y sus bienes, a la vez que interfiere con la capacidad del enemigo de desplazar a su gente y sus bienes. +Uno de los ejemplos más recientes de esto fue la campaña del Atlántico Norte de la Segunda Guerra Mundial. Los estadounidenses intentaban trasladar hombres y materiales a través del océano Atlántico para ayudar a Gran Bretaña. +Al mismo tiempo, la Marina alemana, que utilizaba principalmente submarinos, intentaba detener este tráfico. +Si los Aliados hubieran fracasado, Alemania probablemente habría podido conquistar Gran Bretaña, como lo había hecho con el resto de Europa. +Se cree que los cabritos fueron domesticados por primera vez aproximadamente hace 10 000 años en las montañas Zagros de Irán. +Las culturas y tribus antiguas comenzaron a conservarlos para tener fácil acceso a la leche, el pelo, la carne y la piel. +En general, los cabritos domésticos se mantenían en rebaños que se desplazaban por las colinas o otras zonas de pastoreo, a menudo atendidos por cabreros que, con frecuencia, eran niños o adolescentes, similares a los pastores más conocidos. Estos métodos de pastoreo aún se utilizan hoy en día. +En Inglaterra se construyeron vagones en el siglo XVI. +Aun cuando las vagonetas solo consistían en tablas paralelas de madera, permitían que los caballos que las tiraban alcanzaran mayores velocidades y transportaran cargas más pesadas que en las carreteras algo más irregulares de la época. +Las cruces se introdujeron bastante temprano para mantener las vías en su lugar. Con el tiempo, sin embargo, se comprendió que las vías serían más eficaces si tuvieran una chapa de hierro en la parte superior. +Esta práctica se hizo común, pero el hierro causaba más desgaste en las ruedas de madera de los carros. +Finalmente, las ruedas de madera fueron reemplazadas por ruedas de hierro. En 1767, se introdujeron las primeras vías enteramente de hierro. +La primera forma de transporte conocida fue la caminata, los humanos empezaron a caminar erguidos hace dos millones de años con la aparición del Homo erectus (hombre erguido). +Sus antecesores, los australopitecos, no caminaban erectos de forma habitual. +Las especializaciones bipedales se encuentran en los fósiles de Australopithecus de hace entre 4,2 y 3,9 millones de años, aunque Sahelanthropus podría haber caminado en dos patas desde hace siete millones de años. +Podemos empezar a vivir más amigablemente con el entorno, podemos unirnos al movimiento ambiental y, incluso, podemos ser activistas para reducir el sufrimiento futuro en alguna medida. +Esto es exactamente igual que el tratamiento sintomático en muchos casos. Sin embargo, si no solo queremos una solución temporal, tenemos que encontrar la raíz de los problemas y desactivarlos. +Es evidente que el mundo ha cambiado mucho gracias a los avances científicos y tecnológicos del ser humano, y los problemas se han agravado por la sobrepoblación y el estilo de vida extravagante del hombre. +Después de su aprobación por el Congreso el 4 de julio, un borrador manuscrito firmado por el presidente del Congreso, John Hancock, y el secretario, Charles Thomson, fue enviado a unos cuantos bloques de distancia a la imprenta de John Dunlap. +Durante la noche, entre 150 y 200 copias se hicieron, que ahora se conocen como "Dunlap broadsides". +La primera lectura pública del documento fue hecha por John Nixon en el patio de la Independence Hall el 8 de julio. +Un ejemplar fue enviado a George Washington el 6 de julio, que lo leyó a sus tropas en Nueva York el 9 de julio. Una copia llegó a Londres el 10 de agosto. +Las 25 copias de Dunlap que aún se conocen son los ejemplares más antiguos que han sobrevivido del documento. La copia original, escrita a mano, no ha sobrevivido. +Hoy en día, muchos paleontólogos creen que un grupo de dinosaurios sobrevivió y aún vive hoy. Los llamamos aves. +Muchas personas no los consideran dinosaurios porque tienen plumas y pueden volar. +Sin embargo, hay muchas cosas sobre los pájaros que siguen pareciéndose a un dinosaurio. +Tienen patas con escamas y garras, ponen huevos y caminan sobre sus dos patas posteriores, como un Tyrannosaurus rex. +Prácticamente todos los ordenadores que se usan hoy en día se basan en la manipulación de información codificada en números binarios. +Un número binario puede tener solo una de dos posibles valores, es decir, 0 o 1, y estos números se denominan dígitos binarios, o bits, en jerga informática. +El envenenamiento interno puede no ser evidente de inmediato. Los síntomas, como el vómito, son lo suficientemente generales como para que no se pueda hacer un diagnóstico inmediato. +El mejor indicador de intoxicación interna puede ser la presencia de una botella abierta de medicamentos o químicos domésticos tóxicos. +Consulte la etiqueta para encontrar instrucciones de primeros auxilios específicas para ese veneno en particular. +Los entomólogos usan el término bug en un sentido formal para referirse a este grupo de insectos. +Este término proviene de la antigua familiaridad con los insectos parásitos denominados cucarachas de cama, que son insectos altamente adaptados para parasitar a los seres humanos. +Los insectos asesinos y los insectos de cama son nidicolos, adaptados a vivir en nidos o viviendas de su anfitrión. +En los Estados Unidos, hay aproximadamente 400.000 casos conocidos de esclerosis múltiple (EM), lo que la convierte en la enfermedad neurológica más frecuente entre los adultos jóvenes y de mediana edad. +La esclerosis múltiple es una enfermedad que afecta al sistema nervioso central, que está formado por el cerebro, la médula espinal y el nervio óptico. +Las investigaciones han descubierto que las mujeres son dos veces más propensas a tener esclerosis múltiple que los hombres. +Una pareja puede decidir que no es en su mejor interés, ni en el de su hijo, criar a un bebé. +Estas parejas pueden decidirse a elaborar un plan de adopción para su bebé. +En un caso de adopción, los progenitores biológicos renuncian a sus derechos parentales para que otra pareja pueda adoptar al niño. +El objetivo principal de la ciencia es descubrir cómo funciona el mundo a través del método científico. Este método, de hecho, guía la mayor parte de la investigación científica. +No obstante, la experimentación y un experimento es un ensayo que se utiliza para eliminar una o más de las posibles hipótesis, haciendo preguntas y haciendo observaciones, también guían la investigación científica. +Los naturalistas y filósofos se centraron en los textos clásicos y, en particular, en la Biblia en latín. +Se aceptaron las opiniones de Aristóteles sobre todos los temas científicos, incluidas las de la psicología. +Con la desaparición del conocimiento griego, el oeste quedó aislado de sus raíces filosóficas y científicas griegas. +Muchos de los ritmos observados en la fisiología y el comportamiento suelen depender de manera crucial de la presencia de ciclos endógenos y su producción a través de relojes biológicos. +Los ritmos periódicos, que no son simplemente respuestas a señales periódicas externas, se han documentado en la mayoría de los seres vivos, incluidos bacterias, hongos, plantas y animales. +Los relojes biológicos son osciladores autosuficientes que seguirán un ciclo libre incluso en ausencia de señales externas. +El experimento de Hershey y Chase fue una de las principales sugerencias de que el ADN era un material genético. +Hershey y Chase utilizaron fagos, o virus, para implantar su propio ADN en una bacteria. +Hicieron dos experimentos marcando la DNA del virus con un fósforo radioactivo o la proteína del virus con un azufre radioactivo. +Las mutaciones pueden tener diferentes efectos dependiendo del tipo de mutación, la importancia del fragmento de material genético afectado y si las células afectadas son células germinales. +Sólo las mutaciones en las células germinales pueden ser transmitidas a los hijos, mientras que las mutaciones en otros lugares pueden provocar la muerte de las células o el cáncer. +El turismo basado en la naturaleza atrae a personas interesadas en visitar áreas naturales para disfrutar del paisaje, incluyendo la fauna y la flora salvaje. +Los ejemplos de actividades en el lugar incluyen la caza, la pesca, la fotografía, la observación de aves y la visita a parques y la lectura de información sobre el ecosistema. +Un ejemplo es visitar, fotografiar y aprender sobre orangutanes en Borneo. +Cada mañana, la gente deja los pequeños pueblos del campo en automóviles para ir a su lugar de trabajo y es pasada por otros cuyo destino laboral es el lugar que acaba de dejar. +En este medio de transporte dinámico en el que todo el mundo está en cierta forma conectado y apoyando un sistema de transporte basado en automóviles privados. +La ciencia indica que esta enorme economía basada en el carbono ha desestabilizado la biosfera de uno de sus estados estables que ha apoyado la evolución humana durante los últimos dos millones de años. +Todo el mundo participa en la sociedad y utiliza los sistemas de transporte. Alrededor de la mitad de la gente se queja de los sistemas de transporte. +En los países desarrollados, es raro oír niveles similares de quejas sobre la calidad del agua o puentes que se derrumban. +¿Por qué los sistemas de transporte generan tantas quejas, por qué fracasan a diario? ¿Son los ingenieros de transporte simplemente incompetentes? ¿O hay algo más fundamental en juego? +El flujo de tráfico es el estudio del movimiento de conductores y vehículos individuales entre dos puntos y las interacciones que establecen entre sí. +Lamentablemente, estudiar el flujo de tráfico es difícil porque no se puede predecir el comportamiento del conductor con un cien por cien de certeza. +Fortunadamente, los conductores tienden a comportarse dentro de un rango razonablemente consistente; así, los flujos de tráfico tienden a tener una cierta consistencia razonable y pueden ser aproximadamente representados matemáticamente. +Para mejorar la representación del flujo de tráfico, se establecieron relaciones entre las tres principales características: (1) flujo, (2) densidad y (3) velocidad. +Estas relaciones ayudan a planificar, diseñar y operar las instalaciones viales. +Los insectos fueron los primeros animales que se lanzaron al aire. Su habilidad para volar les ayudó a evadir a los enemigos con mayor facilidad y a encontrar comida y parejas de forma más eficiente. +La mayoría de los insectos tienen la ventaja de poder doblar sus alas hacia atrás a lo largo del cuerpo. +Esto les permite esconderse de los depredadores en un rango más amplio de lugares pequeños. +Hoy en día, los únicos insectos que no pueden doblar sus alas son las libélulas y las mosquitas. +Hace miles de años, un hombre llamado Aristarco afirmó que el Sistema Solar se desplazaba alrededor del Sol. +Algunas personas pensaron que tenía razón, pero muchas creían lo contrario; que el Sistema Solar se desplazaba alrededor de la Tierra, incluido el Sol (y, incluso, las demás estrellas). +Esto parece lógico, ya que la Tierra no se siente en movimiento, ¿verdad? +El río Amazonas es el segundo más largo y el más grande del planeta. Desborda más agua que el segundo río más grande. +El Amazonas es también el río más ancho de la Tierra, a veces seis millas de ancho. +El 20 % del agua que fluye de los ríos de la Tierra hacia los océanos proviene del Amazonas. +El río Amazonas principal tiene 6387 km (3980 millas). Reúne las aguas de miles de ríos más pequeños. +Aunque la construcción de pirámides de piedra continuó hasta el final del Antiguo Reino, las pirámides de Giza nunca fueron superadas en su tamaño y la excelencia técnica de su construcción. +Los antiguos egipcios del Nuevo Reino se maravillaban ante los monumentos de sus antecesores, que tenían más de mil años de antigüedad. +La población de la Ciudad del Vaticano es de aproximadamente 800 personas. Es el país independiente más pequeño del mundo y el país con la menor población. +El Vaticano utiliza el italiano en su legislación y en sus comunicaciones oficiales. +El italiano también es el idioma cotidiano que utiliza la mayoría de los que trabajan para el estado, mientras que el latín se utiliza con frecuencia en ceremonias religiosas. +Todos los ciudadanos del Vaticano son católicos romanos. +Los elementos químicos básicos, como el oro, la plata y el cobre, se conocían desde la antigüedad, ya que se pueden encontrar en la naturaleza en su forma nativa y son relativamente sencillos de extraer con herramientas primitivas. +Aristóteles, un filósofo, teorizó que todo estaba compuesto por una mezcla de uno o más de cuatro elementos. Eran tierra, agua, aire y fuego. +Esto era más parecido a los cuatro estados de la materia (en el mismo orden): sólido, líquido, gaseoso y plasmático, aunque también teorizó que se transforman en nuevas sustancias para formar lo que vemos. +Los aleados son, básicamente, una mezcla de dos o más metales. No olvidemos que hay muchos elementos en la tabla periódica. +Los elementos como el calcio y el potasio se consideran metales. Por supuesto, también existen metales como el plata y el oro. +También existen aleaciones que incluyen pequeñas cantidades de elementos no metálicos, como el carbono. +Todo en el universo está hecho de materia. Toda la materia está formada por partículas minúsculas llamadas átomos. +Los átomos son tan increíblemente pequeños que trillones de ellos podrían caber en el punto final de esta oración. +Por lo tanto, el lápiz fue un buen amigo de mucha gente cuando salió al mercado. +Lamentablemente, con la aparición de nuevos métodos de escritura, el lápiz se ha relegado a un menor estatus y uso. +En la actualidad, la gente escribe mensajes en pantallas de ordenador sin tener que acercarse demasiado a un afilador. +Se puede solo preguntarse qué será del teclado cuando llegue algo nuevo. +La bomba de fisión funciona sobre el principio de que se requiere energía para reunir un núcleo con muchos protones y neutrones. +Algo así como empujar un carrito pesado por una colina. Al dividir el núcleo nuevamente se libera parte de esa energía. +Algunos átomos tienen núcleos inestables, lo que significa que tienden a romperse si se les da un leve empujón. +La superficie de la Luna está formada por rocas y polvo. La capa exterior de la Luna se llama corteza. +La corteza tiene aproximadamente 70 km de espesor en el lado cercano y 100 km en el lado lejano. +Es más delgado bajo las marías y más grueso bajo las cordilleras. +Es posible que haya más maria en la cara cercana, ya que la corteza es más delgada. Era más fácil que la lava subiera a la superficie. +Las teorías sobre el contenido se centran en la búsqueda de lo que hace que la gente funcione o lo atrae. +Estas teorías sugieren que las personas tienen ciertas necesidades y/o deseos que se internalizan a medida que maduran y llegan a la edad adulta. +Estas teorías se centran en lo que es sobre ciertas personas lo que les hace querer las cosas que hacen y qué cosas en su entorno las harán o no harán hacer ciertas cosas. +Dos teorías populares sobre el contenido son la jerarquía de necesidades de Maslow y la teoría de los dos factores de Herzberg. +En términos generales, dos comportamientos pueden emerger cuando los directivos comienzan a liderar a sus antiguos compañeros. Un extremo de la escala es tratar de seguir siendo “uno de los chicos” (o de las chicas). +Este tipo de gerente tiene dificultades para tomar decisiones impopulares, realizar acciones disciplinarias, evaluar el desempeño, asignar responsabilidades y hacer responsables a la gente. +En el otro extremo del espectro, se convierte en una persona desconocida que se siente obligada a cambiar todo lo que el equipo ha estado haciendo y hacerlo suyo. +Al fin y al cabo, el líder es el responsable final del éxito y el fracaso del equipo. +A menudo, este comportamiento genera rencillas entre los líderes y el resto del equipo. +Los equipos virtuales están sujetos a los mismos estándares de excelencia que los equipos convencionales, pero existen diferencias sutiles. +Los miembros de los equipos virtuales a menudo desempeñan el papel de punto de contacto para su grupo físico inmediato. +A menudo tienen más autonomía que los miembros de un equipo convencional, ya que sus equipos pueden reunirse en zonas horarias que pueden no ser entendidas por el personal local. +La presencia de un verdadero “equipo invisible” (Larson y LaFasto, 1989, p. 109) es también un componente único de un equipo virtual. +El “equipo invisible” es el equipo de administración al que cada uno de los miembros informa. El equipo invisible establece los estándares para cada miembro. +¿Por qué una organización querría pasar por el proceso consumidor de tiempo de establecer una organización de aprendizaje? Un objetivo de la aplicación de conceptos de aprendizaje organizacional es la innovación. +Cuando se utilizan de forma eficiente todos los recursos disponibles en los departamentos funcionales de una organización, puede surgir la creatividad y la ingenio. +En consecuencia, el proceso de una organización que trabaje en conjunto para superar un obstáculo puede dar lugar a un nuevo proceso innovador para atender las necesidades del cliente. +Antes de que una organización pueda ser innovadora, la dirección debe crear una cultura de innovación, así como conocimiento compartido y aprendizaje organizacional. +Angel (2006) explica el enfoque del Continuum como un método que ayuda a las organizaciones a alcanzar un nivel más alto de rendimiento. +Los datos neurobiológicos proporcionan pruebas físicas para un enfoque teórico de la investigación de la cognición. Por lo tanto, estrecha el campo de investigación y hace que sea mucho más preciso. +La correlación entre la patología cerebral y el comportamiento apoya a los científicos en su investigación. +Se sabe desde hace mucho tiempo que los diferentes tipos de daño cerebral, traumas, lesiones y tumores afectan el comportamiento y provocan cambios en algunas funciones mentales. +El auge de las nuevas tecnologías nos permite ver y estudiar estructuras y procesos cerebrales nunca antes vistos. +Esto nos da mucha información y material para construir modelos de simulación que nos ayudan a comprender los procesos que tienen lugar en nuestra mente. +A pesar de que la IA tiene una fuerte connotación de ciencia ficción, la IA forma una rama muy importante de la informática que se encarga del comportamiento, el aprendizaje y la adaptación inteligente de una máquina. +La investigación en I. A. implica la creación de máquinas que automatizan tareas que requieren un comportamiento inteligente. +Ejemplos incluyen el control, la planificación y la programación, la capacidad de responder a diagnósticos y preguntas de los clientes, así como la capacidad de reconocer escritura manuscrita, voz y rostro. +Estas cosas se han convertido en disciplinas separadas, cuyo objetivo es proporcionar soluciones a los problemas de la vida real. +El sistema de I. A. ahora se utiliza con frecuencia en los campos de la economía, la medicina, la ingeniería y el ejército, como se ha construido en numerosas aplicaciones de ordenador y videojuegos para el hogar. +Las excursiones al aire libre son una gran parte de cualquier aula. Con frecuencia, un profesor querría llevar a sus alumnos a lugares a los que un viaje en autobús no es una opción. +La tecnología ofrece la solución con viajes virtuales. Los estudiantes pueden contemplar objetos del museo, visitar un acuario o admirar obras de arte bellas mientras se encuentran con su clase. +Compartir una excursión virtual también es una excelente forma de reflexionar sobre una excursión y de compartir experiencias con futuras clases. +Por ejemplo, cada año los estudiantes de la Bennet School de Carolina del Norte diseñan un sitio web sobre su viaje a la capital del estado, cada año el sitio web se renueva, pero las versiones antiguas se mantienen en línea para servir de libro de recuerdos. +Los blogs también pueden ayudar a mejorar la escritura de los estudiantes. Aunque los estudiantes a menudo comienzan su experiencia con blogs con una gramática y una ortografía descuidadas, la presencia de un público generalmente cambia eso. +Dado que los estudiantes suelen ser el público más crítico, el autor del blog comienza a esforzarse para mejorar la escritura para evitar la crítica. +Asimismo, el blogueo “obliga a los estudiantes a ser más listos sobre el mundo que los rodea”. La necesidad de alimentar el interés del público inspira a los estudiantes a ser inteligentes y interesantes (Toto, 2004). +El blogueo es una herramienta que inspira la colaboración y alienta a los estudiantes a extender el aprendizaje mucho más allá del día escolar tradicional. +El uso adecuado de los blogs “puede dotar a los estudiantes de mayor capacidad analítica y crítica; a través de la respuesta activa a los materiales de Internet, los estudiantes pueden definir sus posiciones en el contexto de los escritos de otros y establecer sus propias perspectivas sobre temas particulares (Oravec, 2002). +Ottawa, la encantadora y bilingüe capital de Canadá, cuenta con una serie de galerías de arte y museos que muestran el pasado y el presente del país. +Más al sur se encuentra las cataratas de Niagara y al norte se encuentra la belleza natural no explotada de Muskoka y más allá. +Todas estas cosas y otras más destacan a Ontario como lo que se considera esencialmente canadiense para los extranjeros. +Las áreas más septentrionales son muy escasamente pobladas y algunas prácticamente están despobladas. +Para una comparación que sorprende a muchos: hay más afroamericanos que ciudadanos canadienses en EE. UU. +Las islas de África Oriental se ubican en el océano Índico, frente a la costa oriental de África. +Madagascar es, sin duda, el país más grande, y un continente en sí mismo en lo que se refiere a la fauna salvaje. +La mayoría de las islas más pequeñas son naciones independientes o asociadas con Francia y conocidas como resorts de playa de lujo. +Los árabes también llevaron el islam a las tierras y tuvo un gran impacto en las Comoras y Mayotte. +La influencia europea y el colonialismo comenzaron en el siglo XV, cuando el explorador portugués Vasco da Gama descubrió la Ruta del Cabo desde Europa a la India. +Al norte, la región se encuentra limitada por el Sahel, y al sur y oeste, por el océano Atlántico. +Mujeres: Es recomendable que cualquier mujer que viaje diga que está casada, independientemente de su estado civil real. +También es útil llevar un anillo (no uno que parezca demasiado caro). +Las mujeres deben comprender que las diferencias culturales pueden generar lo que ellas considerarían acoso y no es raro ser perseguidas, agarradas del brazo, etc. +Sea firme al rechazar a los hombres y no tenga miedo a defenderse (aunque sean diferencias culturales o no, no hace que sea correcto). +La moderna ciudad de Casablanca fue fundada por pescadores bereberes en el siglo X a. C. y fue utilizada por los fenicios, los romanos y los meriníes como un puerto estratégico denominado Anfa. +Los portugueses lo destruyeron y lo reconstruyeron bajo el nombre de Casa Blanca, pero lo abandonaron después de un terremoto en 1755. +El sultán de Marruecos reconstruyó la ciudad como Daru l-Badya y los comerciantes españoles le dieron el nombre de Casablanca. +Casablanca es uno de los lugares menos interesantes para comprar en todo Marruecos. +Alrededor de la vieja medina es fácil encontrar lugares que venden artículos tradicionales marroquíes, como tagines, cerámica, artículos de cuero, pipas y una amplia gama de artículos sin sentido, pero todo para los turistas. +Goma es una ciudad turística de la República Democrática del Congo en el extremo este, cerca de Ruanda. +En 2002, el volcán Nyiragongo arrojó lava que destruyó Goma y enterró la mayor parte de las calles de la ciudad, especialmente el centro. +A pesar de que Goma es relativamente segura, cualquier visita fuera de Goma debe ser investigada para comprender el estado de la lucha que persiste en la provincia de Nord Kivu. +La ciudad también es la base para subir el volcán Nyiragongo, además de ser una de las rutas más económicas para la observación de gorilas montañeses en África. +Puede utilizar un boda-boda (taxi de motocicleta) para moverse por Goma. El precio normal (local) es de ~500 francos congoleños por la corta travesía. +Combinado con su relativamente inaccesibilidad, "Timbuktú" se ha utilizado como metáfora para referirse a tierras exóticas y lejanas. +En la actualidad, Timbuktú es una ciudad empobrecida, aunque su reputación la convierte en un atractivo turístico y tiene un aeropuerto. +En 1990, se agregó a la lista de sitios del Patrimonio de la Humanidad en peligro, debido a la amenaza de las arenas del desierto. +Fue una de las paradas más importantes durante el especial de PBS de Henry Louis Gates, Wonders of the African World. +La ciudad se contrasta con el resto de las ciudades del país, porque tiene más de un aire árabe que de africano. +El Parque Nacional Kruger (KNP) se encuentra en el noreste de Sudáfrica y se extiende a lo largo de la frontera de Mozambique por el este, Zimbabwe por el norte y el río Crocodile por el sur. +El parque tiene una superficie de 19.500 km² y se divide en 14 zonas ecológicas diferentes, cada una de las cuales aloja diferentes animales salvajes. +Es una de las principales atracciones de Sudáfrica y se considera la bandera de los Parques Nacionales de Sudáfrica (SANParks). +Al igual que en todos los parques nacionales de Sudáfrica, se cobran tarifas de entrada y de conservación diarias para el parque. +También puede ser beneficioso comprar una tarjeta salvaje, que permite la entrada a los parques seleccionados de Sudáfrica o a todos los parques nacionales de Sudáfrica. +La isla de Hong Kong le da su nombre al territorio de Hong Kong y es el lugar que muchos turistas consideran el foco principal. +La procesión de edificios que conforman el paisaje de Hong Kong se ha comparado con un gráfico de barras brillante que se hace evidente con la presencia de las aguas del Puerto de Victoria. +Para disfrutar de los mejores paisajes de Hong Kong, abandone la isla y se dirija a la costa de Kowloon, enfrente. +La gran mayoría del desarrollo urbano de la isla de Hong Kong se concentra en tierras recuperadas a lo largo de la costa norte. +Este es el lugar que los colonizadores británicos tomaron como suyo, por lo que, si está buscando pruebas del pasado colonial del territorio, es un buen lugar para empezar. +Los Sundarbans son la franja de manglares costera más grande del mundo, que se extiende 80 km (50 mi) en el interior de Bangladés y la India desde la costa. +El Sundarbans ha sido declarado Patrimonio de la Humanidad por la Unesco. La parte del bosque que se encuentra en territorio indio se llama Parque Nacional Sundarbans. +No obstante, las selvas no se limitan a los manglares, sino que incluyen algunos de los últimos remanentes de las imponentes junglas que alguna vez cubrían la planicie del Ganges. +Los Sundarbans abarcan una superficie de 3.850 km², de los que una tercera parte está cubierta de agua y pantanos. +Desde 1966, los Sundarbans se han convertido en un santuario de vida silvestre y se estima que allí viven actualmente 400 tigres reales de Bengala y cerca de 30.000 ciervos manchados. +Los autobuses parten desde la estación de autobuses interdistrital (al otro lado del río) durante todo el día, aunque la mayoría, especialmente los que van hacia el este y Jakar/Bumthang, salen entre las 06:30 y las 07:30. +Dado que los autobuses interdistritales a menudo están llenos, es aconsejable comprar los pasajes con algunos días de anticipación. +La mayoría de los distritos son atendidos por pequeños autobuses japoneses Coaster, que son cómodos y robustos. +Los taxis compartidos son un medio rápido y cómodo para viajar a lugares cercanos, como Paro (Nu 150) y Punakha (Nu 200). +El puente Oyapock es un puente de cables. Cruza el río Oyapock para unir las ciudades de Oiapoque, en Brasil, y Saint-Georges de l'Oyapock, en Guayana Francesa. +Las dos torres alcanzan una altura de 83 metros, mide 378 metros de largo y tiene dos carriles de 3,50 metros de ancho. +La distancia vertical bajo el puente es de 15 metros. La construcción se terminó en agosto de 2011, pero no se abrió al tráfico hasta marzo de 2017. +Se prevé que la construcción esté totalmente operativa en septiembre de 2017, momento en el que se espera que los puntos de control aduanero brasileños estén terminados. +Los guaraníes eran el grupo indígena más relevante que habitaba lo que hoy es el este de Paraguay, y vivían como cazadores nómadas semisentados que también practicaban la agricultura de subsistencia. +En la región del Chaco vivían otros grupos de tribus indígenas, como los Guaycurú y los Payaguá, que sobrevivían cazando, recolectando y pescando. +En el siglo XVI, Paraguay, antes conocida como "La Gran Provincia de las Indias", nació como resultado del encuentro de los conquistadores españoles con los grupos indígenas nativos. +Los españoles comenzaron la época de colonización, que duró tres siglos. +Desde la fundación de Asunción en 1537, Paraguay ha logrado conservar gran parte de su identidad y carácter indígena. +Argentina es bien conocida por tener uno de los mejores equipos y jugadores de polo del mundo. +El torneo más grande del año se celebra en diciembre en los campos de polo de Las Cañitas. +También se pueden ver otros torneos y partidos más pequeños en otras épocas del año. +Para obtener noticias sobre los torneos y dónde comprar los boletos para los partidos de polo, consulte la Asociación Argentina de Polo. +La moneda oficial de las Islas Malvinas es la libra de las Islas Malvinas (FKP), cuyo valor se establece como el de una libra británica (GBP). +Se puede cambiar el dinero en la única banca de las islas, que se encuentra en Stanley, frente a la tienda FIC West. +Por lo general, las libras británicas serán aceptadas en cualquier lugar de las islas, así como las tarjetas de crédito y los dólares estadounidenses. +En las islas periféricas probablemente no se acepten las tarjetas de crédito, aunque la moneda británica y estadounidense podrían ser aceptadas; consulte con los propietarios de antemano para determinar qué es un método de pago aceptable. +Es casi imposible intercambiar la moneda de las Islas Malvinas fuera de las islas, por lo que es recomendable intercambiar el dinero antes de dejarlas. +Dado que Montevideo se encuentra al sur del ecuador, allí es verano cuando en el hemisferio norte es invierno y viceversa. +Montevideo se encuentra en las zonas subtropicales; en los meses de verano, las temperaturas superiores a los 30 °C son habituales. +El invierno puede ser engañosamente frío: las temperaturas raramente bajan por debajo del cero, pero el viento y la humedad combinan para hacer que se sienta más frío de lo que indica el termómetro. +No existen estaciones “húmedas” y “secas” particulares: la cantidad de lluvia permanece más o menos constante durante todo el año. +A pesar de que muchos de los animales del parque están acostumbrados a ver a los seres humanos, la vida silvestre sigue siendo salvaje y no se debe alimentar ni molestar. +Según las autoridades del parque, se debe permanecer al menos a 100 yardas/metros de los osos y los lobos y a 25 yardas/metros de todos los demás animales salvajes. +No importa cuán docile parezcan, los bisontes, los alces, los alces, los osos y casi todos los animales grandes pueden atacar. +Cada año, docenas de visitantes sufren lesiones por no mantener una distancia adecuada. Estos animales son grandes, salvajes y potencialmente peligrosos, por lo que deben dejarles su espacio. +Además, tenga en cuenta que los olores atraen a los osos y otros animales salvajes, por lo que debe evitar llevar o cocinar alimentos con olores y mantener un campamento limpio. +Apia es la capital de Samoa. La ciudad se encuentra en la isla de Upolu y tiene una población de casi 40 000 habitantes. +Apia fue fundada en la década de 1850 y ha sido la capital oficial de Samoa desde 1959. +El puerto fue escenario de una infame disputa naval en 1889, cuando siete barcos de Alemania, EE. UU. y Gran Bretaña se negaron a abandonar el puerto. +Todos los barcos se hundieron, salvo un crucero británico. Se perdieron casi 200 vidas americanas y alemanas. +Durante la lucha por la independencia organizada por el movimiento Mau, una reunión pacífica en la ciudad terminó con la muerte del jefe supremo Tupua Tamasese Lealofi III. +Existen muchas playas, debido a que Auckland se encuentra en el cruce de dos puertos. Las más populares se encuentran en tres zonas. +Las playas de North Shore (en el distrito de North Harbour) se ubican en el océano Pacífico y se extienden desde Long Bay, en el norte, hasta Devonport, en el sur. +Son casi todos playas de arena con aguas seguras para el baño y la mayoría cuentan con sombra proporcionada por los árboles pohutukawa. +Las playas de Tamaki Drive se ubican en el puerto de Waitemata, en los barrios de clase alta de Mission Bay y St Heliers, en el centro de Auckland. +Estas son playas familiares a menudo concurridas con una buena variedad de tiendas a lo largo de la costa. El baño es seguro. +La cerveza local principal se llama "Number One", no es una cerveza compleja, pero es agradable y refrescante. La otra cerveza local se llama "Manta". +Existen muchas variedades de vinos franceses, pero los de Nueva Zelanda y Australia podrían viajar mejor. +El agua del suministro local es perfectamente seguro para beber, pero el agua embotellada es fácil de encontrar si se tiene miedo. +Para los australianos, la idea del café «flat white» es extraña. Un café corto se llama «espresso», el café con leche se llama «cappuccino» y el té se sirve sin leche. +El chocolate caliente se ajusta a los estándares belgas. Los jugos de frutas son caros, pero excelentes. +Hay muchas visitas al arrecife durante todo el año, por lo que las lesiones debido a cualquiera de estas causas en el arrecife son raras. +Sin embargo, tome consejos de las autoridades, obedezca todas las señales y pague atención a las advertencias de seguridad. +Las medusas box ocurren cerca de las playas y cerca de los estuarios de los ríos, desde octubre hasta abril, al norte de 1770. Pueden encontrarse ocasionalmente fuera de estas fechas. +Los tiburones sí existen, pero raramente atacan a los seres humanos. La mayoría de los tiburones tienen miedo de los seres humanos y se alejan de ellos. +Los cocodrilos de agua salada no viven activamente en el océano, su hábitat principal se encuentra en los estuarios de los ríos al norte de Rockhampton. +El hecho de reservar con antelación le da a los viajeros la tranquilidad de saber que tendrán donde dormir una vez lleguen a su destino. +Los agentes de viajes a menudo tienen acuerdos con ciertos hoteles, aunque puede ser posible reservar otros tipos de alojamiento, como campings, a través de un agente de viajes. +Los agentes de viajes suelen ofrecer paquetes que incluyen el desayuno, los arreglos de transporte al/desde el aeropuerto o incluso paquetes combinados de vuelo y hotel. +También pueden reservar la habitación por ti si necesitas tiempo para pensar la oferta o conseguir otros documentos para tu destino (por ejemplo, un visado). +Sin embargo, cualquier modificación o solicitud debería hacerse a través del agente de viajes y no directamente con el hotel. +Para algunos festivales, la gran mayoría de los asistentes a festivales de música deciden acampar en el lugar, y la mayoría de los asistentes consideran que es una parte vital de la experiencia. +Si quiere estar cerca de la acción, tendrá que llegar temprano para conseguir un lugar para acampar cerca de la música. +Recuerde que, aun cuando la música en los escenarios principales pueda haber terminado, puede que haya zonas del festival que sigan tocando música hasta bien entrada la noche. +Algunos festivales disponen de zonas de acampe especiales para familias con niños pequeños. +Si se cruza el Mar Báltico del Norte en invierno, se debe comprobar la ubicación de la cabina, ya que el paso por el hielo genera un ruido muy desagradable para las personas más afectadas. +Los cruceros de San Petersburgo incluyen tiempo en la ciudad. Los pasajeros de los cruceros están eximidos de las exigencias de visado (consulte los términos). +Los casinos suelen hacer muchos esfuerzos para maximizar el tiempo y el dinero invertidos por los invitados. Por lo general, no hay ventanas ni relojes y es difícil encontrar las salidas. +Suelen tener ofertas especiales de comida, bebidas y entretenimiento para mantener a los invitados en buen ánimo y mantenerlos en el establecimiento. +Algunos establecimientos ofrecen bebidas alcohólicas gratis. Sin embargo, la ebriedad deteriora la capacidad de juicio, y todos los buenos apostadores saben la importancia de mantenerse sobrios. +Cualquiera que se decida a conducir en latitudes altas o a través de pasos de montaña debería considerar la posibilidad de nieve, hielo o temperaturas bajo cero. +En carreteras cubiertas de nieve y hielo, la fricción es baja y no se puede conducir como si se estuviera sobre asfalto desnudo. +Durante las tormentas de nieve, puede caer una cantidad de nieve suficiente para quedarse atascado en muy poco tiempo. +La visibilidad también puede verse reducida por la caída o el viento de nieve o por la condensación o el hielo en las ventanas del vehículo. +Por otra parte, las condiciones de nieve y hielo son normales en muchos países y el tráfico sigue su curso, en su mayoría, sin interrupciones durante todo el año. +Es posible que las safaris sean el atractivo turístico más grande de África y la atracción principal para muchos visitantes. +En el uso popular, el término safari se utiliza para referirse a viajes terrestres a través de África para contemplar su espectacular fauna salvaje, especialmente en la sabana. +Algunos animales, como los elefantes y las jirafas, tienden a acercarse a los automóviles y el equipo estándar permitirá una buena visión. +A veces, los leones, los guepardos y los leopardos son tímidos y se ven mejor con binoculares. +Una excursión a pie (también conocida como «paseo por el bosque», «safari a pie» o «paseo a pie») consiste en caminar durante unas horas o varios días. +Los Juegos Paralímpicos se celebrarán entre el 24 de agosto y el 5 de septiembre de 2021. Algunos eventos se celebrarán en otras localidades de Japón. +Tokio será la única ciudad asiática que ha albergado dos Juegos Olímpicos de verano, ya que en 1964 fue la anfitriona de los mismos. +Si usted reservó sus vuelos y su alojamiento para 2020 antes de que se anunciara la postergación, puede tener una situación complicada. +Las políticas de cancelación varían, pero, desde mediados de marzo, la mayoría de las políticas de cancelación relacionadas con el coronavirus no se aplican hasta julio de 2020, fecha en la que se habían programado los Juegos Olímpicos. +Se espera que la mayoría de las entradas para los eventos costen entre ¥2500 y ¥130.000, con entradas típicas de aproximadamente ¥7000. +Planchar las prendas húmedas puede ayudarles a secarse. Muchos hoteles disponen de una plancha y una mesa de planchar que se prestan, incluso si no hay ninguna en la habitación. +Si no hay una plancha disponible o si no le gustan los calcetines planchados, puede intentar usar un secador de pelo, si está disponible. +Tenga cuidado de no dejar que la tela se caliente demasiado (que puede provocar que se reduzca su tamaño, o, en casos extremos, quemaduras). +Existen diferentes formas de purificar el agua, algunas más eficaces contra amenazas específicas. +En algunas zonas, una minuta de agua hirviendo es suficiente, en otras, se necesitan varios minutos. +Los filtros varían en su eficacia y, si tiene preocupaciones, debería comprar su agua en una botella sellada de una empresa reputable. +Los viajeros pueden encontrarse con plagas animales con las que no están familiarizados en sus regiones de origen. +Los parásitos pueden estropear los alimentos, provocar irritaciones o, en el peor de los casos, causar reacciones alérgicas, inyectar veneno o transmitir infecciones. +Las enfermedades infecciosas, o los animales peligrosos que pueden herir o matar a la gente por fuerza, no suelen considerarse plagas. +El comercio libre de impuestos es la oportunidad de adquirir mercancía exenta de impuestos y aduanas en ciertos lugares. +Los viajeros que se dirigen a países con altos impuestos pueden a veces ahorrar una considerable cantidad de dinero, especialmente en productos como bebidas alcohólicas y tabaco. +El tramo entre Point Marion y Fairmont ofrece las condiciones de conducción más desafiantes en la autopista Buffalo-Pittsburgh, pasando con frecuencia por terrenos aislados. +Si no está acostumbrado a conducir por carreteras de campo, tenga cuidado: las pendientes pronunciadas, las carreteras estrechas y las curvas pronunciadas son los rasgos predominantes. +Los límites de velocidad publicados son significativamente más bajos que en las secciones anteriores y posteriores —comúnmente 35-40 mph (56-64 km/h)— y la obediencia estricta a ellos es aún más importante que en otras ocasiones. +Curiosamente, sin embargo, el servicio de teléfono móvil es mucho más fuerte aquí que en muchas otras partes del recorrido, por ejemplo, en los Páramos de Pensilvania. +Los pasteles alemanes son bastante buenos y, en Baviera, son bastante ricos y variados, similares a los de su vecino del sur, Austria. +Los pasteles de frutas son habituales, con manzanas que se cocinan en pasteles todo el año y cerezas y ciruelas que se presentan durante el verano. +Muchos de los dulces alemanes también contienen almendras, castañas y otros frutos secos. Los pasteles más populares suelen combinarse particularmente bien con una taza de café fuerte. +Si quiere algo pequeño pero rico, puede probar lo que, dependiendo de la región, se llama Berliner, Pfannkuchen o Krapfen. +Un curry es un plato basado en hierbas y especias, acompañado de carne o vegetales. +Un curry puede ser "seco" o "húmedo" en función de la cantidad de líquido. +En las regiones interiores del norte de la India y Pakistán, el yogurte se utiliza con frecuencia en los currys; en el sur de la India y en algunas otras regiones costeras del subcontinente, la leche de coco se utiliza con frecuencia. +Con 17 000 islas a elegir, la gastronomía indonesia es un término general que abarca una gran variedad de cocinas regionales que se encuentran en toda la nación. +Sin embargo, si se utiliza sin ningún otro calificador, el término suele utilizarse para referirse a la comida originaria de las partes centrales y orientales de la isla principal Java. +La gastronomía javanesa, que ahora está disponible en todo el archipiélago, ofrece una variedad de platos sencillamente condimentados, siendo los condimentos favoritos de los javaneses las almendras, los chiles, el azúcar (especialmente el azúcar de coco javanés) y diversas especias aromáticas. +Los estribos son soportes para los pies del jinete que cuelgan a ambos lados de la silla. +Aportan mayor estabilidad al ciclista, pero pueden generar preocupaciones de seguridad debido a la posibilidad de que los pies del ciclista queden atrapados en ellos. +Si un jinete cae de un caballo, pero su pie queda atrapado en el estribo, podría ser arrastrado si el caballo huye. Para minimizar este riesgo, se pueden tomar diversas precauciones de seguridad. +En primer lugar, la mayoría de los jinetes usan botas de montar con un tacón y una suela lisa, bastante estrecha. +A continuación, algunos estribos, especialmente los ingleses, tienen barras de seguridad que permiten que la correa del estribo caiga del estribo si se tira hacia atrás por un jinete que cae. +Valle de Cochamó, destino de escalada por excelencia de Chile, conocido como el Yosemite de Sudamérica, con una variedad de paredes y acantilados de granito. +Las cumbres ofrecen vistas espectaculares desde sus picos. Los escaladores de todo el mundo siguen estableciendo nuevas rutas entre el inmenso potencial de paredes que ofrece. +Los deportes de montaña en pendiente, que incluyen el esquí y el snowboard, son deportes populares en los que se desliza por un terreno cubierto de nieve con esquís o un tabla de snowboard unidos a los pies. +El esquí es una actividad de viaje muy importante con muchos entusiastas que, de vez en cuando, se conocen como «esquiadores vagabundos», que planifican sus vacaciones enteras en torno a la práctica de esquí en un lugar específico. +La idea de practicar el esquí es muy antigua. Las pinturas rupestres que representan esquiadores datan del 5000 a. C. +El esquí de montaña como deporte se remonta al menos al siglo XVII y, en 1861, los noruegos abrieron el primer club de esquí recreativo en Australia. +El backpacking en esquí es también conocido como esquí de fondo, esquí turístico o esquí de montaña. +Se relaciona con, pero no siempre implica, la práctica de esquí de montaña o alpinismo, que se realiza en terreno empinado y requiere pistas y botas más rígidas. +Considere la ruta de esquí como una ruta de senderismo similar. +En buenas condiciones, podrá cubrir distancias algo mayores que al caminar, pero solo muy raramente podrá lograr las velocidades del esquí de fondo sin una mochila pesada en pistas preparadas. +Europa es un continente relativamente pequeño, pero con muchos países independientes. En circunstancias normales, viajar a través de múltiples países implicaría tener que solicitar visados y pasaportes múltiples veces. +Sin embargo, la zona Schengen funciona, en cierta medida, como un solo país en este sentido. +Mientras permanezca en esta zona, puede cruzar las fronteras sin pasar por los puntos de control de pasaportes. +De igual forma, al disponer de un visado de Schengen, no es necesario solicitar un visado para cada uno de los países miembros de Schengen por separado, lo que supone un ahorro de tiempo, dinero y documentación. +No existe una definición universal para los artículos manufacturados que se consideran antigüedades. Algunas agencias tributarias definen como antigüedades aquellos productos que tienen más de 100 años de antigüedad. +La definición tiene variaciones geográficas, donde el límite de edad puede ser menor en lugares como Norteamérica que en Europa. +Los productos artesanales podrían definirse como antigüedades, aunque son más jóvenes que los productos masificados similares. +La ganadería de renos es una fuente de ingresos importante entre los sami y la cultura que rodea el comercio es importante también para mucha gente con otras profesiones. +Aun así, tradicionalmente, no todos los samis se han involucrado en la ganadería de renos a gran escala, sino que han vivido de la pesca, la caza y otras actividades similares, con los renos como animales de tiro. +Hoy en día, muchos samis trabajan en oficios modernos. El turismo es una importante fuente de ingresos en Sápmi, la zona sami. +A pesar de que se utiliza ampliamente, especialmente entre personas que no son gitanos, la palabra «gitano» suele considerarse ofensiva debido a sus asociaciones con estereotipos negativos y percepciones inexactas de los gitanos. +Si el país que visitará se convierte en objeto de un aviso de viaje, su seguro de salud para viajeros o su seguro de cancelación de viaje podrían verse afectados. +También puede consultar los consejos de otros gobiernos, pero estos están pensados para sus propios ciudadanos. +Como ejemplo, los ciudadanos estadounidenses del Medio Oriente podrían enfrentarse a situaciones diferentes a las de los europeos o los árabes. +Los avisos son simplemente una resumen breve de la situación política de un país. +Los puntos de vista presentados suelen ser superficiales, generales y demasiado simplificados en comparación con la información más detallada disponible en otros lugares. +El término genérico para cualquier fenómeno meteorológico peligroso con el potencial de causar daños, graves alteraciones sociales o la pérdida de vidas humanas es el de «clima severo». +Las condiciones meteorológicas adversas pueden ocurrir en cualquier lugar del planeta y existen diferentes tipos de ellas, que pueden depender de la geografía, la topografía y las condiciones atmosféricas. +Los vientos fuertes, el granizo, las precipitaciones excesivas y los incendios forestales son formas y efectos de un tiempo severo, así como las tormentas eléctricas, los tornados, las trombas de agua y los ciclones. +Los fenómenos meteorológicos severos regionales y estacionales incluyen tormentas de nieve, tormentas de nieve, tormentas de hielo y tormentas de polvo. +Se aconseja a los viajeros que sean conscientes de cualquier riesgo de malas condiciones meteorológicas que puedan afectar a su zona, ya que podrían afectar a sus planes de viaje. +Cualquier persona que planee una visita a un país que podría considerarse una zona de guerra debería recibir formación profesional. +Una búsqueda en Internet con el término «Curso de entorno hostil» probablemente proporcionará la dirección de una empresa local. +Un curso normalmente aborda todos los temas tratados aquí con mucho más detalle, generalmente con experiencia práctica. +Un curso normalmente dura entre 2 y 5 días y incluye juegos de rol, mucha asistencia médica y, a veces, entrenamiento con armas. +Los libros y revistas sobre supervivencia en la naturaleza son comunes, pero las publicaciones sobre zonas de guerra son escasas. +Los viajeros que planean una cirugía de reasignación de sexo en el extranjero deben asegurarse de que tengan documentos válidos para el viaje de regreso. +La disposición de los gobiernos a emitir pasaportes sin indicar el género (X) o documentos actualizados para ajustarse a un nombre y género deseado varía. +La disposición de los gobiernos extranjeros a honrar estos documentos es tan variada como cualquier otra cosa. +Los controles de seguridad también se han vuelto mucho más intrusivos en la era posterior al 11 de septiembre de 2001. +Las personas transgénero preoperatorias no deberían esperar pasar por los escáneres con su privacidad y su dignidad intactas. +Las corrientes de retroceso son el flujo que regresa de las olas que se rompen en la playa, a menudo en un arrecife o algo similar. +Debido a la topografía bajo el agua, el flujo de retorno se concentra en algunas secciones más profundas y puede formarse una corriente rápida hacia el agua profunda. +La mayoría de las muertes ocurren como consecuencia de la fatiga al intentar nadar contra la corriente, que puede ser imposible. +Cuando se sale de la corriente, nadar de vuelta no es más difícil de lo habitual. +Intente apuntar a algún lugar donde no sea capturado de nuevo o, en función de sus habilidades y de si ha sido descubierto, podría esperar la ayuda. +El impacto de la reentrada llega antes que el de la cultura (hay menos una fase de luna de miel), dura más y puede ser más severo. +Los viajeros que tuvieron un fácil proceso de adaptación a la nueva cultura a veces tienen un particularmente difícil proceso de adaptación a su cultura natal. +Cuando se regresa a casa después de haber vivido en el extranjero, se adapta a la nueva cultura y se pierden algunos de los hábitos de la cultura de origen. +Cuando usted viajaba por primera vez al extranjero, las personas probablemente eran pacientes y comprensivos, ya que saben que los viajeros en un país nuevo necesitan adaptarse. +Las personas pueden no anticipar que la paciencia y la comprensión son también necesarias para los viajeros que regresan a casa. +El espectáculo de sonido y luz de la pirámide es una de las cosas más interesantes de la zona para los niños. +Puede ver las pirámides en la oscuridad y puede verlas en silencio antes de que comience el espectáculo. +Normalmente, siempre se escucha el sonido de los turistas y los vendedores. La historia del sonido y la luz es como un libro de cuentos. +La esfinge es el telón de fondo y el narrador de una larga historia. +Las escenas se proyectan en las pirámides y éstas se iluminan. +Las islas Shetland del Sur, descubiertas en 1819, reclaman varias naciones y tienen el mayor número de bases, con dieciséis activas en 2020. +El archipiélago se encuentra a 120 km al norte de la península. La isla más grande es la isla Rey Jorge, donde se encuentra la colonia Villa Las Estrellas. +Otros incluyen la isla Livingston y la isla Decepción, donde la caldera inundada de un volcán aún activo ofrece un espectacular puerto natural. +Ellsworth Land es la región que se encuentra al sur de la península, limitada por el mar de Bellingshausen. +Las montañas de la península aquí se unen al altiplano, y luego vuelven a emerger para formar la cadena de 360 km de las montañas de Ellsworth, dividida por el glaciar de Minnesota. +La parte norte o cordillera Sentinel tiene las montañas más altas de la Antártida, el macizo Vinson, que culmina en el monte Vinson a 4892 metros. +En lugares aislados, sin cobertura de teléfonos móviles, una tarjeta satelital puede ser su única opción. +Normalmente, un teléfono satelital no sirve como reemplazo de un teléfono móvil, ya que es necesario estar al aire libre con una línea de visión clara hacia el satélite para hacer una llamada. +El servicio se utiliza con frecuencia por parte de las embarcaciones de recreo, así como de las expediciones que tienen necesidades de datos y voz a distancia. +El proveedor de servicios telefónicos local debería ser capaz de proporcionar más información sobre la conexión a este servicio. +Una opción cada vez más popular para aquellos que planean un año sabático es viajar y aprender. +Esto es especialmente popular entre los que abandonan la escuela, ya que les permite tomarse un año libre antes de ir a la universidad, sin comprometer su educación. +En muchos casos, inscribirse en un curso de año sabático en el extranjero puede mejorar las posibilidades de entrar en la educación superior en su país de origen. +Típicamente, es necesario pagar una tarifa de inscripción para ingresar a estos programas educativos. +Finlandia es un gran destino para la navegación. El «país de los mil lagos» tiene miles de islas, tanto en los lagos como en los archipiélagos costeros. +En los archipiélagos y lagos no siempre se necesita un yate. +Aunque es cierto que los archipiélagos costeros y los lagos más grandes son lo suficientemente grandes para cualquier yate, los barcos más pequeños o incluso un kayak ofrecen una experiencia diferente. +La navegación es un pasatiempo nacional en Finlandia, con un barco para cada siete o ocho personas. +Estas cifras se corresponden con Noruega, Suecia y Nueva Zelanda, pero, en lo demás, son bastante singulares (por ejemplo, en los Países Bajos la cifra es una a cuarenta). +La mayoría de las distintas travesías por el Báltico incluyen una estancia prolongada en San Petersburgo, Rusia. +Esto quiere decir que puede visitar la ciudad histórica durante un par de días completos y regresar a dormir a bordo de la nave por la noche. +Si usted solo desembarca con las excursiones del barco, no necesitará un visado separado (a partir de 2009). +Algunos cruceros incluyen Berlín, Alemania, en los folletos. Como se puede ver en la mapa anterior, Berlín no se encuentra cerca del mar y una visita a la ciudad no está incluida en el precio del crucero. +Viajar en avión puede ser una experiencia aterradora para personas de todas las edades y de todos los orígenes, especialmente si no han volado antes o si han vivido un evento traumático. +No es algo de lo que se debería avergonzarse. Es idéntico a los temores y aversiones personales de otras cosas que mucha gente tiene. +Para algunos, entender algo sobre cómo funcionan los aviones y lo que sucede durante un vuelo puede ayudar a superar un miedo que se basa en lo desconocido o en la falta de control. +Las empresas de correo se pagan bien por entregar cosas rápidamente. Con frecuencia, el tiempo es muy importante con documentos comerciales, mercancía o piezas de repuesto para una reparación urgente. +En algunas rutas, las compañías más grandes tenían sus propios aviones, pero en otras rutas y para las empresas más pequeñas había un problema. +En algunas rutas, podría haber pasado días hasta que llegara la mercancía a la aduana y se descargara. +La única forma de hacerlo más rápido era enviarlo como equipaje de mano. Las normas de la compañía aérea no permiten enviar equipaje sin pasajero, lo que es donde usted entra en juego. +La forma más obvia de volar en primera o clase de negocios es pagar un montón de dinero por el privilegio (o, mejor aún, que su empresa lo haga por usted). +Sin embargo, esto no es barato:, como reglas generales, puede esperar pagar hasta cuatro veces el precio normal de la tarifa económica para el negocio y once veces para la primera clase! +En términos generales, no tiene sentido buscar descuentos para los asientos de negocios o de primera clase en vuelos directos desde A a B. +Las compañías aéreas saben muy bien que hay un grupo de viajeros que está dispuesto a pagar cualquier cantidad de dinero por el privilegio de llegar rápidamente y con comodidad a su destino, y cobran por ello. +La capital de Moldavia es Chisináu. El idioma local es el rumano, pero el ruso se utiliza ampliamente. +Moldavia es una república multiétnica que ha sufrido un conflicto étnico. +En 1994, este conflicto dio lugar a la creación de la autoproclamada República de Transnistria en el este de Moldavia, que tiene su propio gobierno y moneda, pero no es reconocida por ningún país miembro de la ONU. +A pesar del fracaso de las negociaciones políticas, se han restablecido los vínculos económicos entre estas dos partes de Moldavia. +La religión predominante en Moldavia es el cristianismo ortodoxo. +Izmir es la tercera ciudad más grande de Turquía, con una población de aproximadamente 3,7 millones de personas, el segundo puerto más grande después de Estambul y un excelente centro de transporte. +Una vez la antigua ciudad de Esmirna, ahora se trata de un centro comercial moderno, desarrollado y con mucha actividad comercial, rodeado de una gran bahía y rodeado de montañas. +Los anchos bulevares, los edificios con fachadas de cristal y los modernos centros comerciales se adornan con techos de tejas rojas, el mercado del siglo XVIII, las viejas mezquitas y las iglesias, aunque la ciudad tiene un ambiente más de Europa del Mediterráneo que de Turquía tradicional. +La aldea de Haldarsvík ofrece vistas de la cercana isla Eysturoy y tiene una iglesia octogonal extraña. +En el cementerio, hay esculturas de mármol interesantes de palomas sobre algunas tumbas. +Es recomendable dedicar media hora a pasear por el interesante pueblo. +Al norte y fácilmente accesible se encuentra la romántica y fascinante ciudad de Sintra, que se hizo famosa entre los extranjeros después de un relato brillante de sus esplendores recogido por Lord Byron. +El autobús 403 de Scotturb viaja regularmente a Sintra, parando en Cabo da Roca. +También al norte, visite el gran Santuario de Nuestra Señora de Fátima (Santuario), un lugar de apariciones marianas famosas en todo el mundo. +Recuerde que, en esencia, está visitando un cementerio masivo, así como un lugar que tiene un significado casi incalculable para una gran parte de la población del mundo. +Hay todavía muchos hombres y mujeres vivos que sobrevivieron a su tiempo aquí, y muchos más que tenían familiares que fueron asesinados o que murieron trabajando allí, judíos y no judíos. +Por favor, trate el sitio con toda la dignidad, solemnidad y respeto que se merece. No haga bromas sobre el Holocausto ni sobre los nazis. +No defacie el sitio marcando o escribiendo graffiti en las estructuras. +Los idiomas oficiales de Barcelona son el catalán y el español. Alrededor de la mitad prefieren hablar catalán, una gran mayoría lo entiende y prácticamente todo el mundo habla español. +Sin embargo, la mayoría de los signos solo se indican en catalán, ya que, según la ley, es considera el primer idioma oficial. +Sin embargo, el español también se utiliza ampliamente en el transporte público y otras instalaciones. +Los anuncios regulares en el metro solo se realizan en catalán, pero las interrupciones no planeadas se anuncian por un sistema automatizado en una gran variedad de idiomas, entre ellos español, inglés, francés, árabe y japonés. +Los parisinos tienen la reputación de ser egocéntricos, groseros y arrogantes. +Aun cuando esto suele ser solo un estereotipo inexacto, la mejor forma de convivir en París sigue siendo comportarse como alguien “bien educado” (bien criado). Esto facilitará considerablemente el desplazamiento. +Los exteriores abruptos de los parisinos desaparecerán rápidamente si muestran algunas cortesías básicas. +El parque nacional de los Lagos de Plitvice está muy arbolado, principalmente con hayas, pinos y abetos, y presenta una mezcla de vegetación alpina y mediterránea. +Posee una notable variedad de comunidades vegetales, debido a su rango de microclimas, suelos diversos y altitudes variables. +La zona también es hogar de una variedad extrema de animales y aves. +Allí se pueden encontrar animales faunísticos raros, como el oso pardo europeo, el lobo, el águila, el búho, el lince, el gato salvaje y el capercaillero, así como muchas más especies comunes. +Al visitar los monasterios, las mujeres deben llevar faldas que cubran las rodillas y deben cubrirse los hombros, también. +La mayoría de los monasterios ofrecen abrigos a las mujeres que no están preparadas, pero si se trae uno propio, especialmente uno de colores brillantes, se recibe una sonrisa del monje o la monja en la entrada. +En la misma línea, se exige que los hombres usen pantalones que cubran las rodillas. +También se puede tomar prestado en la entrada, pero no se lava después de cada usuario, así que puede que no se sienta cómodo con estas faldas. Un tamaño para todos los hombres! +La cocina mallorquina, como la de otras zonas del Mediterráneo, se basa en el pan, las verduras y el carne (especialmente el cerdo), y utiliza aceite de oliva en todo momento. +Un simple almuerzo popular, especialmente durante el verano, es el Pa amb Oli: pan con aceite de oliva, tomate y cualquier condimento disponible, como queso, atún, etc. +Todos los sustantivos, junto con la palabra Sie para usted, siempre comienzan con una letra mayúscula, incluso en el medio de una oración. +Esta es una forma importante de distinguir entre algunos verbos y objetos. +También, probablemente, facilita la lectura, aunque la escritura es algo complicada por la necesidad de determinar si un verbo o un adjetivo se utiliza en una forma substantivada. +La pronuncia es relativamente fácil en italiano, ya que la mayoría de las palabras se pronuncia exactamente como se escriben. +Las letras principales a tener en cuenta son la c y la g, ya que su pronunciación varía en función de la vocal siguiente. +También, asegúrese de que pronuncie r y rr de forma diferente: caro quiere decir «caro», mientras que carro quiere decir «carro». +El persa tiene una gramática relativamente fácil y, en su mayoría, regular. +Por lo tanto, la lectura de este manual de gramática le ayudaría a aprender mucho sobre la gramática persa y a comprender mejor las frases. +Por supuesto, si sabe un idioma romance, será más fácil para usted aprender portugués. +Sin embargo, las personas que conocen algo de español podrían llegar a la conclusión rápida de que el portugués está lo bastante cerca como para que no tenga que ser estudiado por separado. +Los observatorios premodernos suelen ser obsoletos en la actualidad y se mantienen como museos o sitios de educación. +Como la contaminación lumínica en su época de esplendor no era el tipo de problema que es hoy en día, suelen ubicarse en ciudades o en campus, que son más fáciles de llegar que los construidos en tiempos modernos. +La mayoría de los telescopios de investigación modernos son enormes instalaciones en zonas remotas con condiciones atmosféricas favorables. +La contemplación de las cerezas en flor, conocida como hanami, forma parte de la cultura japonesa desde el siglo VIII. +El concepto surgió en China, donde las flores de ciruela eran las preferidas. +En Japón, las primeras fiestas de flores de cerezo fueron organizadas por el emperador solo para él y otros miembros de la aristocracia que se encontraban en torno al Palacio Imperial. +Las plantas tienen su mejor aspecto cuando se encuentran en un entorno natural, así que resista la tentación de eliminar incluso un solo ejemplar. +Si visita un jardín arreglado formalmente, recoger "especímenes" también lo echarán, sin discusión. +En general, Singapur es un lugar extremadamente seguro y muy fácil de navegar, y se puede comprar casi todo después de llegar. +Sin embargo, si se ubica en los «altos trópicos», unos pocos grados al norte del ecuador, tendrá que enfrentarse tanto al calor (siempre) como a la fuerte radiación solar (cuando el cielo está despejado, más raramente). +También hay unos pocos autobuses que van hacia el norte hasta Hebrón, el lugar tradicional de entierro de los patriarcas bíblicos Abraham, Isaac, Jacob y sus esposas. +Compruebe si el autobús que está pensando en tomar va a Hebrón y no solo a la cercana colonia judía de Kiryat Arba. +Las vías fluviales internas pueden ser un buen tema para organizar un viaje. +Por ejemplo, visitar castillos en el Valle del Loira, el Valle del Rin o hacer una excursión a ciudades interesantes en el Danubio o navegar por el Canal de Erie. +También establecen rutas para caminatas y excursiones en bicicleta populares. +El Día de Navidad es uno de los días festivos más importantes del cristianismo y se celebra como el cumpleaños de Jesús. +Muchas de las tradiciones relacionadas con el día han sido adoptadas también por no creyentes en países cristianos y no cristianos en todo el mundo. +Existe una tradición de pasar la noche de Pascua despierto en algún punto expuesto para ver el amanecer. +Existen, por supuesto, explicaciones teológicas cristianas para esta tradición, pero podría tratarse de un rito de primavera y fecundidad pre-cristiano. +Las iglesias tradicionales suelen celebrar una vigilia de Pascua el sábado por la noche durante el fin de semana de Pascua, con las congregaciones que suelen celebrar la resurrección de Cristo a la medianoche. +Todos los animales que llegaron originalmente a las islas lo hicieron mediante la natación, el vuelo o la flotación. +Debido a la gran distancia del continente, los mamíferos no pudieron realizar el viaje, por lo que la tortuga gigante se convirtió en el animal de pastoreo primario de las Galápagos. +Desde la llegada del hombre a Galápagos, se han introducido numerosos mamíferos, como cabras, caballos, vacas, ratones, gatos y perros. +Si visita las áreas árticas o antárticas en invierno, experimentará la noche polar, que significa que el sol no se eleva por encima del horizonte. +Esto ofrece una buena oportunidad para ver la aurora boreal, ya que el cielo estará oscuro más o menos durante todo el día. +Como las zonas son escasamente pobladas, y la contaminación lumínica, por lo tanto, no suele ser un problema, también podrá disfrutar de las estrellas. +La cultura laboral japonesa es más jerárquica y formal que lo que los occidentales podrían estar acostumbrados. +Los trajes son la ropa de negocios estándar y los compañeros se llaman por sus nombres de familia o por sus títulos profesionales. +La armonía en el lugar de trabajo es esencial, poniendo el énfasis en el esfuerzo del grupo en lugar de elogiar los logros individuales. +Los trabajadores suelen necesitar la aprobación de sus superiores para cualquier decisión que tomen y se espera que obedezcan las instrucciones de sus superiores sin cuestiones. diff --git a/test-en-es.bleu b/test-en-es.bleu new file mode 100644 index 0000000000000000000000000000000000000000..6af73cfe27ce24d7551d6a2ab23f961200f03b8a --- /dev/null +++ b/test-en-es.bleu @@ -0,0 +1 @@ +BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 27.81 62.1/36.2/22.8/14.4 (BP = 0.949 ratio = 0.950 hyp_len = 27739 ref_len = 29199) diff --git a/test-en-es.comet b/test-en-es.comet new file mode 100644 index 0000000000000000000000000000000000000000..ca8bd20f4eca775cd09d46ffcb5a2c60fe832734 --- /dev/null +++ b/test-en-es.comet @@ -0,0 +1,1013 @@ +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 0 score: 0.8475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 1 score: 0.8777 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 2 score: 0.9009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 3 score: 0.8431 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 4 score: 0.8164 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 5 score: 0.7512 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 6 score: 0.7998 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 7 score: 0.8698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 8 score: 0.8706 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 9 score: 0.8846 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 10 score: 0.8339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 11 score: 0.7231 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 12 score: 0.8812 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 13 score: 0.8681 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 14 score: 0.8458 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 15 score: 0.7799 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 16 score: 0.8859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 17 score: 0.9407 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 18 score: 0.8712 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 19 score: 0.8447 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 20 score: 0.9364 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 21 score: 0.9561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 22 score: 0.7886 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 23 score: 0.8085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 24 score: 0.8882 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 25 score: 0.9282 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 26 score: 0.9052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 27 score: 0.8266 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 28 score: 0.8688 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 29 score: 0.8628 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 30 score: 0.8432 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 31 score: 0.8071 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 32 score: 0.8093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 33 score: 0.9063 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 34 score: 0.9237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 35 score: 0.9233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 36 score: 0.9003 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 37 score: 0.8864 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 38 score: 0.8302 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 39 score: 0.8680 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 40 score: 0.7917 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 41 score: 0.8989 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 42 score: 0.8090 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 43 score: 0.8821 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 44 score: 0.8895 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 45 score: 0.8906 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 46 score: 0.9024 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 47 score: 0.9193 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 48 score: 0.9252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 49 score: 0.8610 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 50 score: 0.9383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 51 score: 0.8981 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 52 score: 0.9000 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 53 score: 0.9141 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 54 score: 0.8750 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 55 score: 0.8390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 56 score: 0.8603 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 57 score: 0.8317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 58 score: 0.8004 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 59 score: 0.9365 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 60 score: 0.8880 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 61 score: 0.9265 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 62 score: 0.7880 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 63 score: 0.9193 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 64 score: 0.8577 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 65 score: 0.7553 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 66 score: 0.7424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 67 score: 0.7877 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 68 score: 0.9313 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 69 score: 0.8646 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 70 score: 0.8598 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 71 score: 0.8326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 72 score: 0.8410 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 73 score: 0.8673 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 74 score: 0.8526 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 75 score: 0.8076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 76 score: 0.8875 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 77 score: 0.8824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 78 score: 0.9493 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 79 score: 0.9052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 80 score: 0.7720 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 81 score: 0.8500 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 82 score: 0.8369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 83 score: 0.8207 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 84 score: 0.7728 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 85 score: 0.8722 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 86 score: 0.7724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 87 score: 0.9065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 88 score: 0.8900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 89 score: 0.8857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 90 score: 0.8491 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 91 score: 0.8391 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 92 score: 0.8724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 93 score: 0.8765 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 94 score: 0.8603 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 95 score: 0.9371 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 96 score: 0.8560 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 97 score: 0.8751 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 98 score: 0.9310 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 99 score: 0.8523 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 100 score: 0.8813 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 101 score: 0.8429 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 102 score: 0.8874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 103 score: 0.9348 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 104 score: 0.8699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 105 score: 0.8949 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 106 score: 0.8517 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 107 score: 0.8670 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 108 score: 0.6920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 109 score: 0.7348 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 110 score: 0.9170 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 111 score: 0.9364 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 112 score: 0.9502 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 113 score: 0.9176 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 114 score: 0.8597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 115 score: 0.8847 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 116 score: 0.8720 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 117 score: 0.8490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 118 score: 0.8706 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 119 score: 0.8514 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 120 score: 0.7897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 121 score: 0.8780 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 122 score: 0.9415 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 123 score: 0.9056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 124 score: 0.9115 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 125 score: 0.9135 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 126 score: 0.8359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 127 score: 0.8863 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 128 score: 0.8581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 129 score: 0.9080 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 130 score: 0.8756 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 131 score: 0.8130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 132 score: 0.9012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 133 score: 0.9036 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 134 score: 0.7593 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 135 score: 0.8732 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 136 score: 0.9116 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 137 score: 0.8629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 138 score: 0.9186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 139 score: 0.9057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 140 score: 0.9018 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 141 score: 0.7795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 142 score: 0.9118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 143 score: 0.8771 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 144 score: 0.8659 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 145 score: 0.8934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 146 score: 0.9070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 147 score: 0.8957 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 148 score: 0.8898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 149 score: 0.8858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 150 score: 0.9271 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 151 score: 0.8378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 152 score: 0.8654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 153 score: 0.7582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 154 score: 0.7174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 155 score: 0.8966 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 156 score: 0.8769 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 157 score: 0.8036 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 158 score: 0.9103 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 159 score: 0.8679 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 160 score: 0.8239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 161 score: 0.8593 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 162 score: 0.8352 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 163 score: 0.8889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 164 score: 0.9011 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 165 score: 0.8050 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 166 score: 0.8650 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 167 score: 0.8640 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 168 score: 0.8011 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 169 score: 0.8740 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 170 score: 0.8573 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 171 score: 0.9329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 172 score: 0.8379 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 173 score: 0.9020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 174 score: 0.9009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 175 score: 0.7942 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 176 score: 0.8170 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 177 score: 0.8735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 178 score: 0.8634 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 179 score: 0.8915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 180 score: 0.8525 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 181 score: 0.9262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 182 score: 0.9085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 183 score: 0.9132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 184 score: 0.8730 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 185 score: 0.9199 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 186 score: 0.9260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 187 score: 0.8650 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 188 score: 0.8591 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 189 score: 0.8744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 190 score: 0.7383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 191 score: 0.9006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 192 score: 0.7695 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 193 score: 0.6798 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 194 score: 0.8837 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 195 score: 0.8975 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 196 score: 0.8266 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 197 score: 0.8020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 198 score: 0.9005 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 199 score: 0.8786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 200 score: 0.8653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 201 score: 0.7999 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 202 score: 0.8629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 203 score: 0.7707 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 204 score: 0.8498 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 205 score: 0.8741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 206 score: 0.8984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 207 score: 0.8541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 208 score: 0.8337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 209 score: 0.8896 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 210 score: 0.9359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 211 score: 0.8662 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 212 score: 0.8949 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 213 score: 0.8972 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 214 score: 0.9127 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 215 score: 0.9149 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 216 score: 0.9066 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 217 score: 0.8972 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 218 score: 0.8794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 219 score: 0.9162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 220 score: 0.9071 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 221 score: 0.8412 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 222 score: 0.8999 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 223 score: 0.8966 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 224 score: 0.9218 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 225 score: 0.9031 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 226 score: 0.8809 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 227 score: 0.6851 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 228 score: 0.8619 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 229 score: 0.8550 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 230 score: 0.9593 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 231 score: 0.9051 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 232 score: 0.8779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 233 score: 0.8863 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 234 score: 0.8076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 235 score: 0.8792 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 236 score: 0.8824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 237 score: 0.8224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 238 score: 0.9350 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 239 score: 0.8740 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 240 score: 0.7687 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 241 score: 0.7871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 242 score: 0.8221 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 243 score: 0.6701 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 244 score: 0.8640 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 245 score: 0.9074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 246 score: 0.7948 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 247 score: 0.7702 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 248 score: 0.8031 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 249 score: 0.9248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 250 score: 0.8820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 251 score: 0.8987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 252 score: 0.9125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 253 score: 0.9256 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 254 score: 0.8561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 255 score: 0.9017 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 256 score: 0.7713 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 257 score: 0.9187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 258 score: 0.8790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 259 score: 0.8604 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 260 score: 0.8770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 261 score: 0.7819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 262 score: 0.8904 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 263 score: 0.8435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 264 score: 0.9123 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 265 score: 0.8708 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 266 score: 0.8408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 267 score: 0.8605 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 268 score: 0.8870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 269 score: 0.8483 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 270 score: 0.9133 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 271 score: 0.8378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 272 score: 0.8207 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 273 score: 0.8115 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 274 score: 0.7188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 275 score: 0.7292 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 276 score: 0.7780 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 277 score: 0.9135 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 278 score: 0.8913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 279 score: 0.8635 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 280 score: 0.9233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 281 score: 0.8837 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 282 score: 0.9316 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 283 score: 0.8996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 284 score: 0.8816 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 285 score: 0.9240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 286 score: 0.8782 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 287 score: 0.8263 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 288 score: 0.9153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 289 score: 0.9007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 290 score: 0.8194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 291 score: 0.7837 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 292 score: 0.9112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 293 score: 0.8963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 294 score: 0.8146 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 295 score: 0.7853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 296 score: 0.8186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 297 score: 0.8791 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 298 score: 0.9188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 299 score: 0.8903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 300 score: 0.9028 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 301 score: 0.8243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 302 score: 0.8622 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 303 score: 0.9063 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 304 score: 0.9219 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 305 score: 0.8747 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 306 score: 0.8541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 307 score: 0.9033 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 308 score: 0.9047 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 309 score: 0.8463 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 310 score: 0.8992 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 311 score: 0.9249 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 312 score: 0.8858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 313 score: 0.7405 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 314 score: 0.9278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 315 score: 0.9092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 316 score: 0.9218 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 317 score: 0.8864 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 318 score: 0.8606 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 319 score: 0.8430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 320 score: 0.7484 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 321 score: 0.8140 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 322 score: 0.8673 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 323 score: 0.9128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 324 score: 0.9000 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 325 score: 0.8383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 326 score: 0.7950 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 327 score: 0.8695 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 328 score: 0.9029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 329 score: 0.8429 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 330 score: 0.8771 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 331 score: 0.8921 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 332 score: 0.9102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 333 score: 0.8417 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 334 score: 0.9381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 335 score: 0.8713 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 336 score: 0.8534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 337 score: 0.7779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 338 score: 0.8698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 339 score: 0.8787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 340 score: 0.8338 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 341 score: 0.6543 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 342 score: 0.7762 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 343 score: 0.8650 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 344 score: 0.8631 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 345 score: 0.8305 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 346 score: 0.8998 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 347 score: 0.8536 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 348 score: 0.8215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 349 score: 0.8240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 350 score: 0.8291 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 351 score: 0.8969 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 352 score: 0.7953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 353 score: 0.8788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 354 score: 0.8792 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 355 score: 0.8662 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 356 score: 0.9039 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 357 score: 0.8826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 358 score: 0.7217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 359 score: 0.8317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 360 score: 0.8241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 361 score: 0.7906 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 362 score: 0.7755 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 363 score: 0.6740 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 364 score: 0.9274 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 365 score: 0.8336 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 366 score: 0.7792 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 367 score: 0.9216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 368 score: 0.7947 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 369 score: 0.8236 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 370 score: 0.7518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 371 score: 0.7699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 372 score: 0.8734 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 373 score: 0.9019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 374 score: 0.9146 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 375 score: 0.8838 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 376 score: 0.8992 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 377 score: 0.9158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 378 score: 0.8916 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 379 score: 0.8740 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 380 score: 0.8930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 381 score: 0.8908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 382 score: 0.8096 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 383 score: 0.7581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 384 score: 0.8271 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 385 score: 0.7824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 386 score: 0.7878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 387 score: 0.8985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 388 score: 0.8871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 389 score: 0.8705 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 390 score: 0.8892 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 391 score: 0.9095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 392 score: 0.9165 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 393 score: 0.9222 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 394 score: 0.9061 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 395 score: 0.8928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 396 score: 0.7828 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 397 score: 0.9598 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 398 score: 0.8376 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 399 score: 0.9045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 400 score: 0.9266 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 401 score: 0.7961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 402 score: 0.9056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 403 score: 0.7849 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 404 score: 0.8146 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 405 score: 0.8508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 406 score: 0.8696 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 407 score: 0.8929 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 408 score: 0.9060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 409 score: 0.8821 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 410 score: 0.9082 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 411 score: 0.8685 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 412 score: 0.8691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 413 score: 0.9158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 414 score: 0.8741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 415 score: 0.8457 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 416 score: 0.8832 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 417 score: 0.8467 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 418 score: 0.9225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 419 score: 0.8829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 420 score: 0.8383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 421 score: 0.9122 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 422 score: 0.8869 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 423 score: 0.8897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 424 score: 0.8567 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 425 score: 0.8999 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 426 score: 0.8938 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 427 score: 0.8993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 428 score: 0.8936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 429 score: 0.9217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 430 score: 0.8928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 431 score: 0.7819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 432 score: 0.8105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 433 score: 0.7913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 434 score: 0.8292 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 435 score: 0.7522 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 436 score: 0.8685 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 437 score: 0.8596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 438 score: 0.9074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 439 score: 0.8963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 440 score: 0.9139 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 441 score: 0.9205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 442 score: 0.8968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 443 score: 0.8238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 444 score: 0.8591 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 445 score: 0.8531 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 446 score: 0.8868 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 447 score: 0.9160 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 448 score: 0.9145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 449 score: 0.8571 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 450 score: 0.8840 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 451 score: 0.8788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 452 score: 0.9319 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 453 score: 0.9106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 454 score: 0.8930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 455 score: 0.8681 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 456 score: 0.7809 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 457 score: 0.9300 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 458 score: 0.9080 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 459 score: 0.8750 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 460 score: 0.8939 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 461 score: 0.8684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 462 score: 0.8899 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 463 score: 0.9144 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 464 score: 0.8700 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 465 score: 0.8766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 466 score: 0.8602 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 467 score: 0.7763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 468 score: 0.8236 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 469 score: 0.7935 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 470 score: 0.7243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 471 score: 0.7363 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 472 score: 0.8472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 473 score: 0.8239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 474 score: 0.7243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 475 score: 0.8698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 476 score: 0.8793 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 477 score: 0.9231 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 478 score: 0.9273 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 479 score: 0.9034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 480 score: 0.8412 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 481 score: 0.8652 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 482 score: 0.8874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 483 score: 0.8333 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 484 score: 0.8729 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 485 score: 0.8942 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 486 score: 0.8439 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 487 score: 0.8765 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 488 score: 0.9029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 489 score: 0.9341 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 490 score: 0.8796 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 491 score: 0.8434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 492 score: 0.9224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 493 score: 0.8634 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 494 score: 0.8092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 495 score: 0.8422 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 496 score: 0.8911 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 497 score: 0.7851 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 498 score: 0.9088 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 499 score: 0.8973 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 500 score: 0.9150 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 501 score: 0.8932 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 502 score: 0.8631 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 503 score: 0.9014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 504 score: 0.8360 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 505 score: 0.8281 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 506 score: 0.8205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 507 score: 0.8709 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 508 score: 0.8114 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 509 score: 0.8637 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 510 score: 0.7772 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 511 score: 0.8257 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 512 score: 0.8542 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 513 score: 0.8572 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 514 score: 0.8092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 515 score: 0.8614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 516 score: 0.7724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 517 score: 0.8746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 518 score: 0.8371 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 519 score: 0.9316 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 520 score: 0.8517 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 521 score: 0.8938 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 522 score: 0.9145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 523 score: 0.8620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 524 score: 0.9288 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 525 score: 0.9040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 526 score: 0.8608 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 527 score: 0.7292 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 528 score: 0.8631 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 529 score: 0.8997 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 530 score: 0.8518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 531 score: 0.8783 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 532 score: 0.8562 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 533 score: 0.8791 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 534 score: 0.7378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 535 score: 0.3871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 536 score: 0.8446 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 537 score: 0.8898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 538 score: 0.8778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 539 score: 0.8961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 540 score: 0.8620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 541 score: 0.8477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 542 score: 0.8681 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 543 score: 0.8724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 544 score: 0.8814 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 545 score: 0.9203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 546 score: 0.8542 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 547 score: 0.8455 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 548 score: 0.8691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 549 score: 0.8886 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 550 score: 0.8097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 551 score: 0.9248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 552 score: 0.8570 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 553 score: 0.8984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 554 score: 0.8857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 555 score: 0.8174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 556 score: 0.8408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 557 score: 0.7882 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 558 score: 0.8067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 559 score: 0.7091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 560 score: 0.8693 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 561 score: 0.7855 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 562 score: 0.8780 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 563 score: 0.8681 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 564 score: 0.7948 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 565 score: 0.9075 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 566 score: 0.8823 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 567 score: 0.8917 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 568 score: 0.8183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 569 score: 0.7615 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 570 score: 0.8868 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 571 score: 0.8663 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 572 score: 0.7794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 573 score: 0.8539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 574 score: 0.8998 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 575 score: 0.7438 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 576 score: 0.8608 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 577 score: 0.8856 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 578 score: 0.9236 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 579 score: 0.9145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 580 score: 0.8678 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 581 score: 0.9138 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 582 score: 0.8467 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 583 score: 0.8017 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 584 score: 0.8123 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 585 score: 0.8985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 586 score: 0.8625 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 587 score: 0.8460 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 588 score: 0.8054 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 589 score: 0.8850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 590 score: 0.9250 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 591 score: 0.9252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 592 score: 0.7826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 593 score: 0.8853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 594 score: 0.8889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 595 score: 0.8166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 596 score: 0.8902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 597 score: 0.9009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 598 score: 0.8397 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 599 score: 0.8644 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 600 score: 0.9057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 601 score: 0.8680 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 602 score: 0.8977 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 603 score: 0.8910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 604 score: 0.9179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 605 score: 0.9066 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 606 score: 0.9219 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 607 score: 0.7679 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 608 score: 0.7482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 609 score: 0.8556 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 610 score: 0.8435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 611 score: 0.9191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 612 score: 0.8658 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 613 score: 0.8990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 614 score: 0.8678 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 615 score: 0.8630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 616 score: 0.9096 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 617 score: 0.8843 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 618 score: 0.9030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 619 score: 0.8780 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 620 score: 0.8095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 621 score: 0.7878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 622 score: 0.9122 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 623 score: 0.8484 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 624 score: 0.8422 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 625 score: 0.8166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 626 score: 0.8947 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 627 score: 0.8965 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 628 score: 0.9052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 629 score: 0.8729 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 630 score: 0.8910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 631 score: 0.9150 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 632 score: 0.9019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 633 score: 0.8969 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 634 score: 0.8193 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 635 score: 0.9409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 636 score: 0.9086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 637 score: 0.8467 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 638 score: 0.8925 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 639 score: 0.9207 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 640 score: 0.9053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 641 score: 0.9365 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 642 score: 0.8475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 643 score: 0.7897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 644 score: 0.8527 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 645 score: 0.8145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 646 score: 0.8606 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 647 score: 0.8459 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 648 score: 0.8373 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 649 score: 0.8753 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 650 score: 0.9231 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 651 score: 0.9165 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 652 score: 0.7133 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 653 score: 0.6911 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 654 score: 0.8113 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 655 score: 0.9122 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 656 score: 0.7654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 657 score: 0.8567 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 658 score: 0.8379 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 659 score: 0.8354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 660 score: 0.7743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 661 score: 0.9096 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 662 score: 0.8605 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 663 score: 0.8874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 664 score: 0.9325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 665 score: 0.8457 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 666 score: 0.8856 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 667 score: 0.8671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 668 score: 0.8331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 669 score: 0.9010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 670 score: 0.8873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 671 score: 0.9225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 672 score: 0.9103 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 673 score: 0.8788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 674 score: 0.9120 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 675 score: 0.9259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 676 score: 0.8953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 677 score: 0.9146 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 678 score: 0.8878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 679 score: 0.8467 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 680 score: 0.8804 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 681 score: 0.9436 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 682 score: 0.8192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 683 score: 0.8033 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 684 score: 0.8679 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 685 score: 0.9223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 686 score: 0.8709 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 687 score: 0.8756 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 688 score: 0.8588 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 689 score: 0.8738 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 690 score: 0.9254 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 691 score: 0.8893 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 692 score: 0.9122 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 693 score: 0.8277 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 694 score: 0.8234 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 695 score: 0.8283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 696 score: 0.8841 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 697 score: 0.9021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 698 score: 0.8932 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 699 score: 0.8972 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 700 score: 0.8696 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 701 score: 0.8885 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 702 score: 0.8923 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 703 score: 0.8459 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 704 score: 0.8346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 705 score: 0.8940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 706 score: 0.8160 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 707 score: 0.8912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 708 score: 0.8736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 709 score: 0.8625 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 710 score: 0.8745 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 711 score: 0.8120 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 712 score: 0.9222 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 713 score: 0.8874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 714 score: 0.8500 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 715 score: 0.8800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 716 score: 0.7951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 717 score: 0.8337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 718 score: 0.9218 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 719 score: 0.8944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 720 score: 0.8737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 721 score: 0.8892 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 722 score: 0.9044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 723 score: 0.9184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 724 score: 0.9114 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 725 score: 0.8955 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 726 score: 0.8637 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 727 score: 0.8242 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 728 score: 0.7327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 729 score: 0.8328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 730 score: 0.8748 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 731 score: 0.9060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 732 score: 0.8524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 733 score: 0.9180 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 734 score: 0.8680 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 735 score: 0.8844 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 736 score: 0.8865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 737 score: 0.8709 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 738 score: 0.8858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 739 score: 0.8847 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 740 score: 0.8030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 741 score: 0.8218 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 742 score: 0.8868 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 743 score: 0.8857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 744 score: 0.8600 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 745 score: 0.8900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 746 score: 0.8948 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 747 score: 0.9106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 748 score: 0.9319 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 749 score: 0.9097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 750 score: 0.9358 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 751 score: 0.9364 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 752 score: 0.8977 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 753 score: 0.9123 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 754 score: 0.8535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 755 score: 0.8802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 756 score: 0.8559 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 757 score: 0.8783 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 758 score: 0.8442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 759 score: 0.9059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 760 score: 0.9117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 761 score: 0.8919 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 762 score: 0.9243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 763 score: 0.8862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 764 score: 0.8870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 765 score: 0.6871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 766 score: 0.8998 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 767 score: 0.9087 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 768 score: 0.9212 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 769 score: 0.9416 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 770 score: 0.8994 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 771 score: 0.8761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 772 score: 0.8776 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 773 score: 0.9132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 774 score: 0.9020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 775 score: 0.8893 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 776 score: 0.8428 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 777 score: 0.8674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 778 score: 0.8915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 779 score: 0.7876 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 780 score: 0.8042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 781 score: 0.8225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 782 score: 0.9246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 783 score: 0.8532 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 784 score: 0.8862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 785 score: 0.7839 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 786 score: 0.8392 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 787 score: 0.8829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 788 score: 0.9012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 789 score: 0.9101 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 790 score: 0.9139 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 791 score: 0.8735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 792 score: 0.9260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 793 score: 0.8692 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 794 score: 0.8332 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 795 score: 0.8595 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 796 score: 0.9537 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 797 score: 0.8690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 798 score: 0.8837 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 799 score: 0.8699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 800 score: 0.8980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 801 score: 0.8668 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 802 score: 0.8913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 803 score: 0.8766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 804 score: 0.8756 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 805 score: 0.8819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 806 score: 0.9192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 807 score: 0.9137 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 808 score: 0.9045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 809 score: 0.8934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 810 score: 0.8701 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 811 score: 0.8628 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 812 score: 0.9122 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 813 score: 0.9251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 814 score: 0.9017 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 815 score: 0.7627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 816 score: 0.7800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 817 score: 0.8013 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 818 score: 0.8545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 819 score: 0.8501 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 820 score: 0.9098 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 821 score: 0.8658 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 822 score: 0.8263 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 823 score: 0.8660 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 824 score: 0.9183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 825 score: 0.8669 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 826 score: 0.8852 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 827 score: 0.8966 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 828 score: 0.8937 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 829 score: 0.8387 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 830 score: 0.8611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 831 score: 0.7922 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 832 score: 0.8871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 833 score: 0.8039 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 834 score: 0.8559 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 835 score: 0.8680 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 836 score: 0.8903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 837 score: 0.9055 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 838 score: 0.8584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 839 score: 0.9029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 840 score: 0.8794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 841 score: 0.8481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 842 score: 0.8576 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 843 score: 0.8843 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 844 score: 0.8206 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 845 score: 0.8885 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 846 score: 0.6495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 847 score: 0.8958 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 848 score: 0.7770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 849 score: 0.8049 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 850 score: 0.8297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 851 score: 0.9166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 852 score: 0.9100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 853 score: 0.8140 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 854 score: 0.7737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 855 score: 0.8605 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 856 score: 0.7992 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 857 score: 0.9303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 858 score: 0.9337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 859 score: 0.9013 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 860 score: 0.9003 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 861 score: 0.9065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 862 score: 0.9127 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 863 score: 0.7861 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 864 score: 0.8405 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 865 score: 0.8479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 866 score: 0.8656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 867 score: 0.8701 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 868 score: 0.9048 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 869 score: 0.9030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 870 score: 0.8672 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 871 score: 0.8409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 872 score: 0.9397 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 873 score: 0.9116 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 874 score: 0.8827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 875 score: 0.8630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 876 score: 0.8536 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 877 score: 0.8392 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 878 score: 0.9509 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 879 score: 0.8653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 880 score: 0.9002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 881 score: 0.9191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 882 score: 0.9265 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 883 score: 0.8831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 884 score: 0.7347 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 885 score: 0.8786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 886 score: 0.9091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 887 score: 0.8448 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 888 score: 0.8430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 889 score: 0.8552 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 890 score: 0.8881 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 891 score: 0.8386 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 892 score: 0.7578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 893 score: 0.7066 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 894 score: 0.8325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 895 score: 0.8712 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 896 score: 0.9258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 897 score: 0.8738 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 898 score: 0.9099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 899 score: 0.8921 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 900 score: 0.8711 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 901 score: 0.8959 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 902 score: 0.9080 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 903 score: 0.8460 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 904 score: 0.9006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 905 score: 0.8919 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 906 score: 0.8507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 907 score: 0.8286 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 908 score: 0.8645 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 909 score: 0.8901 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 910 score: 0.8769 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 911 score: 0.8555 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 912 score: 0.8551 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 913 score: 0.8892 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 914 score: 0.9058 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 915 score: 0.8740 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 916 score: 0.9222 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 917 score: 0.9195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 918 score: 0.8915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 919 score: 0.8890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 920 score: 0.8618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 921 score: 0.8539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 922 score: 0.8505 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 923 score: 0.8722 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 924 score: 0.8248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 925 score: 0.8705 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 926 score: 0.8821 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 927 score: 0.8197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 928 score: 0.8976 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 929 score: 0.8005 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 930 score: 0.9043 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 931 score: 0.7674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 932 score: 0.8391 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 933 score: 0.8494 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 934 score: 0.7688 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 935 score: 0.8447 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 936 score: 0.8893 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 937 score: 0.9111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 938 score: 0.8191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 939 score: 0.9272 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 940 score: 0.9509 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 941 score: 0.9562 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 942 score: 0.9309 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 943 score: 0.8151 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 944 score: 0.8091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 945 score: 0.8699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 946 score: 0.8477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 947 score: 0.9169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 948 score: 0.8618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 949 score: 0.9056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 950 score: 0.8420 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 951 score: 0.8424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 952 score: 0.8362 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 953 score: 0.9047 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 954 score: 0.8557 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 955 score: 0.9270 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 956 score: 0.8313 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 957 score: 0.9127 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 958 score: 0.8590 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 959 score: 0.9317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 960 score: 0.8363 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 961 score: 0.6817 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 962 score: 0.9156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 963 score: 0.8932 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 964 score: 0.9416 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 965 score: 0.8425 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 966 score: 0.8438 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 967 score: 0.8526 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 968 score: 0.9368 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 969 score: 0.6771 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 970 score: 0.8870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 971 score: 0.8739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 972 score: 0.7481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 973 score: 0.9253 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 974 score: 0.8539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 975 score: 0.8629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 976 score: 0.8227 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 977 score: 0.7607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 978 score: 0.9383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 979 score: 0.8974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 980 score: 0.7476 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 981 score: 0.8747 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 982 score: 0.9177 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 983 score: 0.8030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 984 score: 0.9060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 985 score: 0.9165 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 986 score: 0.8137 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 987 score: 0.8683 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 988 score: 0.8528 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 989 score: 0.6087 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 990 score: 0.8893 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 991 score: 0.8113 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 992 score: 0.8702 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 993 score: 0.8501 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 994 score: 0.8335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 995 score: 0.8790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 996 score: 0.8970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 997 score: 0.8733 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 998 score: 0.8758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 999 score: 0.7855 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 1000 score: 0.9413 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 1001 score: 0.7384 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 1002 score: 0.8642 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 1003 score: 0.8190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 1004 score: 0.8177 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 1005 score: 0.8735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 1006 score: 0.8451 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 1007 score: 0.8630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 1008 score: 0.8892 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 1009 score: 0.8564 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 1010 score: 0.9159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es Segment 1011 score: 0.8578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-es score: 0.8639 diff --git a/test-en-gl b/test-en-gl new file mode 100644 index 0000000000000000000000000000000000000000..863088e57bc452cc0b6e7789394195fcf8561308 --- /dev/null +++ b/test-en-gl @@ -0,0 +1,1012 @@ +“Agora temos ratos de 4 meses que non son diabéticos que antes lo foron”, engadiu. +O doutor Ehud Ur, profesor de medicina na Dalhousie University de Halifax, Nova Escocia e presidente da sección clínica e científica da Canadian Diabetes Association, advertiu que a investigación aínda está no seu inicio. +Como outros expertos, está escéptico sobre se é posible curar o diabete, indicando que estes descubrimentos non tiñan relevancia para as persoas que xa tiñan diabete tipo 1. +O luns, Sara Danius, secretaria permanente do Comité Nobel de Literatura da Academia Sueca, anunciou públicamente durante un programa de radio de Sveriges Radio en Suecia que o comité, incapaz de chegar a Bob Dylan directamente sobre a súa gañada do Premio Nobel de Literatura de 2016, abandonou os seus esforzos para chegar a el. +Danius comentou o seguinte: "En este momento estamos a facer nada. Llamé e envié correos electrónicos ao seu colaborador máis próximo e recibín respostas moi amistosas. Por aínda, eso debería ser suficiente". +Previamente, o director executivo de Ring, Jamie Siminoff, comentou que a empresa comezou cando a súa campaneta non era audible desde a súa tienda no garaxe. +Construíu unha campana de WiFi, afirmou. +Siminoff afirmou que as vendas aumentaron despois da súa aparición en un episodio de 2013 de Shark Tank onde o panel do programa rexeitou financiar o emprendedor. +En outubro de 2017, Siminoff apareceu no canal de televisión de compras QVC. +Ring tamén resolviu unha demanda coa empresa de seguridade competidora, ADT Corporation. +Aínda que unha vacina experimental parece capaz de reducir a mortalidade provocada pola Ebola, ata agora, non hai ningún medicamento que se demostre claramente adecuado para tratar a existente infección. +Un coctel de anticorpos, ZMapp, inicialmente mostrou promesa no campo, pero os estudos formais indicaron que tiña menos beneficios que se buscaban para evitar a morte. +No ensayo PALM, ZMapp servía de control, o que significa que os científicos o utilizaban como referencia e comparaban os tres outros tratamentos con el. +USA Gymnastics apoia a carta do Comité Olímpico de EE. UU. e acepta a absoluta necesidade da familia olímpica para promover un ambiente seguro para todos os nosos atletas. +Concordamos coa declaración do USOC de que os intereses dos nosos atletas e clubes, e o seu deporte, poderían ser mellor servidos cun cambio significativo dentro da nosa organización, en lugar de decertificación. +USA Gymnastics apoia unha investigación independente que poida iluminar como o abuso descrito con tanto coraje polos superviventes de Larry Nassar podía ter pasado desapercibido durante tanto tempo e apoia calquera cambio necesario e adecuado. +USA Gymnastics e o USOC teñen o mesmo obxectivo: facer o deporte da gimnástica, e outros, o máis seguro posible para que os atletas puidan seguir os seus soños nun ambiente seguro, positivo e empoderado. +Durante a década de 1960, Brzezinski traballou para John F. Kennedy como asesor e, posteriormente, para a administración de Lyndon B. Johnson. +Durante as seleccións de 1976, aconsellaba a Carter sobre política exterior, e desde 1977 ata 1981 desempeñou o cargo de asesor nacional de seguridade (NSA), sucedendo a Henry Kissinger. +Como NSA, axudou a Carter a manejar diplomaticamente os asuntos mundiais, como os Acordos de Camp David, 1978; a normalización das relacións entre EE. UU. e China durante os últimos anos da década de 1970; a Revolución iraniana, que levou á crise dos refuxiados iranianos, 1979; e a invasión soviética de Afganistán, 1979. +A película, protagonizada por Ryan Gosling e Emma Stone, recibiu nominacións en todas as categorías principais. +Gosling e Stone recibiron nominacións como mellor actor e mellor actriz, respectivamente. +As demais candidaturas incluíron Best Picture, Director, Cinematography, Costume Design, Film-editing, Original Score, Production Design, Sound Editing, Sound Mixing e Original Screenplay. +Dúas canciones da película, Audition (The Fools Who Dream) e City of Stars, recibiron nominacións ao mellorha canción original. O estúdio Lionsgate recibiu 26 nominacións, máis que calquera outro estúdio. +A última hora do domingo, o presidente dos EE. UU., Donald Trump, na súa declaración feita a través do seu secretario de prensa, anunciou que as tropas dos EE. UU. abandonarían Siria. +A anuncio realizouse despois dunha conversa telefónica entre Trump e o presidente turco Recep Tayyip Erdoğan. +Turquía tamén asumiría a custodia dos combatentes do ISIS capturados que, segundo a declaración, as nacións europeas rexeitaron repatriar. +Isto non só confirma que polo menos algunhas especies de dinosaurios tiñan plumas, unha teoría xa bastante difundida, senón que proporciona detalles que os fósiles xeralmente non poden ofrecer, como a cor e a disposición tridimensional. +Os científicos afirman que o plumazo deste animal era castaño na parte superior e branco na parte inferior. +A descubrición tamén ofrece unha visión da evolución das plumas nos paxaros. +Porque as plumas dos dinosaurios non tiñan un eixo ben desenvolvido, chamado raquis, pero tiñan outras características de plumas, como barbas e barbules, os investigadores inferiron que o raquis era probablemente unha evolución posterior que estas outras características. +A estrutura das plumas suxería que non se utilizaban para voar, senón para a regulación da temperatura ou para a exhibición. Os investigadores suxerían que, aínda que se trata da cauda dun dinosaurio juvenil, a muestra mostra plumas adultas e non peito de pichón. +Os investigadores suxeriron que, aínda que se trata da parte posterior dun dinosaurio juvenil, a amostra mostra plumas adultas e non peito de pichón. +Unha bomba colocada nun coche estallou ante as oficinas da policía en Gaziantep, Turquía, matando dous oficiais de policía e ferindo máis de dúas ducias de persoas. +A oficina do gobernador comunicou que 19 das persoas feridas eran policías. +A policía afirmou que sospeita dun suposto militante do Daesh (ISIL) da responsabilidade do ataque. +Descubriron que o Sol funcionaba segundo os mesmos principios básicos que as outras estrelas: a actividade de todas as estrelas do sistema estaba determinada pola súa luminosidade, a súa rotación e nada máis. +A luminosidade e a rotación se combinan para determinar o número de Rossby dunha estrela, que está relacionado co fluxo de plasma. +A menor que é o número de Rossby, maior é a inactividade dunha estrela en relación coas súas inversións magnéticas. +Durante a súa viaxe, Iwasaki atopou problemas en moitas ocasións. +Foi roubado por piratas, atacado en Tibet por un perro rabioso, escapou dunha boda en Nepal e foi arrestado en India. +O estándar 802.11n opera nas frecuencias 2,4 GHz e 5,0 GHz. +Isto permitirá que sexa retrocompatível coa norma 802.11a, 802.11b e 802.11g, a condición de que a estación base teña dúas radios. +As velocidades de 802.11n son significativamente máis rápidas que as dos seus antecesores, con unha capacidade máxima teórica de 600 Mbit/s. +Duvall, que está casado e ten dous fillos adultos, non deixou unha grande impresión en Miller, ao que se contaba a historia. +Cando se lle preguntou pola súa opinión, Miller comentou o seguinte: "Mike falaba moito durante o xuízo...Estaba a prepararme e non podía escuchar o que decía". +«Tentaremos reducir as emisións de dióxido de carbono por unha porcentaxe significativa en 2020 desde o nivel de 2005», afirmou Hu. +Non estableceu unha cifra para os recortes, afirmando que se realizarán en función da produción económica de China. +Hu animou aos países en vías de desenvolvemento "a evitar o antigo camiño de polutar primeiro e limpiar despois". +Ademais, engadiu que "non deberían, non obstante, ser solicitados a asumir obrigacións que superen o seu estado de desenvolvemento, responsabilidade e capacidades". +A Iraq Study Group presentou o seu informe hoxe ás 12:00 GMT. +Avisa que ninguén pode garantir que calquera acción en Irak neste momento parará a guerra sectaria, o aumento da violencia ou a caída no caos. +O informe comeza con unha súa para o debate aberto e a formación dun consenso nos EE. UU. sobre a política en relación coa Oriente Medio. +O informe é moi crítico de praticamente todos os aspectos da actual política do executivo en relación co Iraq e insta a un cambio de dirección inmediato. +A primeira das súas 78 recomendacións é que se tome unha nova iniciativa diplomática antes do final deste ano para garantir as fronteiras de Irak contra as intervencións hostiles e para reestablecer as relacións diplomáticas coas súas veciñas. +A actual senadora e primeira dama de Argentina, Cristina Fernandez de Kirchner, anunciou a súa candidatura á presidencia onteve a noite en La Plata, unha cidade a 50 quilómetros (31 millas) de Buenos Aires. +A señora Kirchner anunciou a súa intención de presentarse á presidencia no Teatro Argentino, o mesmo lugar onde empezou a súa campaña para o Senado en 2005 como parte da delegación da provincia de Buenos Aires. +O debate foi provocado pola controvérsia sobre os gastos para a axuda e a reconstrución despois do furacán Katrina; que algúns conservadores fiscais han etiquetado de xeito humorístico como o "New Orleans Deal de Bush". +A crítica liberal ao esforzo de reconstrución se centra en a adjudicación de contratos de reconstrución a persoas consideradas insiders de Washington. +Máis de catro millóns de persoas acudiron a Roma para asistir ao funeral. +O número de persoas presentes foi tan grande que non foi posible que todo o mundo acudise ao funeral en St. Peter's Square. +Instaláronse varios grandes pantallas de televisión en diferentes lugares de Roma para que a xente pudese ver a ceremonia. +En moitas outras cidades de Italia e en o resto do mundo, en particular en Polonia, realizáronse configuracións similares que contemplaron un gran número de persoas. +Os historiadores criticaron as políticas do FBI do pasado por centrarse en casos que son fáceis de resolver, especialmente os casos de coches roubados, con o obxectivo de aumentar a tasa de éxito da axencia. +O Congreso empezou a financiar a iniciativa de obscenidade en 2005 e especificou que o FBI debería destinar 10 agentes a pornografía adulta. +Robin Uthappa fixo a puntuación máis alta do partido, 70 corridas en só 41 bolas cun 11 fours e 2 sixes. +Os bateadores do medio orden, Sachin Tendulkar e Rahul Dravid, xogaron ben e fixeron unha asociación de cincuenta caras. +Pero, despois de perder o capitán, India só conseguiron 36 corridas perdendo 7 wickets para acabar a innings. +O presidente dos EE. UU., George W. Bush, chegou a Singapur o 16 de novembro, iniciando unha gira de unha semana por Asia. +Foi recebido polo viceprimeiro ministro de Singapur, Wong Kan Seng, e discutiu con o primeiro ministro de Singapur, Lee Hsien Loong, os temas do comercio e do terrorismo. +Despois dunha semana de perdas nas eleccións de metade de mandato, Bush falou dun público sobre a expansión do comercio en Asia. +O primeiro ministro Stephen Harper acordou enviar o "Clean Air Act" do goberno a un comité de todos os partidos para revisión antes da súa segunda lectura, despois da reunión de 25 minutos celebrada o martes co líder do NDP, Jack Layton, no PMO. +Durante a reunión co primeiro ministro, Layton solicitou cambios ao proxecto de lexislación ambiental dos conservadores, solicitando unha "reescribiu completa e completa" do proxecto de lexislación ambiental do Partido Conservador. +Desde que o goberno federal interviniu para asumir o financiamento do hospital de Mersey en Devonport, Tasmania, o goberno estatal e algúns membros do parlamento federal criticaron este acto como un espectáculo no preludio á elección federal que se celebrará en novembro. +Pero o primeiro ministro John Howard afirmou que o acto só servía para protexer as instalacións do hospital de que o goberno de Tasmania baixase o nivel, ao ofrecer unha adición de 45 millóns de dólares australianos. +Segundo o último boletín, as medidas de nivel do mar indicaron que se produciu un tsunami. Concretamente, se rexistrou algunha actividade tsunami próximo a Pago Pago e Niue. +En Tonga non se notificaron danos graves nin feridos, pero ocorreu unha perda temporal de enerxía, que supostamente evitou que as autoridades de Tonga recibiesen a advertencia de tsunami emitida pola PTWC. +Catorce escolas de Hawái situadas na costa ou preto dela permaneceron fechadas todo o mercrecidor aínda que se levantaran as advertencias. +O presidente dos EE. UU., George W. Bush, recibiu co entusiasmo o anuncio. +O portavoz de Bush, Gordon Johndroe, chamou o compromiso de Corea do Norte un "grande paso cara ao obxectivo de conseguir a desnuclearización verificable da península de Corea". +A décima tormenta nomeada da tempada de furacáns do Atlántico, a tormenta subtropical Jerry, formouse hoxe no Atlántico. +O Centro Nacional de Furacáns (NHC) afirma que en este momento, Jerry non supón unha ameaza para a terra. +O Cuerpo de Ingenieros dos EE. UU. estimou que 6 pulgadas de chuvia poderían romper os diques previamente danados. +O noveno barrio, que experimentou inundacións de ata 6 metros durante o furacán Katrina, está actualmente coa auga aos pies da cintura, xa que o dique situado nas proximidades foi superado. +A auga está escapando da barranca nunha sección de 100 pés de ancho. +O administrador dos comuns, Adam Cuerden, expresou a súa frustración polas eliminacións ao falar con Wikinews o mes pasado. +“Wales mentiu desde o principio. Primeiro, actuando como se estivese a actuar por motivos legais. Segundo, fingindo que nos estaba escuchando ata que eliminou a súa obra”. +A irritación da comunidade levou aos actuales esforzos para elaborar unha política sobre o contenido sexual para o sitio que alberga millóns de medios con licencia pública. +O traballo realizado foi fundamentalmente teórico, pero o programa foi escrito para simular as observacións realizadas da galaxia de Sagittarius. +O efecto que o equipo buscaba conseguir sería causado por forzas de marea entre a matéria escura da galaxia e a matéria escura da Vía Láctea. +Igual que a lua exerce unha atracción sobre a Terra, provocando as mareas, a Vía Láctea exerce unha forza sobre a galaxia de Sagittarius. +Os científicos conseguiron chegar á conclusión de que a matéria escura afecta a outra matéria escura da mesma maneira que a matéria regular. +Esta teoría afirma que a maior parte da materia escura que rodea unha galaxia se atopa ao redor dunha galaxia nun tipo de halo e está formada por moitas partículas pequenas. +As emisións de televisión mostran fumo branco procedente da planta. +As autoridades locais están avisando ás persoas que se atopan nas proximidades da planta de que deberían permanecer dentro dos seus fogares, apagar os condicionadores de aire e non beber a auga da tubería. +Segundo a axencia nuclear de Xapón, caesio e yodo radioactivos foron identificados na planta. +As autoridades especulan que isto indica que os contenedores con combustible de uranio do sitio poderían ter rompido e estar a filtrarse. +O Dr. Tony Moll descubriu a tuberculose extremadamente resistente a medicamentos (XDR-TB) na rexión sudafricana de KwaZulu-Natal. +Nunha entrevista, afirmou que a nova variante era "moito preocupante e alarmante debido á elevada tasa de mortalidade". +Algúns pacientes poderían ter contraído a bacteria no hospital, pensa o Dr. Moll, e polo menos dous foron traballadores do hospital. +En un ano, unha persoa infectada pode infectar entre 10 e 15 contactos próximos. +Non obstante, o percentaxe de XDR-TB na totalidade do grupo de persoas coa tuberculose aínda parece ser baixo; 6.000 das 330.000 persoas infectadas en ese momento en África do Sur. +Os satélites, que pesaban máis de 1.000 libras, e que viaxaban a aproximadamente 17.500 millas por hora, colidiron a 491 millas sobre a Terra. +Os científicos afirman que a explosión provocada pola colisión foi enorme. +Están aínda a tratar de determinar o tamaño da colisión e a forma en que a Terra se verá afectada. +O Departamento de Defensa dos EE. UU. está rastreando os fragmentos. +O resultado da análise do ensaio será publicado nun sitio web público. +Unha médica que traballaba no Children's Hospital de Pittsburgh, Pensilvania, será acusada de asasinato agravado despois de que a súa nai se atopase morta no portaequipaxe do seu coche o xoves, afirman as autoridades de Ohio. +Dr. Malar Balasubramanian, de 29 anos, foi atopado en Blue Ash, Ohio, un suburbio que se atopaba a aproximadamente 24 quilómetros ao norte de Cincinnati, ao lado da estrada en unha camiseta e calzoncillos nun estado aparentemente medicado. +Enviou aos oficiais á súa Oldsmobile Intrigue negra, que se atopaba a 500 pés de distancia. +Allí atopáronse o corpo de Saroja Balasubramanian, de 53 anos, coberto de mantas ensangrentadas. +A policía afirmou que o corpo parecía ter permanecido no lugar durante un día aproximadamente. +Os primeiros casos da enfermidade esta tempada foron notificados a finais de xullo. +A enfermidade é transmitida por porcos, que posteriormente migran aos humanos a través de mosquitos. +A epidemia levou ao goberno indio a adoptar medidas como o envío de caçadores de porcos a as áreas máis afectadas, a distribución de miles de cortinas contra mosquitos e a aplicación de pesticidas. +O goberno tamén prometeu varios millóns de dosis de vacina contra a encefalite, que axudarán ás axencias sanitarias a prepararse para o próximo ano. +Os plans para entregar vacinas ás áreas históricamente máis afectadas este ano atrasáronse debido á falta de fondos e á baixa prioridade relativamente a outras enfermidades. +En 1956, Słania mudouse a Suecia, onde tres anos máis tarde empezou a traballar para a oficina postal sueca e se converteu no seu gravador principal. +Produciu máis de 1.000 estampas para Suecia e 28 outros países. +O seu traballo ten unha calidade e un detalle tan recoñecidos que é un dos poucos "nomes de casa" entre os filatelistas. Algúns especializáronse en coleccionar só a súa obra. +O seu 1.000º sello foi o magnífico "Grandes feitos dos reis suecos" de David Klöcker Ehrenstrahl en 2000, que está incluído no Guinness Book of World Records. +Tamén se dedicaba a esculpir billetes de banco para moitos países, casos recentes da súa obra incluían os retratos do primeiro ministro na parte dianteira dos novos billetes de 5 e 100 dólares de Canadá. +Despois do accidente, Gibson foi transportado ao hospital, pero faleceu pouco despois. +O condutor do camión, de 64 anos, non resultou ferido no accidente. +O propio vehículo foi retirado da escena do accidente aproximadamente ás 1200 GMT do mesmo día. +Unha persoa que traballaba nun garaxe preto da zona onde se produciu o accidente comentou o seguinte: "Había nenos esperando para cruzar a estrada e todos choraban e gritaban". +Todos correron ata onde se producira o accidente. +Outros temas na agenda de Bali incluían a conservación das últimas florestas do mundo e a compartición de tecnoloxía para axudar ás nacións en vías de desenvolvemento a crecer de maneira menos polutante. +As Nacións Unidas tamén esperan finalizar un fondo para axudar aos países afectados pola globalización a enfrontarse aos seus impactos. +O diñeiro podería ir para a construción de casas resistentes a inundacións, un mellor xestoramento da auga e a diversificación das culturas. +Fluke escribiu que os esforzos de algúns para impedir que as mulleres falasen sobre o seu estado de saúde foron infructuosos. +Chegou a esta conclusión debido á multitude de comentarios positivos e de animación enviados por individuos tanto de sexo masculino coma de sexo femenino que a animaban a considerar a anticoncepción unha necesidade médica. +Despois de que as hostilidades rematasen cando os feridos foron trasladados ao hospital, aproximadamente 40 dos demais reclusos que se atopaban no pazo rexeitaron volver ás súas celdas. +Os negociantes tentaron rectificar a situación, pero as exigencias dos prisioneiros non son claras. +Entre as 10:00 e as 11:00 da noite h, os reclusos iniciaron un incendio no patio. +Máis tarde, oficiais armados con equipamento antidisturbios entraron no patio e cercaron aos reclusos con gas lacrimógeno. +As equipas de rescate de incendios acabaron por apagar o incendio ás 11:35 p. m. +Despois de que se construise a presa en 1963, as inundacións estacionais que inundaban o río con sedimentos foron paradas. +Este sedimento era necesario para a creación de dunas e praias, que servían de hábitats para a vida silvestre. +Como resultado, dúas especies de peixes desapareceron e outras dúas están en perigo de extinción, incluído o peixe chub. +Aínda que o nivel da auga só aumentará uns poucos pés despois da inundación, as autoridades esperan que chegue a ser suficiente para restaurar as dunas erodidas ao longo do curso. +Non se emitiu ningún aviso de tsunami e, segundo a axencia de geofísica de Xacarta, non se emitirá ningún aviso de tsunami porque o terremoto non cumple o requisito de magnitude 6,5. +A pesar de que non existía ningúnha ameaza de tsunami, os residentes empezaron a panicar e empezaron a abandonar as súas empresas e as súas casas. +Aínda que Winfrey choraba ao despedirse, deixou claro aos seus seguidores que volvería. +“Isto non será un adeus. Este é o final dun capítulo e o inicio doutro novo”. +Os resultados finais das eleccións presidenciais e parlamentarias de Namibia indicaron que o presidente en funcións, Hifikepunye Pohamba, foi reelexido por amplo margen. +A partido gobernante, South West Africa People's Organisation (SWAPO), tamén manteve a maioría nas eleccións parlamentarias. +A coalición e as tropas afgáns entraron na zona para assegurar o lugar e outros avión da coalición foron enviados para axudar. +O accidente produciuse en unha zona montañosa e se cree que foi o resultado dun fogo hostil. +Os esforzos para buscar o lugar do accidente están frustrados pola mala meteoroloxía e o difícil terreno. +A organización benéfica médica Mangola, Medecines Sans Frontieres e a Organización Mundial de Saúde afirman que é a pior epidemia registrada no país. +O portavoz de Medecines Sans Frontiere, Richard Veerman, afirmou o seguinte: "Angola está a camiño á súa pior epidemia e a situación continúa moi mala en Angola", afirmou. +Os partidos empezaron ás 10:00 da mañá cunha boa temperatura e, aínda que houbo unha chuvia de media mañá que desapareceu rapidamente, foi un día perfecto para o rugby 7. +Os números 1 do torneo, África do Sur, comezaron ben ao conseguir unha vitoria cómoda de 26 - 00 contra o número 5, Zambia. +Ao xogar contra as súas irmás do sur, África do Sur tiña un aspecto decididamente oxidado, pero a medida que avanzaba o torneamento, melloraba constantemente. +A súa defensa disciplinada, as súas habilidades para manejar o balón e a excelente colaboración entre os seus membros fizeron que se destacasen e era claro que esta era a equipa que se tiña que vencer. +As autoridades da cidade de Ámsterdam e do Museu de Anne Frank afirman que o árbore está infectado con un fungo e supón un risco para a saúde pública, argumentando que estaba en iminente peligro de derrubarse. +Estaba programado para ser cortado o martes, pero foi salvado despois dunha sentencia do tribunal de emerxencia. +Todas as aberturas da cova, que recibían o nome de "As Siete Irmás", tiñan un diámetro de polo menos 100 a 250 metros (328 a 820 pés). +As imaxes infraroxas demostran que as variacións de temperatura entre día e noite indican que é probable que se trate de cavernas. +«Son máis fríos que a superficie circundante durante o día e máis cálidos durante a noite. +O seu comportamento térmico non é tan estable como os grandes covos da Terra que con frecuencia mantén unha temperatura bastante constante, pero concorda coa súa condición de buracos profundos no chan”, afirmou Glen Cushing do Servizo Geolóxico dos Estados Unidos (USGS) e do Northern Arizona University de Flagstaff, Arizona. +En Francia, votar sempre foi unha experiencia de baixa tecnoloxía: os votantes se aíslan nun cubículo, colocan unha folla de papel impreso previamente que indica o seu candidato preferido nunha envelope. +Despois de que os funcionarios verifiquen a identidade do votante, este deposita a envelope na urna electoral e firma a lista de votantes. +A lexislación electoral de Francia é máis estricta que a de outros países. +Desde 1988, as urnas electorais deberán ser transparentes para que os votantes e os observadores poden testemuñar que non hai envelopas ao comezo da votación e que non se adicionan envelopas a excepción das dos votantes rexistrados e autorizados. +Os candidatos poden enviar representantes para testemuñar todas as partes do proceso. A noite, os votos son contados por voluntarios baixo unha supervisión estricta, seguindo procedementos específicos. +O ASUS Eee PC, que fora lanzado mundialmente en 2007 por motivos económicos e de funcionalidade, converteuse nun tema caliente durante o Taipei IT Month de 2007. +Pero o mercado ao consumidor de ordenadores portátiles será radicalmente diferente e cambiado despois de que ASUS gañase o Taiwan Sustainable Award de 2007 concedido polo Executive Yuan da República de China. +O sitio web da emisora descreve o programa como "un programa de rádio clásico con unha nova e escandalosa interpretación geek!" +Na súa primeira etapa, o programa só se retransmitía en Toginet Radio, un sitio web centrado en a radio de conversa. +A finales de 2015, TogiNet creou AstroNet Radio como emisora filial. +O programa inicialmente contaba con actores de voz aficionados oriundos de East Texas. +Segundo se informa, o saqueo generalizado continuou durante a noite, xa que os oficiais de aplicación da lei non se atopaban nas rúas de Bishkek. +Un observador describiu Bishkek como se estivese sumido nun estado de “anarquía” cando bandas de persoas recorreron as rúas e saquearon as tendas de produtos de consumo. +Múltos residentes de Bishkek culparon aos manifestantes do sur da anarquía. +Afríca do Sur venceu aos All Blacks (Nova Zelandia) nun partido de Tri Nations de rugby union no Royal Bafokeng Stadium de Rustenburg, África do Sur. +O resultado final foi unha vitoria por un punto, 21 a 20, que acabou coa racha de 15 vitorias consecutivas dos All Blacks. +Para os Springboks, acabou unha racha de cinco derrotas consecutivas. +Foi o último partido dos All Blacks, que xa habían gañado o trofeo hai dúas semanas. +O último partido da serie terá lugar no Ellis Park de Johannesburg a próxima semana, cando os Springboks xogarán contra Australia. +Un terremoto moderado sacudiu o oeste de Montana o luns ás 10:08 da noite. +A United States Geological Survey (USGS) e o seu centro nacional de información sobre terremotos non recibiron informes de danos inmediatos. +O terremoto tiña o seu epicentro aproximadamente a 20 km (15 millas) ao norte-noroeste de Dillon e a 65 km (40 millas) ao sur de Butte. +A estirpe de gripe aviaria letal para os humanos, H5N1, foi confirmada como a causante da infección dun pato salvaxe morto atopado o luns en unha zona pantanosa próxima a Lyon, no este de Francia. +Francia é o sétimo país da Unión Europea que padece este virus; seguido de Áustria, Alemaña, Eslovaquia, Bulgaria, Grecia e Italia. +Os casos sospeitosos de H5N1 en Croacia e Dinamarca continúan sen confirmación. +Chambers demandou a Deus por "a morte generalizada, a destrución e a terrorización de millóns de habitantes da Terra". +Chambers, un agnóstico, argumenta que a súa demanda é "frivola" e que "cualquera pode demandar a calquera". +A historia presentada na ópera francesa, de Camille Saint-Saens, trata dun artista "que a súa vida está determinada por un amor por as drogas e xapón". +Como resultado, os artistas fuman xuntas de cannabis na escena, e o propio teatro está animando ao público a unirse. +O antigo presidente da Cámara de Representantes, Newt Gingrich, o gobernador de Texas, Rick Perry, e a congresista Michele Bachmann acabaron na cuarta, quinta e sexta posición, respectivamente. +Despois dos resultados, Gingrich elogiou a Santorum, pero dirixiu duras palabras a Romney, en representación do que se emitiron anuncios negativos en Iowa contra Gingrich. +Perry afirmou que volvería a Texas para avaliar os resultados do caucus de esta noite, determinar se hai un camiño diante para si mesmo nesta carreira", pero posteriormente afirmou que continuaría na carreira e participaría na primaria do 21 de xaneiro en Carolina do Sur. +Bachmann, que gañou o Ames Straw Poll en agosto, decidiu acabar coa súa campaña. +O fotógrafo foi transportado ao Ronald Reagan UCLA Medical Center, onde posteriormente faleceu. +Segundo informou a prensa, tiña 20 anos de idade. En unha declaración, Bieber afirmou que "[aínda que non estaba presente nin estaba directamente implicado neste trágico accidente, os meus pensamentos e oracións están con a familia da vítima". +O sitio web de noticias de entretenemento TMZ entende que o fotógrafo parou o seu vehículo na outra parte de Sepulveda Boulevard e tentou tomar fotos da parada da policía antes de cruzar a estrada e continuar, o que provocou que o oficial de tráfico da California Highway Patrol ordenara que volvese atrás, dúas veces. +Segundo a policía, o condutor do vehículo que atropellou ao fotógrafo probablemente non enfrente cargos penais. +Con só dezoito medallas dispoñibles por día, un número de países non conseguiron chegar ao pódio das medallas. +Inclúen os Países Baixos, cunha Anna Jochemsen que acabou na novena posición na categoría femenina do Super-G hoxe, e Finlandia, cunha Katja Saarinen que acabou na décima posición no mesmo evento. +O australiano Mitchell Gourley acabou na undécima posición no Super-G masculino. O competidor checo Oldrich Jelinek acabou na sexta posición no Super-G masculino. +Arly Velasquez de México acabou na decima quinta posición no Super-G masculino sentado. Adam Hall de Nova Zelandia acabou na nona posición no Super-G masculino de pé. +O esquiador ciego visual de Polonia, Maciej Krezel, e o seu guía, Anna Ogarzynska, acabaron na decimotercera posición no Super-G. O esquiador ciego visual de Corea do Sur, Jong Seork Park, acabou na vigésima cuarta posición no Super-G masculino. +As forzas de paz da ONU, que chegaron a Haiti despois do terremoto de 2010, son acusadas de ser a causa da difusión da enfermidade, que comezou preto do acampamento das tropas. +Segundo a demanda, os residuos do campamento da ONU non foron desinfectados adecuadamente, o que provocou a entrada de bacterias no afluente do río Artibonite, un dos principais de Haití. +Antes da chegada das tropas, Haiti non tivo problemas relacionados coa enfermidade desde os anos 1800. +O Instituto de Xustiza e Democracia de Haití referenciou estudos independentes que suxerían que o batallón de paz da ONU de Nepal, descoñecido, levou a Haiti a enfermidade. +Danielle Lantagne, un experto da ONU sobre a enfermidade, afirmou que a epidemia probablemente foi causada polos pacificadores. +Hamilton confirmou que o Howard University Hospital admitiu ao paciente nun estado estable. +O paciente viaxara a Níxeria, onde se produciron casos do virus Ebola. +O hospital aplicou o protocolo de control de infeccións, incluída a separación do paciente de outros pacientes para evitar a posible infección de outros. +Antes de The Simpsons, Simon traballou en varios programas en diferentes posicións. +Durante a década de 1980, trabalou en programas como Taxi, Cheers e The Tracy Ullman Show. +En 1989 axudou a crear The Simpsons con Brooks e Groening e foi responsable de contratar o primeiro equipo de redacción do programa. +A pesar de abandonar o programa en 1993, conservaba o título de productor executivo e seguía recibir decenas de millóns de dólares por temporada en royalties. +Antes, a axencia de noticias chinesa Xinhua informaba dun avión secuestrado. +Posteriormente, as noticias afirmaron que o avión recibiu unha ameaza de bomba e foi desviado de volta a Afganistán, aterraxando en Kandahar. +Os primeiros informes dicen que o avión foi desviado de volta a Afganistán despois de que se lles negase unha aterraxe de emerxencia en Ürümqi. +Os accidentes aéreos son comúns en Irán, que ten unha frota envejecida que non se mantén adecuadamente tanto para operacións civís coma para as militares. +As sancións internacionais significan que non se poden comprar novos avións. +A principios desta semana, un helicóptero de policía se estrelou matando a tres persoas e ferindo a tres máis. +O mes pasado, Irán experimentou a peor catástrofe aérea dos últimos anos cando un avión que se dirigía a Armenia se estrellou, provocando a morte de 168 pasaxeiros. +O mesmo mes, outro avión comercial sobrepasou a pista de aterraxe de Mashhad e embateu contra unha parede, provocando a morte de seteze persoas. +Aerosmith cancelaron os seus conciertos restantes da súa gira. +A banda de rock debería realizar unha gira por Estados Unidos e Canadá ata o 16 de setembro. +O grupo cancelou a gira despois de que o líder, Steven Tyler, se lesionase ao caer da escena durante un concerto celebrado o 5 de agosto. +Murray perdeu o primeiro set en un tie break despois de que os dous xogadores mantiveran cada servizo do set. +Del Potro tiña a vantaxe inicial no segundo set, pero tamén necesitaba un tiebreak despois de chegar aos 6-6. +Potro recibiu tratamento para o seu ombro neste momento, pero conseguiu volver ao xogo. +O programa empezou ás 8:30 p. m. hora local (15:00 UTC). +Cantantes famosos de todo o país presentaron bhajans, ou canciones devocionais, aos pés de Shri Shyam. +O cantor Sanju Sharma empezou a noite, seguido de Jai Shankar Choudhary, que presentou o chhappan bhog bhajan, acompañado do cantor Raju Khandelwal. +Despois, Lakkha Singh liderou o canto dos bhajans. +Baba Shyam recibiu 108 platos de Chhappan Bhog (no hinduísmo, 56 diferentes alimentos comestibles, como dulces, frutas, ameixas, pratos, etc. que se ofrecen aos deuses). +Lakkha Singh presentou o chhappan bhog bhajan tamén. O cantor Raju Khandelwal acompañaba a Lakkha Singh. +Durante a presentación principal do xoves da Tokyo Game Show, o presidente de Nintendo, Satoru Iwata, revelou o desenho do controlador para a nova consola Nintendo Revolution. +Parecido a un control remoto de televisión, o controlador usa dous sensores colocados preto do televisor do usuario para triangular a súa posición no espacio tridimensional. +Isto permitirá aos xogadores controlar as accións e os desprazamentos nos videoixoxes ao mover o dispositivo polo aire. +Giancarlo Fisichella perdeu o control do coche e acabou a carreira pouco despois do inicio. +O seu compañeiro de equipo, Fernando Alonso, liderou a carreira durante a maior parte dela, pero acabou pouco despois da súa parada nos boxes, probablemente debido a que o eixe dianteiro dereito estaba mal encaixado. +Michael Schumacher acabou a súa carreira pouco despois de Alonso debido aos danos da suspensión provocados polas numerosas batallas durante a carreira. +“É moi simpática e canta moi ben”, afirmou segundo unha transcripción da rolda de prensa. +“Estaba emocionado cada vez que realizábamos unha proba desta, desde o fondo do corazón”. +Aproximadamente 3 minutos despois do lanzamento, unha cámara a bordo mostrou que numerosos fragmentos de espuma de aislamiento se desprendían do tanque de combustible. +Non obstante, non se pensa que causaran danos ao transbordador. +N. Wayne Hale Jr., director do programa de transbordadores da NASA, afirmou que a espuma caíu "despois do momento que nos preocupa". +Cinco minutos despois do inicio do espectáculo, un vento comeza a chegar, un minuto despois, o vento chega aos 70 km/h... Entón chega a chover, pero tan forte e tan grande que parece que estás sendo picado por unha agulha, despois chegou o granizo, as persoas em pánico e gritando e correndo unas sobre as outras. +Perdeu a súa irmá e a súa amiga, e na súa via atopáronse dous discapacitados en silla de rolda, xente que simplemente saltaba sobre eles e os empuxaba”, afirmou Armand Versace. +NHK tamén informou de que a planta nuclear de Kashiwazaki Kariwa na prefectura de Niigata estaba operando normalmente. +A Hokuriku Electric Power Co. informou de que o terremoto non tivo ningún efecto e que os reactores número 1 e 2 da súa planta nuclear de Shika foron desactivados. +Segundo se informa, cerca de 9400 fogares da rexión non teñen agua e aproximadamente 100 non teñen electricidade. +Algunhas estradas foron danadas, o servizo ferroviario foi interrompido nas áreas afectadas e o aeroporto de Noto en Ishikawa permanece pechado. +Unha bomba explodiu fóra da oficina do gobernador xeral. +Tres máis bombas explodiron preto de edificios gobernamentais nun período de dous horarios. +Algunhas publicacións afirman que o número de mortos oficiais é de oito, e as publicacións oficiais confirman que ata 30 persoas resultaron feridas, pero os números definitivos aínda non están disponibles. +En probas de orina de animais domésticos que morreron despois de comer alimento para animais domésticos contaminado, atopáronse tanto ácido cíanúrico coma melamina. +As dúas substancias reaccionan entre si para formar cristais que poden bloquear a función renal, afirmaron os investigadores da universidade. +Os investigadores observaron cristais formados na orina dun gato cunha adición de melamina e ácida cíanúrica. +A composición destes cristais coincide coa que se atopa na orina dos animais afectados cando se compara por espectroscopía infravermelha (FTIR). +Non sei se se dan conta ou non, pero a maior parte dos produtos de América Central chegaron a este país libre de impostos. +No entanto, o oitenta por cento dos nosos produtos estiveron taxados mediante tarifas nos países centroamericanos. +Iso non me parecía sentar, polo menos non era xusto. +O único que digo ás persoas é que nos tratan da maneira en que nos tratamos entre nós mesmos. +O gobernador de California, Arnold Schwarzenegger, sinalou un proxecto de lexislación que proíbía a venda ou al alugueiro de xogos de vídeo violentos a menores. +A lexislación exige que os vídeoxogos violentos que se vendan no estado de California estén etiquetados con unha decoración que diga "18" e que a venda dun menor se castigue con unha multa de 1000 dólares por delito. +O fiscal xeral, Kier Starmer QC, realizou unha declaración esta mañá anunciando a acusación de Huhne e Pryce. +Huhne dimitiu e será substituído no Gabinete por Ed Davey, deputado. Norman Lamb, deputado, está esperado para ocupar o cargo de ministro de Economía que deixa vacante Davey. +Huhne e Pryce deberán comparecer no Tribunal de Magistrados de Westminster o 16 de febrero. +As vítimas foron Nicholas Alden, de 25 anos, e Zachary Cuddeback, de 21. Cuddeback era o condutor. +Edgar Veguilla recibiu feridas no brazo e na mandíbula, mentres que Kristoffer Schneider necesitaba cirurxía reconstructiva para a súa cara. +A arma de Uka fracasou mentres apuntaba á cabeza dunha quinta persoa. Schneider padece dores continuas, cega dun dos seus ollos, unha sección faltante do cráneo e un rostro reconstruído con titanio. +Schneider testificou a través dunha conexión por vídeo desde unha base da USAF no seu país de orixe. +Ademais do evento de miércoles, Carpanedo participou en dúas carreiras individuais nos Campeonatos. +A súa primeira foi o Slalom, onde obteve un Did Not Finish na súa primeira carreira. 36 das 116 competidoras tiveron o mesmo resultado nesa carreira. +Na súa outra competición, o Gigante Slalom, acabou na decima posición no grupo de sillas de rodas con un tempo combinado de 4:41,30 minutos, 2:11,60 minutos máis lentos que a primeira classificada, a austríaca Claudia Loesch, e 1:09,02 minutos máis lentos que a nona classificada, a húngara Gyöngyi Dani. +Catro esquiadores do grupo sentado de mulleres non acabaron as súas corridas, e 45 dos 117 esquiadores que participaron no Giant Slalom non conseguiron clasificarse para a carreira. +A policía de Madhya Pradesh recuperou o portátil roubado e o teléfono móbil. +O subinspector xeral D K Arya comentou: "Arrestáronos cinco persoas que violaron á suiza e recuperáronos o seu teléfono móbil e o seu portátil". +Os acusados son denominados Baba Kanjar, Bhutha Kanjar, Rampro Kanjar, Gaza Kanjar e Vishnu Kanjar. +O superintendente de policía Chandra Shekhar Solanki afirmou que o acusado acudiu ao tribunal coa cara cuberta. +Aínda que tres persoas se atopaban dentro da casa cando o coche impactou coa fachada, ningun deles resultou ferido. +Non obstante, o condutor sufriu feridas graves na cabeza. +A estrada onde se produciu o accidente quedou temporalmente pechada mentres os servizos de emerxencia liberaban ao condutor dun Audi TT de cor vermella. +Inicialmente foi hospitalizado no James Paget Hospital de Great Yarmouth. +Posteriormente, foi trasladado ao hospital Addenbrooke's de Cambridge. +Desde entón, Adekoya está acusada de asasinato do seu fillo no Tribunal do xuíz de Edimburgo. +Está en custodia en espera dunha acusación e dun xuízo, pero calquera testemuño ocular podería estar contaminado porque a súa imaxe foi publicada en gran medida. +Isto é unha práctica común en outros lugares do Reino Unido, pero a xustiza escocesa funciona de maneira diferente e os tribunais consideraron que a publicación das fotos podía ser potencialmente prexudicial. +A profesora Pamela Ferguson da Universidade de Dundee comenta que "os xornalistas parecen estar a camiñar por unha liña perigoso se publiquen fotos ou información dos sospeitosos". +O Crown Office, que está a cargo xeral das acusacións, indicou aos xornalistas que non se fará ningún comentario máis polo menos ata a publicación da acusación. +O documento, segundo a filtración, tratará da disputa de fronteiras, que Palestina quere basada nas fronteiras antes da Guerra do Medio Oriente de 1967. +Outros temas tratados incluían o estado futuro de Jerusalén, que é sagrado para as dúas nacións, e o problema do Valle de Jordán. +Israel exige que se mantenga unha presenza militar permanente na valle durante dez anos despois de que se firme un acordo, mentres que a PA está de acordo en que se deberá deixar esta presenza só durante cinco anos. +Os tiroteiros do experimento de control de plagas complementario deberán ser supervisados de xeito estreito polos rangers, xa que o experimento está sendo monitorado e a súa efectividade avaliada. +En unha asociación entre a NPWS e a Sporting Shooters Association of Australia (NSW) Inc, reclutáronse voluntarios calificados, dentro do programa de caza do Sporting Shooters Association. +Segundo Mick O'Flynn, o director interino do parque de conservación e patrimonio do NPWS, os catadores seleccionados para a primeira operación de tiro recibiron instrución completa sobre seguridade e formación. +Martelly prestou o xuramento dun novo Consello Electoral Provisional (CEP) de nove membros onte. +É o quinto CEP de Martelly en catro anos. +O mes pasado, unha comisión presidencial recomendou a dimisión do anterior CEP como parte dun paquete de medidas para mover o país cara a novas eleccións. +A comisión foi a resposta de Martelly a protestas anti-regime que se iniciaron en outubro. +As manifestacións violentas en ocasións foron provocadas polo fracaso de celebrar as eleccións, algunhas desde 2011. +Arredor de 60 casos de iPods defectuosos que sobrecalentáronse foron notificados, provocando un total de seis incendios e deixando a cuatro persoas con queimaduras leves. +O Ministerio de Economía, Comercio e Industria de Xapón (METI) declarou que estaba consciente de 27 acidentes relacionados coas máquinas. +A semana pasada, o METI anunciou que Apple le informara de 34 incidentes de sobrecalentamento adicionais, que a empresa denominou "non serios". +O ministerio respondeu afirmando que o atraso do informe por parte de Apple era "realmente lamentable". +O terremoto afectou a Mariana ás 07:19 h, hora local (09:19 p.m. GMT o venres). +A oficina de gestión de emerxencias de as Marianas do Norte afirmou que non se notificaron danos na nación. +Tamén o Centro de alerta de tsunamis do Pacífico afirmou que non había señales de tsunami. +Un antigo policía filipino secuestrou turistas de Hong Kong ao secuestrar o seu autobús en Manila, a capital das Filipinas. +Rolando Mendoza disparou coa súa carabina M16 contra os turistas. +Diversos reféns foron rescatados e polo menos seis foron confirmados mortos. +Seis reféns, incluídos nenos e persoas de idade avanzada, foron liberados de antemán, así como os fotógrafos filipinos. +Posteriormente, os fotógrafos ocuparon o lugar dunha dama de idade avanzada que precisaba ir ao baño. Mendoza foi abatido. +Liggins seguiu os pasos do seu pai e entrou nunha carreira médica. +Estudou como obstetra e comezou a traballar no Hospital Nacional de Mulleres de Auckland en 1959. +Mentres traballaba no hospital Liggins empezou a investigar os partos prematuros durante o seu tempo libre. +As súas investigacións demostraron que se se administra un hormón, acelera a maturación pulmonar fetal do bebé. +Xinhua informou de que os investigadores do goberno recuperaron dous enregistradores de voo "negros" o miercoles. +Outros luchadores tamén tributaron a Luna. +Tommy Dreamer comentou: "Luna foi a primeira Reina do Extremo. A miña primeira mánager. Luna faleceu na noite das dúas lúas. Unha muller forte". +Dustin "Goldust" Runnels comentou que "Luna era tan estraña como eu...tal vez máis...adoro a ela e lamentaré a súa ausencia...espero que estea nun lugar mellor". +Dentre as 1400 persoas encuestadas antes das eleccións federais de 2010, os que se opoñen a que Australia se converta nunha república aumentaron o 8 por cento desde 2008. +Durante a campaña das eleccións federais de 2010, a primeira ministra interina, Julia Gillard, afirmou que creía que Australia debería convertirse nunha república ao final do reinado de Elizabeth II. +O 34 % das persoas que participaron na enquisa compartían esta opinión, desexando que a reina Elizabeth II se convertise na última monarca de Australia. +Nos extremos da enquisa, un 29 % dos encuestados cre que Australia debería convertirse nunha república o máis pronto posible, mentres que un 31 % cre que Australia nunca debería convertirse nunha república. +O medallista de ouro olímpico debería nadar os 100 e 200 metros de estilo libre e participar en tres relevos nos Xogos da Commonwealth, pero debido ás súas queixas, a súa condición física está en dúbida. +Non foi capaz de tomar as drogas necesarias para superar a súa dor, xa que están prohibidas nas Olimpíadas. +Curtis Cooper, un matemático e profesor de informática da Universidade de Central Missouri, descubriu o número primo máis grande coñecido ata o momento o 25 de xaneiro. +Several persoas verificaron a descubrición usando diferentes hardware e software a principios de febrero e foi anunciada o martes. +As cometas poderían ter sido a fonte de água que chegou á Terra ao mesmo tempo que a materia orgánica que pode formar proteínas e sustentar a vida. +Os científicos esperan entender como se forman os planetas, especialmente como se formou a Terra, xa que os cometas colidiron coa Terra hai moito tempo. +Cuomo, de 53 anos, iniciou a súa gobernación a principios deste ano e firmou unha lexislación o mes pasado que legalizaba o matrimonio entre persoas do mesmo sexo. +Referiu que as súas especulacións eran "charla política e estupidez". +Se especula que se presentará como candidato á presidencia en 2016. +NextGen é un sistema que a FAA afirma que permitiría que os avións volasen rutas máis curtas e economasen milhóns de galóns de combustible cada ano e reducirían as emisións de carbono. +Utiliza tecnoloxía basada en satélites en oposición á tecnoloxía de radar de terra para permitir aos controladores de tráfico aéreo localizar aeronaves con máis precisión e dar aos pilotos información máis exacta. +Ningún transporte adicional está dispoñible e os trens de superficie non pararán en Wembley, e as estacións de estacionamento e os servizos park-and-ride non están dispoñibles no estadio. +Os temores de falta de transporte levantaron a posibilidade de que o partido se tivese que xogar por debaixo de portas fechadas sen a presenza dos seguidores do equipo. +Un estudo publicado o xoves no xornal Science informaba da formación dunha nova especie de paxaros nas illas Galápagos de Ecuador. +Os investigadores da Universidade de Princeton dos EE. UU. e da Universidade de Uppsala de Suecia informaron de que a nova especie evolucionou en tan só dúas xeracións, aínda que se creía que este proceso llevaría moito máis tempo, debido á cría entre un Darwin finch endémico, Geospiza fortes, e un inmigrante cactus finch, Geospiza conirostris. +O ouro pode ser trabalado en todas as formas posibles. Pode ser enroscado en formas minúsculas. +Pódese estirar en fio fino, que se pode enroscar ou trenzar. Pódese martellar ou enrollar en follas. +Pódese facer moi fino e adherirse a outro metal. Pódese facer tan fino que a veces se usaba para decorar as ilustracións pintadas a mano dos libros chamados "manuscritos iluminados". +Isto denomínase pH químico. Pódese facer un indicador usando o jugo de repolla vermella. +O xuízo de coliflor cambia de cor dependendo da acidez ou alcalinidade química. +O nivel de pH indica a cantidade de iones de hidróxeno (o H do pH) presentes na substancia química analizada. +Os iones de hidróxeno son protóns que perderon os seus electróns (porque os átomos de hidróxeno consisten en un protón e un electrón). +Mixe os dous póridos secos entre si e, coas manos limpias e húmedas, forme unha bóla. +A humidade das manos reaccionará coas capas exteriores, que se sentirán estraño e formarán un tipo de concha. +As cidades de Harappa e Mohenjo-daro contaban cunha banheira en praticamente todas as casas, unidas a un sofisticado sistema de esgotos. +En as casas das cidades minoicas de Creta e de Santorini en Grecia se atoparon restos dos sistemas de esgotos. +Tamén existían banos en Egipto, Persia e China na antigüidade. Na civilización romana, ás veces os banos formaban parte das termas públicas, onde os homes e as mulleres se reunían nunha empresa mixta. +Cando chama a alguén que está a miles de quilómetros de distancia, está a usar un satélite. +O satélite no espacio recibe a chamada e, a continuación, a reflexa de volta, casi instantáneamente. +O satélite foi enviado ao espacio por un foguete. Os científicos usan telescopios no espacio porque a atmosfera da Terra distorce algunha da nosa luz e vista. +Para colocar un satélite ou un telescopio en órbita, necesita un foguete de máis de 100 pés de altura. +A roda cambiou o mundo de maneira increíble. A cousa máis importante que a roda nos deu foi un transporte moito máis fácil e rápido. +Foi responsable da chegada do trén, do coche e de moitos outros dispositivos de transporte. +Baixo eles hai máis felinos de tamaño intermedio que se alimentan de presas de tamaño intermedio, desde conejos ata antílopes e cérvidos. +Finalmente, existen moitos gatos pequenos (incluídos os animais domésticos) que se alimentan de presas moito máis numerosas como insectos, roedores, lagartixas e paxaros. +O secreto do seu éxito é o concepto da niche, un traballo especial que cada gato desempeña que o impide competir con outros. +Os leóns son os felinos máis sociables, que viven en grandes grupos chamados prides. +Os orgullos están compostos de un a tres machos adultos relacionados, unhas trinta fêmeas e os seus filhotes. +As fêmeas adoitan estar estreitamente relacionadas entre si, formando unha grande familia de irmás e fillas. +As prides de leóns actúan moito como os grupos de lobos ou de canes, animais sorprendentemente similares aos leóns (pero non aos outros grandes felinos) no seu comportamento, e tamén moi mortíferos para a súa presa. +Un atleta completo, o tigre pode escalar (aínda que non ben), nadar, saltar grandes distancias e tirar con cinco veces a forza dun ser humano forte. +O tigre está no mesmo grupo (género Panthera) que os leóns, os leopardos e os xaguzas. Estes catros felinos son os únicos que poden rugir. +O rugido do tigre non é como o rugido de voz completa dun león, senón máis como unha frase de palabras gritadas. +Os ocelots gustan de comer animais pequenos. Cazan monos, serpentes, roedores e paxaros se é posible. Praticamente todos os animais que o ocelot caza son moito máis pequenos que el. +Os científicos pensan que os ocelots seguirán e atoparán animais para comer (presa) mediante o sentido de olfato, olfateando onde estiveron no chan. +Poden ver moi ben na escuridade coa vista nocturna e moverse moi discretamente, tamén. Os ocelotes caçan a súa presa ocultándose entre o seu entorno e atacando a súa presa. +Cando un grupo reducido de seres vivos (unha poboación reducida) se separa da poboación principal da que proceden (por exemplo, ao cruzar unha cordillera de montañas ou un río, ou ao ir a unha nova illa para que non teñan facilidade de volver atrás), adoitan atoparse con un ambiente diferente ao do que vivían antes. +Este novo entorno ten diferentes recursos e diferentes competidores, polo que a nova poboación necesitará diferentes características ou adaptacións para poder ser un competidor máis forte do que antes. +A poboación original non cambiou en nada, aínda precisan as mesmas adaptacións que antes. +A medida que a nova poboación comeza a adaptarse ao seu novo entorno, comezan a parecer menos e menos como a outra poboación. +Finalmente, despois de miles ou mesmo de millóns de anos, as dúas poboacións serán tan diferentes que non serán consideradas da mesma especie. +Chamamos a este proceso especiación, que significa a formación de novas especies. A especiación é unha consecuencia inevitable e unha parte moi importante da evolución. +As plantas producen oxígeno que os humanos respira, e absorven o dióxido de carbono que os humanos exalan (es decir, que respira). +As plantas fabrican a súa comida coa luz do sol por medio da fotosíntesis. Tamén proporcionan sombra. +Construímos as nosas casas con plantas e facemos roupa con plantas. A maior parte das comidas que comemos son plantas. Sem plantas, os animais non poderían sobreviver. +O mosasauro era o depredador dominante da súa época, polo que tiña medo de nada, aínda de outros mosasauros. +As súas longas mandíbulas estaban repletas de máis de 70 dentes afilados, con unha segunda fila na parte superior da boca, o que significaba que non había escapatoria para nada que cruzase o seu camiño. +Non sabemos con certeza, pero é posible que tivesa unha lengua bifurcada. A súa dieta incluía tortugas, peixes grandes, outros mosasurios e mesmo podería ser un canibal. +Tamén atacaba calquera cousa que entraba na auga; mesmo un dinosaurio gigante como o Tyrannosaurus rex non podería con el. +Aínda que a maior parte da súa alimentación sería familiar para nós, os romanos tiñan a súa parte de alimentos estranxeiros ou inusuais, incluídos os porcos salvaxes, os pavos reales, os caracoles e un tipo de roedor chamado dormouse. +Outra diferencia era que mentres que os pobres e as mulleres comían sentados nunha cadeira, os homes ricos preferían ter banquetes onde podían descansar na súa parte mentres comían. +As refrestións romanas antigas non poderían incluír alimentos que chegaron a Europa desde América ou desde Asia nos séculos posteriores. +Por exemplo, non tiñan maís, ni tomates, nin batatas, nin cacao, e ningún romano antigo probou un pavo. +Os babilónios construíron cada un dos seus deuses un templo principal que se consideraba a casa do deus. +As persoas ofrecían sacrificios aos deuses e os sacerdotes trataban de atender ás necesidades dos deuses mediante cerimónias e festividades. +Cada templo tiña un patio exterior abierto e, a continuación, un santuario interno que só podían entrar os sacerdotes. +En ocasións, se construían torres especiales en forma de pirámides, chamadas zigurates, que formaban parte dos templos. +A parte superior da torre era un santuario especial para o deus. +Nun clima cálido do Oriente Medio, a casa non tiña tanto valor. +A maior parte da vida da familia hebrea ocorreu ao aire libre. +As mulleres cociñan no patio; as tendas son simplemente mesas que dan cara á rúa. Para construír as casas empregaban pedra. +Na terra de Canaan non había grandes bosques, polo que o len era extremadamente caro. +A Groenlandia estaba poblada escasamente. Nas sagas nórdicas se afirma que Erik o Vermelho foi exiliado de Islandia por asasinato e, ao viaxar máis ao oeste, atopou Groenlandia e deulle o nome de Groenlandia. +Pero, a pesar da súa descubrición, as tribus esquimás vivían no lugar desde hai tempo. +Aínda que cada país era «escandinavo», existían moitas diferenzas entre as persoas, os reis, as costumbres e a historia de Dinamarca, Suecia, Noruega e Islandia. +Se se viu a película National Treasure, podería pensar que un mapa do tesouro estaba escrito na parte posterior da Declaración de Independencia. +Non obstante, iso non é verdade. Aínda que exista algo escrito na parte posterior do documento, non se trata dunha mapa de tesouro. +Na parte posterior da Declaración de Independencia estiveron escritas as palabras "Declaración de Independencia original datada o 4 de xullo de 1776". O texto aparece na parte inferior do documento, al revés. +Aínda que ninguén sabe con certeza quen o escribiu, se coñece que a principios da súa vida, o grande documento en pergamino (que mede 29¾ pulgadas por 24½ pulgadas) foi enrotado para o seu almacenamento. +Polo tanto, é probable que a notación se adicionara simplemente como etiqueta. +As desembarcas do D-Day e as batallas posteriores liberaron o norte de Francia, pero o sur aínda estaba ocupado. +Estaba gobernado polos "Vichy" franceses. Estes eran franceses que habían firmado un acordo de paz coa Alemaña en 1940 e que traballaron coa invasores en lugar de loitar contra eles. +O 15 de agosto de 1940, as forzas aliadas invadiron o sur de Francia, a invasión recibiu o nome de "Operación Dragoon". +En tan só dúas semanas, os estadounidenses e as forzas francesas livres liberaron o suroeste de Francia e se dirigían cara a Alemaña. +Unha civilización é unha cultura singular compartida por un grupo significativo de persoas que viven e traballan cooperativamente, unha sociedade. +A palabra civilización provén do latín civilis, que significa civil, relacionado coa palabra latina civis, que significa cidadán, e civitas, que significa cidade ou cidade-estado, e que de algun xeito define a grandeza da sociedade. +As cidades-estados son os precursores das nacións. Unha cultura civil implica a transmisión de coñecemento entre varias xeracións, unha huella cultural persistente e unha difusión xusto. +As culturas menores con frecuencia desaparecen sen deixar evidencias históricas relevantes e non son recoñecidas como civilizacións proprias. +Durante a Guerra Revolucionaria, os trece estados formaron un goberno central débil, con o Congreso como a súa única componente, baixo os Artículos de Confederación. +O Congreso carecía de poder para impor impostos, e, xa que non existía unha administración nacional nin un xuízado, dependía das autoridades estatais, que con frecuencia eran descooperativas, para aplicar todas as súas resolucións. +Tamén non tiña autoridade para superar as leis e tarifas fiscais entre estados. +Os artigos requirían o consentimento unánime de todos os estados antes de que se pudesen modificar e os estados tomaban o goberno central con tanta levedade que os seus representantes con frecuencia faltaban. +A selección nacional de futbol de Italia, ao lado da selección nacional de futbol de Alemaña, é o segundo equipo máis exitoso do mundo e foram os campeóns da Copa do Mundo de FIFA en 2006. +Os deportes máis populares son o futbol, o baloncesto, o voleibol, o waterpolo, a esgrima, o rugby, o ciclismo, o hóquei sobre xeo e a Fórmula 1. +Os deportes de inverno son os máis populares nas rexións do norte, onde os italianos competen en xogos internacionais e en eventos olímpicos. +Xapón conta con case 7000 illas (a máis grande é Honshu), o que fai que Xapón sea a sétima maior illa do mundo! +Debido ao grupo/cluster de illas que xapón ten, xapón adoita ser referido, desde un punto de vista geográfico, como un "arquipélago" +A historia de Taiwan comeza desde o século XV, cando os marinheiros europeos que pasaban por aí gravaron o nome da illa como Ilha Formosa, ou illa bella. +En 1624, a Companhía Holandesa das Indias Orientais establece unha base no suroeste de Taiwan, iniciando unha transformación nas prácticas de produción de cereais dos aborígenes e empregando traballadores chineses para as súas plantacións de arroz e azúcar. +En 1683, as forzas da dinastía Qing (1644-1912) tomaron o control das áreas costeiras occidentais e septentrionais de Taiwan e declararon que Taiwan era unha provincia do Imperio Qing en 1885. +En 1895, despois da derrota na Primeira Guerra sino-xaponesa (1894-1895), o goberno Qing firma o Tratado de Shimonoseki, cediendo a soberanía de Taiwan a Xapón, que domina a illa ata 1945. +Machu Picchu consta de tres estruturas principais, a saber, Intihuatana, o Templo do Sol e a Sala dos tres ventáns. +A maior parte dos edificios nos bordos do complexo foron reconstruídos para dar aos turistas unha mellor idea da súa apariencia original. +En 1976, un 30 % de Machu Picchu tiña sido restaurado e a restauración continúa ata hoxe. +Por exemplo, o formato máis común de fotografía en imaxe fixa no mundo é o de 35 mm, que foi o tamaño dominante das películas ao final da era analóxica. +Continúa produciéndose en día de hoxe, pero máis importante, o seu aspecto proporcional foi herdado polos formatos dos sensores de imaxes das cámaras digitais. +O formato de 35 mm, de maneira algo confusa, realmente ten 36 mm de ancho e 24 mm de alto. +O aspecto proporcional deste formato (dividir por doce para obter o número entero máis sencillo) é, polo tanto, de 3:2. +Moitos formatos comúns (familia de formatos APS, por exemplo) son iguais ou aproximadamente iguales a este aspecto. +A controvertida e ridiculizada regla de tercias é unha guía sencilla que crea dinamismo mentres mantén unha medida de orde nunha imaxe. +Declara que o lugar máis efectivo para o tema principal é na intersección das líneas que dividan a imaxe en terços horizontais e verticais (ver ejemplo). +Durante este período da historia europea, a Igrexa Católica, que se tornara rica e poderosa, foi analizada. +Durante máis de unha milla de anos, a relixión cristiana unía os estados europeos a pesar das diferenzas de idioma e costumbres. +A súa poder absoluta afectou a todos desde o rei ata o común. +Un dos principais postulados cristianos é que a riqueza debería usarse para aliviar o sufrimento e a pobreza e que os fondos monetarios da igrexa están dispoñibles especificamente para ese fim. +A autoridade central da igrexa se atopaba en Roma desde máis de unha milla de anos e esta concentración de poder e de diñeiro levou a que moitos se preguntasen se este dogma estaba sendo cumprido. +Despois do inicio das hostilidades, Gran Bretaña iniciou un bloqueo naval de Alemaña. +A estratexia resultou efectiva, cortando as fornezas militares e civís vitais, aínda que esta bloqueo violaba o dereito internacional generalmente aceptado codificado por varios acordos internacionais dos últimos dous séculos. +Gran Bretaña minou as augas internacionais para evitar que calquera barco entrasse nes seccións enteras do océano, provocando perigo para calquera barco neutro. +Desde que a resposta foi limitada a esta estratexia, Alemaña esperaba unha resposta similar á súa guerra submarina ilimitada. +Durante a década de 1920, as posturas predominantes dos cidadáns e das nacións era o pacifismo e a aislación. +Despois de ver os horrores e as atrocidades da guerra durante a Primeira Guerra Mundial, as nacións desexaron evitar esta situación novamente no futuro. +En 1884, Tesla emigrou aos Estados Unidos de América para aceptar un emprego na Edison Company de Nova York. +Chegou aos EE. UU. cunha bolsa de 4 centavos, un libro de poesía e unha carta de recomendación de Charles Batchelor (o seu xestor no seu traballo anterior) a Thomas Edison. +A antiga China tiña unha maneira única de mostrar diferentes períodos históricos; cada etapa de China ou cada familia que gozaba do poder era unha distinta dinastía. +Tamén entre cada dinastía había un período instable de provincias divididas. O período máis coñecido destas épocas foi a da Era dos Três Reinos, que durou 60 anos entre as dinastías Han e Jin. +Durante estas épocas tiveron lugar duras guerras entre moitos nobres que loitaban polo trono. +A Era dos Três Reinos foi unha das épocas máis sangrientas da historia antiga de China. Milhares de persoas morreron na batalla para sentarse no trono máis alto do gran palacio de Xi'an. +Existen moitos efectos sociais e políticos, como o uso do sistema métrico, un cambio desde o absolutismo ao republicanismo, o nacionalismo e a crenza de que o país pertence ao pobo e non a un só gobernante. +Tamén despois da Revolución, as ocupacións estiveron abertas a todos os candidatos de sexo masculino, permitindo que os máis ambiciosos e os máis exitosos triunfasen. +O mesmo acontece coa milicia, xa que en lugar de que os rangos militares dependan da clase, agora dependen do calibre. +A Revolución Francesa tamén inspirou moitas outras persoas de clase trabalhadora reprimidas de outros países a empezar as súas propias revolucións. +Muhammad estaba profundamente interesado nos asuntos que van máis alá da vida mundana. Usaba de frecuencia unha cova que pasou a denominarse "Hira‘" na montaña de "Noor" (luz) para meditación. +a propia caverna, que sobreviviu aos tempos, ofrece unha imaxe moi viva das inclinacións espirituais de Muhammad. +Situada no topo dunha das montañas ao norte de La Meca, a cova está completamente aísolada do resto do mundo. +De feito, non é fácil atoparla se se coñece que existe. Uma vez dentro da caverna, está totalmente aísolado. +Non se poden ver nada máis que o azulado e bonito ceo por debaixo e as moitas montañas que rodean a caverna. Moito pouco deste mundo se pode ver ou ouvir desde dentro da caverna. +A Gran Pirámide de Giza é a única das Siete Meravellas que aínda se conserva. +Construída por os egipcios no século III a. C., a Gran Pirámide é unha das moitas estruturas piramidais grandes construídas para honrar aos faraóns mortos. +O Plateau de Giza, ou "Necrópole de Giza" no Valle da Morte do Egipto, contén varias pirámides (da que a Grande é a máis grande), varias tumbas pequenas, varios templos e a gran Esfinge. +A gran pirámide foi creada para honrar ao faraón Khufu, e moitas das pirámides menores, tumbas e templos foron construídas para honrar as esposas e membros da familia de Khufu. +O símbolo "up bow" parece unha V e o símbolo "down bow" parece un clavo ou unha esquina que falta a súa parte inferior. +Up significa que debería empezar desde a punta e empuxar o arco, e down significa que debería empezar desde a rana (que é onde tiña a súa mão agarrando o arco) e tirar o arco. +Un arco ascendente xeralmente genera un son máis suave, mentres que un arco descendente é máis forte e axertivo. +Póden marcar os seus propios números, pero deberán ter en conta que os números impresos son para un motivo musical, polo que deberían ser respeitados. +O 6 de outubro de 1789, o rei Luis XVI, a reina Marie Antoinette e os seus dous fillos (o de 11 anos Marie Therese e o de 4 anos Louis-Charles) e a irmá do rei, a señora Elizabeth, foron forzados a volver a París desde Versailles por unha multitude de mercaderas. +Nun carro, viaxaron de volta a París rodeados dunha multitude de xente que gritaba e lanzaba ameazas contra o rei e a reina. +Unha multitude de persoas forzaron ao rei e á reina que as ventáns do coche estiveran abiertas. +En un momento determinado, un membro da multitude agitou a cabeza dun guarda real asesinado en Versalhes diante dunha reina terrorizada. +As despesas de guerra do imperialismo estadounidense na conquista das Filipinas foron pagadas polo mesmo pobo filipino. +Tiveron que pagar impostos ao régimen colonial estadounidense para cubrir unha parte importante das despesas e dos intereses dos bonos emitidos no nome do goberno filipino polas casas bancarias de Wall Street. +Por suposto, as superbeneficios derivadas da prolongada explotación do pobo filipino constituirían as ganancias básicas do imperialismo estadounidense. +Para comprender os Templarios é necesario comprender o contexto que provocou a creación da orde. +A idade na que se produciron os acontecimentos denomínase habitualmente como o alto Medievo, a etapa da historia europea dos séculos XI, XII e XIII (AD 1000-1300). +Os Altos Medieos foron precedidos dos Medieos Iniciais e seguidos dos Medieos tardíos, que por convención acaban arredor de 1500. +O determinismo tecnolóxico é un término que abarca unha ampla gama de ideias na práctica, desde o empuje tecnolóxico ou o imperativo tecnolóxico a un sentido estricto de que o destino humano está condicionado por unha lóxica subyacente asociada coas leis científicas e a súa manifestación en tecnoloxía. +A maioría das interpretaciones do determinismo tecnolóxico comparten dúas ideias xerais: que o desenvolvemento da tecnoloxía segue un camiño fundamentalmente independente da influencia cultural ou política, e que a tecnoloxía a súa vez "produce" efectos na sociedade que son intrínsecos, en lugar de ser condicionados socialmente. +Por exemplo, pode dicirse que o automóvil necesariamente leva ao desenvolvemento das estradas. +Non obstante, unha rede de estradas nacional non é económicamente viable para un pouco de coches, polo que se desarrollan novos métodos de produción para reducir os custos de posesión dun coche. +A posesión en massa de automóbiles tamén leva a unha incidencia máis alta de acidentes nas estradas, o que leva á invención de novas técnicas na asistencia sanitaria para reparar os corpos danados. +O romanticismo tiña un importante elemento de determinismo cultural, extraído de escritores como Goethe, Fichte e Schlegel. +No contexto do Romanticismo, a geografía modelaba ás persoas, e con o tempo surgían costumbres e cultura relacionadas coa geografía, e estas, sendo en harmonia co lugar da sociedade, eran mellores que as leis impostas arbitrariamente. +Como Paris é coñecido como a capital da moda do mundo contemporáneo, Constantinopla era considerada como a capital da moda da Europa feudal. +A súa fama de epicentro do luxo comezou aproximadamente no ano 400 d. C. e durou ata aproximadamente o ano 1100 d. C. +O seu estatuto declinou durante o século XII fundamentalmente debido a que os cruzados volvieron cargados de presentes como sedas e especias que valían máis que o que ofrecían os mercados bizantinos. +Foi nesta época na que se realizou o traslado do título de Capital de la moda desde Constantinopla a París. +O estilo gótico chegou ao seu pico entre os séculos 10 e 11 e o 14. +No principio, a cultura bizantina oriental tiña unha gran influencia no vestido. +Non obstante, debido aos canais de comunicación lentos, os estilos do oeste podían quedar atrás de 25 a 30 anos. +Towards o final da Idade Media, Europa Occidental comezou a desenvolver o seu propio estilo. Un dos maiores avances da época como resultado das cruzadas, as persoas empezaron a empregar botóns para fixar a roupa. +A agricultura de subsistencia é aquela que se realiza para produzir o suficiente de alimentos para cubrir as necesidades exclusivas do agricultor e da súa familia. +A agricultura de subsistencia é un sistema sencillo, con frecuencia orgánico, que usa sementes guardadas nativas da ecorregión combinadas coa rotación de cultivos ou outras técnicas relativamente simples para maximizar a produción. +Históricamente, os maiores números de granxeiros se dedicaban á agricultura de subsistencia e este é aínda o caso en moitas nacións en vías de desenvolvemento. +As subculturas unen individuos con ideais similares que se senten ignorados polas normas da sociedade e lles permiten desenvolver un sentido de identidade. +As subculturas poden ser distintas debido á idade, étnia, clase, localización e/ou género dos seus membros. +As calidades que determinan unha subcultura como distinta poden ser lingüísticas, estéticas, religiosas, políticas, sexuais, geográficas ou unha combinación de factores. +Os membros dunha subcultura adoitan demostrar a súa adhesión mediante un uso distinto e simbólico do estilo, que inclúe modas, maneiras e argot. +Un dos métodos máis comúns para ilustrar a importancia da socialización é referirse aos poucos casos infortunados de nenos que, a causa de unha negligencia, unha desgrazia ou un abuso deliberado, non foron socializados por adultos mentres crecían. +A estes nenos se denomina "ferais" ou "salvaxes". Algúns nenos "ferais" foron confinados por persoas (normalmente os seus propios pais); en algúns casos o abandono dos nenos produciuse debido á rexeción dos pais a unha severa deficiencia intelectual ou física do neno. +Os nenos ferais poderían ter experimentado unha severa abuso infantil ou trauma antes de ser abandonados ou de escapar. +Outros alegan que foron criados por animais; algúns dicen que vivían na natureza por si mesmos. +Cando está totalmente criado por animais non humanos, o neno feral exibe comportamentos (dentro das limitacións físicas) prácticamente idénticos aos do animal de cuidado particular, como o seu medo ou indiferencia ante os humanos. +Aínda que o aprendizaxe baseado en proxectos debería facer que o aprendizaxe sexa máis fácil e interesante, o esqueleto va un paso máis alá. +O andamio non é un método de aprendizaxe, senón un axuda que proporciona apoio ás persoas que están a experimentar unha nova experiencia de aprendizaxe, como o uso dun novo programa informático ou o inicio dun novo proxecto. +As estruturas de apoio poden ser virtuais e reais, o que significa que un profesor é un tipo de estrutura de apoio, pero tamén o pequeno clipe de papel de Microsoft Office. +Os esqueletos virtuais se internalizan no software e están destinados a cuestionar, impulsar e explicar procedementos que poderían ter sido demasiado desafiantes para que o estudante os realizara por si só. +Os nenos son colocados en cuidado de fóstro por unha variedade de motivos que van desde o abandono, a abuso, ata a extorsión. +Ningún neno debería ter que crecer nunha ambientación que non se preocupe, que non se preocupe e que non se eduque, pero iso acontece. +Percebemos que o sistema de cuidado de menores é unha zona de seguridade para estes nenos. +O noso sistema de adopción está suposto para proporcionar casas seguras, cuidadores afectuosos, educación estable e cuidados de saúde fiables. +O cuidado de fóstro debería proporcionar todas as necesidades que faltaban na casa da que foron retirados anteriormente. +A Internet combina elementos tanto da comunicación de massa coma da comunicación interpersonal. +As características distintas da Internet dan lugar a dimensións adicionais en relación coa abordaxe dos usos e satisfaccións. +Por exemplo, "aprendizaxe" e "socialización" están suxeridos como importantes motivos para o uso da Internet (James et al., 1995). +“A participación persoal” e “as relacións continuas” tamén foron identificadas como novos aspectos motivacionais por Eighmey e McCord (1998) ao investigar as reaccións do público coas páxinas web. +O uso da gravación en vídeo levou a importantes descubrimentos na interpretación das micro-expresións faciais, que duran uns poucos millóns de segundos. +En particular, afirma que se pode detectar se unha persoa está mentindo interpretando correctamente as microexpresións. +Oliver Sacks, na súa publicación The President's Speech, indicou que as persoas que non poden comprender o discurso debido a lesións cerebrais continúan sendo capaces de avaliar a sinceridade con precisión. +Ademais, suxeriu que estas habilidades de interpretación do comportamento humano podían ser compartidas por animais como os canes domésticos. +A investigación do século XX demostrou que existen dous pools de variación genética: ocultos e expresados. +A mutación adiciona novas variacións genéticas e a selección elimina estas da variación expresada. +A segregación e a recombinación desordenan as variacións entre os dous pools a cada xeración. +Na sabana, é difícil que un primate co un sistema digestivo como o dos humanos saiba satisfacer as súas necesidades de aminoácidos coas plantas dispoñibles. +Ademais, a non realización desta tarefa ten consecuencias graves: depresión do crecemento, malnutrición e, finalmente, a morte. +As fontes de plantas máis facilmente accesibles serían as proteínas dispoñibles nas follas e as legúmenas, pero estas son difíciles de digerir para primates como nós a menos que estes estén cociñados. +Por contra, os alimentos animais (formigas, termitas, ovos) non só son facilmente digeribles, senón que proporcionan proteínas de gran cantidade que contén todas as aminoácidos esenciais. +Consideradas todas as circunstancias, non nos debería sorprender que os nosos propios antepasados resolveran o seu "problema de proteínas" de maneira bastante similar á que os chimpanzés da sabana realizan hoxe en día. +A interrupción do sono é o proceso de acordarse voluntariamente durante a súa hora de dormir normal e quedarse dormindo pouco tempo despois (10-60 minutos). +Isto pode facerse con facilidade usando un reloxe de alarma relativamente silencioso para acadar a consciencia sen despertarse totalmente. +Se se atopa a si mesmo resetando o reloxe ao dormir, pode colocárono na outra parte da habitación, forzándo que se levante da cama para apagar o reloxe. +Outras opcións baseadas nos ritmos biológicos implican beber moitas bebidas (especialmente agua ou té, un diurético ben coñecido) antes de ir a dormir, forzándonos a levantarnos para ir ao banheiro. +A cantidade de paz interior que unha persoa poñe en relación con a cantidade de tensión do seu corpo e da súa alma. +A menor a tensión, máis positiva é a forza vital presente. Toda persoa ten o potencial de atopar unha paz e un contentamento absolutos. +Todos podemos alcanzar a iluminación. O único obstáculo que nos impide este obxectivo é a nosa propia tensión e negatividade. +O budismo tibetano é baseado nas ensinanzas do Búdda, pero foi estendido polo camiño mahayana do amor e por moitas técnicas do yoga indio. +En principio, o budismo tibetano é moi sencillo. Consiste en yoga Kundalini, meditación e o camiño do amor universal. +Con o yoga Kundalini, a enerxía Kundalini (enerxía da iluminación) é despertada mediante posturas de yoga, exercicios de respiración, mantras e visualizacións. +O centro da meditación tibetana é o Deity Yoga. A través da visualización de diferentes deidades se limpian os canles de enerxía, se activan os chakras e se crea a consciencia iluminada. +A Alemaña foi un inimigo común na Segunda Guerra Mundial, o que levou á colaboración entre EE. UU. e a URSS. Ao final da guerra, os enfrontamentos entre os sistemas, os procesos e as culturas levaron ás guerras entre os países. +Con dous anos do final da guerra, os antigos aliados foron agora os inimigos e comezou a Guerra Fría. +Duraría durante os próximos 40 anos e se loitaría de verdade, por proxies, en campos de batalla desde África ata Asia, en Afganistán, Cuba e en moitos outros lugares. +A 17 de setembro de 1939, a defensa polaca xa estaba rota e a única esperanza era retirarse e reorganizarse ao longo da cabeza de puente romena. +Non obstante, estes planes quedaron obsoletos praticamente de un día para o outro, cando máis de 800.000 soldados da Armada Roxa da Unión Soviética entraron e crearon os frentes bielorusos e ucranianos despois de invadir as rexións orientais de Polonia en violación do Tratado de Paz de Riga, o Pacto de Non-Agresión entre a Unión Soviética e Polonia e outros tratados internacionais, tanto bilaterais coma multilaterais. +O uso de barcos para transportar mercancía é, de lonxe, a maneira máis eficaz de mover grandes cantidades de persoas e mercancía a través dos océanos. +O traballo das armadas tradicionalmente consiste en garantir que o país teña a capacidade de desprazar os seus cidadáns e as súas mercancías mentres, ao mesmo tempo, interfería na capacidade do seu inimigo de desprazar os seus cidadáns e as súas mercancías. +Un dos casos máis relevantes dos últimos anos foi a campaña do Atlántico Norte da Segunda Guerra Mundial. Os estadounidenses trataban de trasladar persoal e materiais a través do océano Atlántico para axudar a Gran Bretaña. +Mentres tanto, a armada alemá, usando principalmente submarinos, trataba de parar este tráfico. +Se os Aliados fracasasen, probablemente Alemaña tería conseguido conquistar Gran Bretaña, xa que tiña conseguido conquistar o resto de Europa. +As cabras parecen ter sido as primeiras animais domésticos aproximadamente 10.000 anos atrás nas montañas Zagros de Irán. +As culturas e tribos antigas empezaron a conservarlas para facilitar o acceso a leite, cabelo, carne e peles. +Os cabritos domésticos normalmente se criaban en herdades que se desprazaban por colinas ou outras zonas de pastoreo, con frecuencia atendidos por cabritos que, con frecuencia, eran nenos ou adolescentes, similares ao pastor coñecido en maior medida. Estes métodos de pastoreo aínda se usan hoxe en día. +As vías de ferrocarril foron construídas en Inglaterra desde o século XVI. +Aínda que as vagonetas consistían simplemente en planchas paralelas de madeira, permitían que os caballos que as arrastaban alcanzasen maiores velocidades e transportasen cargas máis grandes que nas estradas un pouco máis ásperas da época. +As barras cruzadas foron introducidas con bastante tempo de antelación para fixar as vías. No entanto, a medida que avanzaba o tempo, se chegou á conclusión de que as vías serían máis eficaces se tivese unha barra de ferro na parte superior. +Isto converteuse en unha práctica común, pero o ferro causaba máis desgaste nas rodas de madeira dos vagóns. +Finalmente, as rodas de madeira foron substituídas por rodas de ferro. En 1767, foron introducidas as primeiras vías completamente de ferro. +A primeira forma de transporte coñecida foi camiñar, os humanos empezaron a camiñar de maneira erecta hai dous millóns de anos cando surxiu o Homo erectus (hombre erecto). +Os seus antecesores, os Australopithecus non camiñaban erectos habitualmente. +En fósiles de Australopithecus de 4,2 a 3,9 millóns de anos atrás se atopan especializacións bipedais, aínda que Sahelanthropus podería ter camiñado sobre dúas patas desde hai sete millóns de anos. +Podemos empezar a vivir de maneira máis amigable coa natureza, podemos unirnos ao movemento ambiental e podemos mesmo ser activistas para reducir o sofrimento futuro en algun grao. +Isto é igual que o tratamento sintomático en moitos casos. Non obstante, se non só queremos unha solución temporal, deberíamos buscar a causa dos problemas e deberíamos desactivalos. +É evidente que o mundo cambiou moito debido aos avances científicos e tecnolóxicos do ser humano e os problemas aumentaron debido á sobrepobación e ao estilo de vida extravagante do ser humano. +Despois da súa adopción polo Congreso o 4 de xullo, un esbozo manuscrito firmado polo presidente do Congreso, John Hancock, e o secretario, Charles Thomson, foi enviado a poucos metros de distancia ao taller de imprensa de John Dunlap. +Durante a noite entre 150 e 200 copias foron feitas, que agora se denominan "Dunlap broadsides". +A primeira lectura pública do documento realizouse por John Nixon no patio da Independence Hall o 8 de xullo. +Un exemplar foi enviado a George Washington o 6 de xullo, que o leu aos seus soldados en Nova York o 9 de xullo. Unha copia chegou a Londres o 10 de agosto. +As 25 broadsides de Dunlap que aínda se conservan son as copias máis antigas que se conservan do documento. A copia original escrito a mano desapareceu. +Moitos paleontólogos de hoxe en día creen que un grupo de dinosaurios sobreviveu e que está vivos hoxe en día. Lles chamamos paxaros. +Moitas persoas non os consideran dinosaurios porque teñen plumas e poden voar. +Pero hai moitas cousas sobre os paxaros que aínda parecen dinosaurios. +Os seus pés teñen escamas e garras, ponen ovos e camiñan sobre as súas dúas patas posteriores coma un T-Rex. +Praticamente todos os ordenadores en uso hoxe en día basados en a manipulación de información codificada en forma de números binarios. +Un número binario só pode ter unha das dúas valores, isto é, 0 ou 1, e estes números se denominan díxitos binarios ou bits, segundo a terminoloxía informática. +O envenenamento interno non sempre se detecta de inmediato. Os síntomas, como o vómito, son suficientemente xenerais que non se pode diagnosticar de inmediato. +A mellor indicación de envenenamento interno pode ser a presenza dun recipiente aberto de medicamentos ou químicos domésticos tóxicos. +Consulte a etiqueta para obter as instrucións de socorro específicas para ese veneno concreto. +Os entomólogos usan o termino bug en un sentido formal para este grupo de insectos. +Este término deriva dunha antiga familiaridade coas cucarachas de cama, que son insectos moi adaptados para parasitar os humanos. +Ambas as cucarachas asesinas e as cucarachas de cama son nidicolas, adaptadas a vivir nun nido ou unha habitación do seu anfitrión. +Nos EE. UU., aproximadamente 400.000 casos de esclerose múltiple (EM) son coñecidos, o que o converte en a enfermidade neurolóxica máis frecuente entre os adultos de idades intermedias e máis baixas. +O MS é unha enfermidade que afecta ao sistema nervioso central, que está formado por o cerebro, a medula espinal e o nervio óptico. +As investigacións demostraron que as mulleres tiñan dous veces máis probabilidades de ter esclerose múltiple que os homes. +Unha parella pode decidir que non é o seu interese ou o do seu fillo adoptar un bebé. +Estas parellas poden optar por elaborar un plan de adopción para o seu bebé. +Nun caso de adopción, os pais biológicos renuncian aos seus dereitos parentais para que unha outra parella adopte o neno. +O obxectivo principal da ciencia é descubrir a maneira en que o mundo funciona mediante o método científico. Este método, de feito, guía a maioría das investigacións científicas. +Non obstante, a experimentación e un experimento é unha proba que se usa para eliminar unha ou máis das hipóteses posibles, preguntas e observacións tamén guían a investigación científica. +Os naturalistas e os filósofos centraron a súa atención nos textos clásicos e, en particular, na Biblia en latín. +Aceptáronse as vistas de Aristóteles sobre todas as materias científicas, incluída a psicología. +A medida que o coñecemento da cultura grega desaparecía, o oeste quedaba aínda por detrás das súas raíces filosóficas e científicas gregas. +Moitos dos ritmos observados na fisioloxía e no comportamento dependen crucialmente da presenza de ciclos endóxenos e da súa produción mediante os reloxos biolóxicos. +Os ritmos periódicos, que non son simplemente respostas a estímulos periódicos externos, foron documentados en a maioría das formas de vida vivas, incluídas as bacterias, os fungos, as plantas e os animais. +Os reloxos biolóxicos son osciladores auto sustentables que continúan un período de ciclo libre mesmo na ausencia de estímulos externos. +O experimento de Hershey e Chase foi unha das suxestións principais de que o ADN era un material genético. +Hershey e Chase empregaron fagos ou virus para implantar o seu propio ADN nunha bacteria. +Realizaron dous experimentos marcando a DNA do phage co fósforo radioactivo ou a proteína do phage co súlio radioactivo. +As mutacións poden ter diferentes efectos dependendo do tipo de mutación, da importancia do fragmento de material genético afectado e se as células afectadas son células germinales. +Só as mutacións nas células germinais poden ser transmitidas aos fillos, mentres que as mutacións en outras partes do corpo poden provocar a morte das células ou o desenvolvemento dun cancro. +O turismo basado na natureza atrae á xente interesada en visitar áreas naturais para gozar da paisaxe, incluída a fauna e a flora. +Exemplos de actividades realizadas no lugar inclúen a caza, a pesca, a fotografía, a observación de paxaros e a visita a parques e o estudo da información sobre o ecosistema. +Un exemplo é visitar, fotografar e aprender sobre os orangutáns de Borneo. +Todos os días, as persoas abandonan as pequenas cidades do país en coches para ir ao seu lugar de traballo e son superadas por outras que van ao seu destino de traballo ao lugar que acababan de abandonar. +Neste transporte xerador de dinamismo, todo o mundo está de algun xeito conectado e apoiando un sistema de transporte basado en coches privados. +A ciencia indica que esta economía de carbono xigantesca desestabilizou a biosfera dun dos seus estados estables que apoiou a evolución humana durante os últimos dous millóns de anos. +Todo o mundo participa na sociedade e utiliza os sistemas de transporte. Praticamente todo o mundo se queixa dos sistemas de transporte. +En países desenvolvidos, raramente se escucha niveis similares de queixas sobre a calidade da auga ou pontes que caen. +Por que os sistemas de transporte generan tantas queixas, por que fracasan diariamente? Son os enxeñeiros de transporte simplemente incompetentes? O está aí algo máis fundamental? +O estudo do fluxo de tráfico é o estudo do movimento dos condutores e dos vehículos entre dous puntos e as interaccións que teñen entre si. +Desafortunadamente, estudar o fluxo de tráfico resulta difícil debido á imposibilidade de prever o comportamento do condutor cunha certeza de 100%. +Fortunadamente, os condutores tiñan por hábito comportarse dentro dunha ampla gama relativamente consistente; polo tanto, os fluxos de tráfico tiñan por hábito algunha consistencia razoable e podían ser aproximadamente representados matemáticamente. +Para mellor representar o fluxo de tráfico, estableceron relacións entre as tres principais características: (1) fluxo, (2) densidade e (3) velocidade. +Estas relacións axuden a planificar, deseñar e operar as infraestruturas viárias. +Os insectos foron os primeiros animais que chegaron ao aire. A súa habilidade para voar lles axudou a evitar os inimigos con maior facilidade e a buscar alimentos e compañeiros máis eficientemente. +A maioría dos insectos teñen a vantaxe de poder recoller os seus asas contra o corpo. +Isto lles dá unha maior variedade de lugares pequenos para ocultarse dos predadores. +Hoxe en día, os únicos insectos que non poden volver atrás as súas asas son as libélulas e os mosquitos. +Hai miles de anos que un home chamado Aristarco afirmaba que o Sistema Solar giraba en torno ao Sol. +Algunhas persoas pensaron que tiña razón, pero moitas creían o contrario; que o Sistema Solar giraba en torno á Terra, incluído o Sol (e mesmo as outras estrelas). +Isto parece sentido, porque a Terra non parece estar a moverse, non? +O río Amazonas é o segundo máis longo e o maior do planeta. Carrega máis de oito veces a cantidade de auga do segundo maior río. +O Amazon é tamén o río máis ancho da Terra, a veces seis millas de ancho. +Un 20 % da auga que flúe dos ríos da Terra ao océano procede do Amazonas. +O río Amazonas principal é de 6.387 km (3.980 millas). Reúne a auga de miles de ríos menores. +Aínda que a construción de pirámides de pedra continuou ata o final do Antigo Reino, as pirámides de Giza nunca foron superadas en tamaño nin en a excelencia técnica da súa construción. +Os antigos egipcios do Reino Novo admiraban os monumentos dos seus antecesores, que en ese momento tiñan máis de 1000 anos de antigüidade. +A poboación da Cidade do Vaticano é de aproximadamente 800 habitantes. É o país independente máis pequeno do mundo e o país coa poboación máis baixa. +A Cidade do Vaticano usa o italiano na súa legislación e nas súas comunicacións oficiais. +O italiano tamén é a lingua cotidiana que usan a maioría das persoas que traballan para o estado, mentres que o latín adoita ser usado nas ceremonias relixiosas. +Todos os cidadáns de Cidade do Vaticano son católicos romanos. +As persoas coñecían os elementos químicos básicos como o ouro, a plata e o cobre desde a antigüidade, xa que todos os tres se poden descubrir na natureza en forma nativa e son relativamente simples de minar con ferramentas primitivas. +Aristóteles, un filósofo, teorizou que todo está formado por unha mezcla de un ou máis dos catro elementos. Estes eran terra, auga, aire e lume. +Isto era máis como as cuatro estados da materia (na mesma orde): sólido, líquido, gas e plasma, aínda que tamén teorizou que cambian en novas substancias para formar o que vemos. +Os aleados son, en realidade, unha mezcla de dous ou máis metais. Non esqueza que existen moitos elementos na táboa periódica. +Os elementos como o calcio e o potasio son considerados metais. Por suposto, tamén existen metais como o ouro ou a plata. +Tamén existen aleacións que inclúen pequenas cantidades de elementos non metálicos como o carbono. +Todo o Universo está formado por materia. Toda a materia está formada por pequenas partículas chamadas átomos. +Os átomos son tan increíblemente pequenos que trillóns deles caberían no punto final desta frase. +Polo tanto, o lápis foi un bo amigo para moitas persoas desde a súa aparición. +Lamentablemente, cando surgiron novas maneiras de escribir, o lápis foi relegado a un estatus e uso inferiores. +Agora as persoas escriben mensaxes na pantalla do ordenador e nunca teñen que acercarse a un afilador. +O único que se pode preguntar é o que o teclado se convertirá cando chegue algo máis novo. +A bomba de fisión funciona sobre o principio de que se necesita enerxía para reunir un núcleo con moitos protóns e neutróns. +Un pouco como arrastar un carro pesado por unha colina. Dividir o núcleo de novo e liberar parte daquela enerxía. +Algúns átomos teñen núcleos inestables, o que significa que tiñan tendencia a romperse se lles dá pouco ou ningún impulso. +A superficie da Lúa está composta de rochas e po. A capa exterior da Lúa se denomina corteza. +A corteza ten un espesor de aproximadamente 70 km na parte próxima e 100 km na parte distante. +É máis fino baixo das maria e máis espesso baixo das montañas. +Pode haber márias máis na parte próxima porque a corteza é máis fina. Era máis fácil que a lava subisse ata a superficie. +As teorías do contido centran a súa atención en descubrir o que motiva ás persoas ou o que lles interesa. +Estas teorías suxeriren que as persoas teñen certos desexos e/ou necesidades que se internalizaron ao chegar á adultez. +Estas teorías estudan o que fai que determinadas persoas queren as cousas que queren e que cousas do seu entorno os farán facer ou non facer determinadas cousas. +Dúas teorías populares de contido son a Teoria da Hierarquía das Necesidades de Maslow e a Teoria dos Dous Fatores de Hertzberg. +Xeralmente, dous comportamentos poden emerxir cando os directores comienzan a liderar os seus antigos colegas. Un extremo da escala é tratar de manterse como "un dos nós" (ou "unhas das nós"). +Este tipo de xefe ten dificultades para tomar decisións impopulares, aplicar medidas disciplinarias, realizar avaliacións de desempeño, asignar responsabilidades e responsabilizar á xente. +No outro extremo do espectro, alguén se transforma nunha persoa descoñecida que se sente que debe cambiar todo o que o equipo estivo facendo e que é o seu. +Despois de todo, o líder é o responsable final do éxito ou o fracaso do equipo. +Este comportamento con frecuencia provoca divisións entre os líderes e o resto do equipo. +Os equipos virtuais deben cumprimentar os mesmos estándares de excelencia que os equipos convencionais, pero existen diferenzas subtis. +Os membros dun equipo virtual con frecuencia desempeñan o papel de punto de contacto para o seu grupo físico inmediato. +Con frecuencia teñen máis autonomía que os membros dun equipo convencional, xa que os seus equipos poden reunirse de acordo coas diferentes zonas horarias, que non sempre se entenderán coa dirección local. +A presenza dun verdadeiro “equipo invisible” (Larson e LaFasto, 1989, p. 109) é tamén unha componente única dun equipo virtual. +O "equipo invisível" é o equipo de dirección ao que cada membro informa. O equipo invisível establece os estándares para cada membro. +Por que unha organización querería pasar por un proceso tan consumidor de tempo para establecer unha organización de aprendizaxe? Un obxectivo para aplicar os conceitos de aprendizaxe organizacional é a inovación. +Cando todas as resourzas dispoñibles son empregadas de maneira eficaz en todos os departamentos funcionales dunha organización, a creatividade e a ingenioidade poden transpirar. +Como resultado, o proceso dunha organización que traba coa colaboración para superar un obstáculo pode conducir a un novo proceso innovador para atender ás necesidades do cliente. +Antes de que unha organización poida ser innovadora, a dirección debe crear unha cultura de inovación, así como coñecemento compartido e aprendizaxe organizacional. +Angel (2006), explica o enfoque do Continuum como un método que axuda as organizacións a alcanzar un nivel máis alto de desempeño. +Os datos neurobiolóxicos proporcionan unha proba física para unha aproximación teórica á investigación da cognición, polo que estreita a área de investigación e fai que sexa moito máis exacta. +A correlación entre a patoloxía cerebral e o comportamento apoia aos científicos na súa investigación. +Tem sido coñecido durante moito tempo que diferentes tipos de lesións cerebrais, traumas, lesións e tumores afectan o comportamento e provocan cambios en algunhas funcións mentais. +O aumento das novas tecnoloxías permite ver e investigar estruturas e procesos cerebrais que nunca se habían visto antes. +Isto nos proporciona moita información e material para crear modelos de simulación que axudan a comprender os procesos que se producen na nosa mente. +Aínda que a IA ten unha forte connotación de ficción científica, a IA forma unha rama moi importante da informática que trata do comportamento, da aprendizaxe e da adaptación intelixente dunha máquina. +A investigación en IA implica a creación de máquinas para automatizar tarefas que requiren comportamento intelixente. +Exemplos inclúen o control, o planeamento e a programación, a habilidade para responder a diagnósticos e preguntas dos clientes, así como a recoñección de escritura manuscrita, voz e rostro. +Estas cousas converteuse en disciplinas distintas que se centran en ofrecer solucións aos problemas da vida real. +O sistema de IA é agora con frecuencia utilizado nas áreas da economía, da medicina, da enxeñería e do exército, xa que foi construído en varias aplicacións de ordenador e de video xogos para o fogar. +As excursións ao aire libre son unha parte fundamental de calquera aula. Con bastante frecuencia, un profesor gustaría que os seus alumnos visiten lugares que non se poden chegar mediante unha viaxe en autobús. +A tecnoloxía ofrece a solución con viaxes virtuais. Os estudantes poden ver os artefactos do museo, visitar un acuario ou admirar a bella arte sentados coa súa clase. +Compartir unha excursión a campo virtualmente tamén é unha maneira excelente de reflexionar sobre unha excursión e compartir experiencias coas futuras clases. +Por exemplo, todos os anos os estudantes da Bennet School de Carolina do Norte deseñan un sitio web sobre a súa viaxe á capital do estado, cada ano o sitio web se remodela, pero as antigas versiones permanecen en liña para servir de libro de recortes. +Os blogs tamén poden axudar a mellorar a escrita dos estudantes. Aínda que os estudantes a miúdo inician a súa experiencia con blogs coa gramática e a ortografía desorganizadas, a presenza dun público xeralmente cambia eso. +Desde que os estudantes adoitan ser a audiencia máis crítica, o autor do blog comeza a esforzarse para mellorar a escrita para evitar a crítica. +Tamén o blogueo "obriga aos estudantes a ser máis perspicaces sobre o mundo que os rodea". A necesidade de alimentar o interese do público incentiva aos estudantes a ser intelixentes e interesantes (Toto, 2004). +O blogueo é unha ferramenta que incentiva a colaboración e anima aos estudantes a ampliar o seu aprendizaxe máis alá do día escolar tradicional. +O uso adecuado dos blogs "pode facer que os alumnos se tornen máis analíticos e críticos; ao responder activamente aos materiais da Internet, os alumnos poden definir as súas posicións no contexto das escritas dos demais e definir as súas propias perspectivas sobre determinados temas (Oravec, 2002). +Ottawa é a encantadora e bilingüe capital de Canadá e ofrece unha serie de galerías de arte e museos que presentan o pasado e o presente do país. +Máis ao sur se atopan as cataratas de Niagara e ao norte se atopan a beleza natural desaproveitada do Muskoka e máis alá. +Todas estas cousas e máis destacan a Ontario como o que os estranxeiros consideran quintesencialmente canadense. +Áreas máis ao norte son moi pouco poboadas e algunhas prácticamente desoladas. +Para unha comparación que sorprende a moitos: Hai máis afroamericanos que cidadáns canadienses nos EE. UU. +As illas de África Oriental atópanse no océano Índico ao largo da costa oriental de África. +Madagascar é, de lonxe, o país máis grande e un continente por si mesmo cando se trata de animais salvaxes. +A maioría das illas máis pequenas son nacións independentes ou asociadas a Francia e coñecidas como resorts de praia de luxo. +Os árabes tamén levaron o islam a estas terras, e produciuse un gran impacto en Comoros e Mayotte. +A influencia europea e o colonialismo comezaron no século XV, cando o explorador português Vasco da Gama descubriu a ruta do Cabo desde Europa a India. +Na parte norte, a rexión está delimitada polo Sahel, e na parte sur e oeste polo océano Atlántico. +As mulleres: é recomendable que as viaxadoras afirmen que están casadas, aínda que o seu estado matrimonial realmente é outro. +Tamén resulta útil llevar un anillo (pero non un que pareza demasiado caro). +As mulleres deberían recoñecer que as diferenzas culturais poden resultar no que considerarían acoso e non é inusual ser seguídas, agarradas pola manga, etc. +Ser firme ao rexeitar os homes e non ter medo de defenderse (aínda que sexan diferenzas culturais ou non, non significa que sexa o correcto!). +A cidade moderna de Casablanca foi fundada por pescadores berberes no século 10 a. C. e usada por fenícios, romanos e merínidas como un porto estratxeitico chamado Anfa. +Os portugueses destruírono e reconstruírono baixo o nome de Casa Branca, só para abandonalo despois dun terremoto en 1755. +O sultán de Marruecos reconstruíra a cidade como Daru l-Badya e os comerciantes españoles que estableceron bases comerciais le puxeron o nome de Casablanca. +Casablanca é un dos lugares menos interesantes para facer compras en todo Marruecos. +Arredor da antiga Medina é fácil atopar lugares que vendem produtos tradicionais marroquís, como tagines, cerámica, artículos de couro, calumetas e unha gama completa de artigos de decoración, pero todo é para os turistas. +Goma é unha cidade turística da República Democrática do Congo no extremo este, preto de Ruanda. +En 2002, Goma foi destruída pola lava do volcán Nyiragongo, que enterrou a maior parte das rúas da cidade, especialmente o centro. +Aínda que Goma é relativamente seguro, calquera visita ao exterior de Goma debería ser estudiada para comprender o estado da guerra que persiste na provincia de Nord Kivu. +Ademais, a cidade é a base para escalar o volcán Nyiragongo, ao mesmo tempo que ofrece algunhas das visitas de gorilas de montaña máis económicas de África. +Pode utilizarse un boda-boda (taxi de moto) para moverse por Goma. O prezo normal (local) é de aproximadamente 500 francos congoleños por unha viaxe curta. +Combinado coa súa inaccesibilidade relativa, "Timbuktu" foi utilizado como metáfora para países exóticos e distantes. +Hoxe en día, Timbuktu é unha cidade pobre, aínda que a súa reputación fai dela unha atracción turística, e ten un aeroporto. +En 1990, engadíuse á lista de património mundial en perigo debido á ameaza das areas desérticas. +Foi unha das paradas principais durante o especial de PBS de Henry Louis Gates, Wonders of the African World. +A cidade contrasta con o resto das cidades do país, porque ten máis unha aroma árabe que africano. +O Parque Nacional Kruger (KNP) se atopa no noroeste de África e se estende ao longo da fronteira de Mozambique no leste, Zimbabwe ao norte e o río Crocodile constitúe a fronteira meridional. +O parque abarca 19.500 km² e está dividido en 14 diferentes zonas ecolóxicas, cada unas con diferentes animais salvaxes. +É unha das principais atraccións de África do Sur e se considera a bandera dos Parques Nacionais de África do Sur (SANParks). +Como con todos os parques nacionais de África do Sur, existen tarifas diarias de conservación e entrada para o parque. +Tamén pode ser beneficioso comprar unha tarxeta salvaxe, que proporciona acceso a calquera dos parques seleccionados de África do Sur ou a todos os parques nacionais de África do Sur. +A illa de Hong Kong dá o nome ao territorio de Hong Kong e é o lugar que moitos turistas consideran como o foco principal. +A fila de edificios que forman o paisaxe de Hong Kong foi comparada con un gráfico de barras que brillan debido á presenza das augas do porto de Victoria. +Para ver os mellores paisaxes de Hong Kong, abandona a illa e dirixe cara á costa de Kowloon do outro lado. +A grande maioría do desenvolvemento urbano de Hong Kong se concentra en terrenos recuperados ao longo da costa norte. +Este é o lugar que os colonizadores británicos adoptaron como o seu e polo que, se está a buscar pruebas do pasado colonial do territorio, é un buen lugar para empezar. +Os Sundarbans son a maior cintura de mangueiros costeiros do mundo, que se estende 80 km (50 mi) ao interior de Bangladés e de India desde a costa. +Os Sundarbans foron declarados Patrimonio Mundial da UNESCO. A parte do bosque que se atopa no territorio indio chámase Parque Nacional de Sundarbans. +As florestas non só son mangueiros, aínda que inclúen algunhas das últimas plantacións da poderosa xungla que cubría un tempo a planicie do Ganges. +Os Sundarbans abarcan unha superficie de 3.850 km², das cales un terzo está cobertos por áreas de auga ou pantanos. +Desde 1966, os Sundarbans son un santuario de vida silvestre e se estima que agora hai 400 tigres reais de Bengala e aproximadamente 30.000 antilopas manchadas na zona. +Os autobuses saen da estación de autobuses interdistrital (across the river) durante todo o día, aínda que a maioría, especialmente os que van cara a leste e Jakar/Bumthang, saen entre as 06:30 e as 07:30. +Como os autobuses interdistritais con frecuencia están cheos, é recomendable comprar un billete con varios días de antelación. +A maioría dos distritos son servidos por pequenos autobuses japoneses Coaster, que son cómodos e robustos. +Os taxis compartidos son un medio rápido e cómodo para viaxar a lugares próximos, como Paro (Nu 150) e Punakha (Nu 200). +A ponte sobre o río Oyapock é unha ponte de cables. Cruza o río Oyapock para unir as cidades de Oiapoque en Brasil e Saint-Georges de l'Oyapock en Guiana Francesa. +As dúas torres atopan unha altura de 83 metros, é de 378 metros de comprimento e ten dúas vías de 3,50 metros de ancho. +A distancia vertical debaixo da ponte é de 15 metros. A construción finalizou en agosto de 2011, pero non se abriu ao tráfico ata marzo de 2017. +A ponte estará totalmente operativa en setembro de 2017, cando se espera que os puntos de control de aduanas brasileiros estén acabados. +Os Guaraní foron o grupo indígena máis relevante que habitaba o que é agora o leste de Paraguai, vivindo como cazadores nómade semi-nómades que tamén practicaban a agricultura de subsistencia. +Na rexión do Chaco vivían outros grupos de tribos indígenas, como os Guaycurú e os Payaguá, que sobrevivían cazando, colectando e pescando. +No século XVI, Paraguay, que antes se chamaba "A Gigante Província das Indias", nace como resultado da encontro dos conquistadores españoles cos grupos indígenas nativos. +Os españoles iniciaron o período de colonización que durou tres siglos. +Desde a fundación de Asunción en 1537, Paraguay conseguiu conservar moito do seu carácter e identidade indígena. +Argentina é coñecida por ter un dos mellores equipos e xogadores de polo do mundo. +O maior torneo do ano ten lugar en decembro nos campos de polo de Las Cañitas. +As competicións e os partidos de menor importancia tamén se poden ver aquí noutras épocas do ano. +Para obter información sobre os torneos e onde comprar entradas para os partidos de polo, consulte a Asociación Argentina de Polo. +A moneda oficial de las Malvinas é a libra de Malvinas (FKP), cuyo valor se establece como equivalente a un libra británica (GBP). +As moedas poden cambiarse na única banca das illas, que se atopa en Stanley, diante do FIC West. +En xeral, as libras esterlinas serán aceptadas en calquera parte das illas e as tarxetas de crédito e os dólares dos EE. UU. tamén serán aceptados con frecuencia. +Nas illas afastadas probablemente non se aceptarán tarxetas de crédito, aínda que a libra esterliza e o dólar estadounidense poderían ser aceptados; consulte con os propietarios de antemán para determinar un método de pago aceptable. +É praticamente imposible cambiar a moneda de Malvinas fóra das illas, polo que é recomendable cambiar o diñeiro antes de deixar as illas. +Desde que Montevideo está ao sur do Equador, é verán allí cando é inverno no hemisferio norte e viceversa. +Montevideo está nos trópicos; durante os meses de verán, as temperaturas superiores a 30 °C son habituales. +O inverno pode ser engañosamente frío: as temperaturas raramente caen por debaixo de 0 ºC, pero o vento e a humidade combinan para que se sinta máis frío do que o que indica o termómetro. +Non hai temporadas específicas de chuvia ou seca: a cantidade de chuvia permanece aproximadamente a mesma durante todo o ano. +Aínda que moitos dos animais do parque estan acostumados a ver humanos, a vida silvestre continúa sendo silvestre e non debería ser alimentado nin molestado. +Segundo as autoridades do parque, debería manter unha distancia de polo menos 100 yardas/metros de os osos e os lobos e 25 yardas/metros de todos os outros animais salvaxes! +Aínda que os bisóns, os alces, os alces, os osos e praticamente todos os animais grandes poden atacar. +Cada ano, ducias de visitantes resultan feridos porque non mantiveron unha distancia adecuada. Estes animais son grandes, salvaxes e potencialmente perigosos, polo que deben ter o seu espacio. +Ademais, deberá ter en conta que os odores atraen os osos e outros animais salvaxes, polo que deberá evitar transportar ou cociñar alimentos con aroma e manter un acampamento limpio. +Apia é a capital de Samoa. A cidade se atopa na illa de Upolu e ten unha poboación de case 40.000 habitantes. +Apia foi fundada na década de 1850 e desde 1959 é a capital oficial de Samoa. +O porto foi o escenario dunha infame confrontación naval en 1889 cando sete barcos de Alemaña, EE. UU. e Gran Bretaña se negaron a abandonar o porto. +Todas as naves afundáronse, a excepción dun crucero británico. Perderan a vida case 200 americanos e alemáns. +Durante a luta por a independencia organizada polo movemento Mau, unha concentración pacífica na cidade resultou na morte do chefe supremo Tupua Tamasese Lealofi III. +Existen moitas praias debido á posición de Auckland entre dous portos. As máis populares se atopan en tres áreas. +As praias de North Shore (no distrito de North Harbour) están no océano Pacífico e se estenden desde Long Bay no norte ata Devonport no sur. +Son praticamente todas praias de areia con banhos seguros e a maioría dispoñe de sombra proporcionada por árbores de pohutukawa. +As praias de Tamaki Drive atópanse na baía de Waitemata, nas prestigiosas áreas residenciais de Mission Bay e St Heliers de Auckland Central. +Estas son praias familiares que con frecuencia están cheas de visitantes e que teñen unha boa variedade de tendas ao longo da costa. O mergullo é seguro. +A cerveza local máis importante é a "Number One", non é unha cerveza complexa, pero agradable e refrescante. A outra cerveza local se chama "Manta". +Hai moitos vinhos franceses dispoñibles, pero os de Nova Zelandia e Australia poden viaxar mellor. +A auga local é perfectamente segura para beber, pero a auga embotellada é fácil de atopar se se tem medo. +Para os australianos, a idea do café «flat white» é estranxeira. Un café corto é un «espresso», o cappuccino chea de leite (non de espuma) e o té se servía sen leite. +O chocolate quente atópase aos padróns belgas. As bebidas de frutas son caras, pero excelentes. +Hai moitas visitas ao arrecife durante todo o ano, e as lesións debido a calquera destas causas no arrecife son raras. +Non obstante, deberá seguir os consellos das autoridades, obedecer a todas as señalizacións e prestar atención especial aos avisos de seguridade. +As medusas box ocurren preto das praias e preto dos estuarios dos ríos desde outubro ata abril ao norte de 1770. Poden ser ocasionalmente atopadas fóra destes períodos. +Os tiburóns existen, pero raramente atacan os humanos. A maioría dos tiburóns tiña medo dos humanos e escaparía. +Os crocodilos de agua salgada non viven activamente no océano, o seu hábitat principal está nas estuarias dos ríos ao norte de Rockhampton. +Reservar con antelación permite ao viaxeiro ter a certeza de que terá onde dormir ao chegar á súa destino. +Os axentes de viaxes con frecuencia teñen acordos con hoteis específicos, aínda que pode ser posible reservar outras formas de aloxamento, como campos de acampada, a través dun axente de viaxes. +Os axentes de viaxes adoitan ofrecer paquetes que inclúen o almorzo, as arranxamentos de transporte desde/atá o aeroporto ou mesmo paquetes combinados de voo e hotel. +Tamén poden reservar por ti se necesitas tempo para pensar na oferta ou conseguir outros documentos para a túa destino (por exemplo, un visado). +Non obstante, calquera alteración ou solicitude deberá pasar por diante do axente de viaxes e non directamente ao hotel. +Para algúns festivais, a grande maioría dos asistentes aos festivais de música decide acampar no propio lugar, e a maioría dos asistentes considera que é unha parte fundamental da experiencia. +Se quere estar preto da acción, terá que chegar con tempo para conseguir un lugar de acampada preto da música. +Lembra que, aínda que a música nas escenarios principais podería ter acabado, poderían existir seccións do festival que seguirían tocando música ata altas horas da noite. +Algúns festivais teñen áreas de acampada especiais para familias con nenos pequenos. +Se se cruza o Mar Báltico do norte durante o inverno, deberá comprobar a localización da cabina, xa que atravesar o xeo causa un estrondo moi horrible para as persoas máis afectadas. +As cruzas de San Petersburgo inclúen tempo na cidade. Os pasaxeiros das cruzas están eximidos dos requisitos de visado (consulte os termos). +Os casinos adoitan facer moitos esforzos para maximizar o tempo e o diñeiro que os visitantes gastan. As ventás e os reloxios adoitan faltar, e as saídas poden ser difíciles de atopar. +Normalmente, ofrecen comidas, bebidas e entretenimento especiais para que os clientes permanezan en bo estado de ánimo e permanezan no establecemento. +Algunhas localizacións ofrecen bebidas alcohólicas gratis. Non obstante, a embriaguez deteriora a xuíz, e todos os mellores apostadores coñecen a importancia de manterse sobrios. +Cualquera que vai conducir en altas latitudes ou sobre pasos de montaña debería considerar a posibilidade de neve, xeo ou temperaturas congelantes. +Nas estradas coadas de xeo e neve, a fricción é baixa e non se pode conducir como se estivese nun asfalto desnudo. +Durante as tormentas de neve, o suficiente de neve para quedarse atrapado pode caer en pouco tempo. +A visibilidade tamén pode reducirse debido á neve caída ou ao vento, ou debido á condensación ou ao xeo nas ventáns do coche. +Por outra banda, as condicións de xeo e neve son normais en moitos países, e o tráfico continúa normalmente durante todo o ano. +As safaris son tal vez o maior atractivo turístico de África e o destaque para moitos visitantes. +O término safari, que se usa popularmente, se refiere a viaxar por terra para ver a espectacular fauna africana, especialmente na sabana. +Algúns animais, como os elefantes e as girafas, tiñan tendencia a acercarse aos coches e o equipamento estándar permitirá unha boa visión. +Os leóns, os xepares e os leopardos ás veces son tímidos e é mellor veralos con binóculos. +Un safari a pé (tamén coñecido como "bush walk", "hiking safari" ou "andar") consiste en camiñar durante algunhas horas ou varios días. +Os Xogos Paralímpicos se celebrarán entre o 24 de agosto e o 5 de setembro de 2021. Algúns dos eventos se celebrarán en outras localizacións de Xapón. +Tokio será a única cidade asiática que acogerá dúas olimpíadas de verán, tendo celebrado os xogos en 1964. +Se reservara os seus voos e aloxamento para 2020 antes de que se anunciara a posposición, podería ter unha situación complicada. +As políticas de cancelación varían, pero desde o final de marzo, a maioría das políticas de cancelación relacionadas coa COVID-19 non se estenderán ata o 2020, cando estiveron programados os Xogos Olímpicos. +Espérase que a maioría das entradas para os eventos costen entre ¥2.500 e ¥130.000, con entradas típicas que costan aproximadamente ¥7.000. +Ironar as roupas húmidas pode axudar a que se secen. Moitos hoteis ofrecen un ferreiro e un taboleiro de ferro para alugar, aínda que non estea dispoñible na habitación. +Se non está dispoñible un ferro ou se non te gustan as axudas, podes tentar usar un secador de cabelos, se está dispoñible. +Ten que ter cuidado de que a tela non se calente demasiado (que pode causar que se reduza o tamaño ou, en casos extremos, que se queme). +Existen diferentes maneiras de purificar a auga, algunhas máis eficaces contra ameazas específicas. +En algunhas áreas basta un minuto para que a auga comece a chorrer, en outras son necesarios varios minutos. +Os filtros varían na súa efectividade e, se se ten unha preocupación, debería comprar a auga nunha botella cerrada dunha empresa reputable. +Os viaxeiros poden atopar animais que lles son descoñecidos na súa rexión de orixe. +As plagas poden estragar a comida, provocar irritacións ou, no peor dos casos, causar reaccións alérgicas, difundir veneno ou transmitir infeccións. +As propias enfermidades infecciosas, ou animais perigosos que poden ferir ou matar á xente por forza, normalmente non se consideran pestes. +As compras libres de impostos é a oportunidade de comprar mercancía que está eximida de impostos e acesos en determinadas localizacións. +En ocasións, os viaxeiros que viaxan a países con elevados impostos poden economizar unha considerable cantidade de diñeiro, especialmente en produtos como bebidas alcohólicas e tabaco. +O tramo entre Point Marion e Fairmont ofrece as condicións de condución máis desafiantes da autovía Buffalo-Pittsburgh, pasando con frecuencia por terrenos de montaña isolados. +Se non está acostumado a conducir por estradas rurais, deberá conservar a calma: os declives pronunciados, as carreiras estreitas e as curvas pronunciadas predominan. +As velocidades máximas permitidas están significativamente máis baixas que nas seccións anteriores e posteriores —comúnmente 35-40 mph (56-64 km/h)— e a obediencia estricta a eles é aínda máis importante. +Curiosamente, aínda que o servizo de teléfono móbil é moito mellor que en moitos outros tramos da ruta, por exemplo, na Pennsylvania Wilds. +Os pastís alemáns son moi bo, e en Bavaria, son moi ricos e variados, similares aos dos seus veciños do sur, Austria. +Os pastís de frutas son comúns, con manzanas cociñadas en pastís durante todo o ano e cerezas e ciruelas que se presentan durante o verán. +Moitos dos pastis alemáns contan con almendras, castañas e outras frutas de árbore. Os pastis máis populares adoitan combinarse particularmente ben coa unha taza de café forte. +Se te gustan os pastis pequenos pero ricos, proba o que depende da rexión chaman Berliner, Pfannkuchen ou Krapfen. +Un curry é un prato baseado en ervas e especias, acompañado de carne ou verduras. +Un curry pode ser "seco" ou "molle" en función da cantidade de líquido. +En as rexións interiores do norte de India e Paquistán, a leite de xogurt é usada con frecuencia para preparar currys; no sur de India e en algunhas outras rexións costeiras do subcontinente, a leite de coco é usada con frecuencia. +Con 17.000 illas a escoger, a comida indonesia é un término abrangente que cobre unha vasta variedade de cocinas regionais que se atopan en toda a nación. +Pero, se se usa sen outras calificacións, o término adoita significar a comida orixinal das partes centrais e orientais da principal illa, Java. +Actualmente dispoñible en todo o arquipélago, a cociña javanesa ofrece unha gama de pratos simplemente condimentados, os condimentos preferidos dos javanesos son as amêndoas, os chili, o azúcar (especialmente o azúcar de coco javanés) e diferentes especias aromáticas. +Os estribillos son apoios para os pés do xineteiro que penden da banda dereita e da esquerda da sela. +Ofrecen máis estabilidade ao xineteiro, pero pode ter problemas de seguridade debido á posibilidade de que os pés do xineteiro queden atrapados. +Se un xineteiro cae da sela, pero ten un pé atrapado na estribo, podería ser arrastado se o caballo escapa. Para minimizar este risco, existen varias medidas de seguridade que se poden adoptar. +En primeiro lugar, a maioría dos xineteiros usan botas de xinete con un tacón e unha sola lisa, bastante estreita. +A seguir, algunhas monturas, especialmente as inglesas, teñen barras de seguridade que permiten que a corda do estribo caia da montura se se saca atrás dun cavaleiro que está caindo. +Valle de Cochamó, a principal destino de escalada de Chile, coñecido como o Yosemite de América do Sur, cunha variedade de paredes de granito e acantilados. +Os cumes ofrecen vistas espectaculares desde os seus picos. Os escaladores de todo o mundo continúan establecendo novas rutas entre o seu infinito potencial de muros. +Os esportes de descenso de neve, que incluídos o esquí e o snowboard, son deportes populares que consisten en deslizar por terrenos cobertos de neve cunhas esquís ou un snowboard unidas aos pés. +O esquí é unha actividade de viaxe importante con moitos entusiastas, ocasionalmente coñecidos como "ski bums", que planean todo o seuas vacacións en torno ao esquí nunha determinada localización. +A idea de esquiar é moi antiga: as pinturas rupestres que representan esquiadores datan de 5000 a. C. +O esquí de montaña como deporte remonta polo menos ao século 17, e en 1861 abriuse o primeiro club de esquí recreativo por parte de noruegos en Australia. +Excursionismo de esquí: Esta actividade tamén se denomina excursionismo de esquí, esquí de montaña ou esquí de montaña. +Está relacionado con, pero normalmente non implica, o estilo alpino de esquí de montaña ou alpinismo, os que se realizan en terreno empinado e que requiren esquís e botas máis rígidos. +Considere a ruta de esquí como unha ruta de excursionismo similar. +Nas boas condicións, poderá cubrir unhas distancias máis longas que ao camiñar, pero só en contadas ocasións conseguirá as velocidades do esquí de fondo sen unha mochila pesada nunha pista preparada. +Europa é un continente relativamente pequeno, pero con moitos países independientes. En circunstancias normais, viaxar a través de varios países significaría ter que solicitar visados e controlar pasaportes múltiples veces. +No entanto, a zona Schengen funciona un pouco como un país neste aspecto. +Mentres permanezca nesta zona, xeneralmente poderá cruzar fronteiras sen ter que pasar por controlos de pasaportes de novo. +De maneira similar, coa posesión dun visado de Schengen, non se necesita solicitar un visado para cada país membro do Schengen por separado, o que permite economizar tempo, diñeiro e burocracia. +Non existe unha definição xeral para os obxectos fabricados que se consideran antigos. Algunhas axencias tributarias definen como antigos os obxectos que son máis de 100 anos de idade. +A definición ten variacións geográficas, onde o límite de idade podería ser menor en lugares como Norteamérica que en Europa. +Os produtos artesanais poden definirse como antigos, aínda que son máis novos que os seus equivalentes de produción en serie. +A cría de renos é unha forma de vida importante entre os Sami e a cultura que rodea o comercio é importante tamén para moitos que teñen outras profesións. +Aínda que tradicionalmente, aínda que non todos os Sami estiveron implicados no pastoreo de renos a gran escala, vivían da pesca, da caza e de actividades similares, usando os renos fundamentalmente como animais de tiro. +Hoxe en día moitos Sámis traballan en profesións modernas. O turismo é unha importante fonte de ingresos na Sápmi, a rexión Sámi. +Aínda que se utiliza con frecuencia, especialmente entre os que non son romanís, a palabra "gitano" a miúdo se considera ofensiva debido ás súas asociacións con estereotipos negativos e percepcións inexactas dos romanís. +Se o país que visitará se converte en obxecto dun aviso de viaxe, a súa asistencia sanitaria de viaxe ou a súa póliza de cancelación de viaxe poderían verse afectadas. +Tamén podes consultar os consellos doutros gobernos, pero estes están pensados para os seus propios cidadáns. +Como un exemplo, os cidadáns estadounidenses do Médio Oriente poderían enfrontarse a situacións diferentes que os europeos ou os árabes. +Os avisos só son unha breve resumisión da situación política dun país. +As opinións presentadas con frecuencia son superficiales, xerais e demasiado simplificadas en comparación coa información máis detallada dispoñible en outros lugares. +O termino xeral para calquera fenómeno meteorolóxico perigoso con potencial de causar danos, graves perturbacións sociais ou a perda de vidas humanas. +O tempo severo pode ocorrer en calquera parte do mundo e existen diferentes tipos, que dependen da geografía, da topografía e das condicións atmosféricas. +Os ventos fortes, a granizo, a precipitación excesiva e os incendios florestais son formas e efectos do tempo severo, igual que as tormentas eléctricas, os tornados, as trombas d'água e os ciclóns. +Os fenómenos meteorolóxicos regionais e estacionais graves inclúen as tormentas de neve, as tormentas de nieve, as tormentas de xeo e as tormentas de po. +Os viaxeiros deberían ter consciencia de calquera risco de meteoroloxía severa que afecte a súa zona, xa que podería afectar os seus planes de viaxe. +Quen planea unha visita a un país que pode considerarse unha zona de guerra debería recibir unha formación profesional. +A busca no Internet por "Curso de ambiente hostil" probablemente proporcionará o enderezo dunha empresa local. +Un curso normalmente abarca todos os temas tratados aquí en maior detalle, normalmente con experiencia práctica. +Un curso normalmente dura entre 2 e 5 días e incluye exercicios de simulación, moita asistencia médica e, en ocasións, adestramento con armas. +Libros e revistas sobre sobrevivencia na natureza son comúns, pero as publicacións sobre as zonas de guerra son escasas. +Os viaxeiros que planean realizar unha cirurxía de reasignación de sexo no estranxeiro deberán asegurarse de que teñan documentos válidos para o viaxe de regreso. +A disposición dos gobernos para emitir pasaportes que non especifiquen o sexo (X) ou documentos que se adapten a un nome e un sexo desexados varía. +A disposición dos gobernos estranxeiros para honrar estes documentos é igualmente variável. +As buscas nos controis de seguridade tamén se tornaron moito máis intrusivas na era posterior ao 11 de setembro de 2001. +As persoas transgénero que se preparan para unha cirurxía non deberían esperar que os escaneos respeiten a súa privacidade e a súa dignidade. +As corrientes de retorno son o fluxo de volta das ondas que se rompen contra a praia, con frecuencia nunha reefa ou algo similar. +A causa da topoloxía submarina, o fluxo de retorno concentrábase en algunhas seccións máis profundas e podía formarse unha corrente rápida que chegaba á auga profunda. +A maioría das mortes ocorren como resultado da cansazón ao tentar nadar de volta contra a corrente, que pode ser imposible. +Despois de saír da corrente, volver a nadar atrás non é máis difícil que normalmente. +Proba a dirixirte a un lugar onde non te atrapen de novo ou, dependendo das túas habilidades e da posición en que te atopas, poderías querer esperar a que te rescaten. +O choque de reentrada chega antes do choque cultural (há menos de unha fase de luna de miel), dura máis e pode ser máis severo. +Os viaxeiros que tiñan unha adaptación fácil á nova cultura a veces teñen unha readaptación particularmente difícil á súa cultura nativa. +Cando volvemos a casa despois de ter vivido no estranxeiro, adaptámonos á nova cultura e perdemos algunhas das nosteras costumbres da cultura de orixe. +Cando se viaxou ao estranxeiro por primeira vez, probablemente as persoas foron pacientes e comprensivos, coñecendo que os viaxeiros nun país novo teñen que adaptarse. +As persoas pode que non teñan en conta que a paciencia e a comprensión tamén son necesarias para os viaxeiros que regresan a casa. +O espectáculo de son e luz da pirámide é unha das cousas máis interesantes da zona para nenos. +Pode ver as pirámides na escuridade e poderá verlas en silencio antes de que comece o espectáculo. +Normalmente, sempre se escucha o barullo dos turistas e dos vendedores. A historia do son e da luz é como un libro de historias. +A esfinge é o paisaxe e o narrador dunha historia longa. +As escenas se mostran nas pirámides e as diferentes pirámides se iluminan. +As illas Shetland do Sur, descubertas en 1819, son reclamadas por varias nacións e teñen a maior concentración de bases, catorce activas en 2020. +O arquipélago se atopa a 120 km ao norte da península. A illa máis grande é a de King George, na que se atopa a Villa Las Estrellas. +Outros incluídos son a illa Livingston e a illa Deception, onde a caldeira inundada dun volcán activo ofrece un porto natural espectacular. +Ellsworth Land é a rexión situada ao sur da Península, delimitada pola Baía de Bellingshausen. +As montañas da península aquí se funden coa planicie, a continuación reaparecen para formar a cadena de 360 km dos montes Ellsworth, dividida polo glaciar de Minnesota. +A parte norte ou cordillera de Sentinel é onde se atopan as montañas máis altas de Antártida, o macizo de Vinson, que culmina no monte Vinson a 4892 metros. +Nas localizacións remotas, onde non hai cobertura de teléfono móbil, un teléfono satélite podería ser a súa única opción. +Un teléfono satélite non adoita ser un substituto dun teléfono móbil, xa que é necesario estar ao aire libre e ter unha liña de visión clara ao satélite para poder facer unha chamada telefónica. +O servizo é utilizado con frecuencia por empresas de transporte, incluídas as embarcacións de recreo, así como por expedicións que teñen necesidades de datos e voz remotas. +O seu servizo de telefonia local debería poder proporcionar máis información sobre como conectarse a este servizo. +Unha opción cada vez máis popular para os que planean un ano sabático é viaxar e aprender. +Isto é especialmente popular entre os que saen da escola, permitindo que teñan un ano libre antes de ir á universidade, sen comprometer a súa educación. +En moitos casos, matricularse nun curso de un ano de pausa no estranxeiro pode mellorar as súas oportunidades de entrar na educación superior no seu país de orixe. +Por norma, hai que pagar unha tarifa de inscripción para acceder a estes programas educativos. +Finlandia é un destino excelente para a navegación. A "terra dos mille lagos" ten miles de illas, tanto nas augas coma nos arxipélagos costeiros. +Nos arquipélagos e lagos non necesitas un iate. +Aínda que os arquipélagos costeiros e os maiores lagoas son, de feito, grandes o suficiente para calquera iate, os barcos máis pequenos ou mesmo un kayak ofrecen unha experiencia diferente. +A navegación é un pasatiempo nacional en Finlandia, cun barco para cada sete ou oito persoas. +Estas cifras coinciden con as de Noruega, Suecia e Nova Zelandia, pero, en caso contrario, son bastante singulares (por exemplo, en Holanda a cifra é de un a cuarenta). +A maioría das distintas cruzas bálticas ofrecen unha estancia prolongada en San Petersburgo, Rusia. +Isto significa que pode visitar a cidade histórica durante dúas ou tres dúas dias e dormir no barco durante a noite. +Se só se desembarca mediante excursións realizadas a bordo, non se necesitará un visado separado (desde 2009). +Algunhas cruzas incluían a Berlín, en Alemaña, nas follas publicitarias. Como se pode ver na mapa superior, Berlín está lonxe do mar e unha visita á cidade non está incluída no prezo da cruzada. +Viaxar en avión pode ser unha experiencia aterradora para todas as persoas de todas as idades e orixes, especialmente se non volaron antes ou experimentaron un evento traumático. +Non é algo de que se debería sentirse avergonzado, xa que non difira dos temores e disgustos persoais de outras cousas que moitas persoas teñen. +Para algúns, comprender algo sobre como funcionan os avións e o que acontece durante un voo pode axudar a superar un medo que se basea no descoñecido ou na falta de control. +As empresas de correios están ben pagadas por entregar as cousas de xeito rápido. Con frecuencia, o tempo é moi importante con documentos de negocios, mercancía ou pezas de recambio para realizar unha reparación urxente. +En algunhas rutas, as empresas máis grandes teñen os seus propios avión, pero en outras rutas e con empresas máis pequenas había un problema. +Se enviaban cousas por avión, en algunhas rutas poderían ter levado días para chegar ao destino descarregando e pasando por aduanas. +A única maneira de conseguir que chegue máis rápido era enviáralo como equipaxe de viaxeiro. As normas da liña aérea non permiten enviar equipaxe sen pasaxeiro, que é onde entra en xogo. +A maneira obvia de volar en primeira ou en clase de negocios é pagar un montón de diñeiro por o privilexio (ou, mellor aínda, que a súa empresa se encargue). +Non obstante, isto non resulta económico: en calquera caso, pode esperar pagar entre o doble e o quadruplo do prezo normal dunha tarifa económica para o negocio e entre o doce e o duais do prezo dunha tarifa de primeira clase! +En xeral, non vale a pena buscar descontos para billetes de negocios ou de primeira clase para voos directos desde A a B. +As compañías aéreas coñecen moi ben que existe un grupo de viaxeiros que están dispostos a pagar todo o seu valor por o privilexio de chegar rápido e en confort, e cobran adecuadamente. +A capital de Moldova é Chişinău. O idioma local é o romano, pero o ruso é usado con frecuencia. +Moldova é unha república multiétnica que sufriu de conflitos étnicos. +En 1994, este conflito levou á creación da autoproclamada República de Transnistria no este de Moldávia, que ten o seu goberno e a súa moneda, pero que non é reconnida por ningún país membro da ONU. +As conexións económicas foron restauradas entre estas dúas partes de Moldáva a pesar do fracaso das negociacións políticas. +A relixión máis importante de Moldávia é o cristianismo ortodoxo. +Izmir é a terceira cidade máis grande de Turquía cunha poboación de arredor de 3,7 millóns de habitantes, o segundo porto máis grande despois de Estambul e un excelente nodo de transporte. +Antes de ser a antiga cidade de Esmirna, agora é un centro comercial moderno, desenvolvido e ocupado, situado en torno a unha enorme baía e rodeado de montañas. +As amplas avenidas, os edificios con fachadas de vidro e os centros comerciais modernos están salpicados de teitos tradicionalmente cobertos de teito roxo, o mercado do século XVIII, as mesquitas e as igrexas antigas, aínda que a cidade ten unha atmosfera máis de Europa mediterránea que de Turquía tradicional. +A aldea de Haldarsvík ofrece vistas da illa vizinha de Eysturoy e unha igrexa octogonal inusual. +No cementerio atópanse esculturas de mármore interesantes de paxaros sobre algunhas tumbas. +Pode valer a pena pasar unha media hora a pasear por este interesante pobo. +A norte e ao alcance fácil está a romántica e fascinante cidade de Sintra, que se tornou famosa entre os estranxeiros despois dunha descripción brillante das súas glorias rexistrada por Lord Byron. +O autobús 403 de Scotturb viaxa con regularidade a Sintra, parando en Cabo da Roca. +Tamén ao norte visite o gran santuario de Nosa Señora de Fátima (Shrine), un lugar onde se produciron as famosas aparicións marianas. +Por favor, lembre que en realidade estás visitando un cementerio colectivo, así como un lugar que ten un significado prácticamente incalculable para unha significativa parte da poboación mundial. +Aínda hai moitos homes e mulleres vivos que sobreviveron o seu tempo aquí, e moitos máis que tiñan seres queridos que foron asasinados ou que morreron de exaustión, xudeus e non xudeus. +Por favor, trate o sitio con toda a dignidade, solemnidade e respeito que merece. Non facer bromas sobre o Holocausto ou os nazis. +Non deforme o sitio marcando ou escribendo graffiti en estruturas. +Os idiomas oficiais de Barcelona son o catalán e o español. Un pouco máis da metade preferen falar catalán, a maioría entende, e praticamente todo o mundo fala español. +Non obstante, a maioría dos símbolos só están indicados en catalán porque está establecido por lexislación como o primeiro idioma oficial. +Non obstante, o castelán tamén se usa con frecuencia en transportes públicos e outras instalacións. +As anuncios regulares do metro só se realizan en catalán, pero as interrupcións inesperadas se anuncian por un sistema automatizado en unha ampla variedade de idiomas, incluídos o español, inglés, francés, árabe e xaponés. +Os parisienses teñen a reputación de ser egocéntricos, grobos e arrogantes. +Aínda que a miúdo só se trata dun estereotipo inexacto, a mellor maneira de convivir en París é comportarse como unha persoa “bien educada” (bien criada). Isto facilitará considerablemente a súa loita. +Os exteriores abruptos dos parisinos desaparecerán rapidamente se mostramos algunhas cortesías básicas. +O parque nacional de lagos de Plitvice está cobertos por densa vegetación, principalmente de castaños, píxaros e fairos, e presentan unha combinación de vegetación alpina e mediterránea. +Ten unha notabilidade variedade de comunidades vegetales debido á súa ampla gama de microclimas, terrenos diferentes e niveis de altitude variantes. +A zona tamén alberga unha variedade extrema de animais e paxaros. +A fauna rara, como o oso pardo europeo, o lobo, o águila, o búho, o lince, a gata silvestre e a capercaillia, atópanse tamén nese lugar, así como moitas outras especies máis comúns. +Mentres visiten as abadías, as mulleres deberán usar faldas que cubran as coxas e terán que cubrir os ombros tamén. +A maioría dos monasterios proporcionan mantas para as mulleres que chegan despreparadas, pero se leva a súa propia, especialmente unha de cores vivas, conseguirá unha sonrisa do monxe ou da nonna na entrada. +Por outra banda, os homes deberán usar pantalóns que cubran as coxas. +Tamén é posible emprestar este tipo de roupa na entrada, pero estas faldas non se lavan despois de cada usuario, polo que é posible que non se sinta cómodo usando estas faldas. Un tamaño para todos os homes! +A cociña mallorquina, igual que a doutras zonas do Mediterráneo, está basada en pão, verduras e carne (especialmente de porco), e usa o aceite de oliveira en todas as súas preparacións. +Un xusto almorzo popular, especialmente durante o verán, é o Pa amb Oli: pan con aceite de oliva, tomate e condimentos dispoñibles, como queixo, atún, etc. +Todos os substantivos, ao lado da palabra Sie para ti, sempre comienzan con unha letra minúscula, mesmo no medio dunha frase. +Isto é unha maneira importante de distinguir entre algúns verbos e obxectos. +Tamén facilita a lectura, aínda que a escrita resulta un pouco complicada debido á necesidade de descubrir se se usa un verbo ou un adjetivo nunha forma substantivada. +A pronuncia é relativamente fácil en italiano, xa que a maioría das palabras se pronuncia exactamente como se escriben. +As principais letras que se deben evitar son c e g, xa que a súa pronuncia varía en función da vovela seguinte. +Tamén, asegúrese de pronunciar o r e o rr de maneira diferente: caro significa querido, mentres que carro significa carro de guerra. +O persa ten unha gramática relativamente fácil e en gran parte regular. +Polo tanto, o estudo deste curso de gramática persa axudaría a aprender moito sobre a gramática persa e a comprender frases mellor. +Por suposto, se coñeces unha lingua romance, será máis fácil para ti aprender português. +Non obstante, as persoas que coñecen un pouco de español poden chegar rápido a a conclusión de que o português é suficientemente próximo para que non se deba estudar separadamente. +Os observatorios premodernos adoitan ser obsoletos hoxe en día e permanecen como museos ou lugares de educación. +Como a contaminación luminosa na súa época non era o tipo de problema que é hoxe en día, normalmente se localizan en cidades ou en campus, máis fácil de chegar que as construídas na época moderna. +A maioría dos telescopios de investigación modernos son enormes instalacións en áreas remotas con condicións atmosféricas favorables. +A contemplación das flores de cerezo, coñecida como hanami, forma parte da cultura xaponesa desde o século VIII. +O concepto procede de China, onde as flores de ameixeira foron a flor preferida. +En Xapón, as primeiras fiestas de flores de cerezo celebráronse por iniciativa do emperador só para si mesmo e para outros membros da aristocracia ao redor do Tribunal Imperial. +As plantas teñen o seu mellor aspecto nunha ambientación natural, polo que resista á tentación de retirar mesmo un único ejemplar. +Se visita un xardín arranxado de xeito formal, coleccionar "especímenes" tamén causará a súa expulsión, sen discusión. +En xeral, Singapur é un lugar moi seguro para estar e moi fácil de navegar, e pode comprar praticamente calquera cousa despois de chegar. +Pero estando situado nas "altas trópicas" a poucos graos ao norte do equador, deberá enfrontarse tanto ao calor (permanentemente) coma ao sol intenso (cando o ceo está claro, máis raramente). +Tamén existen algúns autobuses que van cara ao norte ata Hebrón, o lugar tradicional de sepultura dos patriarcas bíblicos Abraham, Isaac, Jacob e as súas mulleres. +Verifique se o autobús que está pensando de tomar va a Hebrón e non só a Kiryat Arba, un asentamento judío próximo. +As vías de água internas poden ser unha boa temática para basear unha vacación. +Por exemplo, visitar castelos na Val do Loira, na Val do Rín ou realizar unha cruzada a interesantes cidades ao longo do Danubio ou realizar unha excursión en barco ao longo do Canal de Erie. +Tamén definen as rutas para os populares camiños e rutas de bicicleta. +O Natal é un dos festejos máis importantes do cristianismo e se celebra como o aniversario da natividade de Xesús. +Moitas das tradicións que rodean o feriado adoptáronse tamén por non-cristiáns de países cristianos e por non-cristiáns de todo o mundo. +Existe unha tradición de pasar a noite despertos nun punto exposto para ver o amanecer. +Por suposto, existen explicacións teolóxicas cristianas para esta tradición, pero podería tratarse dun rito de primavera e fertilidade pre-cristiano. +As igrexas máis tradicionais adoitan celebrar unha vigilia de Pascua o sábado pola noite durante o fin de semana de Pascua, con as congregacións que adoitan celebrar a resurrección de Cristo ao tocar as doce da noite. +Todos os animais que chegaron originalmente ás illas chegaron mediante nado, voo ou flotación. +A causa da grande distancia do continente, os mamíferos non conseguían realizar a viaxe, polo que a tartaruga xigante se converteu no animal de pastoreo primario nas Galápagos. +Desde a chegada do home ás Galápagos, foron introducidos moitos mamíferos, incluídos cabras, caballos, vacas, ratos, gatos e canes. +Se visita as áreas árticas ou antárticas durante o inverno, experimentará a noite polar, que significa que o sol non se levanta sobre o horizonte. +Isto ofrece unha boa oportunidade para ver a aurora borealis, xa que o ceo estará escuro máis ou menos durante todo o día. +Como as áreas son escasamente pobladas, polo que a contaminación lumínica non adoita ser un problema, tamén podes gozar das estrelas. +A cultura de traballo xaponesa é máis hierárquica e formal que o que os occidentais estamos acostumados. +Os traxe de negocios son estándar, e os colegas chaman entre si coas súas apelidos de familia ou coas súas títulos de traballo. +A harmonia no lugar de traballo é crucial, destacando o esforzo colectivo en lugar de elogiar os logros individuais. +Os traballadores deben obter a aprobación dos seus superiores para calquera decisión que teñan que tomar e deberán obedecer as instrucións dos seus superiores sen preguntas. diff --git a/test-en-gl.bleu b/test-en-gl.bleu new file mode 100644 index 0000000000000000000000000000000000000000..dff4a3a4f4a28ad144ab4d60647cfb8137e956d4 --- /dev/null +++ b/test-en-gl.bleu @@ -0,0 +1 @@ +BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 31.01 61.6/37.7/24.9/16.5 (BP = 0.993 ratio = 0.993 hyp_len = 26384 ref_len = 26582) diff --git a/test-en-gl.comet b/test-en-gl.comet new file mode 100644 index 0000000000000000000000000000000000000000..dc85add5b33cb54af3315e5fc3875be5ff943a87 --- /dev/null +++ b/test-en-gl.comet @@ -0,0 +1,1013 @@ +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 0 score: 0.8758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 1 score: 0.8880 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 2 score: 0.8769 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 3 score: 0.7541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 4 score: 0.7514 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 5 score: 0.7930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 6 score: 0.8534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 7 score: 0.9131 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 8 score: 0.9022 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 9 score: 0.9012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 10 score: 0.8943 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 11 score: 0.7473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 12 score: 0.8218 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 13 score: 0.8851 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 14 score: 0.8562 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 15 score: 0.8201 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 16 score: 0.8838 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 17 score: 0.9316 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 18 score: 0.8550 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 19 score: 0.8683 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 20 score: 0.9318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 21 score: 0.9456 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 22 score: 0.5964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 23 score: 0.8677 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 24 score: 0.9186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 25 score: 0.9144 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 26 score: 0.9231 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 27 score: 0.9105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 28 score: 0.7979 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 29 score: 0.9140 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 30 score: 0.8090 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 31 score: 0.8420 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 32 score: 0.8106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 33 score: 0.8882 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 34 score: 0.9161 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 35 score: 0.9292 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 36 score: 0.9260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 37 score: 0.8735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 38 score: 0.7843 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 39 score: 0.9330 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 40 score: 0.8443 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 41 score: 0.9353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 42 score: 0.8807 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 43 score: 0.8678 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 44 score: 0.8700 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 45 score: 0.8591 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 46 score: 0.8871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 47 score: 0.9360 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 48 score: 0.9319 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 49 score: 0.8813 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 50 score: 0.9199 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 51 score: 0.9256 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 52 score: 0.7457 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 53 score: 0.9262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 54 score: 0.8894 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 55 score: 0.8613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 56 score: 0.8905 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 57 score: 0.8789 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 58 score: 0.8815 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 59 score: 0.9361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 60 score: 0.8814 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 61 score: 0.9081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 62 score: 0.8302 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 63 score: 0.9249 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 64 score: 0.8293 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 65 score: 0.6991 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 66 score: 0.6578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 67 score: 0.6968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 68 score: 0.9382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 69 score: 0.8870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 70 score: 0.7954 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 71 score: 0.8533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 72 score: 0.7812 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 73 score: 0.8419 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 74 score: 0.7864 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 75 score: 0.8304 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 76 score: 0.8729 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 77 score: 0.8314 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 78 score: 0.9620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 79 score: 0.9189 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 80 score: 0.8579 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 81 score: 0.7963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 82 score: 0.9035 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 83 score: 0.7259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 84 score: 0.7973 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 85 score: 0.8197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 86 score: 0.7619 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 87 score: 0.8860 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 88 score: 0.9301 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 89 score: 0.8689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 90 score: 0.8895 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 91 score: 0.8893 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 92 score: 0.8892 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 93 score: 0.8353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 94 score: 0.8664 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 95 score: 0.9194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 96 score: 0.8561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 97 score: 0.9440 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 98 score: 0.9136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 99 score: 0.8742 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 100 score: 0.9147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 101 score: 0.8865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 102 score: 0.8774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 103 score: 0.9383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 104 score: 0.9429 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 105 score: 0.7455 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 106 score: 0.8798 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 107 score: 0.8591 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 108 score: 0.7156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 109 score: 0.6880 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 110 score: 0.9042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 111 score: 0.9004 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 112 score: 0.9600 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 113 score: 0.9104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 114 score: 0.8562 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 115 score: 0.8595 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 116 score: 0.9292 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 117 score: 0.8553 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 118 score: 0.9281 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 119 score: 0.8971 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 120 score: 0.8361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 121 score: 0.8729 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 122 score: 0.9486 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 123 score: 0.9274 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 124 score: 0.8698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 125 score: 0.9080 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 126 score: 0.8332 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 127 score: 0.8819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 128 score: 0.8340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 129 score: 0.8456 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 130 score: 0.8878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 131 score: 0.8427 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 132 score: 0.8563 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 133 score: 0.9375 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 134 score: 0.8295 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 135 score: 0.8984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 136 score: 0.9044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 137 score: 0.8630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 138 score: 0.8921 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 139 score: 0.9090 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 140 score: 0.8737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 141 score: 0.8397 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 142 score: 0.9055 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 143 score: 0.8723 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 144 score: 0.9544 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 145 score: 0.9115 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 146 score: 0.9240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 147 score: 0.8662 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 148 score: 0.8981 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 149 score: 0.9220 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 150 score: 0.8273 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 151 score: 0.7649 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 152 score: 0.8756 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 153 score: 0.8389 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 154 score: 0.7419 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 155 score: 0.8976 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 156 score: 0.8939 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 157 score: 0.8592 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 158 score: 0.9053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 159 score: 0.9267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 160 score: 0.9270 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 161 score: 0.8240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 162 score: 0.8633 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 163 score: 0.9152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 164 score: 0.8231 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 165 score: 0.8262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 166 score: 0.9123 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 167 score: 0.8695 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 168 score: 0.8094 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 169 score: 0.8660 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 170 score: 0.8642 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 171 score: 0.9111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 172 score: 0.8958 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 173 score: 0.8558 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 174 score: 0.9040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 175 score: 0.8510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 176 score: 0.7531 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 177 score: 0.9113 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 178 score: 0.8481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 179 score: 0.9438 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 180 score: 0.8934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 181 score: 0.9572 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 182 score: 0.8976 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 183 score: 0.9241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 184 score: 0.9019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 185 score: 0.9490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 186 score: 0.9183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 187 score: 0.8723 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 188 score: 0.9199 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 189 score: 0.8862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 190 score: 0.8611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 191 score: 0.9147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 192 score: 0.7399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 193 score: 0.7621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 194 score: 0.9323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 195 score: 0.9522 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 196 score: 0.8879 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 197 score: 0.8434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 198 score: 0.8915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 199 score: 0.8993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 200 score: 0.8433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 201 score: 0.8123 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 202 score: 0.8519 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 203 score: 0.7756 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 204 score: 0.8847 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 205 score: 0.8933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 206 score: 0.9170 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 207 score: 0.7722 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 208 score: 0.8065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 209 score: 0.9351 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 210 score: 0.9262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 211 score: 0.8637 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 212 score: 0.9028 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 213 score: 0.9221 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 214 score: 0.9181 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 215 score: 0.9033 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 216 score: 0.9366 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 217 score: 0.9215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 218 score: 0.9183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 219 score: 0.8960 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 220 score: 0.9009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 221 score: 0.8817 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 222 score: 0.8849 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 223 score: 0.8523 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 224 score: 0.8948 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 225 score: 0.9117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 226 score: 0.9122 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 227 score: 0.7202 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 228 score: 0.8913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 229 score: 0.9048 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 230 score: 0.9397 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 231 score: 0.9067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 232 score: 0.7960 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 233 score: 0.8088 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 234 score: 0.8121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 235 score: 0.8669 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 236 score: 0.9092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 237 score: 0.8650 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 238 score: 0.8649 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 239 score: 0.8677 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 240 score: 0.8436 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 241 score: 0.8481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 242 score: 0.8851 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 243 score: 0.7584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 244 score: 0.8763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 245 score: 0.7955 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 246 score: 0.8674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 247 score: 0.8003 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 248 score: 0.7358 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 249 score: 0.9553 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 250 score: 0.9052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 251 score: 0.9148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 252 score: 0.9104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 253 score: 0.9636 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 254 score: 0.9030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 255 score: 0.8766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 256 score: 0.8297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 257 score: 0.9604 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 258 score: 0.8155 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 259 score: 0.8822 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 260 score: 0.8534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 261 score: 0.8312 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 262 score: 0.6437 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 263 score: 0.7773 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 264 score: 0.8813 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 265 score: 0.8292 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 266 score: 0.9294 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 267 score: 0.8489 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 268 score: 0.7821 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 269 score: 0.9278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 270 score: 0.8827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 271 score: 0.7739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 272 score: 0.8274 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 273 score: 0.8270 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 274 score: 0.7879 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 275 score: 0.7943 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 276 score: 0.8074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 277 score: 0.9659 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 278 score: 0.6964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 279 score: 0.9315 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 280 score: 0.9021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 281 score: 0.8985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 282 score: 0.9427 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 283 score: 0.9102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 284 score: 0.9558 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 285 score: 0.9554 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 286 score: 0.8482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 287 score: 0.8067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 288 score: 0.9243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 289 score: 0.8134 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 290 score: 0.8528 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 291 score: 0.8011 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 292 score: 0.9183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 293 score: 0.8797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 294 score: 0.7926 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 295 score: 0.9017 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 296 score: 0.8010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 297 score: 0.9205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 298 score: 0.7060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 299 score: 0.8951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 300 score: 0.8637 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 301 score: 0.7632 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 302 score: 0.8864 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 303 score: 0.8722 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 304 score: 0.8529 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 305 score: 0.9131 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 306 score: 0.9057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 307 score: 0.8665 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 308 score: 0.8744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 309 score: 0.8072 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 310 score: 0.9069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 311 score: 0.9106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 312 score: 0.8923 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 313 score: 0.8003 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 314 score: 0.9560 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 315 score: 0.8717 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 316 score: 0.9321 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 317 score: 0.8870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 318 score: 0.8674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 319 score: 0.7387 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 320 score: 0.7870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 321 score: 0.8869 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 322 score: 0.9229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 323 score: 0.9125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 324 score: 0.9061 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 325 score: 0.9003 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 326 score: 0.7785 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 327 score: 0.8269 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 328 score: 0.9269 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 329 score: 0.8925 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 330 score: 0.8231 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 331 score: 0.9281 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 332 score: 0.9150 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 333 score: 0.7706 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 334 score: 0.9319 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 335 score: 0.8349 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 336 score: 0.9058 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 337 score: 0.8576 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 338 score: 0.8726 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 339 score: 0.9169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 340 score: 0.8257 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 341 score: 0.7441 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 342 score: 0.7377 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 343 score: 0.8438 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 344 score: 0.8604 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 345 score: 0.6908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 346 score: 0.9358 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 347 score: 0.8894 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 348 score: 0.7272 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 349 score: 0.7881 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 350 score: 0.8658 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 351 score: 0.8771 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 352 score: 0.8248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 353 score: 0.9074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 354 score: 0.7825 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 355 score: 0.8776 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 356 score: 0.8758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 357 score: 0.8734 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 358 score: 0.6345 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 359 score: 0.8604 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 360 score: 0.8575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 361 score: 0.8367 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 362 score: 0.8831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 363 score: 0.7226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 364 score: 0.9226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 365 score: 0.8461 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 366 score: 0.7577 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 367 score: 0.9075 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 368 score: 0.8034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 369 score: 0.8875 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 370 score: 0.7014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 371 score: 0.6951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 372 score: 0.8733 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 373 score: 0.9201 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 374 score: 0.9440 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 375 score: 0.9039 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 376 score: 0.9173 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 377 score: 0.9405 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 378 score: 0.7834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 379 score: 0.9348 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 380 score: 0.9230 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 381 score: 0.8832 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 382 score: 0.7852 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 383 score: 0.8078 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 384 score: 0.8545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 385 score: 0.7526 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 386 score: 0.7858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 387 score: 0.8335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 388 score: 0.9270 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 389 score: 0.8684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 390 score: 0.9203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 391 score: 0.9163 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 392 score: 0.9082 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 393 score: 0.9775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 394 score: 0.8241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 395 score: 0.9099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 396 score: 0.9024 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 397 score: 0.8600 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 398 score: 0.8221 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 399 score: 0.9083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 400 score: 0.9506 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 401 score: 0.8202 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 402 score: 0.9056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 403 score: 0.8125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 404 score: 0.8335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 405 score: 0.8484 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 406 score: 0.8965 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 407 score: 0.8976 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 408 score: 0.9452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 409 score: 0.8683 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 410 score: 0.9312 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 411 score: 0.8714 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 412 score: 0.7987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 413 score: 0.9190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 414 score: 0.8786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 415 score: 0.8884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 416 score: 0.8990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 417 score: 0.8375 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 418 score: 0.8938 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 419 score: 0.8812 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 420 score: 0.9294 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 421 score: 0.9221 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 422 score: 0.8461 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 423 score: 0.8340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 424 score: 0.8115 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 425 score: 0.9130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 426 score: 0.9067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 427 score: 0.9048 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 428 score: 0.9049 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 429 score: 0.9231 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 430 score: 0.9230 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 431 score: 0.7695 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 432 score: 0.8205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 433 score: 0.7886 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 434 score: 0.8491 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 435 score: 0.7678 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 436 score: 0.6620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 437 score: 0.8796 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 438 score: 0.9090 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 439 score: 0.8619 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 440 score: 0.9233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 441 score: 0.8732 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 442 score: 0.9489 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 443 score: 0.8772 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 444 score: 0.8052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 445 score: 0.8574 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 446 score: 0.9155 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 447 score: 0.9210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 448 score: 0.9083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 449 score: 0.8525 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 450 score: 0.8962 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 451 score: 0.8844 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 452 score: 0.9100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 453 score: 0.8914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 454 score: 0.9219 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 455 score: 0.8908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 456 score: 0.8715 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 457 score: 0.9299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 458 score: 0.8890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 459 score: 0.8681 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 460 score: 0.8811 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 461 score: 0.7275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 462 score: 0.8145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 463 score: 0.8835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 464 score: 0.9132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 465 score: 0.8769 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 466 score: 0.8902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 467 score: 0.6310 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 468 score: 0.7160 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 469 score: 0.8623 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 470 score: 0.7473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 471 score: 0.7403 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 472 score: 0.9097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 473 score: 0.6250 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 474 score: 0.8102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 475 score: 0.9267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 476 score: 0.8744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 477 score: 0.8854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 478 score: 0.9390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 479 score: 0.9093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 480 score: 0.7623 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 481 score: 0.8771 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 482 score: 0.8850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 483 score: 0.8884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 484 score: 0.8614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 485 score: 0.8934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 486 score: 0.9400 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 487 score: 0.8718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 488 score: 0.9154 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 489 score: 0.9293 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 490 score: 0.8596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 491 score: 0.8943 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 492 score: 0.8849 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 493 score: 0.8842 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 494 score: 0.8171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 495 score: 0.8735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 496 score: 0.9257 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 497 score: 0.8751 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 498 score: 0.9327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 499 score: 0.9196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 500 score: 0.9351 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 501 score: 0.9162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 502 score: 0.8885 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 503 score: 0.8887 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 504 score: 0.8329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 505 score: 0.8027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 506 score: 0.8018 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 507 score: 0.8587 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 508 score: 0.7994 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 509 score: 0.8317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 510 score: 0.7148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 511 score: 0.7655 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 512 score: 0.8012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 513 score: 0.7766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 514 score: 0.7836 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 515 score: 0.8844 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 516 score: 0.7692 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 517 score: 0.9185 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 518 score: 0.8600 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 519 score: 0.9382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 520 score: 0.9030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 521 score: 0.9008 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 522 score: 0.9019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 523 score: 0.8347 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 524 score: 0.9259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 525 score: 0.8683 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 526 score: 0.8568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 527 score: 0.8217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 528 score: 0.8903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 529 score: 0.8875 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 530 score: 0.8653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 531 score: 0.8530 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 532 score: 0.8791 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 533 score: 0.8669 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 534 score: 0.8395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 535 score: 0.7419 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 536 score: 0.7788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 537 score: 0.8179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 538 score: 0.9086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 539 score: 0.9057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 540 score: 0.8730 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 541 score: 0.9003 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 542 score: 0.8951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 543 score: 0.8852 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 544 score: 0.9102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 545 score: 0.9115 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 546 score: 0.7296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 547 score: 0.8869 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 548 score: 0.8644 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 549 score: 0.9201 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 550 score: 0.8017 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 551 score: 0.9288 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 552 score: 0.8855 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 553 score: 0.8744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 554 score: 0.8258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 555 score: 0.8260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 556 score: 0.7535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 557 score: 0.7176 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 558 score: 0.7978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 559 score: 0.8123 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 560 score: 0.9304 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 561 score: 0.8173 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 562 score: 0.8748 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 563 score: 0.7820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 564 score: 0.8166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 565 score: 0.9021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 566 score: 0.8908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 567 score: 0.9114 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 568 score: 0.8180 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 569 score: 0.7006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 570 score: 0.9469 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 571 score: 0.8992 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 572 score: 0.7579 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 573 score: 0.9093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 574 score: 0.9433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 575 score: 0.7109 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 576 score: 0.8901 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 577 score: 0.8654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 578 score: 0.9271 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 579 score: 0.8464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 580 score: 0.8975 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 581 score: 0.9108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 582 score: 0.8673 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 583 score: 0.8976 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 584 score: 0.6976 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 585 score: 0.8785 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 586 score: 0.8822 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 587 score: 0.9255 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 588 score: 0.8630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 589 score: 0.9458 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 590 score: 0.9169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 591 score: 0.9469 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 592 score: 0.8497 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 593 score: 0.9520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 594 score: 0.8902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 595 score: 0.8032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 596 score: 0.9124 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 597 score: 0.8759 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 598 score: 0.8935 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 599 score: 0.8673 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 600 score: 0.9080 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 601 score: 0.8340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 602 score: 0.8870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 603 score: 0.9176 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 604 score: 0.9279 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 605 score: 0.9024 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 606 score: 0.8986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 607 score: 0.7277 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 608 score: 0.8128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 609 score: 0.8620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 610 score: 0.9101 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 611 score: 0.9086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 612 score: 0.8886 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 613 score: 0.8771 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 614 score: 0.9115 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 615 score: 0.8802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 616 score: 0.9214 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 617 score: 0.8237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 618 score: 0.8987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 619 score: 0.8516 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 620 score: 0.8955 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 621 score: 0.7126 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 622 score: 0.9003 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 623 score: 0.9197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 624 score: 0.7409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 625 score: 0.8947 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 626 score: 0.9288 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 627 score: 0.9051 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 628 score: 0.8613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 629 score: 0.8896 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 630 score: 0.8937 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 631 score: 0.9446 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 632 score: 0.9591 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 633 score: 0.9221 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 634 score: 0.9803 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 635 score: 0.9263 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 636 score: 0.9115 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 637 score: 0.8356 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 638 score: 0.8650 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 639 score: 0.9612 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 640 score: 0.9079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 641 score: 0.9353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 642 score: 0.9017 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 643 score: 0.9112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 644 score: 0.8629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 645 score: 0.8014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 646 score: 0.6116 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 647 score: 0.9032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 648 score: 0.7933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 649 score: 0.8882 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 650 score: 0.8832 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 651 score: 0.8013 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 652 score: 0.7689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 653 score: 0.8361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 654 score: 0.9103 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 655 score: 0.9231 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 656 score: 0.8764 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 657 score: 0.8043 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 658 score: 0.6946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 659 score: 0.9127 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 660 score: 0.7843 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 661 score: 0.9648 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 662 score: 0.9668 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 663 score: 0.9058 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 664 score: 0.9340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 665 score: 0.8132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 666 score: 0.9115 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 667 score: 0.8464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 668 score: 0.8537 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 669 score: 0.8344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 670 score: 0.8783 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 671 score: 0.9247 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 672 score: 0.9212 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 673 score: 0.8963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 674 score: 0.9410 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 675 score: 0.8830 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 676 score: 0.9221 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 677 score: 0.9248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 678 score: 0.9121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 679 score: 0.9053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 680 score: 0.8821 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 681 score: 0.9072 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 682 score: 0.8488 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 683 score: 0.8660 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 684 score: 0.8348 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 685 score: 0.8563 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 686 score: 0.8285 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 687 score: 0.8672 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 688 score: 0.8848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 689 score: 0.8852 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 690 score: 0.9399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 691 score: 0.8788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 692 score: 0.9250 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 693 score: 0.8211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 694 score: 0.8645 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 695 score: 0.8748 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 696 score: 0.8696 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 697 score: 0.8993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 698 score: 0.8578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 699 score: 0.9278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 700 score: 0.8816 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 701 score: 0.9541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 702 score: 0.9131 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 703 score: 0.8066 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 704 score: 0.9022 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 705 score: 0.7966 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 706 score: 0.7862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 707 score: 0.8758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 708 score: 0.8687 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 709 score: 0.8611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 710 score: 0.9194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 711 score: 0.8701 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 712 score: 0.9590 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 713 score: 0.8879 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 714 score: 0.8974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 715 score: 0.8743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 716 score: 0.8530 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 717 score: 0.8962 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 718 score: 0.9390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 719 score: 0.7903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 720 score: 0.8690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 721 score: 0.9067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 722 score: 0.8550 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 723 score: 0.9148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 724 score: 0.8914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 725 score: 0.9186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 726 score: 0.8549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 727 score: 0.9070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 728 score: 0.7958 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 729 score: 0.7946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 730 score: 0.8655 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 731 score: 0.8818 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 732 score: 0.8122 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 733 score: 0.9192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 734 score: 0.6828 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 735 score: 0.8765 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 736 score: 0.8723 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 737 score: 0.8586 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 738 score: 0.8641 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 739 score: 0.9001 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 740 score: 0.9277 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 741 score: 0.8152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 742 score: 0.7498 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 743 score: 0.9176 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 744 score: 0.8689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 745 score: 0.8614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 746 score: 0.9004 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 747 score: 0.8455 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 748 score: 0.9354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 749 score: 0.9171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 750 score: 0.9577 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 751 score: 0.9194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 752 score: 0.8301 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 753 score: 0.8908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 754 score: 0.8778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 755 score: 0.8924 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 756 score: 0.8602 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 757 score: 0.8640 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 758 score: 0.8946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 759 score: 0.8863 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 760 score: 0.9264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 761 score: 0.8960 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 762 score: 0.8519 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 763 score: 0.7556 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 764 score: 0.7739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 765 score: 0.6002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 766 score: 0.9059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 767 score: 0.8957 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 768 score: 0.9395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 769 score: 0.9598 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 770 score: 0.9261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 771 score: 0.9162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 772 score: 0.8978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 773 score: 0.9074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 774 score: 0.9299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 775 score: 0.8720 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 776 score: 0.8910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 777 score: 0.8898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 778 score: 0.9336 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 779 score: 0.7085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 780 score: 0.8408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 781 score: 0.6964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 782 score: 0.6810 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 783 score: 0.8637 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 784 score: 0.9055 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 785 score: 0.7981 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 786 score: 0.8431 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 787 score: 0.8901 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 788 score: 0.9195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 789 score: 0.9006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 790 score: 0.9102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 791 score: 0.8927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 792 score: 0.9057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 793 score: 0.8420 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 794 score: 0.8393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 795 score: 0.8982 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 796 score: 0.9394 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 797 score: 0.7970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 798 score: 0.8773 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 799 score: 0.8021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 800 score: 0.8787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 801 score: 0.8020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 802 score: 0.8400 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 803 score: 0.8156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 804 score: 0.6196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 805 score: 0.9100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 806 score: 0.9141 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 807 score: 0.9156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 808 score: 0.8680 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 809 score: 0.8211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 810 score: 0.8936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 811 score: 0.8560 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 812 score: 0.9028 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 813 score: 0.9251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 814 score: 0.8705 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 815 score: 0.7268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 816 score: 0.8816 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 817 score: 0.8014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 818 score: 0.6286 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 819 score: 0.7777 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 820 score: 0.9641 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 821 score: 0.7409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 822 score: 0.8395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 823 score: 0.8121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 824 score: 0.8971 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 825 score: 0.8731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 826 score: 0.6061 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 827 score: 0.9105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 828 score: 0.9109 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 829 score: 0.8488 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 830 score: 0.8551 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 831 score: 0.7454 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 832 score: 0.8636 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 833 score: 0.7983 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 834 score: 0.8169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 835 score: 0.8377 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 836 score: 0.8929 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 837 score: 0.9065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 838 score: 0.8560 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 839 score: 0.8352 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 840 score: 0.8743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 841 score: 0.8111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 842 score: 0.6775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 843 score: 0.8691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 844 score: 0.7968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 845 score: 0.8284 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 846 score: 0.5992 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 847 score: 0.8906 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 848 score: 0.8279 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 849 score: 0.7958 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 850 score: 0.8109 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 851 score: 0.8587 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 852 score: 0.9130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 853 score: 0.8682 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 854 score: 0.8043 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 855 score: 0.8878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 856 score: 0.8585 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 857 score: 0.9390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 858 score: 0.6981 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 859 score: 0.8831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 860 score: 0.9157 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 861 score: 0.8656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 862 score: 0.9015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 863 score: 0.8928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 864 score: 0.8850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 865 score: 0.8237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 866 score: 0.9097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 867 score: 0.8953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 868 score: 0.8770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 869 score: 0.8590 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 870 score: 0.9136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 871 score: 0.9114 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 872 score: 0.8850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 873 score: 0.9010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 874 score: 0.9132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 875 score: 0.8377 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 876 score: 0.8720 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 877 score: 0.8480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 878 score: 0.9053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 879 score: 0.8661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 880 score: 0.8304 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 881 score: 0.8880 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 882 score: 0.8851 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 883 score: 0.9306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 884 score: 0.8279 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 885 score: 0.8829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 886 score: 0.9230 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 887 score: 0.8359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 888 score: 0.8315 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 889 score: 0.8155 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 890 score: 0.8909 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 891 score: 0.8795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 892 score: 0.7699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 893 score: 0.6864 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 894 score: 0.8505 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 895 score: 0.8690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 896 score: 0.9050 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 897 score: 0.8986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 898 score: 0.9402 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 899 score: 0.8946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 900 score: 0.8890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 901 score: 0.7951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 902 score: 0.7377 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 903 score: 0.9038 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 904 score: 0.9275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 905 score: 0.8679 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 906 score: 0.8827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 907 score: 0.7786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 908 score: 0.8373 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 909 score: 0.9302 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 910 score: 0.8728 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 911 score: 0.8905 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 912 score: 0.9437 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 913 score: 0.9277 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 914 score: 0.8868 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 915 score: 0.8708 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 916 score: 0.8959 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 917 score: 0.8779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 918 score: 0.9263 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 919 score: 0.9025 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 920 score: 0.8812 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 921 score: 0.8140 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 922 score: 0.8604 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 923 score: 0.8258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 924 score: 0.8532 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 925 score: 0.8480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 926 score: 0.9308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 927 score: 0.8821 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 928 score: 0.9270 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 929 score: 0.8510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 930 score: 0.8258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 931 score: 0.8677 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 932 score: 0.8600 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 933 score: 0.8225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 934 score: 0.7103 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 935 score: 0.8990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 936 score: 0.8420 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 937 score: 0.9210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 938 score: 0.9331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 939 score: 0.9162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 940 score: 0.8773 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 941 score: 0.8992 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 942 score: 0.9284 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 943 score: 0.8280 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 944 score: 0.7779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 945 score: 0.9015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 946 score: 0.8007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 947 score: 0.9115 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 948 score: 0.8352 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 949 score: 0.9280 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 950 score: 0.8221 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 951 score: 0.8795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 952 score: 0.8398 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 953 score: 0.9086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 954 score: 0.7269 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 955 score: 0.9244 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 956 score: 0.9011 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 957 score: 0.9318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 958 score: 0.9042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 959 score: 0.9090 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 960 score: 0.7857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 961 score: 0.8319 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 962 score: 0.8120 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 963 score: 0.8693 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 964 score: 0.9019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 965 score: 0.8044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 966 score: 0.8238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 967 score: 0.8249 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 968 score: 0.8117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 969 score: 0.7729 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 970 score: 0.8693 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 971 score: 0.8496 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 972 score: 0.7441 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 973 score: 0.9411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 974 score: 0.8707 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 975 score: 0.9196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 976 score: 0.8449 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 977 score: 0.8491 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 978 score: 0.9408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 979 score: 0.8471 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 980 score: 0.7873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 981 score: 0.8741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 982 score: 0.9282 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 983 score: 0.8102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 984 score: 0.9202 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 985 score: 0.8908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 986 score: 0.8970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 987 score: 0.8463 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 988 score: 0.7998 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 989 score: 0.7756 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 990 score: 0.8863 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 991 score: 0.8105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 992 score: 0.9287 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 993 score: 0.8657 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 994 score: 0.7068 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 995 score: 0.8648 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 996 score: 0.7947 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 997 score: 0.9175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 998 score: 0.8820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 999 score: 0.8118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 1000 score: 0.9220 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 1001 score: 0.8100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 1002 score: 0.8574 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 1003 score: 0.9017 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 1004 score: 0.9286 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 1005 score: 0.8262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 1006 score: 0.9035 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 1007 score: 0.8822 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 1008 score: 0.9435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 1009 score: 0.7620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 1010 score: 0.9237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl Segment 1011 score: 0.8480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-gl score: 0.8643 diff --git a/test-en-it b/test-en-it new file mode 100644 index 0000000000000000000000000000000000000000..21c6ce544d7c382b56b0f27b3648a6554e5f43ee --- /dev/null +++ b/test-en-it @@ -0,0 +1,1012 @@ +“Ora abbiamo topi di 4 mesi che non sono diabetici che in precedenza lo erano”, ha aggiunto. +Il dott. Ehud Ur, professore di medicina presso l'Università di Dalhousie a Halifax, in Nuova Scozia, e presidente della divisione clinica e scientifica dell'Associazione Canadese del Diabete ha avvertito che la ricerca è ancora agli inizi. +Come altri esperti, è scettico sul fatto che il diabete possa essere curato, notando che questi risultati non hanno alcuna rilevanza per le persone che già soffrono di diabete di tipo 1. +Lunedì, Sara Danius, segretario permanente del comitato Nobel per la letteratura dell’Accademia svedese, ha annunciato pubblicamente durante un programma radio su Sveriges Radio in Svezia che il comitato, non essendo riuscito a contattare direttamente Bob Dylan per la vittoria del premio Nobel per la letteratura 2016, ha abbandonato ogni sforzo per raggiungerlo. +Danius ha affermato: “Adesso stiamo facendo niente. Ho chiamato e inviato email al suo più stretto collaboratore e ho ricevuto risposte molto amichevoli. Per il momento, questo è certamente sufficiente”. +In precedenza, il CEO di Ring, Jamie Siminoff, ha affermato che la società è nata quando il suo campanello non era udibile dal suo negozio nel garage. +Ha costruito un campanello WiFi, ha affermato. +Siminoff ha affermato che le vendite sono aumentate dopo la sua apparizione nel 2013 in un episodio di Shark Tank in cui il panel del programma ha rifiutato di finanziare la startup. +Nel corso del 2017, Siminoff è apparso sul canale televisivo di shopping QVC. +Ring ha anche risolto una controversia con una società di sicurezza concorrente, la ADT Corporation. +Mentre un vaccino sperimentale sembra in grado di ridurre la mortalità da Ebola, fino ad oggi nessun farmaco è stato dimostrato efficace nel trattamento di infezioni esistenti. +Un cocktail di anticorpi, ZMapp, ha inizialmente mostrato promesse nel campo, ma gli studi formali hanno indicato che il beneficio era inferiore a quanto desiderato per prevenire la morte. +Nel PALM trial, ZMapp ha svolto il ruolo di controllo, cioè i ricercatori l'hanno utilizzato come riferimento e hanno confrontato i tre altri trattamenti con esso. +USA Gymnastics sostiene la lettera del Comitato Olimpico degli Stati Uniti e accetta la necessità assoluta della famiglia olimpica di promuovere un ambiente sicuro per tutti i nostri atleti. +Accettiamo la dichiarazione dell’USOC secondo cui gli interessi degli atleti e dei club, e del loro sport, potrebbero essere meglio serviti con un cambiamento significativo all’interno dell’organizzazione, piuttosto che con la decertificazione. +USA Gymnastics sostiene un'indagine indipendente che possa chiarire come l'abuso descritto con tanto coraggio dai sopravvissuti di Larry Nassar possa essere passato inosservato per tanto tempo e accetta qualsiasi modifica necessaria e appropriata. +USA Gymnastics e il USOC hanno lo stesso obiettivo: rendere lo sport della ginnastica, e altri, il più sicuro possibile per gli atleti per poter seguire i loro sogni in un ambiente sicuro, positivo e empowered. +Negli anni '60, Brzezinski ha lavorato per John F. Kennedy come consulente e poi per l'amministrazione di Lyndon B. Johnson. +Durante le selezioni del 1976 ha consigliato Carter sulla politica estera, quindi è stato consulente per la sicurezza nazionale (NSA) dal 1977 al 1981, succedendo a Henry Kissinger. +In qualità di NSA, ha aiutato Carter a gestire diplomaticamente gli affari mondiali, come gli Accordi di Camp David del 1978; la normalizzazione delle relazioni USA-Cina alla fine degli anni '70; la Rivoluzione iraniana, che ha portato alla crisi degli ostaggi dell'Iran del 1979; e l'invasione sovietica dell'Afghanistan del 1979. +Il film, con Ryan Gosling e Emma Stone, ha ricevuto nomination in tutte le categorie principali. +Gosling e Stone sono stati candidati rispettivamente come miglior attore e miglior attrice. +Le altre candidature includono Miglior Film, Miglior Regista, Miglior Fotografia, Miglior Design di Costumi, Miglior Montaggio, Miglior Colonna Sonora, Miglior Design di Produzione, Miglior Editing Audio e Miglior Sceneggiatura Originale. +Due canzoni tratte dal film, Audition (The Fools Who Dream) e City of Stars, sono state nominate per il miglior brano originale. Lo studio Lionsgate ha ricevuto 26 nomination, più di qualunque altro studio. +A tarda notte di domenica, il presidente degli Stati Uniti Donald Trump, in una dichiarazione trasmessa dal portavoce stampa, ha annunciato il ritiro delle truppe statunitensi dalla Siria. +L'annuncio è stato fatto dopo una conversazione telefonica tra Trump e il Presidente della Turchia Recep Tayyip Erdoğan. +La Turchia si prenderà anche la responsabilità di sorvegliare i combattenti dell'ISIS catturati che, secondo la dichiarazione, le nazioni europee hanno rifiutato di rimpatriare. +Questo non solo conferma che almeno alcuni dinosauri avevano piume, una teoria già diffusa, ma fornisce dettagli che i fossili generalmente non possono fornire, come il colore e l'arrangiamento tridimensionale. +Gli scienziati affermano che il piumaggio di questo animale era marrone scuro sul dorso e bianco o di colore carotenoidico sul ventre. +La scoperta offre anche una visione sull'evoluzione delle piume negli uccelli. +Poiché le piume dei dinosauri non hanno un rachide ben sviluppato, chiamato rachide, ma hanno altre caratteristiche delle piume, come le barbule e le barbule, i ricercatori hanno dedotto che il rachide è stato probabilmente un sviluppo evolutivo successivo di queste altre caratteristiche. +La struttura delle piume suggerisce che non venivano utilizzate per il volo, ma per la regolazione della temperatura o per la dimostrazione. I ricercatori hanno suggerito che, anche se si tratta della coda di un giovane dinosauro, il campione mostra piumaggio adulto e non il piumaggio di un pulcino. +Gli studiosi hanno suggerito che, anche se si tratta della coda di un giovane dinosauro, il campione mostra piumaggio adulto e non il piumaggio di un pulcino. +Un’autobomba è esplosa ieri mattina presso la sede della polizia di Gaziantep, in Turchia, uccidendo due poliziotti e ferendo oltre venti persone. +L’ufficio del governatore ha dichiarato che diciassette delle vittime sono poliziotti. +La polizia ha dichiarato di sospettare un presunto militante dell'ISIL della responsabilità dell'attacco. +Si è scoperto che il Sole funziona secondo gli stessi principi di base di altre stelle: l'attività di tutte le stelle del sistema è stata scoperta essere guidata dalla loro luminosità, dalla loro rotazione e da nulla altro. +La luminosità e la rotazione vengono utilizzate insieme per determinare il numero di Rossby di una stella, che è legato al flusso di plasma. +Quanto più piccolo è il numero di Rossby, tanto meno attiva è la stella con riguardo ai reversi magnetici. +Durante il suo viaggio, Iwasaki ha incontrato molte difficoltà. +È stato derubato dai pirati, attaccato in Tibet da un cane rabbioso, fuggito dal matrimonio in Nepal e arrestato in India. +Il standard 802.11n opera su entrambe le frequenze 2,4 GHz e 5,0 GHz. +Questo gli permetterà di essere retrocompatibile con 802.11a, 802.11b e 802.11g, a condizione che la stazione base abbia due radio. +Le velocità di 802.11n sono sostanzialmente più elevate rispetto a quelle dei suoi predecessori, con una capacità teorica massima di 600 Mbit/s. +Duvall, sposato e con due figli adulti, non ha lasciato un forte impressione su Miller, a cui la storia è stata raccontata. +Asked for comment, Miller said, "Mike was talking a lot during the hearing...I was getting ready so I wasn't really hearing what he was saying." +“Cercheremo di ridurre le emissioni di anidride carbonica per unità di PIL di una percentuale significativa entro il 2020 rispetto al livello del 2005”, ha affermato Hu. +Non ha stabilito una cifra per i tagli, affermando che verranno fatti in base all’output economico della Cina. +Hu ha incoraggiato i Paesi in via di sviluppo “a evitare il vecchio percorso di inquinamento e successiva pulizia”. +Ha aggiunto che “tuttavia, non dovrebbero essere invitati a prendere su di loro obblighi che superano il loro stadio di sviluppo, la loro responsabilità e le loro capacità”. +La commissione Iraq Study Group ha presentato il suo rapporto alle 12.00 GMT oggi. +Si avvisa che nessuno può garantire che una qualsiasi azione in Iraq in questo momento possa fermare la guerra settaria, l’aumento della violenza o la tendenza verso il caos. +Il rapporto si apre con una preghiera per un dibattito aperto e la formazione di un consenso negli Stati Uniti sulla politica verso il Medio Oriente. +Il rapporto è fortemente critico di quasi ogni aspetto della presente politica dell’esecutivo verso l’Iraq e invita ad un immediato cambiamento di direzione. +La prima tra le sue 78 raccomandazioni è che venga presa una nuova iniziativa diplomatica prima della fine di quest’anno per assicurare le frontiere dell’Iraq contro interventi ostili e per ristabilire le relazioni diplomatiche con i vicini. +La senatrice in carica e prima dama argentina Cristina Fernandez de Kirchner ha annunciato ieri sera la sua candidatura alla presidenza a La Plata, una città a 50 km (31 miglia) da Buenos Aires. +La signora Kirchner ha annunciato la sua intenzione di candidarsi alla presidenza al Teatro argentino, lo stesso luogo in cui ha iniziato la sua campagna del 2005 per il Senato come membro della delegazione della provincia di Buenos Aires. +Il dibattito è scaturito dalla controversia sulla spesa per il soccorso e la ricostruzione a seguito dell’uragano Katrina, che alcuni conservatori fiscali hanno ironicamente etichettato come “Bush’s New Orleans Deal”. +La critica liberale alla ricostruzione si è concentrata sulla concessione di appalti di ricostruzione a presunti insider di Washington. +Circa quattro milioni di persone sono andate a Roma per partecipare al funerale. +Il numero di persone presenti era tale che non era possibile che tutti potessero partecipare al funerale in piazza San Pietro. +Sono stati installati diversi grandi schermi televisivi in vari punti di Roma per consentire ai cittadini di seguire la cerimonia. +In molte altre città d'Italia e nel resto del mondo, soprattutto in Polonia, sono stati realizzati degli impianti simili, che sono stati osservati da un gran numero di persone. +Gli storici hanno criticato le politiche del passato dell’FBI per concentrare le risorse su casi semplici da risolvere, soprattutto su casi di automobili rubate, con l’intento di aumentare la percentuale di successo dell’agenzia. +Il Congresso ha iniziato a finanziare l'iniziativa sull'oscenità nel 2005 e ha specificato che l'FBI deve impiegare 10 agenti per la pornografia adulta. +Robin Uthappa ha segnato il punteggio più alto dell’incontro, 70 punti in 41 lanci colpendo 11 quattro e 2 sei. +I battitori dell’ordine medio, Sachin Tendulkar e Rahul Dravid, hanno giocato bene e hanno realizzato una partnership di cento punti. +Ma, dopo la perdita della battuta del capitano, l’India ha fatto solo 36 punti perdendo 7 battute per chiudere l’inning. +Il Presidente degli Stati Uniti George W. Bush è arrivato a Singapore la mattina del 16 novembre, iniziando un tour di una settimana in Asia. +È stato accolto dal vice primo ministro di Singapore, Wong Kan Seng, e ha discusso con il primo ministro di Singapore, Lee Hsien Loong, i temi del commercio e del terrorismo. +Dopo una settimana di sconfitte nelle elezioni di metà mandato, Bush ha parlato davanti a un pubblico sull’espansione del commercio in Asia. +Il Primo Ministro Stephen Harper ha concordato di inviare il “Clean Air Act” del governo a un comitato di tutti i partiti per un’analisi, prima della seconda lettura, dopo l’incontro di 25 minuti con il leader del NDP Jack Layton alla PMO di martedì. +Layton ha chiesto modifiche al progetto di legge ambientale dei conservatori durante l’incontro con il primo ministro, chiedendo una “riscrittura completa e approfondita” del progetto di legge ambientale del partito conservatore. +Dal momento in cui il governo federale ha assunto il finanziamento dell'ospedale di Mersey a Devonport, in Tasmania, il governo statale e alcuni membri del parlamento federale hanno criticato questo gesto come uno scherzo nel preludio alle elezioni federali da tenersi a novembre. +Ma il Primo Ministro John Howard ha affermato che l’atto era solo finalizzato a proteggere le strutture dell’ospedale da un eventuale ridimensionamento da parte del governo di Tasmania, con l’aggiunta di 45 milioni di dollari australiani. +Secondo l'ultimo bollettino, le misurazioni del livello del mare hanno indicato la formazione di un tsunami. È stato registrato un certo livello di attività tsunami vicino a Pago Pago e Niue. +Non sono stati segnalati danni o feriti gravi a Tonga, ma la corrente elettrica è stata interrotta temporaneamente, cosa che ha impedito alle autorità tongane di ricevere l'allarme tsunami emesso dal PTWC. +Quattordici scuole dell'Hawaii, situate sulla costa o nelle vicinanze, sono state chiuse per tutta la giornata di mercoledì, nonostante le avvisaglie fossero state ritirate. +Il presidente degli Stati Uniti George W. Bush ha accolto con favore l'annuncio. +Il portavoce di Bush, Gordon Johndroe, ha definito la promessa della Corea del Nord “un importante passo verso l’obiettivo della denuclearizzazione verificabile della penisola coreana”. +La decima tempesta con nome della stagione degli uragani dell'Atlantico, la tempesta subtropicale Jerry, si è formata oggi nell'Oceano Atlantico. +Il National Hurricane Center (NHC) afferma che a questo punto Jerry non rappresenta una minaccia per la terraferma. +L'U.S. Corps of Engineers ha stimato che 6 pollici di pioggia potrebbero danneggiare i dighe precedentemente danneggiati. +Il Nono Distretto, che ha visto inondazioni fino a 6 metri durante l’uragano Katrina, è attualmente sommerso fino alla vita in quanto il vicino argine è stato travolto. +L'acqua sta scorrendo fuori dalla diga in una sezione larga 30 metri. +L'amministratore dei Commons Adam Cuerden ha espresso la sua frustrazione per le cancellazioni quando ha parlato con Wikinews lo scorso mese. +“Wales ha mentito da principio. Inizialmente ha fatto finta di agire per motivi legali. Poi ha finto di ascoltarci fino alla cancellazione dell’opera d’arte”. +L'irritazione della comunità ha portato agli attuali sforzi di redigere una politica in merito al contenuto sessuale per il sito che ospita milioni di contenuti con licenza open. +Il lavoro svolto è stato principalmente teorico, ma il programma è stato scritto per simulare le osservazioni fatte della Galassia di Sagittario. +L’effetto che la squadra stava cercando sarebbe stato causato dalle forze mareali tra la materia oscura della galassia e la materia oscura della Via Lattea. +Lo stesso modo in cui la Luna esercita una forza sulla Terra, provocando le maree, la Via Lattea esercita una forza sulla Galassia di Sagittario. +Gli scienziati sono riusciti a concludere che la materia oscura interagisce con la materia oscura in modo simile alla materia normale. +Questa teoria afferma che la maggior parte della materia oscura attorno a una galassia si trova attorno alla galassia in una sorta di aura e è composta da molte piccole particelle. +Le notizie televisive mostrano fumo bianco che esce dalla centrale. +Le autorità locali stanno avvertendo i residenti nei dintorni della centrale di rimanere chiusi in casa, spegnere i condizionatori e non bere l'acqua del rubinetto. +Secondo l'agenzia nucleare giapponese, il cesio e l'iodio radioattivi sono stati identificati presso la centrale. +Le autorità ipotizzano che ciò indichi che i contenitori che contengono il combustibile nucleare del sito potrebbero essersi rotti e stare perdendo il loro contenuto. +Il dott. Tony Moll ha scoperto la tubercolosi estremamente resistente ai farmaci (XDR-TB) nella regione sudafricana di KwaZulu-Natal. +In un’intervista, ha affermato che la nuova variante era “molto preoccupante e allarmante a causa del tasso di mortalità estremamente elevato”. +Alcuni pazienti potrebbero aver contratto la malattia all’ospedale, pensa il dott. Moll, e almeno due sono stati i sanitari dell’ospedale. +In un anno, una persona infetta può trasmettere la malattia a 10-15 contatti stretti. +Tuttavia, il percentuale di XDR-TB nell’intero gruppo di persone affette da tubercolosi sembra essere ancora basso; 6.000 delle 330.000 persone infettate in qualsiasi momento in Sudafrica. +I satelliti, entrambi con un peso superiore a 1.000 libbre e che si muovevano a una velocità di circa 17.500 miglia all'ora, si sono scontrati a 491 miglia sopra la Terra. +Gli scienziati affermano che l'esplosione causata dalla collisione è stata enorme. +Sono ancora in corso gli sforzi per determinare l’entità dell’impatto e come la Terra verrà colpita. +L'ufficio del Dipartimento della Difesa degli Stati Uniti per le operazioni strategiche sta monitorando i detriti. +Il risultato dell’analisi della trama verrà pubblicato su un sito web pubblico. +Un medico che ha lavorato presso l’ospedale pediatrico di Pittsburgh, in Pennsylvania, verrà accusato di omicidio aggravato dopo che la madre è stata trovata morta nel bagagliaio della sua auto mercoledì, afferma la polizia dell’Ohio. +Il dottor Malar Balasubramanian, 29 anni, è stato trovato a Blue Ash, Ohio, un sobborgo a circa 15 miglia a nord di Cincinnati, in terra, vicino alla strada, con un maglione e un reggiseno, in uno stato apparente di forte somministrazione di farmaci. +Ha indicato agli agenti il suo Oldsmobile Intrigue nero, a 500 piedi di distanza. +Lì hanno trovato il corpo di Saroja Balasubramanian, 53 anni, coperto da coperte imbrattate di sangue. +La polizia ha dichiarato che il corpo sembrava essere stato lì per circa un giorno. +I primi casi della malattia questa stagione sono stati segnalati alla fine di luglio. +La malattia viene trasportata dai maiali, che poi la trasmettono agli esseri umani attraverso i mosquitos. +L'epidemia ha spinto il governo indiano a intraprendere misure quali l'invio di cacciatori di maiali in aree seriamente colpite, la distribuzione di migliaia di tende anti-mosquito e l'utilizzo di pesticidi. +Il governo ha inoltre promesso diversi milioni di vial di vaccino contro l'encefalite, che aiuteranno le agenzie sanitarie a prepararsi per l'anno successivo. +I piani per la consegna dei vaccini nelle aree storicamente più colpite questo anno sono stati rimandati a causa della mancanza di fondi e della bassa priorità rispetto ad altre malattie. +Nel 1956 Słania si trasferì in Svezia, dove tre anni più tardi iniziò a lavorare per il servizio postale svedese e diventò il loro principale incisore. +Ha prodotto oltre 1.000 timbri per la Svezia e 28 altri Paesi. +Il suo lavoro è di tale qualità e dettaglio riconosciuto che è uno dei pochissimi "nomi di famiglia" tra i filatelisti. Alcuni si specializzano nel raccogliere solo il suo lavoro. +Il suo 1.000° francobollo è stato il magnifico “Great Deeds by Swedish Kings” di David Klöcker Ehrenstrahl nel 2000, inserito nel Guinness Book of World Records. +È stato anche impegnato nell'incisione di banconote per molti Paesi, tra i recenti esempi della sua opera i ritratti dei Primo Ministri sui nuovi biglietti da 5 e 100 dollari canadesi. +Dopo l'incidente, Gibson è stato trasportato all'ospedale ma è deceduto poco dopo. +Il camionista, di 64 anni, non ha subito ferite nell’incidente. +Il veicolo è stato rimosso dalla scena dell'incidente intorno alle 12:00 GMT dello stesso giorno. +Una persona che lavora in un garage vicino al luogo dell’incidente ha dichiarato: “C’erano dei bambini che aspettavano per attraversare la strada e tutti urlavano e piangevano”. +Tutti sono tornati indietro da dove era avvenuto l'incidente. +Altri argomenti dell’agenda di Bali riguardano la salvaguardia delle ultime foreste del mondo e la condivisione delle tecnologie per aiutare i Paesi in via di sviluppo a crescere in modo meno inquinante. +L'ONU spera anche di finalizzare un fondo per aiutare i Paesi colpiti dal riscaldamento globale a fronteggiare gli impatti. +Il denaro potrebbe essere utilizzato per la costruzione di case resistenti agli allagamenti, per un miglioramento della gestione delle acque e per una diversificazione delle colture. +Fluke ha scritto che gli sforzi di alcuni per impedire alle donne di parlare di salute delle donne sono falliti. +Ha giunto a questa conclusione grazie alla moltitudine di commenti positivi e di incoraggiamento inviati da persone di entrambi i sessi, che invitavano a considerare la contrazione come necessità medica. +Dopo la cessazione delle ostilità, quando i feriti sono stati trasportati all'ospedale, circa 40 degli altri detenuti rimasti nel cortile hanno rifiutato di rientrare nelle loro celle. +I negoziatori hanno cercato di correggere la situazione, ma le richieste dei prigionieri non sono chiare. +Tra le 10:00 e le 11:00 pm MDT, i detenuti hanno iniziato un incendio nel cortile. +Pochi minuti dopo, gli agenti armati con attrezzature antisommossa sono entrati nel cortile e hanno circondato i detenuti con gas lacrimogeno. +Alla fine, le squadre antincendio hanno spento il fuoco alle 23:35. +Dopo la costruzione della diga nel 1963, le inondazioni stagionali che avrebbero diffuso il sedimento lungo il corso del fiume sono state bloccate. +Questo sedimento era necessario per la creazione di banchi di sabbia e spiagge, che fungevano da habitat per la fauna selvatica. +In conseguenza di ciò, due specie di pesce sono estinte e altre due sono a rischio di estinzione, tra cui il humback chub. +Anche se il livello dell’acqua aumenterà di pochi piedi dopo la inondazione, le autorità sperano che ciò sarà sufficiente per ripristinare le spiagge erose a valle. +Non è stato emesso alcun allarme tsunami e, secondo l'agenzia geofisica di Giacarta, non verrà emesso alcun allarme tsunami perché il terremoto non ha raggiunto la magnitudo di 6,5. +Anche se non c'era alcuna minaccia di tsunami, i residenti hanno iniziato a panicare e hanno iniziato a lasciare i loro negozi e le loro case. +Anche se Winfrey ha pianto durante il suo addio, ha fatto chiaramente capire ai suoi fan che tornerà. +“Non si tratta di un addio. Si tratta della chiusura di un capitolo e dell’apertura di un altro.” +I risultati finali delle elezioni presidenziali e parlamentari in Namibia hanno indicato che il presidente in carica, Hifikepunye Pohamba, è stato rieletto con un ampio margine. +Il partito di governo, la South West Africa People's Organisation (SWAPO), ha conservato la maggioranza nelle elezioni parlamentari. +La coalizione e le truppe afgane sono penetrate nella zona per assicurare il sito e altri velivoli della coalizione sono stati inviati per prestare assistenza. +L'incidente è avvenuto in una zona montuosa, e si ritiene che sia stato causato dal fuoco nemico. +Gli sforzi di ricerca del sito dell'incidente sono ostacolati dal maltempo e dal terreno difficile. +La charity medica Mangola, Medecines Sans Frontieres e l'Organizzazione Mondiale della Sanità affermano che si tratta dell'epidemia più grave mai registrata nel Paese. +Il portavoce di Medecines Sans Frontiere, Richard Veerman, ha affermato: “L’Angola sta andando verso la peggior epidemia della sua storia e la situazione rimane molto grave in Angola”, ha affermato. +Gli incontri sono iniziati alle 10:00 del mattino con un buon tempo e, tranne una breve pioggia di mezzogiorno che si è dissipata rapidamente, è stata una giornata perfetta per il rugby a 7. +La squadra sudafricana, prima testa di serie del torneo, ha avuto un buon inizio quando ha ottenuto un comodo vantaggio di 26 - 00 contro la Zambia, quinta testa di serie. +Durante il match contro le loro sorelle meridionali, la Sudafrica ha comunque migliorato costantemente durante il corso del torneo. +La loro difesa disciplinata, le loro abilità di gestione del pallone e la loro eccellente collaborazione hanno fatto sì che si distaccassero dal gruppo e che fosse chiaro che questo era il team da battere. +Gli ufficiali della città di Amsterdam e del Museo di Anne Frank affermano che l'albero è infettato da un fungo e rappresenta un pericolo per la salute pubblica in quanto era in pericolo imminente di cadere. +Si prevedeva che venisse abbattuto martedì, ma è stato salvato dopo una sentenza d’urgenza del tribunale. +Tutte le aperture della grotta, chiamate "Le sette sorelle", hanno un diametro di almeno 100 a 250 metri (328 a 820 piedi). +Le immagini infrarosse mostrano che le variazioni di temperatura tra giorno e notte fanno pensare che si tratti di grotte. +“Sono più freddi della superficie circostante durante il giorno e più caldi di notte. +Il loro comportamento termico non è così stabile come quello delle grandi caverne sulla Terra, che spesso mantengono una temperatura relativamente costante, ma è compatibile con il fatto che si tratti di buche profonde nel terreno”, ha affermato Glen Cushing del team di Astrogeologia del Servizio Geologico degli Stati Uniti (USGS) e della Northern Arizona University di Flagstaff, Arizona. +In Francia, il voto è tradizionalmente un'esperienza a bassa tecnologia: i votanti si isolano in una cabina, inseriscono un foglio di carta già stampato che indica il loro candidato preferito in una busta. +Dopo che i funzionari hanno verificato l'identità dell'elettore, l'elettore getta la busta nella urna e firma il registro elettorale. +Il codice elettorale francese è piuttosto rigido nei confronti dei procedimenti. +Dal 1988, le urne per le elezioni devono essere trasparenti affinché i votanti e gli osservatori possano assicurarsi che all'inizio del voto non ci siano buste e che non vengano aggiunte buste tranne quelle dei votanti autorizzati e contati. +I candidati possono inviare rappresentanti per testimoniare ogni parte del processo. Alla sera, i voti vengono contati da volontari sotto supervisione, seguendo procedure specifiche. +Il notebook ASUS Eee PC, lanciato in precedenza in tutto il mondo per motivi di risparmio e funzionalità, è diventato un argomento caldo nel 2007 Taipei IT Month. +Ma il mercato dei notebook sarà radicalmente diverso e cambiato dopo che ASUS ha vinto nel 2007 il Taiwan Sustainable Award assegnato dall’Executive Yuan della Repubblica di Cina. +Il sito web della stazione descrive la trasmissione come "un vecchio stile di teatro radiofonico con una nuova e stravagante interpretazione geek!" +Negli anni iniziali, il programma veniva trasmesso esclusivamente su TogiNet Radio, un sito web dedicato alla radio talk. +Alla fine del 2015, TogiNet ha fondato AstroNet Radio come stazione sussidiaria. +Il programma inizialmente prevedeva attori di doppiaggio dilettanti provenienti dall'East Texas. +Secondo quanto riferito, il saccheggio si è protratto per tutta la notte, poiché le forze dell’ordine non erano presenti nelle strade di Bishkek. +Un osservatore ha descritto Bishkek come sprofondato in uno stato di “anarchia”, con bande di persone che si aggiravano per le strade e saccheggiavano i negozi di prodotti di consumo. +Alcuni residenti di Bishkek hanno accusato i dimostranti provenienti dal sud della mancanza di legge. +La Sudafrica ha battuto gli All Blacks (Nuova Zelanda) in un incontro di rugby a 15 Tri Nations al Royal Bafokeng Stadium di Rustenburg, in Sudafrica. +Il risultato finale è stato una vittoria di un punto, 21 a 20, che ha interrotto la striscia vincente degli All Blacks di 15 partite. +Per i Springboks è stata la fine di una serie di cinque sconfitte consecutive. +Si trattava della partita finale per gli All Blacks, che avevano già vinto il trofeo due settimane prima. +La partita finale della serie si giocherà la settimana prossima all’Ellis Park di Johannesburg, quando i Springboks affronteranno l’Australia. +Un terremoto di moderata intensità ha colpito la zona occidentale del Montana alle 10:08 di mezzanotte di lunedì. +Il United States Geological Survey (USGS) e il suo National Earthquake Information Center non hanno ricevuto segnalazioni di danni immediati. +Il terremoto si è verificato a circa 20 km (15 miglia) a nord-nord-est di Dillon e a circa 65 km (40 miglia) a sud di Butte. +La varietà di influenza aviaria letale per l'uomo, H5N1, è stata confermata nell'uccello selvatico morto, ritrovato lunedì, in una zona paludosa vicino a Lione, nell'est della Francia. +La Francia è il settimo Paese dell'Unione Europea a soffrire di questo virus; seguendo l'Austria, la Germania, la Slovenia, la Bulgaria, la Grecia e l'Italia. +I casi sospettati di H5N1 in Croazia e in Danimarca non sono ancora stati confermati. +Chambers ha citato in giudizio Dio per "la morte, la distruzione e la terrorizzazione di milioni e milioni di abitanti della Terra". +Chambers, un agnostico, sostiene che la sua azione giudiziaria è “frivola” e che “qualsiasi persona può citare in giudizio chiunque”. +La storia presentata nell’opera francese, di Camille Saint-Saens, è di un artista “che vive una vita guidata da un amore per le droghe e il Giappone”. +Il risultato è che gli artisti fumano cannabis in scena, e il teatro incoraggia l’audience a unirsi. +L'ex presidente della Camera dei Rappresentanti Newt Gingrich, il governatore del Texas Rick Perry e la deputata Michele Bachmann si sono piazzati rispettivamente al quarto, quinto e sesto posto. +Dopo i risultati, Gingrich ha elogiato Santorum, ma ha usato parole forti nei confronti di Romney, per il quale sono stati trasmessi annunci negativi in Iowa contro Gingrich. +Perry ha dichiarato che si sarebbe “ritornato in Texas per valutare i risultati del caucus di questa notte, per determinare se ci fosse un percorso possibile per me in questa corsa”, ma successivamente ha affermato che sarebbe rimasto in corsa e avrebbe partecipato alla primaria del 21 gennaio in Carolina del Sud. +Bachmann, che ha vinto il sondaggio Ames Straw nel mese di agosto, ha deciso di chiudere la sua campagna. +Il fotografo è stato trasportato all'ospedale Ronald Reagan UCLA Medical Center, dove è poi deceduto. +Si dice che fosse in età tra i 20 e i 30 anni. In una dichiarazione, Bieber ha affermato che "[nonostante non sia stato presente né direttamente coinvolto in questo tragico incidente], il mio pensiero e le mie preghiere sono con la famiglia della vittima". +Secondo il sito di notizie di intrattenimento TMZ, il fotografo ha fermato la sua macchina dall’altra parte di Sepulveda Boulevard e ha cercato di scattare delle foto dell’intervento della polizia prima di attraversare la strada e proseguire, cosa che ha spinto il poliziotto della Highway Patrol a ordinargli di tornare indietro, due volte. +Secondo la polizia, il conducente della macchina che ha investito il fotografo è improbabile che venga accusato di reato. +Con solo diciotto medaglie disponibili al giorno, diversi Paesi non sono riusciti a raggiungere il podio delle medaglie. +Sono presenti i Paesi Bassi, con Anna Jochemsen che si è classificata al nono posto nella categoria femminile del Super-G ieri, e la Finlandia con Katja Saarinen che si è classificata decima nello stesso evento. +L’australiano Mitchell Gourley si è classificato undicesimo nel Super-G maschile in piedi. Il concorrente ceco Oldrich Jelinek si è classificato sedicesimo nel Super-G maschile in sedia. +Arly Velasquez del Messico si è classificato quindicesimo nel Super-G maschile seduto. Adam Hall della Nuova Zelanda si è classificato nono nel Super-G maschile in piedi. +Il sciatore cieco polacco Maciej Krezel e il guida Anna Ogarzynska sono giunti tredicesimi nel Super-G. Il sudcoreano Jong Seork Park è giunto ventitreesimo nel Super-G maschile. +Gli osservatori delle Nazioni Unite, giunti in Haiti dopo il terremoto del 2010, sono accusati della diffusione della malattia che ha avuto inizio vicino all’accampamento delle truppe. +Secondo la querela, i rifiuti del campo dell’ONU non sono stati adeguatamente disinfettati, provocando l’ingresso di batteri nel tributario del fiume Artibonite, uno dei principali fiumi di Haiti. +Prima dell'arrivo delle truppe, l'Haiti non aveva affrontato problemi legati alla malattia dal XVIII secolo. +L'Istituto per la Giustizia e la Democrazia di Haiti ha fatto riferimento a studi indipendenti che suggeriscono che il battaglione delle Nazioni Unite per la pace in Nepal ha portato involontariamente la malattia in Haiti. +Danielle Lantagne, un esperto delle Nazioni Unite sulla malattia, ha affermato che l’epidemia è stata probabilmente causata dai peacekeeper. +Hamilton ha confermato che l'ospedale Howard University Hospital ha accolto il paziente in condizioni stabili. +Il paziente era stato in Nigeria, dove sono stati segnalati casi di Ebola. +L'ospedale ha seguito il protocollo di controllo delle infezioni, incluso il separare il paziente dagli altri per prevenire una possibile infezione di altri. +Prima di The Simpsons, Simon aveva lavorato in diverse trasmissioni in ruoli diversi. +Negli anni '80 ha lavorato a programmi come Taxi, Cheers e The Tracy Ullman Show. +Nel 1989 ha aiutato a creare I Simpson con Brooks e Groening e si è occupato di assumere la prima squadra di scrittori della serie. +Anche se aveva lasciato il programma nel 1993, manteneva il titolo di produttore esecutivo e continuava a ricevere decine di milioni di dollari ogni stagione in royalties. +In precedenza, l'agenzia di notizie cinese Xinhua aveva riferito di un aereo sequestrato. +Alcune notizie successive hanno riferito che l'aereo ha ricevuto una minaccia di bomba e è stato deviato nuovamente verso l'Afghanistan, atterrando a Kandahar. +I primi rapporti dicono che l'aereo è stato deviato verso l'Afghanistan dopo essere stato negato un atterraggio di emergenza a Ürümqi. +Gli incidenti aerei sono comuni in Iran, che dispone di una flotta invecchiata e poco curata sia per le operazioni civili che militari. +Le sanzioni internazionali hanno impedito l'acquisto di nuovi aerei. +All’inizio della settimana, un elicottero della polizia si è schiantato uccidendo tre persone e ferendone altre tre. +Lo scorso mese l’Iran ha visto il peggior incidente aereo degli ultimi anni, quando un aereo diretto in Armenia si è schiantato uccidendo i 168 passeggeri a bordo. +Lo stesso mese, un altro aereo ha superato una pista a Mashhad e ha colpito una parete, provocando la morte di sedici persone. +Gli Aerosmith hanno annullato i restanti concerti del loro tour. +La band rock si sarebbe dovuta esibire negli Stati Uniti e in Canada fino al 16 settembre. +Hanno annullato il tour dopo che il cantante principale Steven Tyler si è infortunato cadendo dal palco durante un concerto il 5 agosto. +Murray ha perso il primo set in un tie-break dopo che entrambi i giocatori hanno tenuto ogni servizio del set. +Del Potro ha avuto un vantaggio iniziale nel secondo set, ma anche questo ha richiesto un tie-break dopo aver raggiunto il punteggio di 6-6. +Potro ha ricevuto un trattamento alla spalla a questo punto ma è riuscito a tornare al gioco. +Il programma è iniziato alle 8:30 p.m. ora locale (15.00 UTC). +Cantanti famosi di tutta la nazione hanno presentato bhajans, o canzoni devote, ai piedi di Shri Shyam. +Il cantante Sanju Sharma ha iniziato la serata, seguito da Jai Shankar Choudhary, che ha presentato anche il chhappan bhog bhajan. Il cantante Raju Khandelwal lo ha accompagnato. +Quindi, Lakkha Singh ha iniziato a cantare i bhajans. +A Baba Shyam sono stati serviti 108 piatti di Chhappan Bhog (in Hinduismo, 56 diversi alimenti commestibili, come dolci, frutti, nocciole, piatti etc. che vengono offerti agli dei). +Lakkha Singh ha presentato anche il chhappan bhog bhajan. Il cantante Raju Khandelwal lo ha accompagnato. +Nel corso della presentazione di apertura della Tokyo Game Show di giovedì, il presidente di Nintendo Satoru Iwata ha presentato il design del controller della nuova console Nintendo Revolution. +Assomigliando a un telecomando, il controller utilizza due sensori posti vicino alla televisione dell'utente per triangolare la sua posizione nello spazio tridimensionale. +Questo permetterà ai giocatori di controllare le azioni e i movimenti nei videogiochi muovendo il dispositivo nell'aria. +Giancarlo Fisichella ha perso il controllo della sua vettura e ha concluso la gara molto presto dopo il via. +Il suo compagno di squadra, Fernando Alonso, era in testa per gran parte della gara, ma ha concluso la corsa subito dopo il suo pit-stop, probabilmente a causa di una ruota anteriore destra male incassata. +Michael Schumacher ha concluso la gara non molto dopo Alonso a causa dei danni alla sospensione provocati dalle numerose battaglie durante la gara. +“È molto carina e canta molto bene”, ha affermato secondo un resoconto della conferenza stampa. +“Mi sono commosso ogni volta che abbiamo fatto una prova su questo, dal profondo del mio cuore”. +Intorno ai 3 minuti dalla partenza, una videocamera a bordo ha mostrato numerosi frammenti di polistirolo che si staccavano dal serbatoio di carburante. +Tuttavia, non è ritenuto che abbiano causato alcun danno al razzo. +N. Wayne Hale Jr., capo del programma dello Space Shuttle della NASA, ha affermato che la schiuma è caduta “dopo il periodo in cui ci preoccupiamo”. +Dopo cinque minuti dall’inizio dello spettacolo, un vento comincia a soffiare, dopo un minuto circa il vento raggiunge i 70 km/h… allora la pioggia comincia a cadere, ma così forte e grande che colpisce la pelle come una spina, quindi comincia a cadere la grandine, la gente si mette in panico e urla e corre l’una sull’altra. +Ho perso la mia sorella e la sua amica, e sulla strada c’erano due disabili su una sedia a rotelle, la gente semplicemente passava sopra e li spingeva”, ha affermato Armand Versace. +La NHK ha anche riferito che la centrale nucleare di Kashiwazaki Kariwa nella prefettura di Niigata era in funzione. +La Hokuriku Electric Power Co. ha riferito che il terremoto non ha avuto alcun effetto e che i reattori 1 e 2 della sua centrale nucleare di Shika sono stati spenti. +Si segnala che circa 9.400 case nella regione sono senza acqua e circa 100 senza elettricità. +Alcune strade sono state danneggiate, il servizio ferroviario è stato interrotto nelle aree colpite e l'aeroporto di Noto, nella prefettura di Ishikawa, è ancora chiuso. +Una bomba è esplosa fuori dall'ufficio del governatore generale. +Tre bombe esplodono vicino a edifici governativi in un periodo di due ore. +Alcuni resoconti parlano di otto morti ufficiali, e i rapporti ufficiali confermano che fino a 30 persone sono rimaste ferite, ma i numeri definitivi non sono ancora noti. +Entrambe l'acido cianurico e il melamina sono stati rilevati nelle urine di animali domestici che sono morti dopo aver mangiato il cibo per animali domestici contaminato. +I due composti reagiscono tra loro per formare cristalli che potrebbero bloccare la funzione renale, hanno dichiarato i ricercatori dell’università. +I ricercatori hanno osservato la formazione di cristalli nella urina del gatto con l'aggiunta di melamina e acido cianurico. +La composizione di questi cristalli corrisponde a quella riscontrata nelle urine dei mammiferi affetti quando confrontata con la spettroscopia infrarossa (FTIR). +Non so se lo sappia o meno, ma la maggior parte delle merci provenienti dal Centro America è entrata in questo Paese senza dazi. +Tuttavia, il 80% dei nostri prodotti è stato tassato con dazi in Paesi centramericani. +Questo non sembrava fare senso a me; certamente non era giusto. +Tutto quello che dico alle persone è che si tratti di noi come si tratti di loro. +Il governatore della California Arnold Schwarzenegger ha firmato una legge che vieta la vendita e il noleggio di videogiochi violenti ai minori. +Il disegno di legge prevede che i videogiochi violenti venduti nello stato della California siano etichettati con un’etichetta che reciti “18” e che la vendita a minorenni sia punibile con una multa di 1.000 dollari per ogni reato. +Il procuratore generale, Kier Starmer QC, ha rilasciato una dichiarazione questa mattina in cui ha annunciato l’accusa contro Huhne e Pryce. +Huhne si è dimesso e verrà sostituito nel Gabinetto da Ed Davey, membro del parlamento. Si prevede che Norman Lamb, membro del parlamento, prenderà il posto di Davey al Ministero dell’Industria. +Huhne e Pryce dovranno comparire al Westminster Magistrates Court il 16 febbraio. +Le vittime sono Nicholas Alden, 25 anni, e Zachary Cuddeback, 21 anni. Cuddeback era il conducente. +Edgar Veguilla ha riportato ferite al braccio e alla mandibola, mentre Kristoffer Schneider ha dovuto sottoporsi a un intervento chirurgico di ricostruzione per il volto. +L’arma di Uka ha fallito quando puntata sulla testa di un quinto uomo. Schneider continua a soffrire, è cieco di un occhio, manca una sezione del cranio e il volto è ricostruito con titanio. +Schneider ha testimoniato via videolink da una base dell'USAF nel suo Paese. +Oltre all’evento di mercoledì, Carpanedo ha gareggiato in due gare individuali ai Campionati. +Il suo primo è stato il Slalom, dove ha ottenuto un Did Not Finish nel primo giro. 36 delle 116 concorrenti hanno ottenuto lo stesso risultato in quella gara. +L’altra gara, il Gigante Slalom, la vide chiudere al decimo posto nel gruppo femminile seduta con un tempo complessivo di 4:41.30, 2:11.60 minuti più lenta della vincitrice austriaca Claudia Loesch e 1:09.02 minuti più lenta della nona classificata Gyöngyi Dani dell’Ungheria. +Quattro sciatrici della categoria seduta non sono riuscite a concludere le loro discese e 45 delle 117 sciatrici presenti al Gigante Slalom non sono riuscite a classificarsi nella gara. +La polizia del Madhya Pradesh ha recuperato il laptop e il cellulare rubati. +Il vice ispettore generale D K Arya ha dichiarato: "Abbiamo arrestato cinque persone che hanno violentato la donna svizzera e abbiamo recuperato il suo cellulare e il suo laptop". +I sospettati sono chiamati Baba Kanjar, Bhutha Kanjar, Rampro Kanjar, Gaza Kanjar e Vishnu Kanjar. +Il sovrintendente della polizia Chandra Shekhar Solanki ha dichiarato che l’accusato si è presentato in tribunale con il volto coperto. +Anche se all'interno della casa c'erano tre persone al momento dell'impatto della macchina, nessuno di loro è rimasto ferito. +Tuttavia, il conducente ha riportato gravi lesioni alla testa. +La strada dove è avvenuto l’incidente è stata temporaneamente chiusa mentre i servizi di emergenza hanno liberato il conducente dell’Audi TT rosso. +È stato inizialmente ricoverato presso il James Paget Hospital di Great Yarmouth. +In seguito è stato trasferito all'ospedale Addenbrooke's di Cambridge. +Adekoya è stata accusata di omicidio del figlio dal tribunale di Edimburgo. +È detenuta in attesa dell’accusa e del processo, ma le testimonianze di testimoni oculari potrebbero essere contaminate poiché la sua immagine è stata pubblicata ampiamente. +Questa pratica è comune altrove nel Regno Unito, ma la giustizia scozzese funziona in modo diverso e i tribunali hanno ritenuto che la pubblicazione di foto potrebbe essere pregiudiziale. +La professoressa Pamela Ferguson dell’Università di Dundee osserva che “i giornalisti sembrano camminare su una linea pericolosa quando pubblicano foto e simili di sospettati”. +L'ufficio della Corona, che ha la responsabilità generale delle accuse, ha indicato ai giornalisti che non ci saranno ulteriori commenti almeno fino all'accusa. +Secondo la fuga di notizie, il documento riguarderà il dibattito sulle frontiere, che la Palestina desidera basate sui confini esistenti prima della guerra del Medio Oriente del 1967. +Altri argomenti trattati, secondo quanto riportato, riguardano lo stato futuro di Gerusalemme, considerata sacra da entrambe le nazioni, e il problema della Valle del Giordano. +L'Israele chiede una presenza militare permanente nella valle per dieci anni una volta firmato l'accordo, mentre la PA è d'accordo a lasciare tale presenza solo per cinque anni. +I tiratori nella sperimentazione di controllo dei parassiti supplementare dovevano essere strettamente supervisionati dai guardaparco, poiché la sperimentazione era monitorata e la sua efficacia valutata. +In una partnership tra NPWS e la Sporting Shooters Association of Australia (NSW) Inc., sono stati reclutati volontari qualificati, sotto il programma di caccia della Sporting Shooters Association. +Secondo Mick O'Flynn, il direttore aggiunto per la conservazione del parco e del patrimonio con il National Parks and Wildlife Service, i quattro cacciatori scelti per la prima operazione di caccia hanno ricevuto un'adeguata istruzione di sicurezza e formazione. +Martelly ha giurato oggi un nuovo Consiglio Elettorale Provisorio (CEP) di nove membri. +È il quinto CEP di Martelly in quattro anni. +Lo scorso mese una commissione presidenziale ha raccomandato la dimissione del precedente CEP come parte di un pacchetto di misure per spingere il Paese verso nuove elezioni. +La commissione è stata la risposta di Martelly alle proteste anti-regime diffuse che sono iniziate a ottobre. +Le dimostrazioni a volte violente sono scaturite dalla mancata convocazione delle elezioni, alcune previste dal 2011. +Sono stati segnalati circa 60 casi di iPod non funzionanti che si sono surriscaldati, causando sei incendi e lasciando quattro persone con bruciature lievi. +Il Ministero dell'Economia, del Commercio e dell'Industria del Giappone (METI) ha dichiarato di essere a conoscenza di 27 incidenti collegati ai dispositivi. +La scorsa settimana, il METI ha annunciato che Apple aveva comunicato 34 ulteriori incidenti di surriscaldamento, che la società ha definito “non gravi”. +Il ministero ha risposto affermando che la posticipazione dell’informativa da parte di Apple era “veramente regrettabile”. +Il terremoto ha colpito Mariana alle 07:19 del mattino, ora locale (09:19 p.m. GMT venerdì). +L'ufficio per la gestione delle emergenze delle Isole Marianne settentrionali ha dichiarato che non sono stati segnalati danni nella nazione. +Anche il Pacific Tsunami Warning Center ha dichiarato che non c’era alcuna indicazione di tsunami. +Un ex poliziotto filippino ha tenuto in ostaggio dei turisti di Hong Kong sequestrando il loro autobus a Manila, la capitale delle Filippine. +Rolando Mendoza ha sparato con il suo fucile M16 contro i turisti. +Sono stati salvati diversi ostaggi e almeno sei sono stati confermati morti. +Sei ostaggi, tra cui i bambini e gli anziani, sono stati rilasciati in anticipo, così come i fotografi filippini. +I fotografi hanno poi sostituito una signora anziana che aveva bisogno del bagno. Mendoza è stato ucciso. +Liggins ha seguito le orme del padre e ha intrapreso una carriera nel campo della medicina. +Si è formato come ostetrico e ha iniziato a lavorare presso il National Women's Hospital di Auckland nel 1959. +Mentre lavorava all'ospedale Liggins iniziò a indagare sulla prematuro parto durante il suo tempo libero. +Le sue ricerche hanno dimostrato che, se un ormone veniva somministrato, avrebbe accelerato la maturazione dei polmoni fetali del bambino. +Xinhua ha riferito che i funzionari governativi hanno recuperato due registratori di volo “nero” venerdì. +I colleghi lottatori hanno anche tributato omaggio a Luna. +Tommy Dreamer ha affermato: "Luna è stata la prima Regina dell'Extreme. La mia prima manager. Luna è morta la notte delle due lune. Una donna forte". +Dustin "Goldust" Runnels ha affermato che "Luna era altrettanto strana come me...forse ancora di più...la amo e mi mancherà...spero che sia in un posto migliore". +Tra le 1.400 persone intervistate prima delle elezioni federali del 2010, quelli che si oppongono all’entrata dell’Australia nella repubblica sono aumentati del 8% dal 2008. +Durante la campagna per le elezioni federali del 2010, la Primo Ministro ad interim Julia Gillard ha affermato di credere che l’Australia dovrebbe diventare una repubblica alla fine del regno della Regina Elisabetta II. +Il 34% degli intervistati condivide questa opinione, desiderando che la Regina Elisabetta II sia l’ultima monarcha dell’Australia. +Alle estreme del sondaggio, il 29% degli intervistati ritiene che l'Australia dovrebbe diventare una repubblica il prima possibile, mentre il 31% ritiene che l'Australia non dovrebbe mai diventare una repubblica. +L’olimpionica vincitrice della medaglia d’oro doveva nuotare nei 100 e 200 metri stile libero e in tre staffette ai Giochi del Commonwealth, ma a causa delle sue lamentele la sua forma fisica è stata messa in dubbio. +Non è riuscito a prendere i farmaci necessari per superare il dolore, poiché sono vietati ai Giochi. +Curtis Cooper, un matematico e professore di informatica presso l'Università del Missouri centrale, ha scoperto il più grande numero primo conosciuto fino ad oggi il 25 gennaio. +Alcune persone hanno verificato la scoperta utilizzando hardware e software diversi all'inizio di febbraio e l'annuncio è stato fatto martedì. +Le comete potrebbero essere state una fonte di acqua per la Terra insieme alla materia organica che può formare proteine e sostenere la vita. +Gli scienziati sperano di capire come si formano i pianeti, in particolare come si è formata la Terra, poiché i comete si sono scontrati con la Terra da molto tempo. +Cuomo, 53 anni, ha iniziato la sua carica di governatore all’inizio di quest’anno e ha firmato un disegno di legge il mese scorso che legalizza il matrimonio omosessuale. +Si è riferito alle voci come a “battute politiche e sciocchezze”. +Si ipotizza che possa candidarsi alla presidenza nel 2016. +Secondo l'FAA, il NextGen è un sistema che consentirebbe agli aerei di volare su percorsi più corti e di risparmiare milioni di galloni di carburante ogni anno e di ridurre le emissioni di CO2. +Si basa su tecnologia satellitare anziché su radar a terra per consentire ai controllori del traffico aereo di identificare con maggiore precisione gli aerei e fornire ai piloti informazioni più accurate. +Nessun trasporto aggiuntivo verrà messo a disposizione e i treni a cielo aperto non fermeranno a Wembley, e le aree di parcheggio e di parcheggio e parcheggio non saranno disponibili presso lo stadio. +I timori per la mancanza di mezzi di trasporto hanno portato alla possibilità che la partita dovesse essere giocata dietro le quinte senza i tifosi della squadra. +Un’indagine pubblicata giovedì nel giornale Science ha riferito della formazione di una nuova specie di uccello sulle Galapagos dell’Ecuador. +I ricercatori dell'Università di Princeton negli Stati Uniti e dell'Università di Uppsala in Svezia hanno riferito che la nuova specie si è evoluta in soli due generazioni, sebbene questo processo era stato ritenuto durare molto più a lungo a causa della riproduzione tra un finch Darwin endemico, Geospiza fortes, e un finch cactus immigrato, Geospiza conirostris. +L'oro può essere lavorato in forme di ogni genere. Può essere arrotolato in forme piccole. +Si può tirarlo in fili sottili, che si possono avvolgere e intrecciarsi. Si può batterlo o arrotare per ottenere fogli. +Si può rendere molto sottile e applicarlo su altri metalli. Si può rendere talmente sottile da essere utilizzato per decorare i dipinti a mano sui libri chiamati "manoscritti illuminati". +Questo si chiama pH chimico. Puoi preparare un indicatore utilizzando il succo di cavolo rosso. +Il succo di cavolo cambia colore in base alla sua acidità o alcalinità (basicità) chimica. +Il livello di pH è indicato dalla quantità di ioni di idrogeno (l'H di pH) presenti nel composto chimico sottoposto all'analisi. +Gli ioni di idrogeno sono i protoni che hanno perso gli elettroni (poiché gli atomi di idrogeno sono costituiti da un protono e un elettrone). +Mischiare insieme i due polveri secchi e poi, con le mani pulite e umide, formare una palla. +La umidità sulle mani reagirà con le superfici esterne, che si sentiranno stranamente e si formerà una sorta di guscio. +Le città di Harappa e Mohenjo-daro disponevano di un bagno privato in quasi ogni casa, collegato a un sofisticato sistema di scarico. +Sono stati rinvenuti i resti dei sistemi fogniferi nelle case delle città minoiche di Creta e di Santorini in Grecia. +Nell'antico Egitto, nella Persia e in Cina esistevano anche bagni pubblici. Nella civiltà romana, a volte i bagni pubblici ospitavano anche i bagni, dove uomini e donne si trovavano insieme in una compagnia mista. +Quando si chiama qualcuno che si trova migliaia di chilometri lontano, si utilizza un satellite. +Il satellite in orbita riceve la chiamata e la riflette indietro quasi istantaneamente. +Il satellite è stato inviato nello spazio con un razzo. Gli scienziati utilizzano i telescopi nello spazio perché l'atmosfera terrestre distorce alcune nostre luci e la nostra visione. +È necessario un razzo gigante di oltre 100 piedi per mettere in orbita un satellite o un telescopio. +La ruota ha cambiato il mondo in modo incredibile. La cosa più importante che la ruota ha fatto per noi è che ci ha dato un trasporto molto più semplice e veloce. +Ha portato il treno, l'automobile e molti altri mezzi di trasporto. +Sotto di essi si trovano più felini di media taglia che si nutrono di prede di media taglia, tra cui conigli, antilopi e cervi. +Infine, esistono molti piccoli felini (compresi i gatti domestici liberi) che si nutrono di prede molto più numerose, come insetti, roditori, lucertole e uccelli. +Il segreto del loro successo è il concetto della nicchia, un lavoro speciale che ogni gatto svolge per evitare la concorrenza con gli altri. +I leopardi sono i gatti più sociali, che vivono in grandi gruppi chiamati prides. +Le famiglie sono composte da uno a tre maschi adulti imparentati, assieme a fino a trenta femmine e cucci. +Le femmine sono solitamente strettamente imparentate tra loro, formando una grande famiglia di sorelle e figlie. +Le famiglie di leoni agiscono molto come i branchi di lupi o cani, animali sorprendentemente simili ai leoni (ma non agli altri grandi felini) dal punto di vista del comportamento e molto mortali per i loro prede. +Un atleta a tutto tondo, il tigre può arrampicarsi (anche se non molto bene), nuotare, saltare grandi distanze e tirare con cinque volte la forza di un uomo forte. +Il tigre fa parte dello stesso genere (Genus Panthera) dei leopardi, dei leoni e dei giaguari. Questi quattro felini sono gli unici in grado di urlare. +Il ruggito del tigre non è come il ruggito profondo di un leone, ma piuttosto come una frase di parole urlate. +Gli oceloti amano mangiare piccoli animali. Sono in grado di catturare scimmie, serpenti, topi e uccelli se lo desiderano. Quasi tutti gli animali che l'ocelot caccia sono molto più piccoli di lui. +Gli scienziati pensano che gli oceloti seguono e trovano gli animali da mangiare (la preda) con l'olfatto, nasalando dove si sono spostati sul terreno. +Possono vedere molto bene nella notte con la vista notturna e muoversi molto furtivamente. Gli oceloti cacciano la loro preda infiltrandosi nel loro ambiente e attaccando improvvisamente. +Quando un piccolo gruppo di esseri viventi (una piccola popolazione) si separa dalla popolazione principale da cui provengono (ad esempio se si spostano su una catena montuosa o su un fiume, o se si spostano su un'isola nuova da cui non possono facilmente tornare indietro), si troveranno spesso in un ambiente diverso da quello in cui si trovavano prima. +Questo nuovo ambiente ha risorse diverse e concorrenti diversi, quindi la nuova popolazione avrà bisogno di caratteristiche o adattamenti diversi per essere un forte concorrente rispetto a quello che aveva bisogno prima. +La popolazione originale non è cambiata affatto, continua a necessitare delle stesse adattamenti di prima. +Nel tempo, mentre la nuova popolazione inizia a adattarsi al suo nuovo ambiente, inizia a somigliare meno e meno alla popolazione precedente. +Alla fine, dopo migliaia o addirittura milioni di anni, le due popolazioni diverranno così diverse da non poter essere considerate della stessa specie. +Questo processo chiamiamo speciazione, che significa semplicemente la formazione di nuove specie. La speciazione è una conseguenza inevitabile e una parte molto importante dell'evoluzione. +Le piante producono l'ossigeno che l'uomo respira, e assorbono il carbonio-dioxido che l'uomo espelle (cioè respira). +Le piante producono il loro cibo tramite la fotosintesi dal sole. Sono anche in grado di fornire ombra. +Le nostre case sono fatte di piante e i nostri vestiti sono fatti di piante. La maggior parte dei cibi che mangiamo sono piante. Senza piante, gli animali non potrebbero sopravvivere. +Il Mosasauro era il predatore superiore del suo tempo, quindi non temeva nulla, tranne altri mosasauri. +Le sue lunghe mascelle erano punteggiate da più di 70 denti affilati, oltre a un secondo set di denti nella volta della bocca, quindi non c’era scampo a nessuna creatura che attraversava il suo cammino. +Non sappiamo con certezza, ma potrebbe avere avuto una lingua forcuta. La sua dieta comprendeva tartarughe, pesci grossi, altri mosasauri e potrebbe essere stato un cannibale. +Attaccava anche qualsiasi cosa che entrava nell'acqua; persino un dinosauro gigante come il T. rex non sarebbe stato in grado di resistere. +Anche se la maggior parte del loro cibo è familiare per noi, i Romani avevano la loro parte di cibi strani o insoliti, tra cui maiale selvatico, pavone, lumache e un tipo di roditore chiamato dormice. +Un'altra differenza era che mentre i poveri e le donne mangiavano seduti su una sedia, gli uomini ricchi preferivano tenere banchetti insieme, durante i quali si appoggiavano su un fianco mentre mangiavano. +I pasti romani antichi non avrebbero potuto includere cibi provenienti dall’America o dall’Asia nei secoli successivi. +Ad esempio, non c'era il mais, né le pomodori, né le patate, né il cacao, e nessun antico romano ha mai mangiato un tacchino. +I babilonesi costruirono per ciascuno dei loro dèi un tempio principale che veniva considerato la dimora del dio. +Le persone portavano sacrifici agli dei e i sacerdoti cercavano di soddisfare le esigenze degli dei attraverso cerimonie e feste. +Ogni tempio aveva un cortile interno aperto e poi un santuario interno che solo i sacerdoti potevano entrare. +A volte venivano costruite torri a forma di piramide, chiamate ziggurat, che facevano parte dei templi. +La cima della torre era un santuario speciale per il dio. +Nel clima caldo del Medio Oriente, la casa non era così importante. +La maggior parte della vita della famiglia ebraica si svolgeva all'aria aperta. +Le donne cucinavano nel cortile; i negozi erano semplici banconi che guardavano sulla strada. Per costruire le case veniva utilizzato il pietra. +Nella terra di Canaan non c'erano grandi foreste, quindi il legno era estremamente costoso. +La Groenlandia fu colonizzata sparso. Secondo le saghe norvegesi, Erik il Rosso fu esiliato dall'Islanda per omicidio e, viaggiando verso ovest, trovò la Groenlandia e le diede il nome di Groenlandia. +Ma, indipendentemente dalla sua scoperta, le tribù eschimesi vivevano già lì all'epoca. +Anche se ogni paese era "scandinavo", c'erano molte differenze tra le persone, i re, i costumi e la storia della Danimarca, della Svezia, della Norvegia e dell'Islanda. +Se hai visto il film Il tesoro nazionale, potresti pensare che la mappa del tesoro sia stata scritta sul retro della Dichiarazione di indipendenza. +Tuttavia, non è vero. Anche se c'è qualcosa scritto sul retro del documento, non si tratta di una mappa del tesoro. +Sulla parte posteriore della Dichiarazione di indipendenza si trovano le parole "Original Declaration of Independence dated 4th July 1776". Il testo si trova sulla parte inferiore del documento, al contrario. +Mentre nessuno sa con certezza chi l'abbia scritto, è noto che all'inizio della sua vita, il grande documento in pergamena (misura 29¾ pollici per 24½ pollici) era stato arrotolato per essere conservato. +Così, è probabile che la notazione sia stata aggiunta semplicemente come etichetta. +Le sbarco del D-Day e le battaglie successive avevano liberato il nord della Francia, ma il sud ancora non era libero. +Fu governata dai "Vichy" francesi. Si trattava di francesi che avevano fatto pace con i tedeschi nel 1940 e avevano lavorato con gli invasori anziché combatterli. +Il 15 agosto 1940 gli Alleati invasero la Francia meridionale, l'invasione prese il nome di "Operazione Dragoon". +In soli due settimane gli americani e le forze libere francesi avevano liberato la Francia meridionale e si stavano dirigendo verso la Germania. +Una civiltà è una singola cultura condivisa da un gruppo di persone significativamente numeroso che vive e lavora in modo cooperativo, una società. +La parola civiltà deriva dal latino civilis, che significa civile, legato al latino civis, che significa cittadino, e civitas, che significa città o città-stato, e che in qualche modo definisce la dimensione della società. +Le città-stato sono i precursori delle nazioni. Una cultura civile implica la trasmissione di conoscenza da una generazione all’altra, un’impronta culturale persistente e una diffusione equa. +Le culture minori spesso svaniscono senza lasciare traccia storica rilevante e non vengono riconosciute come veri e propri popoli civili. +Durante la guerra rivoluzionaria, i tredici Stati hanno formato inizialmente un governo centrale debole, con il Congresso come unica componente, sotto gli articoli di confederazione. +Il Congresso non disponeva di alcun potere per imporre tasse e, poiché non esisteva un esecutivo o un giudicato nazionale, si affidava alle autorità statuali, che spesso erano poco cooperativi, per applicare tutti i propri atti. +Non disponeva inoltre di alcuna autorità per sovvertire le leggi fiscali e i dazi tra gli stati. +Gli articoli richiedevano il consenso unanime di tutti gli Stati prima di poter essere modificati e gli Stati hanno preso il governo centrale con tanta leggerezza che i loro rappresentanti erano spesso assenti. +La nazionale di calcio dell'Italia, insieme alla nazionale di calcio della Germania, è la seconda squadra più vincente al mondo e ha vinto il Campionato mondiale di calcio della FIFA nel 2006. +Le discipline sportive più popolari sono il calcio, il basket, il volley, il polo acquatico, la scherma, il rugby, il ciclismo, l'hockey su ghiaccio e la Formula 1. +Gli sport invernali sono i più popolari nelle regioni settentrionali, con gli italiani che competono in giochi internazionali e nelle Olimpiadi. +Il Giappone possiede quasi 7.000 isole (la più grande è Honshu), facendolo la settima isola più grande del mondo! +A causa del cluster/gruppo di isole giapponese, il Giappone è spesso indicato, dal punto di vista geografico, come un "arcipelago". +La storia di Taiwan inizia già all'inizio del XV secolo, quando i marinai europei che passavano per l'isola hanno registrato il suo nome come Ilha Formosa, ovvero isola bella. +Nel 1624, la Compagnia olandese delle Indie orientali stabilisce una base nel sud-ovest di Taiwan, iniziando una trasformazione delle pratiche di produzione di grano degli aborigeni e impiegando operai cinesi per lavorare nelle sue piantagioni di riso e zucchero. +Nel 1683, le forze della dinastia Qing (1644-1912) prendono il controllo delle aree costiere occidentali e settentrionali di Taiwan e dichiarano Taiwan una provincia dell'Impero Qing nel 1885. +Nel 1895, dopo la sconfitta nella Prima Guerra sino-giapponese (1894-1895), il governo Qing firma il Trattato di Shimonoseki, con cui cede la sovranità su Taiwan al Giappone, che governa l'isola fino al 1945. +Il Machu Picchu è composto da tre strutture principali, ovvero Intihuatana, il Tempio del Sole e la Sala delle Tre Finestre. +La maggior parte degli edifici ai bordi del complesso è stata ricostruita per offrire ai turisti una migliore idea di come apparivano inizialmente. +Nel 1976, il 30% di Machu Picchu era stato restaurato e le opere di restauro continuano ancora oggi. +Ad esempio, il formato di fotografia statico più comune al mondo è il 35 mm, che era la pellicola dominante alla fine dell'era analogica. +Viene ancora prodotto oggi, ma soprattutto il suo rapporto tra altezza e larghezza è stato ereditato dai formati dei sensori delle fotocamere digitali. +Il formato 35 mm è in realtà, un po' confusamente, 36 mm di larghezza e 24 mm di altezza. +Il rapporto tra l'altezza e la larghezza di questo formato (divisione per dodici per ottenere il più semplice rapporto intero) è quindi definito come 3:2. +Molti formati comuni (ad esempio la famiglia di formati APS) sono uguali o approssimativamente uguali a questo rapporto. +La regola abusata e spesso ridicolizzata del terzo è una semplice guida che crea dinamismo mantenendo una misura di ordine in un'immagine. +Si afferma che la posizione più efficace per il soggetto principale è all'incrocio delle linee che dividono l'immagine in terzi verticali e orizzontali (vedere l'esempio). +Durante questo periodo della storia europea, la Chiesa cattolica, divenuta ricca e potente, è stata oggetto di analisi. +Per oltre un migliaio di anni la religione cristiana ha unito gli stati europei nonostante le differenze di lingua e costumi. +Il suo potere all-pervasivo ha colpito chiunque, da re a comune. +Uno dei principali precetti cristiani afferma che la ricchezza dovrebbe essere utilizzata per alleviare le sofferenze e la povertà e che i fondi monetari della chiesa sono destinati a questo scopo. +L'autorità centrale della chiesa si trovava a Roma da oltre un migliaio di anni e questa concentrazione di potere e denaro ha portato molti a chiedersi se questo principio fosse ancora rispettato. +Subito dopo lo scoppio delle ostilità, la Gran Bretagna ha iniziato un blocco navale della Germania. +La strategia si è dimostrata efficace, tagliando le forniture militari e civili vitali, sebbene questa bloccata violasse il diritto internazionale generalmente accettato, codificato da diversi accordi internazionali degli ultimi due secoli. +La Gran Bretagna ha minato le acque internazionali per impedire l'ingresso di navi in intere sezioni dell'oceano, provocando pericolo anche per navi neutre. +Poiché la risposta a questa tattica era limitata, la Germania si aspettava una risposta simile alla sua guerra sottomarina indiscriminata. +Negli anni '20, l'atteggiamento prevalente della maggior parte dei cittadini e delle nazioni era quello del pacifismo e dell'isolazionismo. +Dopo aver visto gli orrori e le atrocità della prima guerra mondiale, le nazioni desideravano evitare una simile situazione in futuro. +Nel 1884, Tesla si trasferì negli Stati Uniti d'America per accettare un lavoro presso la Edison Company di New York. +Arrivò negli USA con 4 centesimi in tasca, un libro di poesie e una lettera di raccomandazione da parte di Charles Batchelor (il suo manager nel precedente lavoro) per Thomas Edison. +La Cina antica aveva un modo unico di mostrare i diversi periodi temporali; ogni stadio della Cina o ogni famiglia che era al potere era una dinastia distinta. +Anche tra una dinastia e l'altra c'era un periodo instabile di province divise. Il periodo più noto di queste epoche fu quello dei Tre Regni, che durò 60 anni tra la dinastia Han e la dinastia Jin. +Durante questi periodi scoppiarono sanguinose battaglie tra molti nobili che combattevano per il trono. +L'era dei Tre Regni è stata una delle epoche più sanguinarie nella storia antica della Cina: migliaia di persone sono morte combattendo per sedersi sul trono più alto del grande palazzo di Xi'an. +Esistono molti effetti sociali e politici, come l'uso del sistema metrico, il passaggio dall'assolutismo al repubblicanesimo, il nazionalismo e la convinzione che il paese appartenga al popolo e non a un solo sovrano. +Anche dopo la Rivoluzione le occupazioni erano aperte a tutti i candidati maschi, permettendo ai più ambiziosi e vincenti di ottenere il successo. +Lo stesso vale per l’esercito, perché anziché i gradi dell’esercito fossero basati sulla classe, ora erano basati sul cailaber. +La Rivoluzione francese ha ispirato anche molti altri lavoratori repressi di altri paesi a iniziare le proprie rivoluzioni. +Muhammad era profondamente interessato a questioni oltre la vita mundana. Si recava spesso in una grotta che prese il nome di "Hira‘" sulla montagna del "Noor" (luce) per meditare. +La grotta, che è sopravvissuta ai tempi, dà un'immagine molto viva delle inclinazioni spirituali di Maometto. +Situata sulla cima di una delle montagne a nord di Mecca, la grotta è completamente isolata dal resto del mondo. +In effetti, è davvero difficile trovarlo, anche se lo si sapesse esistere. Una volta all'interno della grotta, è totale l'isolamento. +Non è possibile vedere altro che il cielo azzurro e bellissimo sopra di noi e le numerose montagne che ci circondano. Poca cosa di questo mondo è possibile vedere o sentire all'interno della grotta. +La Grande Piramide di Giza è l'unica delle sette meraviglie che esiste ancora oggi. +Costruita dagli Egizi nel III secolo a.C., la Grande Piramide è una delle numerose strutture piramidali costruite per onorare i Faraoni morti. +Il Giza Plateau, o "Giza Necropolis" nella Valle dei Re d'Egitto, contiene diverse piramidi (di cui la Grande è la più grande), diverse piccole tombe, diversi templi e la grande Sfinge. +La grande piramide è stata creata per onorare il faraone Khufu, e molte delle piccole piramidi, tombe e templi sono stati costruiti per onorare le mogli e i membri della famiglia di Khufu. +Il segno "up bow" ricorda una V, mentre il segno "down bow" ricorda un chiodo o un quadrato privo della parte inferiore. +Up significa che devi iniziare dalla punta e spingere l’arco, mentre down significa che devi iniziare dalla rana (il punto in cui la tua mano tiene l’arco) e trascinare l’arco. +Un arco in su genera un suono più morbido, mentre un arco in giù è più forte e asserito. +Puoi scrivere i tuoi segni, ma ricordati che i segni stampati sono presenti per un motivo musicale, quindi dovrebbero essere generalmente rispettati. +Il terrificato Re Luigi XVI, la Regina Maria Antonietta e i loro due bambini (11 anni Marie Therese e 4 anni Louis-Charles) e la sorella del Re, la Signora Elisabetta, il 6 ottobre 1789 sono stati costretti a tornare a Parigi da Versailles da una folla di mercantili. +In una carrozza, sono tornati a Parigi circondati da una folla di persone che urlavano e minacciavano il Re e la Regina. +La folla di persone ha costretto il Re e la Regina ad avere le finestre del loro carro aperte. +In un momento, un membro della folla ha sventolato la testa di un guardia reale ucciso a Versailles davanti alla terrificata regina. +Le spese di guerra dell'imperialismo americano nella conquista delle Filippine sono state pagate dal popolo filippino. +Sono stati costretti a pagare le tasse al regime coloniale degli Stati Uniti per coprire una parte consistente delle spese e degli interessi sui titoli emessi dal governo delle Filippine attraverso le banche di Wall Street. +Certo, i superprofitti derivanti dalla prolungata sfruttazione del popolo filippino costituirebbero i guadagni fondamentali dell’imperialismo americano. +Per capire i Templari è necessario capire il contesto che ha spinto alla creazione dell'ordine. +L'età in cui si sono verificati gli eventi è spesso indicata come Alto Medioevo, il periodo della storia europea tra il 1000 e il 1300. +Il Medioevo alto è stato preceduto dal Medioevo antico e seguito dal Medioevo tardivo, che per convenzione si conclude intorno al 1500. +Il determinismo tecnologico è un termine che comprende una vasta gamma di idee in pratica, dalla spinta tecnologica o all'imperativo tecnologico a un senso stretto secondo cui il destino umano è guidato da una logica sottostante associata alle leggi scientifiche e alla loro manifestazione nella tecnologia. +La maggior parte delle interpretazioni del determinismo tecnologico condividono due idee generali: che lo sviluppo della tecnologia seguirà un percorso in gran parte fuori dall'influenza culturale o politica, e che la tecnologia a sua volta ha "effetti" sulla società che sono intrinseci, piuttosto che socialmente condizionati. +Ad esempio, si potrebbe affermare che la macchina a motore necessariamente conduce allo sviluppo delle strade. +Tuttavia, una rete stradale nazionale non è economicamente sostenibile per poche decine di auto, quindi vengono sviluppati nuovi metodi di produzione per ridurre i costi di possesso dell'auto. +La grande diffusione dell'auto porta anche a un aumento dell'incidenza di incidenti stradali, che porta all'invenzione di nuove tecniche nel settore della sanità per riparare i corpi danneggiati. +Il romanticismo aveva un elemento di determinismo culturale tratto da scrittori come Goethe, Fichte e Schlegel. +Nel contesto del Romanticismo, la geografia ha plasmato gli individui, e nel tempo si sono sviluppate le usanze e la cultura legate a quella geografia, e queste, essendo in armonia con il luogo della società, sono state migliori delle leggi arbitrariamente imposte. +In quanto Parigi è nota come la capitale della moda del mondo contemporaneo, Costantinopoli era considerata la capitale della moda dell'Europa feudale. +La sua fama di epicentro del lusso iniziò intorno al 400 d.C. e durò fino a circa il 1100 d.C. +Il suo status è sceso durante il XII secolo soprattutto a causa del fatto che i crociati erano tornati con doni come i tessuti e le spezie, che venivano apprezzati di più di quanto i mercati bizantini potessero offrire. +In questo periodo avvenne il trasferimento del titolo di capitale della moda da Costantinopoli a Parigi. +Lo stile gotico raggiunse l'apice tra il 10º e il 11º secolo e il 14º secolo. +All'inizio la moda era fortemente influenzata dalla cultura bizantina nell'est. +Tuttavia, a causa dei canali di comunicazione lenti, i stili occidentali potrebbero rimanere indietro di 25-30 anni. +towards the end of the Middle Ages, l'Europa occidentale iniziò a sviluppare il proprio stile. Una delle più grandi novità dell'epoca, a seguito delle crociate, le persone iniziarono a utilizzare i bottoni per fermare i vestiti. +L'agricoltura di sussistenza è l'agricoltura svolta per la produzione di cibo sufficiente per soddisfare solo i bisogni dell'agricoltore e della sua famiglia. +L'agricoltura di sussistenza è un sistema semplice, spesso organico, che utilizza i semi conservati nativi dell'ecoregione combinati con la rotazione delle colture o con altre tecniche relativamente semplici per massimizzare il raccolto. +Storicamente la maggior parte dei contadini si dedicava all'agricoltura di sussistenza e questo è ancora il caso in molte nazioni in via di sviluppo. +Le subculture riuniscono persone con idee simili che sentono di essere trascurate dalle norme sociali e consentono loro di sviluppare un senso di identità. +Le subculture possono essere distinte in base all'età, all'etnia, alla classe, alla posizione geografica e/o al sesso dei membri. +Le caratteristiche che determinano una sottocultura come distinta possono essere linguistiche, estetiche, religiose, politiche, sessuali, geografiche o una combinazione di fattori. +I membri di una sottocultura spesso segnalano la propria appartenenza attraverso un uso distinto e simbolico dello stile, che comprende moda, maniere e gergo. +Uno dei metodi più comuni utilizzati per illustrare l'importanza della socializzazione è quello di ricordare i pochi infelici casi di bambini che, a causa di negligenza, sventura o abuso volontario, non sono stati socializzati dagli adulti mentre crescevano. +Questi bambini vengono chiamati "ferali" o "selvatici". Alcuni bambini ferali sono stati rinchiusi da persone (solitamente i loro stessi genitori); in alcuni casi questo abbandono dei bambini è stato dovuto al rifiuto dei genitori di un bambino con una grave disabilità intellettuale o fisica. +I bambini abbandonati o fuggiti potrebbero aver subito abusi o traumi gravi prima di essere abbandonati o di fuggire. +Alcuni sono accusati di essere stati allevati dagli animali; altri vivevano nella foresta da soli. +Quando viene completamente allevato da animali non umani, il bambino selvatico dimostra comportamenti (all'interno dei limiti fisici) quasi interamente simili a quelli dell'animale che lo ha curato, come la sua paura o l'indifferenza nei confronti degli esseri umani. +Mentre il metodo di apprendimento basato sui progetti dovrebbe rendere l’apprendimento più facile e interessante, il supporto va oltre. +La scaffalatura non è un metodo di apprendimento ma piuttosto un aiuto che fornisce sostegno alle persone che stanno attraversando una nuova esperienza di apprendimento, come ad esempio l'uso di un nuovo programma informatico o l'inizio di un nuovo progetto. +Gli scaffali possono essere sia virtuali che reali, in altre parole, un insegnante è un tipo di scaffale, ma anche il piccolo uomo con l'orecchino di Microsoft Office. +I Virtual Scaffolds sono interni al software e sono pensati per interrogare, stimolare e spiegare le procedure che potrebbero essere state troppo difficili per il studente da gestire da solo. +I bambini vengono messi in affidamento per una vasta varietà di motivi, che vanno dal negligenza, all'abuso, fino all'estorsione. +Nessun bambino dovrebbe mai crescere in un ambiente che non sia nutritivo, curativo e didattico, ma lo fanno. +Percepiamo il sistema di affidamento come una zona di sicurezza per questi bambini. +Il nostro sistema di affidamento prevede di fornire case sicure, cure affettuose, istruzione stabile e assistenza sanitaria affidabile. +L'affidamento presuppone di fornire tutte le necessità che mancavano nella casa da cui erano stati precedentemente strappati. +L'Internet combina gli elementi sia della comunicazione di massa che della comunicazione interpersonale. +Le caratteristiche peculiari di Internet danno luogo a ulteriori dimensioni in termini di approccio alle pratiche e alle gratificazioni. +Ad esempio, "apprendimento" e "socializzazione" sono indicate come importanti motivazioni per l'uso di Internet (James et al., 1995). +“Il coinvolgimento personale” e “le relazioni continue” sono stati identificati come nuovi aspetti motivazionali da Eighmey e McCord (1998) quando hanno indagato le reazioni del pubblico nei confronti di siti web. +L'uso della registrazione video ha portato a importanti scoperte nell'interpretazione delle micro-espressioni, dei movimenti facciali che durano pochi millisecondi. +In particolare, si afferma che è possibile rilevare se una persona sta mentendo interpretando correttamente le microespressioni. +Oliver Sacks, nel suo articolo The President's Speech, ha indicato come persone che non sono in grado di capire il discorso a causa di un danno cerebrale siano tuttavia in grado di valutare la sincerità in modo accurato. +Anche suggerisce che tali abilità nell'interpretazione del comportamento umano possano essere condivise da animali come i cani domestici. +Le ricerche del XX secolo hanno dimostrato che esistono due gruppi di varianti genetiche: quelli nascosti e quelli espressi. +La mutazione aggiunge una nuova variazione genetica e la selezione la rimuove dal pool di variazioni espresse. +La segregazione e la ricombinazione scambiano le varianti tra i due gruppi con ogni generazione. +Nella savana, è difficile che un primate con un sistema digestivo simile a quello degli esseri umani possa soddisfare le sue esigenze di amminoacidi dalle risorse vegetali disponibili. +Inoltre, il rifiuto di farlo ha gravi conseguenze: depressione del crescimento, malnutrizione e, infine, la morte. +Le risorse vegetali più facilmente accessibili sarebbero state le proteine presenti nelle foglie e nelle leguminose, ma queste sono difficili da digerire per primati come noi se non sono cucinate. +Al contrario, i cibi animali (formiche, termiti, uova) non solo sono facilmente digeribili, ma forniscono proteine in grande quantità che contengono tutti gli amminoacidi essenziali. +Tenendo conto di tutto, non dobbiamo essere sorpresi se i nostri antenati hanno risolto il loro “problema proteico” in modo simile a quello che fanno i scimpanzé della savana oggi. +L'interruzione del sonno è il processo di svegliarsi intenzionalmente durante il periodo di sonno normale e di addormentarsi di nuovo dopo un breve periodo di tempo (da 10 a 60 minuti). +Questo può essere facilmente fatto utilizzando un orologio da sveglia relativamente silenzioso per riportarvi alla coscienza senza svegliarvi completamente. +Se si ritrova a riprogrammare l’orologio durante il sonno, è possibile collocarlo dall’altra parte della stanza, in modo da costringerlo ad alzarsi dal letto per spegnerlo. +Alcune altre opzioni basate sul bioritmo prevedono l'assunzione di grandi quantità di liquidi (in particolare acqua o tè, noto diuretico) prima di andare a dormire, costringendo a svegliarsi per urinare. +La quantità di pace interiore che una persona possiede correla in modo opposto alla quantità di tensione del corpo e dello spirito. +Quanto più la tensione è bassa, tanto più la forza vitale è positiva. Ogni persona ha il potenziale di trovare la pace assoluta e la soddisfazione. +Tutti possono raggiungere l'illuminazione. L'unico ostacolo a questo scopo è la nostra tensione e la nostra negatività. +Il buddismo tibetano è basato sulle lezioni di Buddha, ma è stato esteso dal percorso mahayana della carità e da molte tecniche del yoga indiano. +In linea di principio, il Buddhismo tibetano è molto semplice. Consiste in Kundalini Yoga, meditazione e il cammino dell'amore universale. +Con il Kundalini Yoga l'energia Kundalini (energia dell'illuminazione) viene risvegliata attraverso le posizioni di yoga, gli esercizi di respirazione, i mantra e le visualizzazioni. +Il centro della meditazione tibetana è il Deity Yoga. Attraverso la visualizzazione delle varie divinità si puliscono i canali energetici, si attivano i chakra e si crea la coscienza illuminata. +La Germania era un comune nemico nella seconda guerra mondiale, che ha portato alla collaborazione tra l'Unione Sovietica e gli Stati Uniti. Alla fine della guerra i contrasti di sistema, processo e cultura hanno portato i paesi a litigare. +Dopo due anni dalla fine della guerra, gli ex alleati si sono trasformati in nemici e ha inizio la Guerra Fredda. +Questa guerra sarebbe durata per i successivi 40 anni e sarebbe stata combattuta in modo reale, da eserciti di proxies, sui campi di battaglia dall'Africa all'Asia, in Afghanistan, a Cuba e in molti altri luoghi. +Alla data del 17 settembre 1939, la difesa polacca era già rotta e l'unica speranza era quella di ritirarsi e riorganizzarsi lungo la testa di ponte rumena. +Tuttavia, questi piani sono diventati obsoleti quasi in una notte, quando oltre 800.000 soldati dell'Armata Rossa dell'Unione Sovietica sono entrati e hanno creato i fronti bielorusso e ucraino dopo aver invaso le regioni orientali della Polonia in violazione del Trattato di pace di Riga, del Patto di non aggressione sovietico-polacco e di altri trattati internazionali, sia bilaterali che multilaterali. +L'uso di navi per il trasporto di merci è senza dubbio il modo più efficiente per spostare grandi quantità di persone e merci attraverso gli oceani. +Tradizionalmente, il compito delle marine è stato quello di assicurare che il proprio Paese mantenga la capacità di spostare le proprie persone e le proprie merci, al tempo stesso interferendo con la capacità dell'avversario di spostare le proprie persone e le proprie merci. +Uno degli esempi più recenti è la campagna del Nord Atlantico della seconda guerra mondiale. Gli americani cercavano di spostare uomini e materiali attraverso l'Oceano Atlantico per aiutare la Gran Bretagna. +Allo stesso tempo, la marina militare tedesca, utilizzando principalmente i sottomarini, cercava di fermare questo traffico. +Se gli Alleati avessero fallito, la Germania probabilmente avrebbe potuto conquistare la Gran Bretagna, come aveva fatto con il resto dell'Europa. +I capi di bestiame sembrano essere stati allevati per la prima volta circa 10.000 anni fa nelle montagne Zagros dell'Iran. +Le antiche civiltà e tribù iniziarono a conservare queste creature per avere facile accesso a latte, peli, carne e pelli. +In genere i maiali domestici venivano allevati in greggi che vagavano sulle colline o in altri pascoli, spesso curati da greggi di capre, che spesso erano bambini o adolescenti, simili al più noto pastore. Questi metodi di allevamento sono ancora utilizzati oggi. +Nel 16° secolo in Inghilterra vennero costruite le prime ferrovie. +Anche se le carrucole consistevano semplicemente di piastre parallele di legno, consentivano ai cavalli che li trainavano di raggiungere velocità maggiori e di trainare carichi più pesanti rispetto alle strade leggermente più scoscese dell'epoca. +I crossties sono stati introdotti relativamente presto per tenere i binari in posizione. Tuttavia, con il passare del tempo, si è compreso che i binari sarebbero stati più efficaci se avessero un filo di ferro sulla parte superiore. +Questa pratica è diventata comune, ma il ferro ha causato un maggiore usura sui ruotini in legno dei vagoni. +Alla fine, le ruote in legno sono state sostituite da ruote in ferro. Nel 1767, sono stati introdotti i primi binari in ferro. +Il primo mezzo di trasporto conosciuto è la camminata, gli esseri umani iniziarono a camminare eretti circa due milioni di anni fa con l'emersione dell'Homo Erectus (uomo eretto). +I loro predecessori, gli Australopitechi, non camminavano dritti come oggi. +Le specializzazioni bipedi sono presenti nei fossili di Australopithecus risalenti a 4,2-3,9 milioni di anni fa, sebbene Sahelanthropus potrebbe aver camminato su due zampe già da sette milioni di anni fa. +Possiamo iniziare a vivere in modo più amichevole con l'ambiente, unirci al movimento ambientalista e addirittura diventare attivisti per ridurre la sofferenza futura in qualche modo. +Questo è proprio come il trattamento sintomatico in molti casi. Tuttavia, se non vogliamo una soluzione temporanea, dobbiamo trovare la radice dei problemi e disattivarli. +È ovvio che il mondo è cambiato molto a causa degli avanzamenti scientifici e tecnologici dell'uomo e i problemi sono aumentati a causa dell'eccessiva popolazione e dello stile di vita stravagante dell'uomo. +Dopo la sua adozione dal Congresso il 4 luglio, una bozza manoscritta firmata dal Presidente del Congresso John Hancock e dal Segretario Charles Thomson è stata inviata a pochi isolati di distanza presso la tipografia di John Dunlap. +Durante la notte tra il 150 e il 200 esemplari sono stati stampati, oggi noti come "Dunlap broadsides". +La prima lettura pubblica del documento è stata effettuata da John Nixon nel cortile di Independence Hall il 8 luglio. +Un esemplare è stato inviato a George Washington il 6 luglio, che lo ha letto ai suoi soldati a New York il 9 luglio. Una copia è arrivata a Londra il 10 agosto. +I 25 volantini Dunlap ancora esistenti sono le copie più antiche del documento. La copia originale, scritta a mano, non è sopravvissuta. +Molti paleontologi oggi credono che un gruppo di dinosauri abbia sopravvissuto e sia ancora vivo oggi. Li chiamiamo uccelli. +Molte persone non li considerano dinosauri perché hanno piume e possono volare. +Ma ci sono molte cose sui volatili che ancora sembrano un dinosauro. +Hanno zampe con scaglie e artigli, depongono uova e camminano sulle due zampe posteriori come un T-Rex. +Praticamente tutti i computer in uso oggi sono basati sulla manipolazione di informazioni codificate in forma di numeri binari. +Un numero binario può assumere solo uno dei due valori, ovvero 0 o 1, e questi numeri vengono chiamati cifre binarie - o bit, utilizzando il gergo informatico. +L'avvelenamento interno può non essere immediatamente evidente. I sintomi, come il vomito, sono sufficientemente generali da impedire una diagnosi immediata. +La migliore indicazione di avvelenamento interno può essere la presenza di un contenitore aperto di medicinali o di sostanze chimiche domestiche tossiche. +Controlla l'etichetta per le istruzioni di primo soccorso specifiche per quel particolare veleno. +Gli entomologi utilizzano il termine bug in senso formale per indicare questo gruppo di insetti. +Questo termine deriva da un'antica familiarità con i ragni dei letti, che sono insetti altamente adattati a parassitare l'uomo. +Entrambi i ragni assassini e i ragni da letto sono nidicoli, adattati a vivere nei nidi o negli alloggi del loro ospite. +Negli Stati Uniti d'America, circa 400.000 casi di Sclerosi Multipla (SM) sono noti, rendendolo la principale malattia neurologica nei giovani e negli adulti di mezz'età. +La sclerosi multipla è una malattia che colpisce il sistema nervoso centrale, composto dal cervello, dal midollo spinale e dal nervo ottico. +Le ricerche hanno dimostrato che le donne sono due volte più a rischio di sviluppare la sclerosi multipla rispetto agli uomini. +Una coppia può decidere che non sia nel loro interesse, o nel loro figlio, allevare un bambino. +Queste coppie possono scegliere di preparare un piano di adozione per il loro bambino. +In un caso di adozione, i genitori naturali rinunciano ai loro diritti parentali affinché un'altra coppia possa allevare il bambino. +L'obiettivo principale della scienza è quello di capire il funzionamento del mondo attraverso il metodo scientifico. Infatti, questo metodo guida la maggior parte delle ricerche scientifiche. +Tuttavia, l'esperimento, e un esperimento è un test che viene utilizzato per eliminare una o più delle ipotesi possibili, le domande e le osservazioni guidano anche la ricerca scientifica. +I naturalisti e i filosofi si sono concentrati sui testi classici e, in particolare, sulla Bibbia in latino. +Accettati sono i punti di vista di Aristotele su tutti i temi della scienza, inclusa la psicologia. +Con il declino della conoscenza della Grecia, il mondo occidentale si è ritrovato tagliato dai suoi radici filosofici e scientifici greci. +Molti ritmi osservati nella fisiologia e nel comportamento spesso dipendono in modo cruciale dalla presenza di cicli endogeni e dalla loro produzione attraverso orologi biologici. +I ritmi periodici, che non sono semplici risposte a stimoli esterni periodici, sono stati documentati per la maggior parte degli esseri viventi, tra cui batteri, funghi, piante e animali. +Gli orologi biologici sono oscilatori autosostenuti che continueranno un periodo di ciclo libero anche in assenza di stimoli esterni. +L'esperimento di Hershey e Chase è stato uno dei principali suggerimenti che il DNA fosse un materiale genetico. +Hershey e Chase hanno utilizzato i fagi, ovvero i virus, per inserire il proprio DNA in un batterio. +Hanno condotto due esperimenti in cui hanno marcato il DNA del phage con il fosforo radioattivo o il proteina del phage con il selenio radioattivo. +Le mutazioni possono avere diversi effetti a seconda del tipo di mutazione, della rilevanza del frammento di materiale genetico interessato e se le cellule interessate sono cellule germinali. +Solo le mutazioni delle cellule germinali possono essere trasmesse ai figli, mentre le mutazioni altrove possono provocare la morte cellulare o il cancro. +Il turismo basato sulla natura attira persone interessate a visitare aree naturali per godersi la vista, inclusa la fauna e la flora selvatica. +Esempi di attività sul posto includono la caccia, la pesca, la fotografia, l'osservazione degli uccelli e la visita ai parchi e allo studio delle informazioni sull'ecosistema. +Un esempio è la visita, la fotografia e la conoscenza degli orangutani di Borneo. +Ogni mattina, le persone lasciano le piccole città del paese in auto per andare al loro posto di lavoro e vengono passate da altri che si dirigono al luogo da cui hanno appena lasciato. +In questo mezzo di trasporto dinamico a tutti i sensi collegato e supportato da un sistema di trasporto basato sui veicoli privati. +La scienza indica ora che questa massiccia economia del carbonio ha spostato la biosfera da uno stato stabile che ha sostenuto l'evoluzione umana per i due milioni di anni passati. +Tutti partecipano alla società e utilizzano i sistemi di trasporto. Quasi tutti si lamentano sui sistemi di trasporto. +In Paesi sviluppati è raro ascoltare livelli di lamentele simili per la qualità dell'acqua o per il crollo di ponti. +Perché i sistemi di trasporto generano tante lamentele, perché falliscono ogni giorno? Sono gli ingegneri dei trasporti semplicemente incompetenti? O è in corso qualcosa di più fondamentale? +Il flusso di traffico è lo studio del movimento dei conducenti e dei veicoli tra due punti e delle interazioni tra loro. +Sfortunatamente, lo studio del flusso di traffico è difficile perché il comportamento del conducente non può essere predetto con la certezza del cento per cento. +Fortunatamente, i conducenti tendono a comportarsi in modo relativamente coerente; quindi, i flussi di traffico tendono ad avere una certa coerenza e possono essere approssimativamente descritti matematicamente. +Per migliorare la rappresentazione del flusso di traffico, sono stati stabiliti dei rapporti tra le tre caratteristiche principali: (1) flusso, (2) densità e (3) velocità. +Queste relazioni aiutano nella pianificazione, progettazione e gestione delle infrastrutture stradali. +Gli insetti sono stati i primi animali a volare. La loro capacità di volare ha aiutato loro a evitare i nemici più facilmente e a trovare il cibo e i compagni in modo più efficiente. +La maggior parte degli insetti ha l'avvantaggio di poter piegare le ali indietro lungo il corpo. +Questo dà loro una vasta gamma di piccoli luoghi in cui nascondersi dai predatori. +Oggi, gli unici insetti incapaci di piegare indietro le ali sono i ditteri e i mayflies. +Migliaia di anni fa, un uomo chiamato Aristarco affermò che il sistema solare ruotava attorno al Sole. +Alcune persone pensavano che avesse ragione, ma molte altre pensavano il contrario; che il sistema solare ruotava attorno alla Terra, incluso il Sole (e persino le altre stelle). +Questo sembra sensato, perché la Terra non sembra muoversi, vero? +L'Amazzone è il secondo fiume più lungo e il più grande della Terra. Trasporta più di 8 volte il volume di acqua del secondo fiume più grande. +L'Amazzone è anche il fiume più ampio della Terra, a volte fino a sei miglia di larghezza. +Il 20% dell'acqua che scorre dai fiumi del pianeta verso gli oceani proviene dall'Amazzonia. +Il fiume principale dell'Amazzonia ha una lunghezza di 6.387 km (3.980 miglia). Raccoglie le acque di migliaia di fiumi più piccoli. +Anche se la costruzione di piramidi in pietra continuò fino alla fine dell'Antico Regno, le piramidi di Giza non sono mai state superate per dimensioni e per l'eccellenza tecnica della loro costruzione. +Gli antichi egizi del Nuovo Regno si meravigliano dei monumenti dei loro predecessori, che allora erano già ben oltre i mille anni. +La popolazione della Città del Vaticano è di circa 800 persone. È il Paese indipendente più piccolo al mondo e il Paese con la popolazione più bassa. +La Città del Vaticano utilizza l'italiano nella sua legislazione e nelle sue comunicazioni ufficiali. +L'italiano è anche la lingua quotidiana utilizzata da gran parte di coloro che lavorano nello stato, mentre il latino è spesso utilizzato nelle cerimonie religiose. +Tutti i cittadini del Vaticano sono cattolici romani. +Le persone hanno conosciuto gli elementi chimici di base, come oro, argento e rame, sin dall'antichità, poiché questi sono tutti presenti nella natura in forma nativa e sono relativamente semplici da estrarre con strumenti primitivi. +Aristotele, un filosofo, teorizzò che tutto fosse composto da una miscela di uno o più di quattro elementi. Si trattava di terra, acqua, aria e fuoco. +Questo è più simile ai quattro stati della materia (in questo ordine): solido, liquido, gas e plasma, anche se ha teorizzato che si trasformano in nuove sostanze per formare ciò che vediamo. +Le leghe sono sostanzialmente una miscela di due o più metalli. Non dimenticate che esistono molti elementi nella tabella periodica. +Elementi come il calcio e il potassio sono considerati metalli. Sono presenti anche metalli come l'argento e l'oro. +Esistono anche leghe che includono piccole quantità di elementi non metallici come il carbonio. +Tutto l'universo è composto di materia. Tutta la materia è formata da piccole particelle chiamate atomi. +Gli atomi sono così incredibilmente piccoli che miliardi di essi potrebbero entrare all'interno del punto alla fine di questa frase. +In tal modo, il pennello è stato un buon amico di molte persone alla sua uscita. +Sfortunatamente, con l'avvento di nuovi metodi di scrittura, il pennello è stato relegato a uno status e a usi inferiori. +Ora le persone inviano messaggi sullo schermo del computer e non hanno mai bisogno di avvicinarsi a un tagliacarte. +Si può solo chiedersi cosa diventerà la tastiera quando qualcosa di nuovo arriverà. +La bomba a fissione funziona secondo il principio che è necessaria energia per assemblare un nucleo con molti protoni e neutroni. +Qualcosa come spingere un carro pesante su una collina. La divisione del nucleo rilascia parte di questa energia. +Alcuni atomi hanno nuclei instabili, il che significa che tendono a disintegrarsi con poca o nessuna stimolazione. +La superficie della Luna è composta da rocce e polvere. Il mantello esterno della Luna si chiama crosta. +La crosta misura circa 70 km di spessore sul lato vicino e 100 km sul lato lontano. +È più sottile sotto le maria e più spessa sotto le alture. +Ci potrebbero essere più maria sulla faccia vicina perché la crosta è più sottile. Era più facile per il magma risalire alla superficie. +Le teorie del contenuto si focalizzano sulla ricerca di ciò che fa funzionare le persone o ciò che le interessa. +Queste teorie suggeriscono che le persone abbiano determinati bisogni e/o desideri che si sono internalizzati con la maturazione verso l'età adulta. +Queste teorie studiano ciò che è in certi individui che li spinge a desiderare le cose che fanno e quali cose nel loro ambiente li spingono a fare o non fare determinate cose. +Due teorie popolari di contenuto sono la teoria della gerarchia dei bisogni di Maslow e la teoria dei due fattori di Hertzberg. +In linea di massima, due comportamenti possono emergere quando i manager iniziano a guidare i loro ex colleghi. Un estremo è quello di cercare di rimanere "uno dei ragazzi" (o delle ragazze). +Questo tipo di manager ha difficoltà a prendere decisioni impopolari, a eseguire azioni disciplinari, a valutare le prestazioni, a assegnare la responsabilità e a tenere le persone responsabili. +Alla fine dello spettro, si trasforma in un individuo non riconoscibile che si ritiene doversi cambiare tutto ciò che la squadra ha fatto e renderlo proprio. +Alla fine, il leader è responsabile del successo e del fallimento della squadra. +Questo tipo di comportamento spesso dà luogo a fratture tra i leader e il resto della squadra. +I team virtuosi sono tenuti agli stessi standard di eccellenza dei team convenzionali, ma esistono piccole differenze. +I membri della squadra virtuale spesso svolgono il ruolo di punto di contatto per il loro gruppo fisico immediato. +Sono spesso più indipendenti rispetto ai membri tradizionali della squadra, poiché i loro team potrebbero incontrarsi in base ai diversi fuse orari, che potrebbero non essere compresi dal loro management locale. +La presenza di un vero “team invisibile” (Larson e LaFasto, 1989, p. 109) è anche una componente unica di un team virtuale. +Il "team invisibile" è il team di gestione a cui ogni membro riferisce. Il "team invisibile" definisce le linee guida per ogni membro. +Perché un'organizzazione desidererebbe passare attraverso il processo a tempo pieno di creazione di un'organizzazione di apprendimento? Un obiettivo per la messa in pratica dei concetti di apprendimento organizzativo è l'innovazione. +Quando tutte le risorse disponibili vengono effettivamente utilizzate attraverso i dipartimenti funzionali di un'organizzazione, la creatività e l'ingegno possono emergere. +In tal modo, il processo di un'organizzazione che lavora insieme per superare un ostacolo può portare alla nascita di un nuovo processo innovativo per soddisfare il bisogno del cliente. +Prima che un'organizzazione possa essere innovativa, la leadership deve creare una cultura dell'innovazione, oltre a conoscenza condivisa e apprendimento organizzativo. +Angel (2006) spiega l'approccio Continuum come un metodo utilizzato per aiutare le organizzazioni a raggiungere un livello di prestazione più elevato. +I dati neurobiologici forniscono una prova fisica per un approccio teorico all’indagine della cognizione. Questo riduce l’area di ricerca e la rende molto più precisa. +La correlazione tra patologia cerebrale e comportamento sostiene gli scienziati nei loro studi. +È noto da tempo che diversi tipi di danno cerebrale, traumi, lesioni e tumori influenzano il comportamento e provocano modifiche in alcune funzioni mentali. +Il progresso delle nuove tecnologie ci permette di vedere e indagare strutture e processi cerebrali mai visti prima. +Questo ci fornisce molte informazioni e materiale per costruire modelli di simulazione che ci aiutano a capire i processi che avvengono nel nostro cervello. +Anche se l’IA ha una forte connotazione di fantascienza, l’IA rappresenta un ramo molto importante della scienza informatica, che si occupa del comportamento, dell’apprendimento e dell’adattamento intelligente di una macchina. +La ricerca nel campo dell'IA prevede la creazione di macchine in grado di automatizzare attività che richiedono un comportamento intelligente. +Esempi includono il controllo, la pianificazione e la programmazione, la capacità di rispondere alle diagnosi e alle domande dei clienti, oltre alla riconoscimento della scrittura a mano, della voce e del volto. +Queste cose sono diventate discipline separate, che si occupano di fornire soluzioni ai problemi della vita reale. +Il sistema IA è ora spesso utilizzato nei campi dell'economia, della medicina, dell'ingegneria e dell'esercito, come è stato sviluppato in diverse applicazioni di software per computer e videogiochi. +Le escursioni nel campo sono una parte importante di ogni aula. Spesso un insegnante desidererebbe portare i suoi studenti in luoghi a cui un viaggio in autobus non è possibile. +La tecnologia offre la soluzione con escursioni virtuali. Gli studenti possono osservare i reperti museali, visitare un acquario o ammirare belle opere d'arte sedendo con la loro classe. +Condividere un viaggio scolastico virtuale è anche un ottimo modo per riflettere su un viaggio e condividere le proprie esperienze con le proprie future classi. +Ad esempio, ogni anno gli studenti della Bennet School della Carolina del Nord progettano un sito web che racconta il loro viaggio alla capitale dello Stato, ogni anno il sito viene rinnovato, ma le vecchie versioni sono conservate online per funzionare da libro di appunti. +I blog possono anche aiutare a migliorare la scrittura degli studenti. Mentre gli studenti spesso iniziano la loro esperienza di blog con una grammatica e una ortografia scorrette, la presenza di un pubblico generalmente cambia questa situazione. +Dato che gli studenti sono spesso il pubblico più critico, il blogger inizia a lavorare per migliorare la scrittura per evitare la critica. +Anche il blogging "costringe gli studenti a divenire più intelligenti riguardo al mondo che li circonda". La necessità di alimentare l’interesse del pubblico ispira gli studenti a essere intelligenti e interessanti (Toto, 2004). +Il blogging è uno strumento che ispira la collaborazione e incoraggia gli studenti ad estendere il loro apprendimento ben oltre il tradizionale giorno scolastico. +L’uso appropriato dei blog “può rendere gli studenti più analitici e critici; attraverso la risposta attiva ai contenuti di Internet, gli studenti possono definire le proprie posizioni nel contesto dei testi altrui e delineare le proprie prospettive su determinati argomenti (Oravec, 2002). +Ottawa è la capitale bilingue e affascinante del Canada, che ospita una serie di gallerie d'arte e di musei che mostrano il passato e il presente del Canada. +A sud si trovano le Cascate del Niagara, mentre a nord si trovano la bellezza naturale inesauribile della Muskoka e oltre. +Tutte queste cose e altre ancora mettono in evidenza l'Ontario come ciò che viene considerato essenzialmente canadese dagli stranieri. +Le aree più settentrionali sono piuttosto spopolate e alcune sono pressoché disabitate. +Per una comparazione della popolazione che sorprende molti: ci sono più afroamericani che cittadini canadesi negli USA. +Le isole dell'Africa Orientale si trovano nell'Oceano Indiano al largo della costa orientale dell'Africa. +Il Madagascar è di gran lunga il più grande, e un continente a parte quando si tratta di fauna selvatica. +Le isole più piccole sono nazioni indipendenti o legate alla Francia e conosciute come resort di lusso. +Gli Arabi hanno portato anche l'Islam nelle terre, e questo ha avuto un grande impatto nelle Comore e a Mayotte. +L'influenza europea e il colonialismo iniziarono nel XV secolo, quando l'esploratore portoghese Vasco da Gama scoprì la rotta del Capo da Europa verso l'India. +A nord la regione è delimitata dal Sahel, a sud e a ovest dall'Oceano Atlantico. +Per le donne, è consigliabile affermare di essere sposate, indipendentemente dallo stato di matrimonio reale. +È anche utile indossare un anello (ma non uno che sembri troppo costoso). +Le donne dovrebbero rendersi conto che le differenze culturali potrebbero portare a ciò che considererebbero molestie e non è raro essere seguiti, afferrati per il braccio, etc. +Dimostrate fermezza rifiutando gli uomini e non temete di difendere la vostra posizione (differenze culturali o meno, non significa che sia giusto!). +La moderna città di Casablanca fu fondata da pescatori berberi nel X secolo a.C. e fu utilizzata dai Fenici, dai Romani e dai Merenidi come un porto strategico chiamato Anfa. +I portoghesi lo distrussero e lo ricostruirono con il nome Casa Branca, per abbandonarlo dopo il terremoto del 1755. +Il sultano del Marocco ha ricostruito la città con il nome di Daru l-Badya e i commercianti spagnoli hanno chiamato la città Casablanca. +Casablanca è una delle meno interessanti città per fare shopping in tutto il Marocco. +Intorno alla vecchia medina è facile trovare negozi che vendono articoli tradizionali marocchini, come le tajine, la ceramica, i prodotti in pelle, i kalyan e un'ampia gamma di curiosità, ma sono tutti per i turisti. +Goma è una città turistica della Repubblica Democratica del Congo situata all'estremo est vicino al Ruanda. +Nel 2002 il vulcano Nyiragongo ha distrutto Goma con la sua lava che ha seppellito gran parte delle strade della città, in particolare il centro. +Anche se Goma è un luogo relativamente sicuro, qualsiasi visita all'esterno della città dovrebbe essere studiata per capire lo stato delle ostilità che continuano nella provincia del Nord Kivu. +La città è anche il punto di partenza per la scalata del vulcano Nyiragongo insieme a alcune delle più economiche escursioni per i gorilla montani dell'Africa. +Per muoversi nella città di Goma è possibile usare i boda-boda (taxi motociclisti). Il prezzo normale è di circa 500 franchi congolesi per la breve corsa. +In combinazione con la sua inaccessibilità relativa, "Timbuktu" è stato utilizzato come metafora per le lande esotiche e lontane. +Oggi, Timbuktu è una città povera, sebbene la sua reputazione la renda un'attrazione turistica, ed è dotata di un aeroporto. +Nel 1990 è stato aggiunto alla lista dei siti patrimonio mondiale in pericolo a causa della minaccia dei sabbioni del deserto. +Si trattava di una delle tappe principali del programma speciale di PBS di Henry Louis Gates, Wonders of the African World. +La città è in netto contrasto con il resto delle città del Paese, perché ha più un tocco arabo che africano. +Il parco nazionale Kruger (KNP) si trova nel nord-est della Sudafrica e si sviluppa lungo il confine con il Mozambico a est, la Zimbabwe a nord e il fiume Crocodile a sud. +Il parco si estende su una superficie di 19.500 km² e si suddivide in 14 diverse ecozone, ciascuna delle quali ospita una fauna diversa. +Si tratta di una delle principali attrazioni del Sudafrica e viene considerata la bandiera dei parchi nazionali sudafricani (SANParks). +Come per tutti i parchi nazionali sudafricani, esistono tariffe per l'ingresso e per la tutela giornaliera per il parco. +È inoltre possibile acquistare una Wild Card, che offre l'accesso alle selezioni di parchi in Sudafrica o a tutti i parchi nazionali sudafricani. +L'isola di Hong Kong dà il nome alla regione di Hong Kong e è il luogo che molti turisti considerano il punto focale. +La processione di edifici che compone il panorama di Hong Kong è stata paragonata a un grafico brillante che viene reso evidente dalla presenza delle acque del porto di Victoria. +Per ammirare il meglio di Hong Kong, lasciate l'isola e dirigetevi verso la spiaggia di Kowloon di fronte. +La stragrande maggioranza dello sviluppo urbano dell’isola di Hong Kong si concentra su terreni recuperati lungo la costa settentrionale. +Questo è il luogo che i colonizzatori britannici hanno preso come loro e quindi, se cercate prove del passato coloniale del territorio, questo è un buon punto di partenza. +Le Sundarbans sono il più esteso cordone di mangrovie costiero del mondo, che si estende per 80 km (50 mi) nella terraferma bengalese e indiana dalla costa. +Le Sundarbans sono state dichiarate patrimonio mondiale dell'UNESCO. La parte del bosco che si trova sul territorio indiano si chiama Sundarbans National Park. +Le foreste non sono solo paludi di mangrovie, ma includono alcuni degli ultimi resti delle potenti giungle che un tempo coprivano la pianura del Gange. +Le Sundarbans si estendono su una superficie di 3.850 km², di cui una terza parte è occupata da aree acquatiche/paludose. +Dal 1966, i Sundarbans sono un santuario per la fauna selvatica e si stima che ci siano ora 400 tigri del Bengala reale e circa 30.000 cervi striati nella zona. +Gli autobus partono dalla stazione degli autobus inter-distretti (al di là del fiume) durante tutto il giorno, sebbene la maggior parte, soprattutto quelli che si dirigono verso est e Jakar/Bumthang, partano tra le 06:30 e le 07:30. +Poiché i bus inter-distrettuali sono spesso pieni, è consigliabile acquistare il biglietto alcuni giorni prima. +La maggior parte dei distretti è servita da piccoli autobus giapponesi Coaster, comodi e robusti. +I taxi condivisi sono un mezzo veloce e confortevole per viaggiare verso luoghi vicini, come Paro (Nu 150) e Punakha (Nu 200). +Il ponte sul fiume Oyapock è un ponte sostenuto da cavi. Si estende sul fiume Oyapock per collegare le città di Oiapoque in Brasile e Saint-Georges de l'Oyapock in Guiana Francese. +Le due torri raggiungono un'altezza di 83 metri, è lunga 378 metri e ha due corsie larghe 3,50 metri. +La distanza verticale sotto il ponte è di 15 metri. La costruzione è stata completata nel agosto 2011, ma non è stato aperto al traffico fino a marzo 2017. +La costruzione della ponte è programmata per essere completamente operativa a partire da settembre 2017, quando si prevede che i punti di controllo doganale brasiliani saranno terminati. +I Guaraní erano il gruppo indigeno più significativo che abitava l'attuale Paraguay orientale, vivendo come cacciatori semi-nomadi che praticavano anche l'agricoltura di sussistenza. +La regione del Chaco ospitava altri gruppi di tribù indigene, come i Guaycurú e i Payaguá, che sopravvivevano grazie alla caccia, alla raccolta e alla pesca. +Nel XVI secolo, il Paraguay, in precedenza chiamato "La provincia gigante delle Indie", è nato a seguito dell'incontro tra i conquistatori spagnoli e i gruppi indigeni nativi. +Gli spagnoli iniziarono il periodo coloniale che durò per tre secoli. +Dal momento della fondazione di Asunción nel 1537, il Paraguay è riuscito a mantenere molto del suo carattere e della sua identità indigena. +L'Argentina è nota per avere uno dei migliori team e i migliori giocatori di polo al mondo. +Il più importante torneo dell'anno si svolge a dicembre sui campi da polo di Las Cañitas. +Altre partite e altri tornei minori possono essere visti qui in altri periodi dell'anno. +Per le notizie sui tornei e dove acquistare i biglietti per gli incontri di polo, consulta l'Associazione Argentina di Polo. +La valuta ufficiale delle Falkland è il Falkland pound (FKP), il cui valore è pari a quello di un pound britannico (GBP). +Il denaro può essere scambiato presso la sola banca delle isole che si trova a Stanley, di fronte al negozio FIC West. +I libri britannici verranno generalmente accettati in qualsiasi punto delle isole e le carte di credito e i dollari statunitensi sono spesso accettati. +Sulla maggior parte delle isole isolate le carte di credito probabilmente non verranno accettate, sebbene la valuta britannica e quella degli Stati Uniti potrebbero essere accettate; si consiglia di contattare i proprietari in anticipo per stabilire quali siano i metodi di pagamento accettabili. +È quasi impossibile scambiare la valuta delle Falkland fuori dalle isole, quindi è necessario scambiare il denaro prima di lasciare le isole. +Poiché Montevideo si trova a sud dell'equatore, è estate lì quando è inverno nell'emisfero settentrionale e viceversa. +Montevideo si trova nelle subtropici; nei mesi estivi le temperature superano i +30 °C. +L'inverno può essere tristemente freddo: le temperature raramente scendono al di sotto dello zero, ma il vento e l'umidità combinati rendono l'aria più fredda di quanto indica il termometro. +Non esistono particolari "stagioni piovose" e "stagioni secche": la quantità di pioggia rimane sostanzialmente la stessa durante tutto l'anno. +Anche se molti degli animali del parco sono abituati a vedere gli esseri umani, la fauna selvatica è comunque selvatica e non dovrebbe essere alimentata o disturbata. +Secondo le autorità del parco, è necessario stare almeno a 100 yard/metri dalla presenza degli orsi e dei lupi e a 25 yard/metri da tutti gli altri animali selvatici! +Non importa quanto docile possano apparire, bisonti, cervi, alci, orsi e quasi tutti gli animali grandi possono attaccare. +Ogni anno, decine di visitatori vengono feriti perché non hanno mantenuto la giusta distanza. Questi animali sono grandi, selvatici e potenzialmente pericolosi, quindi lasciate loro il loro spazio. +Inoltre, ricordatevi che i profumi attraggono gli orsi e altri animali selvatici, quindi evitate di trasportare o cucinare cibi aromatici e tenete un accampamento pulito. +Apia è la capitale delle Samoa. La città si trova sull'isola di Upolu e conta una popolazione di poco meno di 40.000 abitanti. +La città di Apia fu fondata agli inizi del XIX secolo e divenne la capitale ufficiale delle Samoa nel 1959. +Nel 1889 il porto è stato teatro di un noto scontro navale, quando sette navi provenienti da Germania, Stati Uniti e Regno Unito rifiutarono di lasciare il porto. +Tutte le navi sono affondate, tranne un incrociatore britannico. Circa 200 vite americane e tedesche sono andate perdute. +Durante la lotta per l'indipendenza organizzata dal movimento Mau, un raduno pacifico nella città ha causato la morte del capo supremo Tupua Tamasese Lealofi III. +Esistono molte spiagge a causa del fatto che Auckland si affaccia a due porti. Le più popolari si trovano in tre aree. +Le spiagge di North Shore (nel distretto di North Harbour) si affacciano sull'Oceano Pacifico e si estendono da Long Bay a nord a Devonport a sud. +Sono quasi tutti spiagge sabbiose con acqua sicura per nuotare, e la maggior parte ha ombra fornita da alberi di pohutukawa. +Le spiagge di Tamaki Drive si trovano nel porto di Waitemata, nei prestigiosi sobborghi di Mission Bay e St Heliers nel centro di Auckland. +Queste sono spesso affollate spiagge di famiglia con un buon numero di negozi che si affacciano sulla spiaggia. Il nuoto è sicuro. +La birra locale principale si chiama "Number One", non è una birra complessa, ma piacevole e rinfrescante. L'altra birra locale si chiama "Manta". +Esistono molti vini francesi, ma i vini neozelandesi e australiani potrebbero viaggiare meglio. +L'acqua del rubinetto locale è del tutto sicura da bere, ma l'acqua in bottiglia è facile da trovare se si ha paura. +Per gli australiani, l’idea di un caffè “flat white” è strana. Un caffè corto è un “espresso”, il cappuccino viene servito con una grande quantità di crema (non di schiuma) e il tè viene servito senza latte. +Il cioccolato caldo corrisponde agli standard belgi. I succhi di frutta sono costosi ma eccellenti. +Molte escursioni sullo scoglio sono effettuate durante tutto l'anno, e le lesioni dovute a qualsiasi di queste cause sullo scoglio sono rari. +Tuttavia, seguire le indicazioni delle autorità, osservare tutti i segni e prestare attenzione alle segnalazioni di sicurezza. +Le meduse box si trovano vicino alle spiagge e vicino agli estuari dei fiumi da ottobre a aprile a nord di 1770. Occasionalmente si possono trovare fuori queste date. +Gli squali esistono, ma attaccano raramente gli esseri umani. La maggior parte degli squali ha paura degli esseri umani e si allontanerebbero. +I coccodrilli d'acqua salata non vivono attivamente nell'oceano, il loro habitat principale si trova nelle foci dei fiumi a nord di Rockhampton. +Il prenotare in anticipo dà al viaggiatore la certezza di avere un posto dove dormire una volta arrivati alla destinazione. +Gli agenti di viaggio spesso hanno accordi con hotel specifici, anche se è possibile prenotare altri tipi di alloggio, come campeggi, attraverso un agente di viaggio. +Gli agenti di viaggio solitamente offrono pacchetti che includono il pranzo, gli arrangiamenti per il trasporto all'aeroporto o addirittura pacchetti combinati per volo e alloggio. +Potranno anche tenere la prenotazione per te se hai bisogno di tempo per pensare all'offerta o per procurarti altri documenti per la tua destinazione (ad esempio, un visto). +Tuttavia, qualsiasi modifica o richiesta dovrebbe essere trasmessa attraverso l'agenzia di viaggio e non direttamente all'hotel. +Per alcuni festival, la stragrande maggioranza degli spettatori di festival musicali decide di accamparsi sul posto, e la maggior parte degli spettatori lo considera una parte essenziale dell'esperienza. +Se vuoi essere vicino all’azione, devi arrivare presto per ottenere un sito di campeggio vicino alla musica. +Ricordate che anche se la musica sui palchi principali potrebbe essere finita, potrebbero essere presenti sezioni del festival che continueranno a suonare musica fino a tardi nella notte. +Alcuni festival hanno aree di campeggio riservate alle famiglie con bambini piccoli. +Se si decide di attraversare il Mar Baltico settentrionale in inverno, si consiglia di controllare la posizione della cabina, poiché attraversare il ghiaccio genera un rumore abbastanza orribile per chi è maggiormente colpito. +Le crociere a San Pietroburgo includono anche il tempo in città. I passeggeri delle crociere sono esentati dai requisiti per il visto (consultare i termini). +I casinò solitamente fanno molti sforzi per massimizzare il tempo e il denaro spesi dai clienti. Finestre e orologi sono di solito assenti, e le uscite possono essere difficili da trovare. +Solitamente offrono cibo, bevande e intrattenimento speciale per tenere gli ospiti in buon umore e mantenerli sul posto. +Alcuni luoghi offrono bevande alcoliche gratuitamente. Tuttavia, l'ubriachezza compromette la capacità di giudizio, e tutti i buoni giocatori sanno quanto sia importante rimanere sobri. +Chi intende guidare in zone a latitudini elevate o sui passi di montagna dovrebbe considerare la possibilità di neve, ghiaccio o temperature congelanti. +Su strade innevate e ghiacciate, la trazione è scarsa e non è possibile guidare come se si fosse su asfalto scoperto. +Durante le tempeste di neve, la quantità di neve sufficiente a bloccarvi può cadere in un brevissimo periodo di tempo. +La visibilità può essere limitata anche da neve cadente o soffiando o dalla condensazione o dalla formazione di ghiaccio sulle finestre dei veicoli. +D'altro canto, le condizioni innevate e ghiacciate sono normali in molti Paesi, e il traffico continua quasi ininterrottamente tutto l'anno. +Le safari sono forse la principale attrazione turistica dell'Africa e il punto focale per molti visitatori. +Il termine safari, in uso comune, si riferisce a un viaggio terrestre per ammirare la splendida fauna selvatica africana, in particolare sulla savana. +Alcuni animali, come gli elefanti e le giraffe, tendono a avvicinarsi ai veicoli e l'attrezzatura standard permetterà una buona visione. +I leoni, i ghepardi e i leopardi a volte sono timidi e sarà possibile osservarli meglio con un binocolo. +Una safari a piedi (anche chiamata "bush walk", "hike safari" o "footing") consiste in escursioni a piedi, che possono durare poche ore o diversi giorni. +I Giochi Paralimpici si terranno dal 24 agosto al 5 settembre 2021. Alcuni eventi si terranno in altri luoghi in Giappone. +Tokyo sarà l'unica città asiatica ad aver ospitato due Olimpiadi estive, avendo ospitato i giochi nel 1964. +Se avete prenotato i vostri voli e l'alloggio per il 2020 prima dell'annuncio della posticipazione, potreste trovarvi in una situazione complicata. +Le politiche di annullamento variano, ma a partire da fine marzo la maggior parte delle politiche di annullamento basate sul coronavirus non si estendono fino al luglio 2020, quando le Olimpiadi erano state programmate. +Si prevede che la maggior parte dei biglietti per gli eventi costeranno tra ¥2.500 e ¥130.000, con i biglietti tipici che costano circa ¥7.000. +L'ironamento delle vesti umide può aiutarle a asciugarsi. Molti hotel dispongono di una lavatrice e un tavolo per l'ironamento in prestito, anche se non siano presenti nella stanza. +Se non si ha a disposizione un ferro, o se non si desidera indossare calze lisciate, si può provare a utilizzare un forno per i capelli, se disponibile. +Attenzione a non lasciare il tessuto troppo caldo (che può provocare contrazione o, in casi estremi, bruciature). +Esistono diversi modi per purificare l'acqua, alcuni più efficaci contro determinate minacce. +In alcune aree bollire l'acqua per un minuto è sufficiente, in altre sono necessari diversi minuti. +I filtri variano nella loro efficacia, e se si ha preoccupazioni, allora si dovrebbe acquistare l'acqua in una bottiglia sigillata da un'azienda di fama. +I viaggiatori potrebbero incontrare animali nocivi che non conoscono nelle loro regioni d'origine. +I parassiti possono guastare il cibo, provocare irritazioni o, nel peggio dei casi, causare reazioni allergiche, diffondere veleno o trasmettere infezioni. +Le malattie infettive stesse, o gli animali pericolosi che possono ferire o uccidere la gente con la forza, di solito non vengono considerati come infestanti. +Il shopping duty free è l'opportunità di acquistare merci esentate da tasse e imposte in determinati luoghi. +I viaggiatori che si dirigono in Paesi con elevate tasse possono talvolta risparmiare una considerevole somma di denaro, soprattutto per prodotti come bevande alcoliche e tabacco. +Il tratto tra il punto Marion e il Fairmont presenta le condizioni di guida più impegnative sulla autostrada Buffalo-Pittsburgh, attraversando spesso terreni isolati. +Se non si è abituati a guidare su strade di campagna, bisogna mantenere la calma: pendenze ripide, corsie strette e curve pronunciate sono prevalenti. +I limiti di velocità segnalati sono significativamente più bassi rispetto alle precedenti e alle successive sezioni — solitamente 35-40 mph (56-64 km/h) — e l'osservanza assoluta di questi limiti è ancora più importante che altrimenti. +Curiosamente, tuttavia, il servizio di telefonia mobile è molto migliore qui rispetto a molti altri tratti della strada, ad esempio la Pennsylvania Wilds. +I pasticceri tedeschi sono molto buoni, e in Bavaria sono molto ricchi e vari, simili a quelli del loro vicino meridionale, l'Austria. +I pasticci di frutta sono comuni, con mele cucinate in pasticceria tutto l'anno e ciliegie e prugne che fanno la loro comparsa durante l'estate. +Molti dolci tedeschi contengono anche mandorle, nocciole e altri frutti di albero. I dolci più popolari spesso si accompagnano particolarmente bene con una tazza di caffè forte. +Se si desidera qualche piccolo ma ricco pasticcio, prova i Berliner, i Pfannkuchen o i Krapfen, a seconda della regione. +Un curry è un piatto a base di erbe e spezie, con carne o verdure. +Un curry può essere "secco" o "umido" in base alla quantità di liquido. +Nelle regioni interne dell'India settentrionale e del Pakistan, il yogurt è comunemente utilizzato nei curry; nell'India meridionale e nelle altre regioni costiere del subcontinente, il latte di cocco è comunemente utilizzato. +Con 17.000 isole da scegliere, la cucina indonesiana è un termine generico che copre una vasta varietà di cucine regionali presenti in tutta la nazione. +Ma, se utilizzato senza ulteriori specificazioni, il termine tende a significare il cibo originario delle parti centrali e orientali dell'isola principale Giava. +Ora ampiamente disponibile in tutta l'isola, la cucina javana prevede un'ampia gamma di piatti semplicemente conditi, i cui aromi prevalenti sono le arachidi, i chili, il zucchero (in particolare lo zucchero di cocco javanese) e vari aromatici spezie. +Gli stironi sono appoggi per i piedi del cavaliere che pendono da entrambe le parti della sella. +Offrono una maggiore stabilità per il guidatore, ma possono comportare preoccupazioni di sicurezza a causa del potenziale per cui i piedi del guidatore potrebbero rimanere intrappolati. +Se un cavaliere viene gettato da un cavallo ma ha un piede intrappolato nella staffa, potrebbe essere trascinato se il cavallo si allontana. Per minimizzare questo rischio, è possibile adottare una serie di precauzioni di sicurezza. +In primo luogo, la maggior parte dei cavalieri indossa stivali da cavallo con un tacco e una suola piatta, abbastanza stretta. +Infine, alcune selle, in particolare le selle inglesi, sono dotate di barre di sicurezza che consentono al cavo di cadere dalla sella se viene tirato indietro da un cavaliere in caduta. +Valle di Cochamó - la principale destinazione per l'arrampicata del Cile, nota come il Yosemite dell'America meridionale, con una varietà di pareti di granito e sassi. +I picchi offrono panorami spettacolari. I scalatori da ogni parte del mondo sono in continua ricerca di nuovi percorsi tra le infinite possibilità di pareti. +Gli sport invernali in discesa, che includono lo sci e lo snowboard, sono sport popolari che prevedono lo scivolamento su un terreno coperto di neve con gli sci o un snowboard attaccati ai piedi. +Lo sci è un’attività di viaggio molto popolare, con molti appassionati, occasionalmente noti come “ski bums”, che organizzano intere vacanze intorno allo sci in una determinata località. +L'idea dello sci è molto antica: le pitture rupestri che raffigurano sciatori risalgono al 5000 a.C. +Lo sci alpino come sport risale almeno al XVII secolo, e nel 1861 i norvegesi hanno aperto il primo club sciistico ricreativo in Australia. +Il backpacking sui pattini da sci è anche chiamato backcountry ski, ski touring o ski hiking. +Si tratta di una disciplina correlata ma generalmente non coinvolgente lo sci alpino o l'alpinismo, quest'ultimo svolto su terreni ripidi e richiedente sci e scarponi molto più rigidi. +Pensa al percorso sciistico come a un percorso escursionistico simile. +In condizioni favorevoli, sarà possibile coprire distanze un po' maggiori rispetto al cammino, ma solo molto raramente si potranno raggiungere le velocità dello sci di fondo senza un pesante bacchetta su percorsi preparati. +L'Europa è un continente relativamente piccolo ma con molti Paesi indipendenti. In circostanze normali, viaggiare attraverso diversi Paesi implica dover presentare più volte domanda di visto e controllo del passaporto. +La zona Schengen, tuttavia, funziona un po' come un Paese in questo senso. +Finché si rimane in questa zona, è possibile attraversare i confini senza dover passare nuovamente i punti di controllo del passaporto. +Analogamente, con un visto Schengen non è necessario richiedere separatamente i visti per ogni Paese membro dello Schengen, quindi si risparmia tempo, denaro e burocrazia. +Non esiste una definizione universale per i manufatti considerati antichi. Alcune agenzie fiscali definiscono come antichi gli oggetti di età superiore ai 100 anni. +La definizione ha variazioni geografiche, in cui l'età limite potrebbe essere più breve in luoghi come la Nord America rispetto all'Europa. +I prodotti artigianali possono essere definiti antichi, sebbene siano più giovani di altri prodotti di massa. +L'allevamento di renne è un'importante fonte di sostentamento tra i Sami e la cultura che circonda il commercio è importante anche per molte altre professioni. +Anche tradizionalmente, tuttavia, non tutti i Sami sono stati coinvolti nella grande allevamento di renne, ma hanno vissuto di pesca, caccia e attività simili, utilizzando i renni principalmente come animali da tiro. +Oggi molti Sámi lavorano in attività moderne. Il turismo rappresenta un'importante fonte di reddito nella Sápmi, l'area dei Sámi. +Anche se è molto utilizzato, soprattutto dai non romani, il termine "zingaro" è spesso considerato offensivo a causa delle sue associazioni con stereotipi negativi e percezioni inaccurate dei romani. +Se il Paese che visiterete diventerà oggetto di un consiglio di viaggio, la vostra assicurazione di viaggio o la vostra assicurazione per la cancellazione del viaggio potrebbero essere colpite. +Potete anche voler consultare i consigli di governi diversi dal vostro, ma questi sono pensati per i propri cittadini. +Ad esempio, i cittadini americani nel Medio Oriente potrebbero trovarsi in situazioni diverse da quelle degli europei o degli arabi. +Gli avvisi sono semplicemente una breve sintesi della situazione politica in un Paese. +I punti di vista presentati sono spesso superficiali, generali e semplificati rispetto alle informazioni più dettagliate disponibili altrove. +Il termine generico per qualsiasi fenomeno meteorologico pericoloso con il potenziale di causare danni, gravi disordini sociali o la perdita di vite umane. +I fenomeni meteorologici estremi possono verificarsi in qualsiasi punto del mondo e ne esistono diversi tipi, che dipendono dalla geografia, dalla topografia e dalle condizioni atmosferiche. +I forti venti, la grandine, le precipitazioni eccessive e gli incendi boschivi sono forme e effetti di un tempo severo, così come i temporali, i tornado, gli uragani e i cicloni. +I fenomeni meteorologici regionali e stagionali più gravi includono i blizzardi, le tempeste di neve, le tempeste di ghiaccio e le tempeste di polvere. +I viaggiatori sono fortemente invitati a prestare attenzione a qualsiasi rischio di condizioni meteorologiche gravi che potrebbero colpire la loro zona, in quanto potrebbero influire sui loro piani di viaggio. +Qualsiasi persona che intende visitare un Paese che potrebbe essere considerato una zona di guerra dovrebbe ricevere un addestramento professionale. +Una ricerca su Internet per “Corsi per un ambiente ostile” fornirà probabilmente l’indirizzo di una società locale. +Un corso normalmente abbraccia tutti i temi discussi qui in modo molto più approfondito, spesso con esperienza pratica. +Un corso normalmente dura da 2 a 5 giorni e prevede attività di simulazione, molta assistenza sanitaria e talvolta addestramento con armi. +Libri e riviste che trattano di sopravvivenza nella natura sono comuni, ma le pubblicazioni che trattano di zone di guerra sono poche. +Gli esploratori che pianificano un intervento chirurgico di riassegnazione sessuale all'estero devono assicurarsi di essere in possesso di documenti validi per il viaggio di ritorno. +La disponibilità dei governi a rilasciare passaporti senza indicazione di genere (X) o documenti aggiornati a corrispondere a un nome e a un genere desiderati varia. +La disponibilità dei governi stranieri a onorare questi documenti è altrettanto variabile. +Le ricerche presso i punti di controllo della sicurezza sono diventate molto più invasive nell'era post 11 settembre 2001. +Le persone transgender pre-operatorie non dovrebbero aspettarsi di passare attraverso i röntgen con la loro privacy e la loro dignità intatte. +Le correnti di risalita sono il flusso di ritorno delle onde che si rompono sulla spiaggia, spesso presso una scogliera o una formazione simile. +A causa della topografia sottomarina, il flusso di ritorno si concentra in poche sezioni più profonde e può formarsi una corrente veloce verso le acque profonde. +La maggior parte delle morti avviene a causa dell'esaurimento tentando di nuotare contro la corrente, che potrebbe essere impossibile. +Una volta uscito dalla corrente, nuotare indietro non è più difficile del solito. +Prova a mirare in una direzione in cui non ti possano prendere di nuovo o, a seconda delle tue abilità e se ti hanno notato, potresti voler aspettare l'intervento di soccorso. +Il colpo di ritorno arriva prima del colpo di cultura (ci sono meno fasi di luna di miele), dura più a lungo e può essere più grave. +I viaggiatori che hanno avuto un facile adattamento alla nuova cultura a volte hanno particolarmente difficile il riavvicinamento alla cultura nativa. +Quando si ritorna a casa dopo aver vissuto all'estero, si è adattato alla nuova cultura e ha perso alcuni degli usi della propria cultura d'origine. +Quando si partiva per la prima volta all'estero, le persone erano probabilmente pazienti e comprensivi, sapendo che i viaggiatori in un paese nuovo hanno bisogno di adattarsi. +Le persone potrebbero non prevedere che la pazienza e la comprensione sono anche necessarie per i viaggiatori che tornano a casa. +La mostra di luci e suoni della piramide è una delle cose più interessanti della zona per i bambini. +Puoi vedere le piramidi nella notte e prima dello spettacolo in silenzio. +Solitamente si sente sempre il rumore dei turisti e dei venditori. La storia del suono e della luce è proprio come un libro di storia. +La Sfinge è la scenografia e il narratore di una lunga storia. +Le scene vengono proiettate sulle piramidi e le varie piramidi illuminate. +Le isole Shetland meridionali, scoperte nel 1819, sono rivendicate da diverse nazioni e hanno il maggior numero di basi, con sedici attive nel 2020. +L'arcipelago si trova a 120 km a nord della penisola. L'isola più grande è l'isola Re Giorgio, con la stazione di Villa Las Estrellas. +Alcune di queste sono l'isola di Livingston e l'isola di Deception, dove la caldera sommersa di un vulcano ancora attivo offre uno spettacolare porto naturale. +La regione Ellsworth Land si trova a sud della Penisola e confina con il Mare di Bellingshausen. +Le montagne della penisola qui si uniscono al plateau, quindi ricompaiono per formare la catena di 360 km delle Ellsworth Mountains, divise dal ghiacciaio del Minnesota. +La parte settentrionale o Sentinel Range ha le montagne più alte dell'Antartide, il massiccio Vinson, che raggiunge i 4.892 metri con il monte Vinson. +In luoghi remoti, senza copertura di telefonia mobile, un telefono satellitare potrebbe essere l'unica opzione. +Un telefono satellitare non è generalmente una sostituzione di un telefono cellulare, poiché per effettuare una chiamata è necessario trovarsi all'aria aperta con una vista libera verso il satellite. +Il servizio è spesso utilizzato dalle navi, incluse le imbarcazioni da divertimento, e dalle spedizioni che hanno bisogni di dati e voce a distanza. +Il vostro fornitore di telefonia locale dovrebbe essere in grado di fornire ulteriori informazioni sul collegamento a questo servizio. +Una sempre più popolare opzione per chi si sta preparando per un anno sabbatico è quella di viaggiare e imparare. +Questo è particolarmente popolare tra i laureati, che possono prendere un anno di pausa prima di iscriversi all'università senza compromettere la propria formazione. +In molti casi, iscriversi a un corso di anno sabbatico all'estero può migliorare le tue possibilità di tornare a studiare nel tuo Paese d'origine. +Solitamente è richiesto un pagamento per iscriversi a questi programmi formativi. +La Finlandia è un'ottima destinazione per la navigazione. Il "Paese dei mille laghi" ha migliaia di isole anche nei laghi e negli arcipelaghi costieri. +Negli arcipelagi e nei laghi non è necessario avere una barca. +Anche se gli arcipelaghi costieri e i laghi più grandi sono davvero abbastanza grandi per ogni barca a vela, le imbarcazioni più piccole o addirittura un kayak offrono una diversa esperienza. +La navigazione a vela è un passatempo nazionale in Finlandia, con una barca per ogni sette o otto persone. +Questo corrisponde con la Norvegia, la Svezia e la Nuova Zelanda, ma altrimenti è piuttosto unico (ad esempio, nei Paesi Bassi il rapporto è uno a quaranta). +La maggior parte delle crociere Baltiche prevedono un soggiorno prolungato a San Pietroburgo, in Russia. +Questo significa che è possibile visitare la città storica per un paio di giorni interi e tornare a dormire a bordo della nave durante la notte. +Se si scende a terra solo attraverso escursioni a bordo, non è necessario un visto separato (a partire dal 2009). +Alcune crociere presentano Berlino, in Germania, nei volantini. Come si può vedere dalla mappa sopra, Berlino non è affatto vicino al mare e una visita alla città non è inclusa nel prezzo della crociera. +Il viaggio aereo può essere un'esperienza spaventosa per le persone di ogni età e provenienza, in particolare se non hanno mai volato o hanno subito un evento traumatico. +Non è una cosa da vergognarsi: non è diverso dai timori e ai disgusti personali di altre cose che moltissime persone hanno. +Per alcuni, capire qualcosa di come funzionano gli aerei e cosa succede durante un volo potrebbe aiutare a superare un timore basato sull'ignoranza o sulla mancanza di controllo. +Le aziende di spedizioni sono ben pagate per consegnare le merci velocemente. Spesso, il tempo è molto importante per i documenti aziendali, i prodotti o i pezzi di ricambio per un intervento urgente. +In alcune rotte, le compagnie più grandi dispongono di aerei propri, ma per altre rotte e per le società più piccole c'è stato un problema. +Se le merci sono state inviate via aereo, su alcune rotte potrebbero essere trascorsi giorni per l'imbarco e la dogana. +L'unico modo per farlo arrivare più velocemente è quello di spedirlo come bagaglio personale. Le regolamentazioni delle compagnie aeree non consentono di spedire il bagaglio senza un passeggero, e questo è il tuo compito. +Il modo più ovvio per volare in prima o in business class è quello di pagare un sacco di denaro per il privilegio (o, meglio ancora, farlo fare dalla tua azienda). +Tuttavia, questo non è gratis: in linea di massima, si può aspettare di pagare fino a quattro volte il prezzo della normale tariffa economica per i voli aziendali e fino a undici volte per i voli di prima classe! +In linea di massima, non c'è alcun senso a cercare sconti per i posti aziendali o di prima classe sui voli diretti da A a B. +Le compagnie aeree sanno benissimo che esiste un certo gruppo di passeggeri disposti a pagare il prezzo pieno per il privilegio di viaggiare in fretta e con comodità, e per questo calcolano i prezzi in base a questo fattore. +La capitale della Moldavia è Chișinău. La lingua locale è il rumeno, ma il russo è ampiamente utilizzato. +La Moldavia è una repubblica multietnica che ha sofferto di conflitti etnici. +Nel 1994, questo conflitto ha portato alla creazione della cosiddetta Repubblica di Transnistria in Moldova orientale, che ha il proprio governo e la propria moneta, ma non è riconosciuta da alcun Paese membro dell'ONU. +Le relazioni economiche sono state ristabilite tra queste due parti della Moldova nonostante il fallimento delle trattative politiche. +La religione principale della Moldavia è il cristianesimo ortodosso. +Izmir è la terza città più grande della Turchia con una popolazione di circa 3,7 milioni di abitanti, il secondo porto più grande dopo Istanbul e un ottimo nodo di trasporti. +Una volta città antica di Smyrna, oggi è un centro commerciale moderno, sviluppato e affollato, che si sviluppa intorno a una vasta baia e circondato da montagne. +Le ampie avenue, gli edifici con facciate di vetro e i moderni centri commerciali sono punteggiati da tetti a tegole rosse, il mercato del XVIII secolo, le antiche moschee e le chiese, sebbene la città abbia un'atmosfera più mediterranea dell'Europa tradizionale che della Turchia tradizionale. +Il villaggio di Haldarsvík offre panorami dell'isola vicina Eysturoy e una chiesa insolita ottagonale. +Nel cimitero si trovano interessanti sculture in marmo di colombe sopra alcune tombe. +È degno di una mezz’ora di passeggiata per scoprire il curioso villaggio. +A nord e facilmente raggiungibile si trova la romantica e affascinante città di Sintra, che è diventata nota agli stranieri dopo un resoconto entusiasta dei suoi splendori registrato da Lord Byron. +Il bus 403 di Scotturb viaggia regolarmente a Sintra, fermandosi a Cabo da Roca. +Anche a nord è possibile visitare il grande Santuario di Nostra Signora di Fatima (Santuario), un luogo di apparizioni mariane famose in tutto il mondo. +Ricordatevi che si tratta sostanzialmente di un sito di sepoltura di massa, nonché di un sito che ha un significato quasi incalcolabile per una buona parte della popolazione del mondo. +Ci sono ancora molti uomini e donne viventi che hanno sopravvissuto al loro tempo qui, e molti altri che avevano parenti che vennero uccisi o lavorati a morte, ebrei e non ebrei. +Si prega di trattare il sito con tutta la dignità, la solennità e il rispetto che merita. Non fare scherzi sull'Olocausto o sui nazisti. +Non danneggiare il sito con segni o incisioni di graffiti su strutture. +Le lingue ufficiali di Barcellona sono il catalano e lo spagnolo. Circa la metà preferisce parlare il catalano, una grande maggioranza lo comprende e quasi tutti conoscono lo spagnolo. +Tuttavia, la maggior parte dei segni è indicata solo in catalano, poiché il legislatore lo ha stabilito come prima lingua ufficiale. +Tuttavia, lo spagnolo è anche ampiamente utilizzato nei trasporti pubblici e in altri servizi. +Annunci regolari nella metropolitana vengono fatti solo in catalano, ma interruzioni improvvise vengono annunciate da un sistema automatico in una vasta varietà di lingue, tra cui spagnolo, inglese, francese, arabo e giapponese. +I parigini hanno la reputazione di essere egocentrici, rozzi e arroganti. +Anche se questo è spesso solo un stereotipo inaccurato, il modo migliore per andare d’accordo a Parigi è quello di comportarsi bene, come se si fosse “bien élevé” (ben allevato). Ciò renderà la vita molto più semplice. +Gli esterni bruschi dei parigini si evaporeranno rapidamente se si dimostrerà un certo livello di cortesia. +Il parco nazionale dei laghi di Plitvice è ampiamente coperto da bosco, principalmente con faggi, abete e pini, e presenta una miscela di vegetazione alpina e mediterranea. +Ha una varietà di comunità vegetali particolarmente ampia, a causa della sua gamma di microclimi, terreni diversi e livelli di altitudine variabili. +L'area ospita inoltre una straordinaria varietà di specie animali e di uccelli. +Sono presenti animali faunistici rari come l'orso bruno europeo, il lupo, l'aquila, il barbagallo, il lince e la gatta selvatica, oltre a molte altre specie più comuni. +Durante la visita ai monasteri, alle donne è richiesto di indossare una gonna che copra le ginocchia e di coprire anche le spalle. +La maggior parte dei monasteri offre mantelle alle donne che si presentano impreparate, ma se si porta una propria, soprattutto di colori vivi, si ottiene un sorriso dal monaco o dalla monaca all'ingresso. +Allo stesso modo, gli uomini sono tenuti a indossare pantaloni che coprano le ginocchia. +Questo può essere preso in prestito dal magazzino all'ingresso, ma quell'abbigliamento non viene lavato dopo ogni utente, quindi potresti non sentirti a tuo agio con queste gonne. Un'unica taglia per gli uomini! +La cucina mallorquin, come quella delle zone mediterranee simili, si basa su pane, verdura e carne (soprattutto maiale), e utilizza l'olio d'oliva in tutto. +Un semplice pasto popolare, soprattutto durante l'estate, è il Pa amb Oli: pane con olio d'oliva, pomodoro e condimenti a scelta, come il formaggio, il tonno, etc. +Tutti i sostantivi, insieme al termine Sie per voi, iniziano sempre con una lettera maiuscola, anche nel mezzo di una frase. +Questo è un modo importante per distinguere tra alcuni verbi e gli oggetti. +Inoltre, può rendere più facile la lettura, sebbene la scrittura sia un po' complicata dalla necessità di capire se un verbo o un aggettivo è utilizzato in una forma sostantivata. +La pronuncia è relativamente facile in italiano perché la maggior parte delle parole viene pronunciata esattamente come scritto +Le lettere da tenere d'occhio sono c e g, poiché la loro pronuncia varia in base alla seguente vocale. +Inoltre, assicuratevi di pronunciare r e rr in modo diverso: caro significa caro, mentre carro significa carro. +Il persiano ha una grammatica relativamente semplice e per lo più regolare. +Per questo, la lettura di questo corso di grammatica persiana ti aiuterà a imparare molto sulla grammatica persiana e a capire meglio le frasi. +Evidentemente, se si conosce una lingua romanza, sarà più facile imparare il portoghese. +Tuttavia, le persone che conoscono un po' di spagnolo potrebbero concludere in fretta e furia che il portoghese è abbastanza vicino da non necessitare di essere studiato separatamente. +Gli osservatori premoderni sono solitamente ormai obsoleti oggi, e rimangono come musei o luoghi di istruzione. +Poiché all'epoca di massimo splendore l'inquinamento luminoso non era il tipo di problema che è oggi, spesso si trovano nelle città o nei campus, più facilmente raggiungibili rispetto a quelli costruiti in epoca moderna. +La maggior parte dei telescopi di ricerca moderni sono enormi strutture in aree remote con condizioni atmosferiche favorevoli. +L'osservazione dei fiori di ciliegio, nota come hanami, fa parte della cultura giapponese sin dal VIII secolo. +Il concetto è nato in Cina, dove i fiori preferiti erano i fiori di ciliegio. +In Giappone, le prime feste dei fiori di ciliegio sono state ospitate dall'imperatore solo per sé e per altri membri dell'aristocrazia intorno al Corte imperiale. +Le piante si presentano al meglio in un ambiente naturale, quindi resiste alla tentazione di rimuovere persino un solo esemplare. +Se si visita un giardino organizzato formalmente, anche la raccolta di “esemplari” potrebbe comportare l’espulsione, senza discorsi. +Singapore è generalmente un luogo estremamente sicuro in cui vivere e molto facile da navigare, e è possibile acquistare quasi qualsiasi cosa dopo l'arrivo. +Ma essendo posti nelle “alte tropiche”, a pochi gradi a nord dell’equatore, dovranno affrontare sia il calore (sempre) che il forte sole (quando il cielo è chiaro, più raramente). +Esistono anche alcuni autobus che vanno a nord verso Hebron, il tradizionale luogo di sepoltura dei patriarchi biblici Abramo, Isacco, Giacobbe e delle loro mogli. +Verifica che il bus che stai pensando di prendere raggiunga Hebron e non solo il vicino insediamento ebraico di Kiryat Arba. +I corsi d'acqua interni possono essere un buon tema su cui basare un viaggio. +Ad esempio visitando castelli nella valle del Loira, nella valle del Reno o facendo una crociera verso città interessanti sul Danubio o navigando lungo il canale Erie. +Inoltre, definiscono i percorsi per le escursioni e le biciclette più popolari. +Il Natale è uno dei più importanti festività del cristianesimo e viene festeggiato come il giorno della nascita di Gesù. +Molte delle tradizioni che circondano la festa sono state adottate anche da persone che non sono cristiane in paesi cristiani e da persone che non sono cristiane in tutto il mondo. +Esiste una tradizione che prevede di trascorrere la notte di Pasqua in piedi in un punto esposto per assistere al sorgere del sole. +Ci sono ovviamente spiegazioni teologiche cristiane per questa tradizione, ma potrebbe trattarsi di un rituale di primavera e fertilità pre-cristiano. +Le chiese più tradizionali spesso organizzano una vigilia di Pasqua la sera di sabato durante il fine settimana di Pasqua, con le congregazioni che spesso si riuniscono per celebrare la resurrezione di Cristo alla mezzanotte. +Tutti gli animali che sono arrivati inizialmente sulle isole sono giunti qui nuotando, volando o galleggiando. +A causa della grande distanza dalla terraferma, i mammiferi non sono riusciti a compiere il viaggio e la tartaruga gigante è diventata l'animale erbivoro principale delle Galapagos. +Dall'arrivo dell'uomo nelle Galapagos sono stati introdotti numerosi mammiferi, tra cui maiali, cavalli, buoi, ratti, gatti e cani. +Se si visita l'Artico o l'Antartide durante l'inverno, si può sperimentare la notte polare, che significa che il sole non si alza sopra l'orizzonte. +Questo offre una buona occasione per ammirare l'Aurora boreale, poiché il cielo sarà scuro più o meno per tutta la giornata. +Poiché le aree sono poco popolate, la luce inquinante non è spesso un problema, e quindi potrete ammirare anche le stelle. +La cultura del lavoro giapponese è più gerarchica e formale rispetto a ciò che i occidentali potrebbero essere abituati. +Gli abiti da ufficio sono un abbigliamento standard, e i colleghi si chiamano a vicenda con i loro nomi di famiglia o con i loro titoli di lavoro. +L'armonia sul posto di lavoro è essenziale, ponendo l'accento sui risultati del gruppo anziché sui meriti individuali. +I lavoratori devono spesso ottenere l'approvazione dei loro superiori per qualsiasi decisione che prendano e devono obbedire alle istruzioni dei loro superiori senza chiedere alcuna spiegazione. diff --git a/test-en-it.bleu b/test-en-it.bleu new file mode 100644 index 0000000000000000000000000000000000000000..bbc504175341efd595bf9f1ad476b14d62c9d833 --- /dev/null +++ b/test-en-it.bleu @@ -0,0 +1 @@ +BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 27.53 60.6/35.4/22.3/14.3 (BP = 0.956 ratio = 0.957 hyp_len = 26138 ref_len = 27306) diff --git a/test-en-it.comet b/test-en-it.comet new file mode 100644 index 0000000000000000000000000000000000000000..1a949c6bdca983b35e2ff93d1bf7085b580b68d3 --- /dev/null +++ b/test-en-it.comet @@ -0,0 +1,1013 @@ +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 0 score: 0.8383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 1 score: 0.8593 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 2 score: 0.9029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 3 score: 0.8520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 4 score: 0.7928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 5 score: 0.8517 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 6 score: 0.8944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 7 score: 0.9194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 8 score: 0.8440 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 9 score: 0.8780 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 10 score: 0.8959 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 11 score: 0.8764 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 12 score: 0.8877 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 13 score: 0.9068 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 14 score: 0.8917 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 15 score: 0.7501 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 16 score: 0.8605 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 17 score: 0.9320 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 18 score: 0.8757 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 19 score: 0.8871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 20 score: 0.9293 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 21 score: 0.9295 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 22 score: 0.7735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 23 score: 0.8964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 24 score: 0.9194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 25 score: 0.9479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 26 score: 0.8796 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 27 score: 0.9275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 28 score: 0.8419 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 29 score: 0.8964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 30 score: 0.7899 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 31 score: 0.8328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 32 score: 0.8517 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 33 score: 0.9515 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 34 score: 0.8977 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 35 score: 0.9330 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 36 score: 0.8573 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 37 score: 0.9163 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 38 score: 0.8493 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 39 score: 0.8320 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 40 score: 0.8955 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 41 score: 0.9054 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 42 score: 0.9166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 43 score: 0.9111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 44 score: 0.8885 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 45 score: 0.6594 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 46 score: 0.9066 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 47 score: 0.8599 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 48 score: 0.9004 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 49 score: 0.9297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 50 score: 0.8998 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 51 score: 0.9147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 52 score: 0.9042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 53 score: 0.9408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 54 score: 0.8977 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 55 score: 0.9250 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 56 score: 0.8798 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 57 score: 0.8890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 58 score: 0.8890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 59 score: 0.9571 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 60 score: 0.9314 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 61 score: 0.9420 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 62 score: 0.8643 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 63 score: 0.9158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 64 score: 0.8810 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 65 score: 0.7701 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 66 score: 0.8348 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 67 score: 0.7446 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 68 score: 0.9259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 69 score: 0.8824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 70 score: 0.8919 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 71 score: 0.8386 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 72 score: 0.8697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 73 score: 0.8337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 74 score: 0.8751 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 75 score: 0.8536 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 76 score: 0.9153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 77 score: 0.8802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 78 score: 0.9406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 79 score: 0.9339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 80 score: 0.8488 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 81 score: 0.9582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 82 score: 0.7517 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 83 score: 0.7216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 84 score: 0.8694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 85 score: 0.8750 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 86 score: 0.8153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 87 score: 0.8904 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 88 score: 0.9191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 89 score: 0.9174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 90 score: 0.9030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 91 score: 0.8331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 92 score: 0.7896 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 93 score: 0.9215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 94 score: 0.9277 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 95 score: 0.9285 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 96 score: 0.8665 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 97 score: 0.9268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 98 score: 0.9343 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 99 score: 0.7774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 100 score: 0.8766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 101 score: 0.8364 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 102 score: 0.9078 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 103 score: 0.9455 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 104 score: 0.8899 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 105 score: 0.9015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 106 score: 0.9059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 107 score: 0.8791 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 108 score: 0.7156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 109 score: 0.8268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 110 score: 0.9052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 111 score: 0.9482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 112 score: 0.9265 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 113 score: 0.9205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 114 score: 0.8893 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 115 score: 0.8466 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 116 score: 0.9095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 117 score: 0.8914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 118 score: 0.9227 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 119 score: 0.8777 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 120 score: 0.8212 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 121 score: 0.8727 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 122 score: 0.9503 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 123 score: 0.8850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 124 score: 0.9449 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 125 score: 0.9138 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 126 score: 0.8973 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 127 score: 0.9240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 128 score: 0.9330 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 129 score: 0.9457 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 130 score: 0.8025 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 131 score: 0.8612 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 132 score: 0.9021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 133 score: 0.9394 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 134 score: 0.9170 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 135 score: 0.8854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 136 score: 0.9467 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 137 score: 0.9059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 138 score: 0.9261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 139 score: 0.9003 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 140 score: 0.8798 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 141 score: 0.8582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 142 score: 0.9228 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 143 score: 0.8743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 144 score: 0.9086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 145 score: 0.9236 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 146 score: 0.8584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 147 score: 0.8920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 148 score: 0.9568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 149 score: 0.9179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 150 score: 0.8961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 151 score: 0.8657 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 152 score: 0.8842 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 153 score: 0.8481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 154 score: 0.7617 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 155 score: 0.8630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 156 score: 0.9174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 157 score: 0.9292 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 158 score: 0.9131 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 159 score: 0.9165 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 160 score: 0.9208 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 161 score: 0.8849 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 162 score: 0.8988 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 163 score: 0.9232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 164 score: 0.8931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 165 score: 0.8016 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 166 score: 0.9101 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 167 score: 0.8593 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 168 score: 0.8829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 169 score: 0.9023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 170 score: 0.8571 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 171 score: 0.9357 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 172 score: 0.8804 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 173 score: 0.8568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 174 score: 0.9096 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 175 score: 0.8254 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 176 score: 0.8427 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 177 score: 0.8873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 178 score: 0.9045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 179 score: 0.9343 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 180 score: 0.8928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 181 score: 0.9177 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 182 score: 0.9364 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 183 score: 0.9342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 184 score: 0.8623 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 185 score: 0.9236 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 186 score: 0.9731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 187 score: 0.9190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 188 score: 0.8952 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 189 score: 0.8568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 190 score: 0.8116 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 191 score: 0.8835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 192 score: 0.8241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 193 score: 0.7961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 194 score: 0.8596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 195 score: 0.9399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 196 score: 0.9019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 197 score: 0.8193 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 198 score: 0.9130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 199 score: 0.8476 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 200 score: 0.8661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 201 score: 0.7857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 202 score: 0.8697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 203 score: 0.8361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 204 score: 0.8956 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 205 score: 0.8899 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 206 score: 0.8838 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 207 score: 0.8114 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 208 score: 0.8813 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 209 score: 0.8751 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 210 score: 0.9546 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 211 score: 0.9161 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 212 score: 0.9380 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 213 score: 0.9279 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 214 score: 0.8200 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 215 score: 0.9165 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 216 score: 0.8742 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 217 score: 0.9148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 218 score: 0.9235 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 219 score: 0.9261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 220 score: 0.9374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 221 score: 0.8764 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 222 score: 0.9035 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 223 score: 0.8617 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 224 score: 0.9193 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 225 score: 0.8679 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 226 score: 0.9147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 227 score: 0.8685 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 228 score: 0.9096 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 229 score: 0.8978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 230 score: 0.9310 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 231 score: 0.8827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 232 score: 0.8957 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 233 score: 0.8125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 234 score: 0.8638 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 235 score: 0.9280 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 236 score: 0.9215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 237 score: 0.8691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 238 score: 0.9470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 239 score: 0.8868 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 240 score: 0.8779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 241 score: 0.7200 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 242 score: 0.9097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 243 score: 0.8201 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 244 score: 0.8468 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 245 score: 0.7931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 246 score: 0.7801 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 247 score: 0.8376 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 248 score: 0.8310 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 249 score: 0.9272 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 250 score: 0.9188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 251 score: 0.9479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 252 score: 0.9318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 253 score: 0.9501 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 254 score: 0.8912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 255 score: 0.9193 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 256 score: 0.8681 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 257 score: 0.9380 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 258 score: 0.9095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 259 score: 0.8747 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 260 score: 0.9197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 261 score: 0.9064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 262 score: 0.9427 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 263 score: 0.8067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 264 score: 0.9213 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 265 score: 0.9102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 266 score: 0.8857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 267 score: 0.8459 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 268 score: 0.8570 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 269 score: 0.9090 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 270 score: 0.9146 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 271 score: 0.8482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 272 score: 0.9173 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 273 score: 0.8657 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 274 score: 0.6752 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 275 score: 0.7853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 276 score: 0.8572 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 277 score: 0.9089 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 278 score: 0.8983 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 279 score: 0.9287 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 280 score: 0.9307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 281 score: 0.8819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 282 score: 0.9239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 283 score: 0.9254 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 284 score: 0.9667 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 285 score: 0.9515 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 286 score: 0.8111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 287 score: 0.8853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 288 score: 0.9284 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 289 score: 0.8961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 290 score: 0.8605 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 291 score: 0.8994 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 292 score: 0.9312 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 293 score: 0.8973 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 294 score: 0.8000 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 295 score: 0.8771 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 296 score: 0.8349 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 297 score: 0.9407 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 298 score: 0.6689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 299 score: 0.9318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 300 score: 0.9400 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 301 score: 0.8972 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 302 score: 0.8744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 303 score: 0.9551 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 304 score: 0.8093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 305 score: 0.8675 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 306 score: 0.8210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 307 score: 0.9305 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 308 score: 0.9143 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 309 score: 0.8850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 310 score: 0.9411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 311 score: 0.9143 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 312 score: 0.9255 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 313 score: 0.7530 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 314 score: 0.9435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 315 score: 0.9029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 316 score: 0.8631 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 317 score: 0.9165 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 318 score: 0.8761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 319 score: 0.8152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 320 score: 0.8229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 321 score: 0.8356 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 322 score: 0.8027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 323 score: 0.9159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 324 score: 0.9020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 325 score: 0.8540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 326 score: 0.8412 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 327 score: 0.9267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 328 score: 0.9023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 329 score: 0.9117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 330 score: 0.8951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 331 score: 0.8800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 332 score: 0.9170 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 333 score: 0.7846 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 334 score: 0.9612 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 335 score: 0.8908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 336 score: 0.9105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 337 score: 0.6890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 338 score: 0.8867 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 339 score: 0.8935 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 340 score: 0.8482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 341 score: 0.9119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 342 score: 0.7513 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 343 score: 0.8108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 344 score: 0.8844 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 345 score: 0.8882 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 346 score: 0.8814 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 347 score: 0.9061 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 348 score: 0.8592 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 349 score: 0.7849 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 350 score: 0.8276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 351 score: 0.9140 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 352 score: 0.8698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 353 score: 0.9224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 354 score: 0.8781 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 355 score: 0.8546 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 356 score: 0.8954 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 357 score: 0.8743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 358 score: 0.4949 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 359 score: 0.8819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 360 score: 0.9215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 361 score: 0.8541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 362 score: 0.8568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 363 score: 0.7824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 364 score: 0.9234 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 365 score: 0.7964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 366 score: 0.7907 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 367 score: 0.8695 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 368 score: 0.7979 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 369 score: 0.8775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 370 score: 0.8203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 371 score: 0.7723 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 372 score: 0.8812 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 373 score: 0.8798 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 374 score: 0.9438 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 375 score: 0.9250 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 376 score: 0.9355 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 377 score: 0.9426 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 378 score: 0.8509 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 379 score: 0.9083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 380 score: 0.9222 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 381 score: 0.9179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 382 score: 0.8159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 383 score: 0.8447 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 384 score: 0.9049 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 385 score: 0.8425 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 386 score: 0.8547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 387 score: 0.8833 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 388 score: 0.8021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 389 score: 0.9370 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 390 score: 0.9470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 391 score: 0.9088 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 392 score: 0.9420 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 393 score: 0.9446 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 394 score: 0.8946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 395 score: 0.9609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 396 score: 0.8832 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 397 score: 0.9702 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 398 score: 0.6636 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 399 score: 0.9397 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 400 score: 0.9107 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 401 score: 0.8552 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 402 score: 0.9478 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 403 score: 0.6834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 404 score: 0.8561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 405 score: 0.8546 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 406 score: 0.8722 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 407 score: 0.8904 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 408 score: 0.9442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 409 score: 0.9266 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 410 score: 0.9019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 411 score: 0.8617 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 412 score: 0.8820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 413 score: 0.9253 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 414 score: 0.8697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 415 score: 0.9111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 416 score: 0.8986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 417 score: 0.8442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 418 score: 0.9130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 419 score: 0.8948 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 420 score: 0.9274 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 421 score: 0.9229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 422 score: 0.8471 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 423 score: 0.8832 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 424 score: 0.8890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 425 score: 0.9112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 426 score: 0.9163 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 427 score: 0.9284 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 428 score: 0.9020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 429 score: 0.9228 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 430 score: 0.9044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 431 score: 0.8275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 432 score: 0.7676 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 433 score: 0.8092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 434 score: 0.7687 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 435 score: 0.7942 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 436 score: 0.8789 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 437 score: 0.8943 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 438 score: 0.9131 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 439 score: 0.5931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 440 score: 0.8975 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 441 score: 0.9306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 442 score: 0.9325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 443 score: 0.8476 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 444 score: 0.9022 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 445 score: 0.8794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 446 score: 0.9403 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 447 score: 0.9538 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 448 score: 0.9171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 449 score: 0.8850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 450 score: 0.8964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 451 score: 0.8977 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 452 score: 0.9496 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 453 score: 0.9032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 454 score: 0.9014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 455 score: 0.9001 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 456 score: 0.8090 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 457 score: 0.9318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 458 score: 0.8916 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 459 score: 0.9047 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 460 score: 0.9383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 461 score: 0.9215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 462 score: 0.8800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 463 score: 0.8997 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 464 score: 0.9297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 465 score: 0.8582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 466 score: 0.9001 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 467 score: 0.7144 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 468 score: 0.6980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 469 score: 0.8425 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 470 score: 0.7963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 471 score: 0.7782 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 472 score: 0.8576 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 473 score: 0.8672 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 474 score: 0.7917 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 475 score: 0.9237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 476 score: 0.8876 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 477 score: 0.9329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 478 score: 0.9343 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 479 score: 0.9187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 480 score: 0.9145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 481 score: 0.8641 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 482 score: 0.9091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 483 score: 0.9186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 484 score: 0.9187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 485 score: 0.8565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 486 score: 0.8846 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 487 score: 0.8846 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 488 score: 0.8866 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 489 score: 0.9414 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 490 score: 0.9186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 491 score: 0.8912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 492 score: 0.9216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 493 score: 0.9189 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 494 score: 0.8292 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 495 score: 0.7467 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 496 score: 0.8933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 497 score: 0.9074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 498 score: 0.9509 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 499 score: 0.9118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 500 score: 0.9403 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 501 score: 0.9233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 502 score: 0.9348 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 503 score: 0.8993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 504 score: 0.7861 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 505 score: 0.8306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 506 score: 0.8095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 507 score: 0.9120 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 508 score: 0.8524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 509 score: 0.8568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 510 score: 0.6502 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 511 score: 0.8538 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 512 score: 0.8731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 513 score: 0.7728 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 514 score: 0.8734 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 515 score: 0.8805 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 516 score: 0.8644 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 517 score: 0.9407 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 518 score: 0.8737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 519 score: 0.9429 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 520 score: 0.8838 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 521 score: 0.9323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 522 score: 0.9421 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 523 score: 0.8517 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 524 score: 0.8989 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 525 score: 0.8871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 526 score: 0.8790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 527 score: 0.7434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 528 score: 0.8923 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 529 score: 0.8714 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 530 score: 0.8880 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 531 score: 0.9116 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 532 score: 0.8875 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 533 score: 0.8659 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 534 score: 0.8789 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 535 score: 0.8234 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 536 score: 0.8857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 537 score: 0.8464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 538 score: 0.9029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 539 score: 0.9361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 540 score: 0.8792 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 541 score: 0.9062 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 542 score: 0.9061 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 543 score: 0.9101 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 544 score: 0.8980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 545 score: 0.9426 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 546 score: 0.8524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 547 score: 0.8887 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 548 score: 0.8767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 549 score: 0.9427 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 550 score: 0.8389 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 551 score: 0.8841 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 552 score: 0.9462 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 553 score: 0.9340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 554 score: 0.8944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 555 score: 0.8350 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 556 score: 0.7259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 557 score: 0.8914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 558 score: 0.8568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 559 score: 0.8727 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 560 score: 0.9077 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 561 score: 0.8403 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 562 score: 0.8877 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 563 score: 0.8024 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 564 score: 0.7786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 565 score: 0.9153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 566 score: 0.9093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 567 score: 0.9171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 568 score: 0.9015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 569 score: 0.7217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 570 score: 0.8623 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 571 score: 0.8890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 572 score: 0.8021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 573 score: 0.9043 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 574 score: 0.8980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 575 score: 0.4623 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 576 score: 0.8906 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 577 score: 0.9267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 578 score: 0.9373 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 579 score: 0.9258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 580 score: 0.9056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 581 score: 0.9152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 582 score: 0.8800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 583 score: 0.8792 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 584 score: 0.8751 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 585 score: 0.8918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 586 score: 0.8889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 587 score: 0.8703 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 588 score: 0.8786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 589 score: 0.9324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 590 score: 0.9506 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 591 score: 0.9290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 592 score: 0.7989 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 593 score: 0.9444 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 594 score: 0.8953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 595 score: 0.8421 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 596 score: 0.9131 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 597 score: 0.9088 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 598 score: 0.8901 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 599 score: 0.8759 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 600 score: 0.8060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 601 score: 0.8541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 602 score: 0.9100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 603 score: 0.9152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 604 score: 0.9058 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 605 score: 0.9298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 606 score: 0.7848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 607 score: 0.7660 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 608 score: 0.6422 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 609 score: 0.8440 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 610 score: 0.8974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 611 score: 0.9395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 612 score: 0.8892 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 613 score: 0.7888 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 614 score: 0.9172 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 615 score: 0.9014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 616 score: 0.9211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 617 score: 0.9384 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 618 score: 0.9280 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 619 score: 0.8780 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 620 score: 0.8885 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 621 score: 0.7779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 622 score: 0.9548 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 623 score: 0.9023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 624 score: 0.8946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 625 score: 0.9070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 626 score: 0.9062 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 627 score: 0.9262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 628 score: 0.9108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 629 score: 0.9273 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 630 score: 0.8687 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 631 score: 0.9222 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 632 score: 0.9348 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 633 score: 0.9477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 634 score: 0.9662 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 635 score: 0.9063 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 636 score: 0.9233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 637 score: 0.8804 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 638 score: 0.9252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 639 score: 0.9565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 640 score: 0.9275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 641 score: 0.9486 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 642 score: 0.8967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 643 score: 0.6313 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 644 score: 0.8789 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 645 score: 0.8092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 646 score: 0.8441 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 647 score: 0.9074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 648 score: 0.7802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 649 score: 0.9086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 650 score: 0.9423 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 651 score: 0.9199 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 652 score: 0.8513 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 653 score: 0.8189 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 654 score: 0.8902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 655 score: 0.9353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 656 score: 0.9018 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 657 score: 0.8204 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 658 score: 0.8706 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 659 score: 0.8949 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 660 score: 0.6527 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 661 score: 0.9249 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 662 score: 0.9249 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 663 score: 0.8703 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 664 score: 0.9509 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 665 score: 0.8665 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 666 score: 0.8699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 667 score: 0.8578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 668 score: 0.8615 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 669 score: 0.9216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 670 score: 0.9111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 671 score: 0.9289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 672 score: 0.9205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 673 score: 0.8775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 674 score: 0.8823 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 675 score: 0.9264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 676 score: 0.9341 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 677 score: 0.9274 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 678 score: 0.9233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 679 score: 0.9395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 680 score: 0.8894 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 681 score: 0.9550 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 682 score: 0.8955 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 683 score: 0.8815 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 684 score: 0.8783 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 685 score: 0.8829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 686 score: 0.8667 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 687 score: 0.8732 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 688 score: 0.8691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 689 score: 0.9038 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 690 score: 0.9176 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 691 score: 0.9083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 692 score: 0.9291 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 693 score: 0.8649 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 694 score: 0.8714 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 695 score: 0.8494 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 696 score: 0.7994 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 697 score: 0.9450 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 698 score: 0.8799 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 699 score: 0.8920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 700 score: 0.8381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 701 score: 0.8938 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 702 score: 0.9488 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 703 score: 0.8290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 704 score: 0.9519 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 705 score: 0.8444 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 706 score: 0.8103 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 707 score: 0.9354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 708 score: 0.9166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 709 score: 0.8574 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 710 score: 0.9534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 711 score: 0.8649 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 712 score: 0.9147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 713 score: 0.8918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 714 score: 0.8749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 715 score: 0.8831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 716 score: 0.8973 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 717 score: 0.8479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 718 score: 0.9210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 719 score: 0.8947 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 720 score: 0.8477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 721 score: 0.9223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 722 score: 0.8843 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 723 score: 0.9214 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 724 score: 0.9026 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 725 score: 0.9012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 726 score: 0.8807 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 727 score: 0.8811 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 728 score: 0.7578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 729 score: 0.8739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 730 score: 0.8790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 731 score: 0.9010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 732 score: 0.8491 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 733 score: 0.9112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 734 score: 0.8639 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 735 score: 0.8692 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 736 score: 0.8991 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 737 score: 0.8359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 738 score: 0.9210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 739 score: 0.9270 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 740 score: 0.9310 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 741 score: 0.7919 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 742 score: 0.8487 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 743 score: 0.9129 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 744 score: 0.8859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 745 score: 0.9402 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 746 score: 0.9331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 747 score: 0.9216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 748 score: 0.9300 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 749 score: 0.9242 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 750 score: 0.9453 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 751 score: 0.9077 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 752 score: 0.8940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 753 score: 0.8962 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 754 score: 0.9054 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 755 score: 0.8503 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 756 score: 0.8535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 757 score: 0.9033 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 758 score: 0.9054 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 759 score: 0.9342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 760 score: 0.9017 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 761 score: 0.9166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 762 score: 0.9419 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 763 score: 0.9343 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 764 score: 0.8569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 765 score: 0.9024 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 766 score: 0.9274 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 767 score: 0.8996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 768 score: 0.9480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 769 score: 0.9327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 770 score: 0.9050 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 771 score: 0.9351 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 772 score: 0.8968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 773 score: 0.9235 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 774 score: 0.9375 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 775 score: 0.8750 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 776 score: 0.8766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 777 score: 0.8849 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 778 score: 0.9343 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 779 score: 0.8923 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 780 score: 0.8630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 781 score: 0.8161 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 782 score: 0.8977 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 783 score: 0.7846 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 784 score: 0.8034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 785 score: 0.6656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 786 score: 0.8786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 787 score: 0.9032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 788 score: 0.9442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 789 score: 0.9224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 790 score: 0.9080 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 791 score: 0.9053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 792 score: 0.9299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 793 score: 0.8642 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 794 score: 0.8052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 795 score: 0.9024 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 796 score: 0.9629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 797 score: 0.8813 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 798 score: 0.8797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 799 score: 0.8540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 800 score: 0.8796 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 801 score: 0.8874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 802 score: 0.8756 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 803 score: 0.8990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 804 score: 0.8333 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 805 score: 0.8621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 806 score: 0.9435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 807 score: 0.9451 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 808 score: 0.9288 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 809 score: 0.8853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 810 score: 0.9347 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 811 score: 0.9148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 812 score: 0.8951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 813 score: 0.9106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 814 score: 0.8963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 815 score: 0.7964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 816 score: 0.8852 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 817 score: 0.8334 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 818 score: 0.8143 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 819 score: 0.8520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 820 score: 0.8743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 821 score: 0.9440 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 822 score: 0.8285 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 823 score: 0.8666 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 824 score: 0.9592 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 825 score: 0.8915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 826 score: 0.9156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 827 score: 0.9069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 828 score: 0.9002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 829 score: 0.8771 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 830 score: 0.8873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 831 score: 0.8485 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 832 score: 0.8913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 833 score: 0.8086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 834 score: 0.9121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 835 score: 0.8323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 836 score: 0.9148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 837 score: 0.9353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 838 score: 0.8955 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 839 score: 0.8987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 840 score: 0.9108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 841 score: 0.8108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 842 score: 0.8534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 843 score: 0.8400 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 844 score: 0.8280 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 845 score: 0.8464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 846 score: 0.7964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 847 score: 0.8499 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 848 score: 0.8478 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 849 score: 0.8430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 850 score: 0.8588 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 851 score: 0.9168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 852 score: 0.9389 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 853 score: 0.6864 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 854 score: 0.8204 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 855 score: 0.9284 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 856 score: 0.7880 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 857 score: 0.9284 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 858 score: 0.7097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 859 score: 0.9214 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 860 score: 0.9165 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 861 score: 0.8967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 862 score: 0.9086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 863 score: 0.8435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 864 score: 0.8304 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 865 score: 0.8556 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 866 score: 0.9205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 867 score: 0.9025 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 868 score: 0.7181 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 869 score: 0.8564 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 870 score: 0.9452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 871 score: 0.9476 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 872 score: 0.9364 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 873 score: 0.8937 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 874 score: 0.9507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 875 score: 0.8508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 876 score: 0.9206 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 877 score: 0.8894 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 878 score: 0.9323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 879 score: 0.8470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 880 score: 0.8968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 881 score: 0.8999 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 882 score: 0.9459 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 883 score: 0.8346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 884 score: 0.8331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 885 score: 0.9159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 886 score: 0.9238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 887 score: 0.7411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 888 score: 0.8006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 889 score: 0.8849 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 890 score: 0.8307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 891 score: 0.8825 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 892 score: 0.7383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 893 score: 0.6595 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 894 score: 0.8962 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 895 score: 0.8761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 896 score: 0.8961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 897 score: 0.8473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 898 score: 0.9302 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 899 score: 0.7293 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 900 score: 0.8490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 901 score: 0.8379 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 902 score: 0.8551 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 903 score: 0.8934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 904 score: 0.8757 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 905 score: 0.8551 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 906 score: 0.8603 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 907 score: 0.8061 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 908 score: 0.8542 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 909 score: 0.9383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 910 score: 0.8794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 911 score: 0.8620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 912 score: 0.9553 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 913 score: 0.9464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 914 score: 0.8676 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 915 score: 0.8922 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 916 score: 0.9084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 917 score: 0.9107 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 918 score: 0.8105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 919 score: 0.8976 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 920 score: 0.8713 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 921 score: 0.8939 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 922 score: 0.9120 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 923 score: 0.9139 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 924 score: 0.9004 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 925 score: 0.8963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 926 score: 0.9226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 927 score: 0.8898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 928 score: 0.9221 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 929 score: 0.8871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 930 score: 0.9087 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 931 score: 0.8835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 932 score: 0.8645 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 933 score: 0.9029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 934 score: 0.8865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 935 score: 0.8811 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 936 score: 0.9093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 937 score: 0.9618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 938 score: 0.9275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 939 score: 0.9148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 940 score: 0.9123 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 941 score: 0.9519 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 942 score: 0.9276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 943 score: 0.8870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 944 score: 0.8140 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 945 score: 0.8699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 946 score: 0.8589 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 947 score: 0.8647 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 948 score: 0.9168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 949 score: 0.8777 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 950 score: 0.8735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 951 score: 0.8621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 952 score: 0.8102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 953 score: 0.9112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 954 score: 0.8366 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 955 score: 0.9156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 956 score: 0.9014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 957 score: 0.9625 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 958 score: 0.8913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 959 score: 0.9438 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 960 score: 0.8421 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 961 score: 0.7850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 962 score: 0.9205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 963 score: 0.9190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 964 score: 0.9591 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 965 score: 0.8813 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 966 score: 0.9158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 967 score: 0.8289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 968 score: 0.8777 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 969 score: 0.8019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 970 score: 0.8961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 971 score: 0.8912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 972 score: 0.7176 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 973 score: 0.8685 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 974 score: 0.8806 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 975 score: 0.9303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 976 score: 0.8780 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 977 score: 0.7727 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 978 score: 0.9555 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 979 score: 0.8652 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 980 score: 0.9080 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 981 score: 0.8675 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 982 score: 0.9225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 983 score: 0.8549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 984 score: 0.9255 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 985 score: 0.9179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 986 score: 0.8626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 987 score: 0.8796 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 988 score: 0.8041 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 989 score: 0.7171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 990 score: 0.9191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 991 score: 0.8548 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 992 score: 0.9187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 993 score: 0.8694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 994 score: 0.9072 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 995 score: 0.8622 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 996 score: 0.8357 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 997 score: 0.9401 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 998 score: 0.8105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 999 score: 0.8209 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 1000 score: 0.9310 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 1001 score: 0.8254 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 1002 score: 0.9169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 1003 score: 0.8916 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 1004 score: 0.9116 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 1005 score: 0.8862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 1006 score: 0.9040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 1007 score: 0.9181 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 1008 score: 0.9471 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 1009 score: 0.8142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 1010 score: 0.9026 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it Segment 1011 score: 0.8998 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-it score: 0.8810 diff --git a/test-en-pt b/test-en-pt new file mode 100644 index 0000000000000000000000000000000000000000..768fd4ce70fe656af93ca5619b692d47e899275e --- /dev/null +++ b/test-en-pt @@ -0,0 +1,1012 @@ +“Agora temos camundongos com 4 meses sem diabetes que antes eram diabéticos”, acrescentou. +Dr. Ehud Ur, professor de medicina na Dalhousie University em Halifax, Nova Escócia, e presidente da divisão clínica e científica da Associação Canadense de Diabetes, alertou que o estudo ainda está em seu início. +Como outros especialistas, ele é cético quanto à possibilidade de curar a diabetes, referindo que esses achados não têm relevância para as pessoas que já têm diabetes tipo 1. +Na segunda-feira, Sara Danius, secretária permanente do Comité Nobel de Literatura da Academia Sueca, anunciou publicamente, durante um programa de rádio na Sveriges Radio na Suécia, que o comité, incapaz de se comunicar diretamente com Bob Dylan sobre a sua vitória no Prémio Nobel de Literatura de 2016, tinha abandonado os seus esforços para se comunicar com ele. +Danius afirmou: "Agora estamos a fazer nada. Telefonei e enviou-lhe emails para o seu mais próximo colaborador e recebi respostas muito amistosas. Por enquanto, isso é certamente suficiente". +Previamente, o CEO da Ring, Jamie Siminoff, referiu que a empresa começou quando a sua campainha não era audível da sua loja no garagem. +Construiu uma campaneta de WiFi, afirmou. +Siminoff afirmou que as vendas aumentaram após a sua aparição em 2013 num episódio de Shark Tank onde o painel do programa recusou financiar o empreendimento. +No final de 2017, Siminoff apareceu no canal de televisão de compras QVC. +O Ring também resolveu uma ação judicial com uma empresa de segurança concorrente, a ADT Corporation. +Embora um vaccino experimental pareça capaz de reduzir a mortalidade da Ebola, até agora, nenhum medicamento foi demonstrado claramente adequado para tratar a infecção existente. +Um coquetel de anticorpos, ZMapp, inicialmente mostrou promessa no campo, mas estudos formais indicaram que tinha menos benefícios do que procurado na prevenção da morte. +No estudo PALM, a ZMapp serviu de controlo, o que significa que os cientistas a utilizaram como referência e compararam os três outros tratamentos com ela. +A Federação de Ginástica dos E.U.A. apoia a carta do Comitê Olímpico dos E.U.A. e aceita a necessidade absoluta da família olímpica em promover um ambiente seguro para todos os nossos atletas. +Concordamos com a declaração do USOC de que os interesses dos nossos atletas e dos clubes, bem como do seu desporto, podem ser melhor servidos com um avanço com mudanças significativas na nossa organização, em vez de uma descertificação. +A Federação de Ginástica dos E.U.A. apoia uma investigação independente que pode iluminar a forma como o abuso da proporção descrita com tanto coragem pelos sobreviventes de Larry Nassar poderia ter passado desapercebido durante tanto tempo e acolhe qualquer mudança necessária e adequada. +USA Gymnastics e o USOC têm o mesmo objetivo: tornar o esporte da ginástica, e outros, tão seguro quanto possível para que os atletas possam seguir os seus sonhos num ambiente seguro, positivo e emocionante. +Durante a década de 1960, Brzezinski trabalhou para John F. Kennedy como consultor e depois para a administração de Lyndon B. Johnson. +Durante as seleções de 1976, Brzezinski aconselhou Carter na política externa, e serviu como Assessor Nacional de Segurança (NSA) de 1977 a 1981, sucedendo a Henry Kissinger. +Como NSA, ajudou Carter a lidar diplomaticamente com os assuntos mundiais, como os Acordos de Camp David, em 1978; a normalização das relações entre os E.U.A. e a China nos finais da década de 1970; a Revolução Iraniana, que levou à crise dos reféns iranianos, em 1979; e a invasão soviética no Afeganistão, em 1979. +O filme, protagonizado por Ryan Gosling e Emma Stone, recebeu indicações em todas as principais categorias. +Gosling e Stone receberam indicações para Melhor Actor e Melhor Atriz, respectivamente. +As outras indicações incluem melhor filme, melhor diretor, melhor direção de fotografia, melhor desenho de vestuário, melhor montagem, melhor trilha sonora original, melhor design de produção, melhor edição de som, melhor mixagem de som e melhor roteiro original. +Duas canções do filme, Audition (The Fools Who Dream) e City of Stars, receberam indicações para melhor canção original. O estúdio Lionsgate recebeu 26 indicações — mais do que qualquer outro estúdio. +No final de domingo, o Presidente dos E.U.A., Donald Trump, numa declaração transmitida pelo seu secretário de imprensa, anunciou o retiro das tropas dos E.U.A. da Síria. +A anúncia foi feita após Trump ter tido uma conversa telefónica com o Presidente da Turquia, Recep Tayyip Erdoğan. +A Turquia também assumiria a vigilância dos combatentes do ISIS capturados, os quais, segundo a declaração, as nações europeias recusaram repatriar. +Isso não só confirma que pelo menos alguns dinossauros tinham penas, uma teoria já bastante difundida, mas também fornece detalhes que os fósseis geralmente não podem fornecer, como a cor e a disposição tridimensional. +De acordo com os cientistas, a plumagem deste animal era castanho-avermelhado na parte superior, com uma parte inferior clara ou de cor carotenóide. +A descoberta também dá uma visão sobre a evolução das penas nos pássaros. +Devido ao fato de que as penas dos dinossauros não possuem um eixo bem desenvolvido, chamado raquis, mas possuem outras características das penas, como as barbas e as barbulas, os pesquisadores inferiram que o raquis era provavelmente um desenvolvimento evolucionário posterior dessas outras características. +A estrutura das penas sugere que elas não eram usadas para voo, mas sim para regulação de temperatura ou exibição. Os pesquisadores sugeriram que, embora seja a cauda de um jovem dinossauro, a amostra mostra plumagem adulta e não penas de pichim. +Os pesquisadores sugeriram que, embora seja a cauda de um jovem dinossauro, a amostra mostra plumagem adulta e não a penugem de um ovo. +Um carro-bomba explodiu na sede da polícia em Gaziantep, na Turquia, na manhã de ontem, matando dois agentes da polícia e ferindo mais de vinte outras pessoas. +O gabinete do governador afirmou que dezenove dos feridos eram agentes da polícia. +A polícia suspeita que um suposto militante do Daesh (ISIL) tenha sido responsável pelo ataque. +Eles descobriram que o Sol operava nos mesmos princípios básicos que outras estrelas: a atividade de todas as estrelas do sistema era dirigida pela sua luminosidade, sua rotação e nada mais. +A luminosidade e a rotação são usadas juntas para determinar o número de Rossby de uma estrela, que está relacionado com o fluxo de plasma. +Quanto menor o número de Rossby, menor a atividade da estrela em relação aos reversos magnéticos. +Durante sua viagem, Iwasaki teve vários problemas. +Ele foi roubado por piratas, atacado em Tibete por um cão raivo, escapou do casamento no Nepal e foi preso na Índia. +O padrão 802.11n opera nas frequências 2,4 GHz e 5,0 GHz. +Isso permitirá que ele seja compatível com o padrão 802.11a, 802.11b e 802.11g, desde que a estação base tenha duas radios. +As velocidades do 802.11n são significativamente mais rápidas do que as dos seus antecessores, com uma velocidade teórica máxima de 600 Mbit/s. +Duvall, casado com dois filhos adultos, não deixou uma grande impressão na Miller, a quem a história foi contada. +Quando perguntado sobre o seu comentário, Miller afirmou: "Mike fala muito durante a audiência...Estava a preparar-me e não estava a ouvir realmente o que ele estava a dizer". +“Tentaremos reduzir as emissões de dióxido de carbono por unidade de PIB por uma margem significativa até 2020, em comparação com o nível de 2005”, afirmou Hu. +Não estabeleceu um valor para as cortes, afirmando que elas serão feitas com base na produção económica da China. +Hu encorou os países em vias de desenvolvimento a "evitar o antigo caminho de poluir primeiro e limpar depois". +Além disso, acrescentou que "não devem, contudo, ser solicitados a assumirem compromissos que ultrapassem o seu estágio de desenvolvimento, a sua responsabilidade e as suas capacidades". +A Iraq Study Group apresentou o seu relatório hoje às 12:00, hora de verão de Greenwich. +Ele avisa que ninguém pode garantir que qualquer ação a ser tomada no Iraque neste ponto irá parar a guerra sectária, o aumento da violência ou a queda para o caos. +O relatório inicia-se com uma apelação para o debate aberto e a formação de um consenso nos E.U.A. sobre a política para o Médio Oriente. +O Relatório é altamente crítico de quase todos os aspectos da atual política do Executivo em relação ao Iraque e apela a uma mudança imediata de rumo. +A primeira das suas 78 recomendações é que seja tomada uma nova iniciativa diplomática antes do final deste ano para garantir as fronteiras do Iraque contra intervenções hostis e reestabelecer as relações diplomáticas com os seus vizinhos. +A atual senadora e primeira-dama argentina, Cristina Fernandez de Kirchner, anunciou sua candidatura à presidência ontem à noite em La Plata, uma cidade a 50 quilômetros (31 milhas) de Buenos Aires. +A Sra. Kirchner anunciou a sua intenção de se candidatar à presidência no Teatro Argentino, o mesmo local onde iniciou a sua campanha para o Senado em 2005 como membro da delegação da província de Buenos Aires. +O debate foi provocado por uma controvérsia sobre os gastos de socorro e reconstrução após o furacão Katrina; que alguns conservadores fiscais humoristicamente designaram como "O Negócio de Nova Orleans de Bush". +A crítica liberal ao esforço de reconstrução focalizou-se na atribuição de contratos de reconstrução a pessoas consideradas insiders de Washington. +Cerca de quatro milhões de pessoas foram a Roma para assistirem ao funeral. +O número de pessoas presentes foi tão grande que não foi possível que todos pudessem ter acesso ao funeral em St. Peter's Square. +Foram instalados vários grandes ecrãs de televisão em vários pontos de Roma para que as pessoas pudessem assistir à cerimônia. +Em muitas outras cidades da Itália e no resto do mundo, especialmente na Polônia, foram feitas configurações semelhantes, que foram vistas por um grande número de pessoas. +Os historiadores criticaram as antigas políticas do FBI por se concentrarem em casos que são fáceis de resolver, especialmente os de automóveis roubados, com o objetivo de aumentar a taxa de sucesso da agência. +O Congresso começou a financiar a iniciativa de obscenidade em 2005 e especificou que o FBI deveria destinar 10 agentes à pornografia adulta. +Robin Uthappa fez o melhor desempenho da partida, com 70 corridas em apenas 41 bolas, com 11 fours e 2 sixes. +Os batedores do meio ordem, Sachin Tendulkar e Rahul Dravid, desempenharam-se bem e formaram uma parceria de cem corridas. +Mas, depois de perder o capitão, a Índia conseguiu somente 36 corridas, perdendo 7 wickets para encerrar a partida. +O presidente dos E.U.A., George W. Bush, chegou a Singapura na manhã de 16 de novembro, iniciando uma viagem de uma semana pela Ásia. +Foi recebido pelo Vice-Primeiro-Ministro de Singapura, Wong Kan Seng, e discutiu questões comerciais e de terrorismo com o Primeiro-Ministro de Singapura, Lee Hsien Loong. +Depois de uma semana de derrotas nas eleições intercalares, Bush falou a uma audiência sobre a expansão do comércio na Ásia. +O primeiro-ministro Stephen Harper concordou em enviar o "Clean Air Act" do governo a um comité de todos os partidos para avaliação, antes da segunda leitura, após a reunião de 25 minutos com o líder do NDP, Jack Layton, no PMO na terça-feira. +Layton pediu alterações ao projeto de lei ambiental dos conservadores durante a reunião com o primeiro-ministro, solicitando uma "reescrita completa e abrangente" do projeto de lei ambiental do Partido Conservador. +Desde que o Governo Federal interveio para assumir o financiamento do Hospital de Mersey em Devonport, na Tasmânia, o governo estadual e alguns deputados federais criticaram este ato como um truque no prelúdio às eleições federais a serem convocadas em novembro. +No entanto, o primeiro-ministro John Howard afirmou que o ato tinha apenas a finalidade de garantir as instalações do hospital de não serem degradadas pelo governo de Tasmania, com a oferta de mais 45 milhões de dólares australianos. +De acordo com o último boletim, as leituras do nível do mar indicaram a formação de um tsunami. Houve registro de atividade tsunami definida perto de Pago Pago e Niue. +Não foram relatados danos graves ou ferimentos em Tonga, mas a energia foi perdida temporariamente, o que supostamente impediu as autoridades tongenses de receberem a alerta de tsunami emitido pelo PTWC. +Quatorze escolas no Havaí, localizadas na costa ou próximas dela, foram fechadas todo o dia de quarta-feira, apesar das advertências terem sido levantadas. +O Presidente dos E.U.A., George W. Bush, acolheu o anúncio. +O porta-voz de Bush, Gordon Johndroe, chamou o compromisso da Coreia do Norte "um grande passo em direção ao objetivo da desnuclearização verificável da península da Coreia". +A décima tempestade nomeada da temporada de furacões do Atlântico, a tempestade subtropical Jerry, formou-se no Atlântico hoje. +O Centro Nacional de Furacões (NHC) afirma que, neste momento, o Jerry não representa uma ameaça para a terra firme. +O Corpo de Engenharia dos E.U.A. estimou que 6 polegadas de chuvia poderiam destruir os diques já danificados. +O Nono Bairro, que registou inundações de até 6 metros durante o furacão Katrina, encontra-se atualmente inundado até à cintura, pois o dique próximo foi inundado. +A água está a inundar a barragem em uma seção com 30 metros de largura. +O administrador dos Comuns Adam Cuerden expressou a sua frustração com as eliminações quando falou com a Wikinews no mês passado. +“Ele [Gales] mentiu-nos desde o início. Primeiro, alegando que estava a fazer isto por motivos legais. Segundo, a fingir que estava a ouvir-nos até à eliminação da sua obra”. +A irritação da comunidade levou às atuais tentativas de elaborar uma política de conteúdo sexual para o site que hospeda milhões de conteúdos com licenças abertas. +O trabalho feito foi principalmente teórico, mas o programa foi escrito para simular as observações feitas da Galáxia de Sagittarius. +O efeito que a equipe estava procurando seria causado pelas forças de marea entre a matéria escura da galáxia e a matéria escura da Via Láctea. +Exatamente como a lua exerce uma força sobre a Terra, causando as marés, a Via Láctea exerce uma força sobre a Galáxia de Sagittarius. +Os cientistas conseguiram concluir que a matéria escura afeta a outra matéria escura da mesma forma que a matéria regular. +Esta teoria diz que a maior parte da matéria escura em torno de uma galáxia está localizada em torno da galáxia numa espécie de halo, e é composta por muitas pequenas partículas. +Relatórios de televisão mostram fumo branco a sair da fábrica. +As autoridades locais estão a avisar os residentes da vizinhança da usina a permanecerem dentro dos edifícios, a desligarem os ar-condicionados e a não beberem água potável. +De acordo com a agência nuclear do Japão, o césio e o iodo radioativos foram identificados na planta. +As autoridades especulam que isso indica que os contêineres com combustível de urânio no local podem ter rompido e estar a derramar. +O Dr. Tony Moll descobriu a Tuberculose Extremamente Resistente aos Medicamentos (XDR-TB) na região sul-africana de KwaZulu-Natal. +Numa entrevista, afirmou que a nova variante era "muito preocupante e alarmante devido à elevada taxa de mortalidade". +Alguns pacientes podem ter contraído a bactéria no hospital, pensa o Dr. Moll, e pelo menos dois são funcionários do hospital. +Em um ano, uma pessoa infectada pode infectar de 10 a 15 contatos próximos. +No entanto, o percentual de XDR-TB no grupo total de pessoas com tuberculose ainda parece ser baixo; 6.000 dos 330.000 infectados em qualquer momento em particular na África do Sul. +Os satélites, ambos com mais de 1.000 libras, e viajando a uma velocidade de aproximadamente 17.500 milhas por hora, colidiram a 491 milhas acima da Terra. +Os cientistas afirmam que a explosão provocada pela colisão foi massiva. +Eles ainda estão a tentar determinar o tamanho do acidente e como a Terra será afetada. +O Comando Estratégico dos Estados Unidos do Ministério da Defesa está a rastrear os destroços. +O resultado do análise da trama será publicado em um site público. +Uma médica que trabalhou no Hospital Infantil de Pittsburgh, na Pensilvânia, será acusada de homicídio agravado após a sua mãe ter sido encontrada morta no porta-malas do seu automóvel na quarta-feira, afirmam as autoridades de Ohio. +O Dr. Malar Balasubramanian, de 29 anos, foi encontrado em Blue Ash, Ohio, um subúrbio a cerca de 24 km a norte de Cincinnati, deitado no chão ao lado da estrada, vestindo uma camiseta e um slip, num estado aparentemente muito medicado. +Ela dirigiu os agentes para a sua Oldsmobile Intrigue preta, a 500 pés de distância. +Lá, eles encontraram o corpo de Saroja Balasubramanian, de 53 anos, coberto por cobertores ensanguentados. +A polícia afirmou que o corpo parecia ter estado ali há cerca de um dia. +Os primeiros casos da doença desta temporada foram relatados em finais de julho. +A doença é transmitida por porcos, que migram para os humanos através de mosquitos. +A epidemia levou o governo indiano a adotar medidas como o envio de caçadores de porcos para as áreas mais afetadas, a distribuição de milhares de cortinas contra mosquitos e a aplicação de pesticidas. +O governo também prometeu vários milhões de ampolas de vacina contra a encefalite, o que ajudará as agências de saúde a preparar-se para o ano que vem. +Os planos para entregar vacinas às áreas mais afetadas historicamente neste ano foram adiados devido à falta de fundos e à baixa prioridade relativamente a outras doenças. +Em 1956, Słania mudou-se para a Suécia, onde três anos mais tarde começou a trabalhar para o Serviço Postal sueco, tornando-se o seu gravador principal. +Produziu mais de 1.000 selos para a Suécia e 28 outros países. +Seu trabalho é de tal qualidade e detalhamento reconhecidos que ele é um dos poucos "nomes de família" entre os filatelistas. Alguns especializam-se em colecionar apenas sua obra. +Seu 1.000º selo foi o magnífico "Grandes Feitos dos Reis da Suécia" de David Klöcker Ehrenstrahl em 2000, listado no Guinness Book of World Records. +Ele também se envolveu com a gravura de notas de banco para vários países, exemplos recentes de sua obra incluem os retratos dos primeiros-ministros na frente das novas notas de 5 e 100 dólares do Canadá. +Após o acidente, Gibson foi transportado para um hospital, mas morreu pouco depois. +O condutor do caminhão, de 64 anos, não sofreu ferimentos no acidente. +O próprio veículo foi retirado da cena do acidente por volta das 1200 GMT no mesmo dia. +Uma pessoa que trabalha numa garagem próxima do local do acidente afirmou: "Havia crianças à espera de cruzar a estrada e todas estavam a gritar e a chorar". +Todos fugiram do lugar onde o acidente ocorreu. +Outros temas na agenda de Bali incluem salvar as últimas florestas do planeta e compartilhar tecnologias para ajudar as nações em vias de desenvolvimento a crescer de maneira menos polutante. +A ONU também espera finalizar um fundo para ajudar os países afetados pelo efeito de aquecimento global a enfrentar os impactos. +O dinheiro pode ir para a construção de casas resistentes a inundações, melhor gestão da água e diversificação das culturas. +Fluke escreveu que os esforços de algumas pessoas para silenciar as mulheres que falam sobre saúde feminina não tiveram sucesso. +Ela chegou a essa conclusão devido à multidão de comentários positivos e de encorajamento enviados por mulheres e homens que a incentivavam a considerar a contracepção como uma necessidade médica. +Quando os combates cessaram após a evacuação dos feridos para o hospital, cerca de 40 dos demais reclusos permaneceram no pátio e recusaram-se a retornar às suas celas. +Os negociantes tentaram rectificar a situação, mas as exigências dos prisioneiros não são claras. +Entre as 10:00 e as 11:00 da noite, houve um incêndio iniciado pelos reclusos no pátio. +Em breve, agentes armados com equipamento antidistúrbios entraram no pátio e cercaram os reclusos com gás lacrimogênio. +As equipas de resgate de incêndios conseguiram extinguir o incêndio por volta das 11:35 da noite. +Após a construção da barragem em 1963, as inundações anuais que espalhavam o sedimento pelo rio foram paradas. +Esse sedimento era necessário para a criação de bancos de areia e praias, que serviam de habitat para a vida selvagem. +Como resultado, duas espécies de peixes tornaram-se extintas, e duas outras tornaram-se ameaçadas de extinção, incluindo o humpback chub. +Apesar de o nível da água só aumentar alguns centímetros após a inundação, as autoridades esperam que isso seja suficiente para restaurar as barras de areia erodidas a jusante. +Não foi emitido nenhum aviso de tsunami e, de acordo com a agência de geofísica de Jacarta, nenhum aviso de tsunami será emitido, pois o sismo não atingiu a magnitude de 6,5. +Apesar de não haver ameaça de tsunami, os residentes começaram a entrar em pânico e começaram a deixar seus negócios e casas. +Apesar de Winfrey ter chorado ao despedir-se, deixou claro aos seus fãs que iria voltar. +“Isto não é um adeus. Isso é o encerramento de um capítulo e o início de um novo.” +Os resultados finais das eleições presidenciais e parlamentares na Namíbia indicaram que o atual presidente, Hifikepunye Pohamba, foi reeleito com uma grande vantagem. +A partido governante, a Organização do Povo da África do Sul-Ocidental (SWAPO), também manteve a maioria nas eleições parlamentares. +A coalizão e as tropas afegãs entraram na área para garantir o local e outros aviões da coalizão foram enviados para prestar assistência. +O acidente ocorreu em um terreno montanhoso e é acreditado que tenha sido causado por fogo hostil. +Os esforços de busca do local do acidente estão a enfrentar o mau tempo e o terreno duro. +A caridade médica Mangola, Medecines Sans Frontieres e a Organização Mundial da Saúde afirmam que é o pior surto registado no país. +O porta-voz da Organização Médicos Sem Fronteiras, Richard Veerman, afirmou: "Angola está a enfrentar a sua pior epidemia e a situação permanece muito grave em Angola", afirmou. +Os jogos iniciaram-se às 10:00 da manhã com um bom tempo e, além de uma pequena chuva de meia-manhã que desapareceu rapidamente, foi um dia perfeito para o rugby 7. +Os números 1 do torneio, a África do Sul, começaram bem, com uma vitória confortável de 26 - 00 contra a Zâmbia, classificada em 5.º lugar. +No jogo contra as suas irmãs do sul, a África do Sul, no entanto, melhorou progressivamente ao longo do torneio. +A sua defesa disciplinada, as suas habilidades com a bola e o excelente trabalho da equipa fizeram-nos perceber que esta era a equipa a vencer. +As autoridades da cidade de Amsterdã e do Museu de Anne Frank afirmam que a árvore está infectada por um fungo e representa uma ameaça à saúde pública, argumentando que estava em iminente perigo de derrubar-se. +Estava programado para ser cortado na terça-feira, mas foi salvo após uma sentença judicial de emergência. +Todas as aberturas da caverna, que receberam o nome de "As Sete Irmãs", têm pelo menos 100 a 250 metros (328 a 820 pés) de diâmetro. +As imagens infravermelhas mostram que as variações de temperatura entre o dia e a noite indicam que são provavelmente cavernas. +“Eles são mais frios do que a superfície circundante durante o dia e mais quentes à noite. +O seu comportamento térmico não é tão estável como os grandes cavernas da Terra, que muitas vezes mantêm uma temperatura relativamente constante, mas é consistente com eles serem buracos profundos no solo", afirmou Glen Cushing do United States Geological Survey (USGS) Astrogeology Team e da Northern Arizona University, localizada em Flagstaff, Arizona. +Na França, a votação é tradicionalmente uma experiência de baixa tecnologia: os eleitores se isolam em uma cabine, colocam uma folha de papel pré-impressa com o nome do seu candidato favorito em um envelope. +Após os funcionários verificarem a identidade do eleitor, este deposita o envelope na urna e assina o registro de votação. +A legislação eleitoral francesa é bastante rigorosa em relação aos procedimentos. +Desde 1988, as urnas devem ser transparentes para que os eleitores e os observadores possam testemunhar a ausência de envelopas no início do voto e a ausência de envelopas adicionadas, exceto as dos eleitores contados e autorizados. +Os candidatos podem enviar representantes para testemunhar todos os momentos do processo. Na noite, as votações são contadas por voluntários sob forte supervisão, seguindo procedimentos específicos. +O ASUS Eee PC, lançado mundialmente em 2007 para fins de economia de custos e funcionalidade, tornou-se um assunto importante no Taipei IT Month de 2007. +No entanto, o mercado de consumidores de computadores portáteis será radicalmente diferente e alterado após a ASUS ter recebido o Taiwan Sustainable Award de 2007, concedido pelo Ministério Executivo da República da China. +O site da estação descreve o programa como "um programa de rádio antigo com um novo e extravagante toque geek!" +Em seus primeiros dias, o programa era exibido exclusivamente no site de rádio online TogiNet Radio, um site centrado no rádio de conversa. +No final de 2015, a TogiNet criou a AstroNet Radio como uma estação subsidiária. +O programa começou originalmente com atores de voz amadores, oriundos do leste do Texas. +Segundo informações, o saque generalizado continuou durante a noite, pois os agentes de aplicação da lei não estavam nas ruas de Bishkek. +Uma testemunha descreveu Bishkek como a cair num estado de "anarquia", enquanto bandas de pessoas andavam pelas ruas e pilhavam os armazéns com bens de consumo. +Muitos moradores de Bishkek culpam os manifestantes do sul pela anarquia. +A África do Sul venceu os All Blacks (Nova Zelândia) num jogo de rugby union Tri Nations no Royal Bafokeng Stadium em Rustenburg, na África do Sul. +O resultado final foi uma vitória por um ponto, 21 a 20, que pôs fim à série de 15 jogos vitoriosos dos All Blacks. +Para os Springboks, acabou com uma série de cinco jogos perdidos. +Foi o último jogo dos All Blacks, que já tinham ganho o troféu duas semanas antes. +O último jogo da série acontecerá no Ellis Park em Johannesburg na próxima semana, quando os Springboks enfrentarão a Austrália. +Um sismo moderado abalou o oeste do Montana às 10:08 da noite de segunda-feira. +O Serviço Geológico dos Estados Unidos (USGS) e o seu Centro Nacional de Informação Sismológica não receberam relatos de danos imediatos. +O sismo ocorreu a cerca de 20 km (15 milhas) a norte-nordeste de Dillon e a cerca de 65 km (40 milhas) a sul de Butte. +A cepa de gripe aviária letal para os humanos, H5N1, foi confirmada como a responsável pela infecção de um pato selvagem morto, encontrado na segunda-feira, numa zona húmida perto de Lyon, no leste da França. +A França é o sétimo país da União Europeia a sofrer com este vírus; seguindo a Áustria, a Alemanha, a Eslovênia, a Bulgária, a Grécia e a Itália. +Os casos suspeitos de H5N1 na Croácia e na Dinamarca permanecem sem confirmação. +Chambers processou Deus por "mortes generalizadas, destruição e terrorização de milhões de habitantes da Terra". +Chambers, um agnóstico, argumenta que a sua ação é "frivola" e "qualquer pessoa pode processar quem quer". +A história apresentada na ópera francesa, de Camille Saint-Saens, é de um artista "cuja vida é ditada por uma paixão pela droga e pelo Japão". +Como resultado, os artistas fumam joints de maconha no palco, e o próprio teatro incentiva o público a se juntar. +O antigo presidente da Câmara dos Representantes, Newt Gingrich, o governador do Texas, Rick Perry, e a deputada Michele Bachmann terminaram em quarto, quinto e sexto lugar, respectivamente. +Após os resultados terem sido anunciados, Gingrich elogiou Santorum, mas tinha palavras duras para Romney, cujos anúncios negativos foram exibidos em Iowa contra Gingrich. +Perry afirmou que iria "voltar para o Texas para avaliar os resultados do caucus de hoje à noite, determinar se há um caminho a seguir para mim nesta corrida", mas mais tarde afirmou que iria continuar a concorrer e participar no caucus do 21 de janeiro na Carolina do Sul. +Bachmann, que venceu o Ames Straw Poll em agosto, decidiu encerrar a sua campanha. +O fotógrafo foi transportado para o Ronald Reagan UCLA Medical Center, onde veio a falecer. +De acordo com a imprensa, ele tinha cerca de 20 anos de idade. Em uma declaração, Bieber afirmou que "[embora não tenha estado presente nem tivesse sido diretamente envolvido neste trágico acidente], as minhas pensamentos e orações estão com a família da vítima". +O site de notícias de entretenimento TMZ entende que o fotógrafo parou o seu veículo na outra parte da Avenida Sepulveda e tentou tirar fotografias da paragem da polícia antes de atravessar a estrada e continuar, o que levou o agente da polícia da Patrulha Rodoviária da Califórnia a ordenar-lhe que voltasse atrás, duas vezes. +De acordo com a polícia, é improvável que o condutor do veículo que atingiu o fotógrafo enfrente acusações criminais. +Com apenas dezoito medalhas disponíveis por dia, vários países não conseguiram chegar ao pódio das medalhas. +Eles incluem os Países Baixos, com Anna Jochemsen terminando em nono lugar na categoria feminina do Super-G ontem, e a Finlândia, com Katja Saarinen terminando em décimo lugar no mesmo evento. +Mitchell Gourley, da Austrália, terminou em décimo-primeiro lugar no Super-G masculino sentado. O competidor tcheco Oldrich Jelinek terminou em décimo-sexto lugar no Super-G masculino sentado. +Arly Velasquez do México terminou em décimo-quinto lugar no Super-G masculino sentado. Adam Hall da Nova Zelândia terminou em nono lugar no Super-G masculino de pé. +Maciej Krezel, esquiador para deficientes visuais da Polónia, e a guia Anna Ogarzynska terminaram em décimo-terceiro no Super-G. Jong Seork Park, esquiador para deficientes visuais da Coreia do Sul, terminou em vigésimo-quarto no Super-G masculino. +As forças de paz da ONU, que chegaram ao Haiti após o terremoto de 2010, são acusadas de terem espalhado a doença, que começou perto do acampamento das tropas. +De acordo com a ação judicial, os resíduos do acampamento da ONU não foram adequadamente desinfetados, causando a entrada de bactérias no afluente do Rio Artibonite, um dos principais rios de Haiti. +Antes da chegada das tropas, o Haiti não tinha enfrentado problemas relacionados à doença desde os anos 1800. +O Instituto de Justiça e Democracia do Haiti referiu estudos independentes que sugerem que o batalhão de paz das Nações Unidas do Nepal, desconhecidamente, trouxe a doença para o Haiti. +Danielle Lantagne, uma especialista da ONU sobre a doença, afirmou que a epidemia provavelmente foi causada pelos pacificadores. +Hamilton confirmou que o Howard University Hospital admitiu o paciente em condição estável. +O paciente tinha viajado para a Nigéria, onde ocorreram alguns casos do vírus Ebola. +O hospital seguiu o protocolo de controlo de infecção, incluindo a separação do paciente de outros para evitar a possível infecção de outros. +Antes dos Simpsons, Simon tinha trabalhado em vários programas em várias posições. +Durante a década de 1980, trabalhou em programas como Taxi, Cheers e The Tracy Ullman Show. +Em 1989, ajudou a criar The Simpsons com Brooks e Groening, e foi responsável pela contratação da primeira equipa de roteiristas do programa. +Apesar de ter deixado o programa em 1993, manteve o título de produtor executivo e continuou a receber dezenas de milhões de dólares por temporada em royalties. +Anteriormente, a agência de notícias chinesa Xinhua informou que um avião tinha sido sequestrado. +De acordo com relatórios posteriores, o avião recebeu uma ameaça de bomba e foi desviado de volta para o Afeganistão, aterrando em Kandahar. +Os primeiros relatórios afirmam que o avião foi desviado de volta para o Afeganistão após ter sido negada uma aterragem de emergência em Ürümqi. +Acidentes aéreos são comuns no Irã, que tem uma frota envelhecida e mal mantida tanto para operações civis quanto militares. +As sanções internacionais impediram a compra de novos aviões. +No início da semana, um helicóptero da polícia despenhou-se, matando três pessoas e ferindo outras três. +No mês passado, o Irã sofreu o pior acidente aéreo dos últimos anos, quando um avião com destino à Armênia se despenhou, matando os 168 passageiros a bordo. +O mesmo mês, outro avião sobrevoou uma pista em Mashhad e colidiu com uma parede, matando dezoito pessoas. +Aerosmith cancelaram os seus últimos concertos da turnê. +A banda de rock estava programada para tocar nos E.U.A. e no Canadá até o dia 16 de setembro. +A turné foi cancelada após o cantor principal, Steven Tyler, ter sofrido uma lesão após cair do palco durante um concerto em 5 de agosto. +Murray perdeu o primeiro set num tie-break após ambos os homens terem mantido cada e todos os serviços do set. +Del Potro teve a vantagem inicial no segundo set, mas esta também exigiu um tie-break após atingir o 6-6. +Potro recebeu tratamento no ombro nessa altura, mas conseguiu voltar ao jogo. +O programa começou às 8:30 da noite, hora local (15:00 UTC). +Cantores famosos de todo o país apresentaram bhajans, ou canções devocionais, aos pés de Shri Shyam. +O cantor Sanju Sharma iniciou a noite, seguido de Jai Shankar Choudhary, que apresentou o chhappan bhog bhajan. O cantor Raju Khandelwal acompanhou-o. +Em seguida, Lakkha Singh liderou o canto dos bhajans. +108 pratos de Chhappan Bhog (no hinduísmo, 56 diferentes itens alimentícios, como doces, frutas, amêndoas, pratos etc. que são oferecidos aos deuses) foram servidos a Baba Shyam. +Lakkha Singh apresentou o chhappan bhog bhajan também. O cantor Raju Khandelwal acompanhou-o. +Na apresentação de abertura da Tokyo Game Show de quinta-feira, o presidente da Nintendo, Satoru Iwata, revelou o design do controler da nova consola da empresa, a Nintendo Revolution. +Semelhante a um controle de televisão, o controlador usa dois sensores instalados perto da televisão do usuário para triangularem sua posição no espaço tridimensional. +Isso permitirá aos jogadores controlar ações e movimentos em jogos de vídeo por meio de movimentos do dispositivo no ar. +Giancarlo Fisichella perdeu o controlo do seu carro e acabou a corrida muito cedo após o início. +O seu companheiro de equipa, Fernando Alonso, liderou a maior parte da corrida, mas terminou imediatamente após a sua paragem nos boxes, provavelmente devido a uma roda dianteira direita mal encaixada. +Michael Schumacher terminou a sua corrida pouco depois de Alonso, devido aos danos causados pela suspensão nas várias batalhas durante a corrida. +“Ela é muito linda e canta bem também”, afirmou, de acordo com um resumo da conferência de imprensa. +“A cada vez que fazemos uma repetição desta peça, sinto-me tocado até ao fundo do meu coração”. +Pouco mais de 3 minutos após o lançamento, uma câmara a bordo mostrou vários fragmentos de espuma de isolamento a separarem-se do tanque de combustível. +Contudo, não se acredita que tenham causado danos ao ônibus espacial. +N. Wayne Hale Jr., diretor do programa do ônibus espacial da NASA, afirmou que a espuma tinha caído "depois do que nos preocupa". +Cinco minutos após o início do espetáculo, um vento começa a soprar, cerca de um minuto depois, o vento atinge 70 km/h... Então a chuva começa a cair, mas com tanta força e tamanho que pressiona a pele como uma agulha, e depois a granizo cai do céu, as pessoas em pânico e gritando e a correrem uns sobre os outros. +Perdi a minha irmã e a sua amiga, e na minha viagem encontrei dois deficientes em cadeiras de rodas, pessoas a pular por cima deles e a empurrá-los", afirmou Armand Versace. +A NHK também informou que a central nuclear de Kashiwazaki Kariwa, na prefeitura de Niigata, estava operando normalmente. +A Hokuriku Electric Power Co. informou que não houve efeitos do sismo e que os reatores números 1 e 2 da sua planta nuclear de Shika foram desligados. +É relatado que cerca de 9.400 casas na região estão sem água e cerca de 100 sem eletricidade. +Algumas estradas foram danificadas, o serviço ferroviário foi interrompido nas áreas afetadas e o Aeroporto de Noto, em Ishikawa, permanece fechado. +Uma bomba explodiu fora do gabinete do governador-geral. +Três mais bombas explodiram perto de edifícios governamentais num período de duas horas. +Alguns relatórios colocam o número de mortos oficiais em oito, e relatórios oficiais confirmaram que até 30 ficaram feridos; mas os números finais ainda não são conhecidos. +Ambas a ácido cíanúrico e o melamina foram encontrados em amostras de urina de animais domésticos que morreram após ingerirem alimentos para animais contaminados. +As duas substâncias reagiram entre si para formar cristais que podem bloquear a função renal, afirmaram os investigadores da universidade. +Os pesquisadores observaram cristais formados na urina de gato pela adição de melamina e ácido cíanúrico. +A composição desses cristais corresponde às encontradas na urina dos animais afetados quando comparadas por espectroscopia de infravermelho (FTIR). +Não sei se você percebe ou não, mas a grande maioria dos produtos da América Central entrou neste país sem taxas. +No entanto, 80% dos nossos produtos foram taxados por tarifas nos países da América Central. +Isso não parecia fazer sentido para mim; certamente não era justo. +Todo o que digo às pessoas é que nos tratem da mesma forma que nós os tratamos. +O governador da Califórnia, Arnold Schwarzenegger, assinou uma lei que proíbe a venda ou alugação de jogos de vídeo violentos a menores. +A lei exige que os jogos violentos vendidos no estado da Califórnia sejam etiquetados com uma etiqueta com o número "18" e que a sua venda a menores seja punível com uma multa de 1.000 dólares por infração. +O Procurador-Geral, Kier Starmer QC, deu uma declaração esta manhã anunciando a acusação de Huhne e Pryce. +Huhne demitiu-se e será substituído no gabinete por Ed Davey, deputado. Norman Lamb, deputado, é esperado para assumir o cargo de ministro da Economia que Davey deixou vago. +Huhne e Pryce estão agendados para comparecer no Tribunal de Magistrados de Westminster no dia 16 de fevereiro. +As vítimas foram Nicholas Alden, de 25 anos, e Zachary Cuddeback, de 21 anos. Cuddeback tinha sido o condutor. +Edgar Veguilla recebeu ferimentos no braço e na mandíbula, enquanto Kristoffer Schneider precisou de cirurgia reconstructiva para o seu rosto. +A arma de Uka falhou quando estava apontada para a cabeça do quinto homem. Schneider continua a sofrer com dor, cegueira no olho esquerdo, uma secção de crânio desaparecida e um rosto reconstituído com titânio. +Schneider testemunhou via videolink de uma base da Força Aérea dos E.U.A. no seu país de origem. +Além do evento de quinta-feira, Carpanedo competiu em duas corridas individuais nos Campeonatos. +O seu primeiro foi o Slalom, onde obteve um Did Not Finish no seu primeiro percurso. 36 dos 116 competidores obtiveram o mesmo resultado nessa corrida. +A sua outra corrida, o Slalom Gigante, viu-a terminar na décima posição no grupo de mulheres sentadas, com um tempo total de 4:41,30 minutos, 2:11,60 minutos mais lento do que a vencedora, a austríaca Claudia Loesch, e 1:09,02 minutos mais lento do que a nona classificada, a húngara Gyöngyi Dani. +Quatro esquiadoras do grupo sentado feminino não conseguiram terminar as suas corridas, e 45 dos 117 total de esquiadores do Giant Slalom não conseguiram classificar-se para a competição. +A polícia de Madhya Pradesh recuperou o notebook roubado e o telemóvel. +O Deputado Inspetor Geral D K Arya afirmou: "Aprisionámos cinco pessoas que violaram a suíça e recuperámos o seu telemóvel e o seu laptop". +Os acusados são chamados de Baba Kanjar, Bhutha Kanjar, Rampro Kanjar, Gaza Kanjar e Vishnu Kanjar. +O superintendente da polícia Chandra Shekhar Solanki afirmou que os acusados compareceram ao tribunal com os rostos cobertos. +Apesar de três pessoas estarem dentro da casa quando o carro a atingiu, ninguém ficou ferido. +Contudo, o condutor sofreu ferimentos graves na cabeça. +A estrada onde o acidente ocorreu foi temporariamente fechada enquanto os serviços de emergência libertaram o condutor do Audi TT vermelho. +Inicialmente, foi hospitalizado no James Paget Hospital em Great Yarmouth. +Em seguida, foi transferido para o Hospital Addenbrooke, em Cambridge. +Desde então, Adekoya enfrenta acusações de homicídio do seu próprio filho no Tribunal do Xerife de Edimburgo. +Ela encontra-se sob custódia até à acusação e ao julgamento, mas qualquer testemunho ocular pode ser prejudicado, uma vez que a sua imagem foi amplamente publicada. +Esta prática é comum em outros lugares do Reino Unido, mas a justiça escocesa funciona de maneira diferente e os tribunais consideraram a publicação de fotografias como potencialmente prejudicial. +A professora Pamela Ferguson, da Universidade de Dundee, observa que "os jornalistas estão a caminhar por uma linha perigosa ao publicar fotografias etc. dos suspeitos". +O Gabinete do Procurador-Geral, que tem a responsabilidade geral das acusações, indicou aos jornalistas que não haverá mais comentários até à acusação. +De acordo com a fuga, o documento referir-se-á ao conflito de fronteiras, que a Palestina quer baseado nas fronteiras antes da Guerra do Oriente Médio de 1967. +Outros temas abordados supostamente incluem o estado futuro de Jerusalém, que é sagrado para ambas as nações, e a questão do Vale do Jordão. +Israel exige uma presença militar permanente no vale durante dez anos após a assinatura de um acordo, enquanto a PA concorda com uma presença de apenas cinco anos. +Os tiroteiros do experimento de controle de pragas complementar deverão ser supervisionados de perto pelos guardas, pois o experimento é monitorado e a sua efetividade avaliada. +Numa parceria entre a NPWS e a Sporting Shooters Association of Australia (NSW) Inc, foram recrutados voluntários qualificados, dentro do programa de caça do Sporting Shooters Association. +De acordo com Mick O'Flynn, o Diretor Adjunto de Conservação e Património do Parque com a NPWS, os quatro atiradores selecionados para a primeira operação de tiro receberam instrução completa sobre segurança e treinamento. +Martelly jurou hoje um novo Conselho Eleitoral Provisório (CEP) de nove membros. +É o quinto CEP de Martelly em quatro anos. +No mês passado, uma comissão presidencial recomendou a renúncia do antigo CEP como parte de um pacote de medidas para levar o país a novas eleições. +A comissão foi a resposta de Martelly a protestos contra o regime que se iniciaram em outubro. +As manifestações, às vezes violentas, foram provocadas pela falha em realizar as eleições, algumas desde 2011. +Arredor de 60 casos de iPods defeituosos a sobreaquecer foram relatados, causando seis incêndios e deixando quatro pessoas com ferimentos leves. +O Ministério de Economia, Comércio e Indústria do Japão (METI) afirmou que tinha conhecimento de 27 acidentes relacionados com os dispositivos. +Na semana passada, o METI anunciou que a Apple tinha informado dela de 34 incidentes adicionais de sobreaquecimento, que a empresa chamou de "não-serios". +O ministério respondeu dizendo que a postergação da Apple do relatório era "verdadeiramente lamentável". +O sismo atingiu Mariana às 07:19 da manhã, hora local (09:19 da noite de sexta-feira, hora de verão britânica). +O escritório de gestão de emergência das Ilhas Marianas do Norte afirmou que não houve relatos de danos na nação. +Também o Centro de Aviso de Tsunami do Pacífico afirmou que não havia indícios de tsunami. +Um antigo policial filipino sequestrou um ônibus com turistas de Hong Kong em Manila, a capital das Filipinas. +Rolando Mendoza disparou um rifle M16 contra os turistas. +Foram libertados vários reféns e pelo menos seis foram confirmados mortos até agora. +Seis reféns, incluindo crianças e idosos, foram libertados cedo, assim como os fotógrafos filipinos. +Os fotógrafos foram substituídos por uma senhora idosa que precisava ir ao banheiro. Mendoza foi abatido. +Liggins seguiu os passos do pai e entrou numa carreira médica. +Foi treinado como obstetra e começou a trabalhar no Hospital Nacional de Mulheres de Auckland em 1959. +Enquanto trabalhava no hospital, Liggins começou a investigar o trabalho prematuro durante o seu tempo livre. +Os seus estudos demonstraram que, se um hormônio fosse administrado, aceleraria a maturação pulmonar fetal do bebé. +De acordo com a Xinhua, investigadores do governo recuperaram duas "caixas pretas" com registos de voo na quinta-feira. +Outros lutadores também prestaram homenagem a Luna. +Tommy Dreamer afirmou que "Luna foi a primeira Rainha do Extremo. A minha primeira gerente. Luna faleceu numa noite de duas luas. Muito singular, como ela. Mulher forte". +Dustin "Goldust" Runnels comentou que "Luna era tão estranha como eu... talvez mais... adoro-a e vão deixar-me faltar... espero que esteja num lugar melhor". +Dentre as 1.400 pessoas questionadas antes das eleições federais de 2010, os que se opõem à transformação da Austrália numa república aumentaram em 8% desde 2008. +A primeira-ministra interina Julia Gillard afirmou durante a campanha das eleições federais de 2010 que acreditava que a Austrália deveria tornar-se uma república ao final do reinado da Rainha Elizabeth II. +34% dos participantes na sondagem compartilham esta visão, querendo que a Rainha Elizabeth II seja a última monarca da Austrália. +Nos extremos da sondagem, 29% dos entrevistados acreditam que a Austrália deveria tornar-se uma república o mais rápido possível, enquanto 31% acreditam que a Austrália nunca deveria tornar-se uma república. +O medalhista olímpico deveria nadar os 100 e 200 metros livre e participar em três revezamentos nos Jogos da Commonwealth, mas devido às suas queixas a sua forma física foi colocada em dúvida. +Não conseguiu tomar as drogas necessárias para superar o seu sofrimento, pois estão proibidas nos Jogos. +Curtis Cooper, um matemático e professor de ciência da computação da Universidade do Missouri Central, descobriu o maior número primo conhecido até à data em 25 de janeiro. +Several pessoas confirmaram a descoberta usando diferentes hardware e software no início de fevereiro e foi anunciada na terça-feira. +Cometas podem ter sido uma fonte de água para a Terra, além de matéria orgânica que pode formar proteínas e sustentar a vida. +Os cientistas esperam entender como os planetas se formam, especialmente como a Terra se formou, pois há muito tempo que cometas colidiram com a Terra. +Cuomo, de 53 anos, iniciou o seu mandato a início deste ano e assinou um projeto de lei no mês passado que legalizou o casamento entre pessoas do mesmo sexo. +Ele se referiu às especulações como "um barulho político e estúpido". +Ele é especulado para concorrer à presidência em 2016. +NextGen é um sistema que a FAA afirma que permitiria que os aviões pudessem voar por rotas mais curtas e economizassem milhões de galões de combustível por ano, além de reduzirem as emissões de carbono. +Ele usa tecnologia satélite em oposição à tecnologia de radar terrestre mais antiga para permitir que os controladores de tráfego aéreo possam localizar aeronaves com maior precisão e dar aos pilotos informações mais precisas. +Não há serviços de transporte adicionais e os trens subterrâneos não pararão em Wembley. Além disso, não há estruturas de estacionamento e parque-e-viagem disponíveis no estádio. +Os receios de falta de transporte levantaram a possibilidade de a partida ser jogada por trás de portas fechadas sem a presença dos apoiantes da equipa. +Um estudo publicado na quinta-feira no jornal Science relatou a formação de uma nova espécie de ave nas Ilhas Galápagos do Equador. +Pesquisadores da Universidade de Princeton nos E.U.A. e da Universidade de Uppsala na Suécia relataram que a nova espécie evoluiu em apenas duas gerações, embora este processo tivesse sido acreditado levar muito mais tempo, devido ao cruzamento entre um pássaro endêmico, o Darwin finch, Geospiza fortes, e um imigrante, o pássaro do cacto, Geospiza conirostris. +O ouro pode ser trabalhado em todos os tipos de formas. Pode ser enrolado em formas minúsculas. +Pode ser esticado em fio fino, que pode ser enrolado e enfeitado. Pode ser martelado ou enrolado em lâminas. +Pode ser feito muito fino e aderido a outros metais. Pode ser feito tão fino que, às vezes, era usado para decorar as ilustrações pintadas à mão em livros chamados "manuscritos iluminados". +Isso é chamado de pH químico. Você pode fazer um indicador usando suco de repolho vermelho. +O suco de repolho muda de cor de acordo com a acidez ou alcalinidade química. +O nível de pH é indicado pela quantidade de íons de hidrogênio (o H do pH) presentes na substância química testada. +Os íons de hidrogênio são prótons que perderam seus elétrons (pois os átomos de hidrogênio consistem em um próton e um elétron). +Misture os dois póros secos e, com as mãos limpas e molhadas, forme uma bola. +A humidade nas mãos vai reagir com as camadas externas, que vai sentir-se estranho e formar uma espécie de casca. +As cidades de Harappa e Mohenjo-daro tinham um banheiro com água corrente em quase todas as casas, ligado a um sofisticado sistema de esgoto. +Foram encontrados vestígios de sistemas de esgoto nas casas das cidades minoicas de Creta e de Santorini, na Grécia. +Havia também banheiros no antigo Egito, na Pérsia e na China. Na civilização romana, os banheiros eram às vezes parte de banhos públicos, onde homens e mulheres estavam juntos em companhias mistas. +Quando você chama alguém que está a milhares de quilômetros de distância, você está usando um satélite. +O satélite no espaço recebe a chamada e reflete-a de volta, quase instantaneamente. +O satélite foi enviado ao espaço por um foguete. Os cientistas usam telescópios no espaço porque a atmosfera da Terra distorce parte da nossa luz e visão. +É preciso de um foguete gigante com mais de 100 pés de altura para colocar um satélite ou um telescópio no espaço. +A roda mudou o mundo de maneira incrível. A coisa mais importante que a roda nos deu foi um transporte muito mais fácil e rápido. +Ele nos trouxe o trem, o automóvel e muitos outros dispositivos de transporte. +Baixo deles estão mais gatos de tamanho médio que se alimentam de presas de tamanho médio, que vão de coelhos a antilopes e cervos. +Finalmente, há muitos gatos pequenos (incluindo animais domésticos) que se alimentam de presas muito mais numerosas, como insetos, roedores, lagartos e pássaros. +O segredo do seu sucesso é o conceito da niche, um trabalho especial que cada gato tem que o mantém fora da concorrência com outros. +Os leões são os gatos mais sociais, vivendo em grandes grupos chamados de prides. +Os prados são compostos por um a três machos adultos relacionados, além de até trinta fêmeas e filhotes. +As fêmeas são geralmente parentes próximas, sendo uma grande família de irmãs e filhas. +As prides de leões se comportam muito semelhantes aos grupos de lobos ou cães, animais surpreendentemente semelhantes aos leões (mas não a outros grandes felinos) no comportamento, e também muito mortíferos para suas presas. +Um atleta bem equilibrado, o tigre pode subir (embora não bem), nadar, saltar grandes distâncias e puxar com cinco vezes a força de um homem forte. +O tigre é do mesmo grupo (gênero Panthera) que os leões, os leopardos e os jaguar. Esses quatro felinos são os únicos que podem rugar. +O rugido do tigre não é como o rugido de voz completa de um leão, mas mais como uma frase de palavras gritadas. +Os ocelotes gostam de comer pequenos animais. Eles capturam macacos, cobras, roedores e pássaros se conseguem. Quase todos os animais que o ocelote caça são muito menores do que ele. +Os cientistas acreditam que os ocelotes seguem e encontram animais para comer (alimentos) pelo cheiro, olfatando onde estiveram no chão. +Eles podem ver muito bem na escuridão com visão noturna e se movimentam muito discretamente também. Os ocelotes caçam suas presas escondendo-se no meio do ambiente e depois atacando-as. +Quando um pequeno grupo de seres vivos (uma pequena população) se separa da população principal que eles vieram de (como se eles movessem por uma cordilheira de montanhas ou por um rio, ou se mudassem para uma nova ilha para que não possam retornar facilmente), eles frequentemente encontram-se em um ambiente diferente do que o em que estavam antes. +Este novo ambiente tem recursos diferentes e competidores diferentes, então a nova população vai precisar de características ou adaptações diferentes para serem mais fortes competidores do que eram antes. +A população original não mudou em nada, ainda precisam dos mesmos ajustes que antes. +Com o passar do tempo, à medida que a nova população começa a se adaptar ao seu novo ambiente, eles começam a se parecer cada vez menos com a outra população. +Eventualmente, após milhares ou até mesmo milhões de anos, as duas populações serão tão diferentes que não poderão ser chamadas da mesma espécie. +Chamamos esse processo de especiação, que significa a formação de novas espécies. A especiação é uma consequência inevitável e uma parte muito importante da evolução. +As plantas produzem oxigênio que os humanos respiram, e absorvem dióxido de carbono que os humanos exalam (ou seja, expiram). +As plantas fazem a sua comida do sol por meio da fotossíntese. Além disso, elas fornecem sombra. +Criamos nossas casas com plantas e fazemos roupas com plantas. A maioria das comidas que comemos são plantas. Sem plantas, os animais não poderiam sobreviver. +O Mosasauro era o predador apex de sua época, portanto, tinha medo de nada, exceto de outros mosasauros. +As suas mandíbulas longas estavam cobertas por mais de 70 dentes afiados como lâminas, além de um conjunto adicional no teto da sua boca, o que significa que não havia fuga para nada que cruzasse seu caminho. +Não sabemos com certeza, mas pode ter tido uma língua dividida. A sua dieta incluía tartarugas, peixes grandes, outros mosasurso e até pode ter sido um canibal. +Além disso, atacava tudo que entrava na água; mesmo um dinossauro gigante, como o T. rex, não seria capaz de resistir-lhe. +Mesmo que a maior parte de sua alimentação seja familiar para nós, os romanos tinham seu contingente de comidas estranhas ou incomuns, incluindo javalis, paixões, caracóis e um tipo de roedor chamado dormouse. +Outra diferença era que enquanto os pobres e as mulheres comiam sentados em cadeiras, os homens ricos gostavam de fazer banquetes juntos, onde ficavam de lado enquanto comiam. +As refeições romanas antigas não podiam incluir alimentos que vieram da América para a Europa ou da Ásia nos séculos seguintes. +Por exemplo, eles não tinham milho, nem tomate, nem batata, nem cacau, e nenhum romano antigo provou um peru. +Os babilônios construíram cada um de seus deuses um templo principal que era considerado o lar do deus. +As pessoas traziam sacrifícios aos deuses e os sacerdotes tentavam atender às necessidades dos deuses através de cerimônias e festivais. +Cada templo possuía um pátio interno aberto e, em seguida, um santuário interno que só os sacerdotes podiam entrar. +Às vezes, eram construídas torres piramidais especiais, chamadas de ziguratas, para fazer parte dos templos. +O topo da torre era um santuário especial para o deus. +No clima quente do Oriente Médio, a casa não era tão importante. +A maior parte da vida da família hebraica aconteceu ao ar livre. +As mulheres cozinhavam no quintal; os armazéns eram simples mesas com vista para a rua. Os edifícios eram construídos com pedra. +Não havia grandes florestas no país de Canaã, então a madeira era extremamente cara. +A Groenlândia foi colonizada esparsamente. Nas sagas nórdicas, diz-se que Erik, o Vermelho, foi exilado da Islândia por assassinato, e quando viajou mais para o oeste, encontrou a Groenlândia e deu-lhe o nome de Groenlândia. +Mas, independentemente de sua descoberta, tribos esquimós já viviam ali na época. +Apesar de cada país ser "escandinávio", houve muitas diferenças entre os povos, os reis, os costumes e a história da Dinamarca, da Suécia, da Noruega e da Islândia. +Se você tiver assistido ao filme National Treasure, pode pensar que uma mapa do tesouro foi escrita na parte de trás da Declaração da Independência. +No entanto, isso não é verdade. Embora haja algo escrito na parte de trás do documento, não se trata de uma mapa do tesouro. +Na parte de trás da Declaração de Independência estão as palavras "Declaração Original de Independência datada de 4 de julho de 1776". O texto aparece na parte inferior do documento, ao contrário. +Embora ninguém saiba com certeza quem o escreveu, sabe-se que, no início da sua vida, o grande documento em pergamino (que mede 29¾ polegadas por 24½ polegadas) foi enrolado para armazenamento. +Portanto, é provável que a notação tenha sido adicionada simplesmente como etiqueta. +Os desembarques de D-Day e as batalhas seguintes libertaram o norte da França, mas o sul ainda não estava livre. +Ela foi governada pelos "Vichy" franceses. Eram franceses que fizeram a paz com os alemães em 1940 e trabalharam com os invasores em vez de lutarem contra eles. +Em 15 de agosto de 1940, os Aliados invadiram o sul da França, a invasão recebeu o nome de "Operação Dragoon". +Em apenas duas semanas, os americanos e as forças livres francesas liberaram o sul da França e começaram a dirigirem-se para a Alemanha. +Uma civilização é uma cultura singular compartilhada por um grupo significativo de pessoas que vivem e trabalham cooperativamente, uma sociedade. +A palavra civilização vem do latim civilis, que significa civil, relacionado ao latim civis, que significa cidadão, e civitas, que significa cidade ou cidade-estado, e que também define de alguma forma o tamanho da sociedade. +As cidades-estados são os precursores das nações. Uma cultura civil implica a transmissão de conhecimento entre várias gerações, uma marca cultural persistente e uma disseminação justa. +Culturas menores muitas vezes desaparecem sem deixar evidências históricas relevantes e não conseguem ser reconhecidas como verdadeiras civilizações. +Durante a Guerra Revolucionária, os treze estados formaram um governo central fraco, com o Congresso sendo sua única parte, sob os Artigos da Confederação. +O Congresso não possuía nenhum poder para impôr impostos, e, pois não existia um executivo nacional nem um judiciário, recorria às autoridades estaduais, que muitas vezes eram desinteressadas, para executar todos os seus atos. +Além disso, não tinha autoridade para superar as leis tributárias e as tarifas entre os estados. +Os Artigos exigiam o consentimento unânime de todos os estados antes de poderem ser alterados, e os estados tomaram o governo central com tanta leviandade que os seus representantes muitas vezes não compareciam. +A Seleção Nacional de Futebol da Itália, junto com a Seleção Nacional de Futebol da Alemanha, é a segunda equipe mais bem sucedida do mundo e foi campeã do Copa do Mundo da FIFA em 2006. +Os esportes mais populares incluem futebol, basquetebol, voleibol, polo aquático, rugby, ciclismo, hóquei no gelo, hóquei em patins e F1. +Os esportes de inverno são os mais populares nas regiões do norte, com os italianos competindo em jogos internacionais e nos eventos olímpicos. +O Japão possui quase 7.000 ilhas (a maior delas é Honshu), o que o torna a 7ª maior ilha do mundo! +Devido ao agrupamento/cluster de ilhas que o Japão possui, o Japão é muitas vezes referido, a partir de uma perspetiva geográfica, como um "arquipélago". +O início da história de Taiwan remonta ao século XV, onde marinheiros europeus que passaram pelo local registaram o nome da ilha como Ilha Formosa, ou Ilha Bonita. +Em 1624, a Companhia Holandesa das Índias Orientais estabelece uma base no sueste de Taiwan, iniciando uma transformação nas práticas de produção de grãos nativos e empregando trabalhadores chineses para trabalhar nas suas plantações de arroz e açúcar. +Em 1683, as forças da dinastia Qing (1644-1912) tomaram o controle das áreas costeiras ocidental e norte de Taiwan e declararam Taiwan como uma província do Império Qing em 1885. +Em 1895, após a derrota na Primeira Guerra sino-japonesa (1894-1895), o governo Qing assinou o Tratado de Shimonoseki, pelo qual cedia a soberania sobre Taiwan ao Japão, que governou a ilha até 1945. +O Machu Picchu é composto por três estruturas principais, a saber, o Intihuatana, o Templo do Sol e a Sala das Três Janelas. +A maioria dos edifícios nos limites do complexo foi reconstruída para dar aos turistas uma melhor ideia de como eles se apresentavam originalmente. +Em 1976, 30% de Machu Picchu haviam sido restaurados, e a restauração continua até hoje. +Por exemplo, o formato de imagem fixa mais comum no mundo é o de 35 mm, que foi o tamanho de filme dominante no final da era analógica. +É produzido até hoje, mas, mais importante, seu formato de aspecto foi herdado pelos sensores de imagem das câmaras digitais. +O formato de 35 mm é, na verdade, um pouco confusamente, 36 mm de largura por 24 mm de altura. +Por isso, o aspecto do formato (divisão por doze para obter a mais simples proporção inteira) é dito ser 3:2. +Muitos formatos comuns (familia de formatos APS, por exemplo) são iguais ou aproximam-se bastante deste aspecto. +A muito abusada e muitas vezes ridicularizada regra de terços é uma simples orientação que cria dinâmica enquanto mantém uma medida de ordem em uma imagem. +Ele afirma que o local mais eficaz para o assunto principal é na interseção das linhas que dividem a imagem em terços verticais e horizontais (ver exemplo). +Durante este período da história europeia, a Igreja Católica, que havia se tornado rica e poderosa, foi analisada. +Por mais de mil anos, a religião cristã tinha unido os estados europeus, apesar das diferenças de língua e costumes. +Seu poder omnipresente afetou todos, desde o rei até o comum. +Uma das principais crenças cristãs é que a riqueza deve ser usada para aliviar o sofrimento e a pobreza, e que os fundos monetários da igreja estão disponíveis exatamente para esse propósito. +A autoridade central da igreja se encontrava em Roma há mais de mil anos e esta concentração de poder e dinheiro levou muitos a questionar se este princípio estava a ser cumprido. +Logo após o início das hostilidades, a Grã-Bretanha iniciou um bloqueio naval da Alemanha. +A estratégia mostrou-se eficaz, cortando as fornecimentos militares e civis vitais, embora esta bloqueio violasse o direito internacional geralmente aceito, codificado por vários acordos internacionais dos últimos dois séculos. +A Grã-Bretanha minou águas internacionais para impedir que qualquer navio entrasse em partes inteiras do oceano, causando perigo para navios neutros. +Como a resposta a esta estratégia foi limitada, a Alemanha esperava uma resposta semelhante à sua guerra submarina sem restrições. +Durante a década de 1920, as atitudes dominantes dos cidadãos e das nações era o pacifismo e a isolamento. +Após verem os horrores e atrocidades da guerra durante a Primeira Grande Guerra, as nações desejaram evitar uma situação semelhante no futuro. +Em 1884, Tesla mudou-se para os Estados Unidos da América para aceitar um emprego na Edison Company em Nova Iorque. +Ele chegou nos E.U.A. com 4 centavos nas mãos, um livro de poesia e uma carta de recomendação de Charles Batchelor (o seu gerente no seu antigo emprego) para Thomas Edison. +A China antiga tinha uma maneira única de mostrar diferentes períodos históricos; cada etapa da China ou cada família que exercia o poder era uma distinta dinastia. +Além disso, entre cada dinastia existia um período instável de províncias divididas. O período mais conhecido destas épocas foi o de Três Reinos, que durou 60 anos entre as dinastias Han e Jin. +Durante essas épocas, ocorreram violentas batalhas entre muitos nobres que lutavam pelo trono. +A Era dos Três Reinos foi uma das épocas mais sangrentas da história da China Antiga. Milhares de pessoas morreram lutando para ocupar o trono do palácio imperial em Xi'an. +Existem muitos efeitos sociais e políticos, como o uso do sistema métrico, uma mudança do absolutismo para o republicanismo, o nacionalismo e a crença de que o país pertence ao povo e não a um só governante. +Também após a Revolução, as vagas eram abertas a todos os candidatos masculinos, permitindo que os mais ambiciosos e bem-sucedidos tivessem sucesso. +O mesmo aconteceu com o exército, pois, em vez de as classificações militares serem baseadas na classe, elas passaram a ser baseadas no calibre. +A Revolução Francesa também inspirou muitos outros trabalhadores reprimidos de outros países a iniciar suas próprias revoluções. +Muhammad era profundamente interessado nos assuntos além da vida mundana. Ele costumava frequentar uma caverna que ficou conhecida como "Hira'", na montanha de "Noor" (luz) para meditação. +A própria caverna, que sobreviveu aos tempos, dá uma imagem muito viva das inclinações espirituais de Maomé. +Situada no topo de uma das montanhas ao norte de Meca, a caverna está completamente isolada do resto do mundo. +Na verdade, não é fácil encontrá-lo, mesmo que se saiba que existe. Uma vez dentro da caverna, é totalmente isolado. +Nada podemos ver além do céu claro e bonito acima e das muitas montanhas que nos rodeiam. Muito pouco deste mundo podemos ver ou ouvir dentro da caverna. +A Grande Pirâmide de Gizé é a única das Sete Maravilhas que ainda existe hoje. +Construída pelos egípcios no século III a.C., a Grande Pirâmide é uma das muitas estruturas piramidais construídas para homenagear os falecidos faraós. +O Planalto de Giza, ou "Necrópole de Giza" no Vale dos Mortos do Egito, contém várias pirâmides (a maior delas é a Grande Pirâmide), vários pequenos túmulos, vários templos e a Grande Esfinge. +A Grande Pirâmide foi criada para homenagear o faraó Khufu, e muitas das pirâmides menores, tumbas e templos foram construídas para homenagear as esposas e membros da família de Khufu. +O sinal "up bow" assemelha-se a uma letra V e o sinal "down bow" assemelha-se a uma agulha ou um quadrado sem sua parte inferior. +Up significa que você deve começar pela ponta e empurrar o arco, e down significa que você deve começar pela rã (onde sua mão está apertando o arco) e tirar o arco. +Um arco ascendente geralmente produz um som mais suave, enquanto um arco descendente é mais forte e assertivo. +Seja bem-vindo a traçar suas próprias marcas, mas lembre-se de que as marcas impressas são para uma razão musical, então elas geralmente devem ser respeitadas. +O rei Luís XVI, a rainha Maria Antónia, os seus dois filhos (de 11 e 4 anos de idade) e a irmã do rei, Madalena Isabel, em 6 de outubro de 1789, foram forçados a retornar a Paris de Versalas por uma multidão de mulheres do mercado. +Em uma carruagem, eles viajaram de volta para Paris cercados por uma multidão de gritos e ameaças contra o Rei e a Rainha. +A multidão obrigou o Rei e a Rainha a terem as janelas do carro abertas. +Em um momento, um membro da multidão agitou a cabeça de um guarda real morto em Versalhes diante da rainha terrorizada. +As despesas de guerra do imperialismo norte-americano na conquista das Filipinas foram pagas pelo próprio povo filipino. +Eles foram obrigados a pagar impostos ao regime colonial dos E.U.A. para compensar uma grande parte das despesas e dos juros dos títulos emitidos no nome do governo filipino pelas casas bancárias de Wall Street. +Claro, as superprofitabilidades derivadas da prolongada exploração do povo filipino constituem os ganhos básicos do imperialismo norte-americano. +Para entender os Templários, é preciso entender o contexto que motivou a criação da ordem. +A idade em que os eventos ocorreram é comumente referida como Idade Média Tardia, período da história europeia dos séculos XI, XII e XIII (AD 1000-1300). +Os Altos Medievos foram precedidos pelos Médios Iniciais e sucedidos pelos Médios Tardios, que por convenção acabam por volta de 1500. +O determinismo tecnológico é um termo que abrange uma ampla gama de ideias em prática, desde a pressão tecnológica ou o imperativo tecnológico a um sentido estrito de que o destino humano é dirigido por uma lógica subjacente associada às leis científicas e sua manifestação na tecnologia. +A maioria das interpretações do determinismo tecnológico compartilham duas ideias gerais: a de que o próprio desenvolvimento da tecnologia segue um caminho largamente além da influência cultural ou política, e a de que a tecnologia, por sua vez, tem "efeitos" na sociedade que são intrínsecos, em vez de socialmente condicionados. +Por exemplo, uma pessoa pode dizer que o automóvel é necessário para o desenvolvimento das estradas. +No entanto, uma rede rodoviária nacional não é viável economicamente para apenas um punhado de carros, então novos métodos de produção são desenvolvidos para reduzir os custos de posse de automóvel. +A propriedade massiva de automóveis também leva a uma maior incidência de acidentes nas estradas, o que leva à invenção de novas técnicas em saúde para a reparação de corpos danificados. +O romantismo tinha um grande elemento de determinismo cultural, extraído de escritores como Goethe, Fichte e Schlegel. +No contexto do Romantismo, a geografia moldou os indivíduos, e, com o passar do tempo, as costumes e a cultura relacionadas àquela geografia surgiram, e estas, sendo em harmonia com o lugar da sociedade, foram melhores do que as leis arbitrariamente impostas. +Da mesma forma que Paris é conhecido como a capital da moda do mundo contemporâneo, Constantinopla era vista como a capital da moda da Europa feudal. +Seu renome de epicentro do luxo começou por volta de 400 d.C. e durou até por volta de 1100 d.C. +Seu status declinou durante o século XII principalmente devido ao fato de que os cruzados tinham retornado trazendo presentes como sedas e especiarias que eram mais apreciados do que o que os mercados Bizantinos ofereciam. +Foi nessa época que o título de Capital da Moda foi transferido de Constantinopla para Paris. +O estilo gótico atingiu seu auge entre os séculos 10 e 11 e o século 14. +No início, a vestimenta foi fortemente influenciada pela cultura bizantina no leste. +No entanto, devido aos canais de comunicação lentos, os estilos ocidentais podem ficar atrás por 25 a 30 anos. +no final da Idade Média, a Europa Ocidental começou a desenvolver seu próprio estilo. Um dos maiores desenvolvimentos da época como resultado das cruzadas, as pessoas começaram a usar botões para ajustar a roupa. +A agricultura de subsistência é a agricultura feita para produzir o suficiente de alimentos para atender apenas às necessidades do agriculturalista e da sua família. +A agricultura de subsistência é um sistema simples, geralmente orgânico, que usa sementes guardadas nativas da ecorregião combinadas com a rotação de culturas ou outras técnicas relativamente simples para maximizar a produção. +Historicamente, a maioria dos agricultores se dedicava à agricultura de subsistência, e isso ainda acontece em muitos países em vias de desenvolvimento. +As subculturas unem indivíduos com ideias semelhantes que se sentem ignorados pelos padrões da sociedade e permitem-lhes desenvolver um sentido de identidade. +As subculturas podem ser distintas devido à idade, etnia, classe, localização e/ou gênero dos membros. +As qualidades que determinam uma subcultura como distinta podem ser linguísticas, estéticas, religiosas, políticas, sexuais, geográficas ou uma combinação de fatores. +Membros de uma subcultura geralmente indicam sua afiliação por meio de um uso distinto e simbólico do estilo, que inclui modas, maneirismos e argot. +Uma das formas mais comuns de ilustrar a importância da socialização é referir-se aos poucos infelizes casos de crianças que, por negligência, desgraça ou abuso deliberado, não foram socializadas por adultos enquanto cresciam. +Tais crianças são chamadas de "ferais" ou selvagens. Algumas crianças selvagens foram confinadas por pessoas (geralmente seus próprios pais); em alguns casos, o abandono da criança foi decorrente da rejeição dos pais a uma deficiência intelectual ou física grave do filho. +Crianças feral podem ter sofrido abuso e traumas graves antes de serem abandonadas ou fugirem. +Outros são alegados terem sido criados por animais; alguns dizem que viveram na natureza sozinhos. +Quando totalmente criado por animais não humanos, o filho selvagem exibe comportamentos (dentro dos limites físicos) quase completamente semelhantes aos do animal de cuidado específico, como seu medo ou indiferença aos humanos. +Mesmo que o aprendizado baseado em projetos deveria tornar o aprendizado mais fácil e interessante, a estruturação vai além disso. +A estrutura de suporte não é um método de aprendizado, mas sim um auxílio que dá suporte a indivíduos que estão passando por uma nova experiência de aprendizado, como o uso de um novo programa de computador ou o início de um novo projeto. +As estruturas podem ser tanto virtuais quanto reais, ou seja, um professor é uma forma de estrutura, mas também o pequeno homem de ferradura do Microsoft Office. +Os Scaffolds virtuais são internos no software e são destinados a questionar, incentivar e explicar procedimentos que podem ter sido demasiado desafiantes para o aluno lidar sozinho. +As crianças são colocadas em cuidados de fomento por uma ampla gama de motivos, que vão desde o abandono, ao abuso e até à extorsão. +Nenhum criança deve ter de crescer em um ambiente que não seja nutritivo, carinhoso e educativo, mas eles o fazem. +Percebemos o Sistema de Cuidados de Foster como uma zona de segurança para esses crianças. +O nosso sistema de acolhimento de crianças está suposto para fornecer casas seguras, cuidados afetuosos, educação estável e cuidados de saúde confiáveis. +O cuidado de fomento é suposto fornecer todas as necessidades que faltavam na casa em que foram retirados anteriormente. +A Internet combina elementos tanto da comunicação de massa quanto da comunicação interpessoal. +As características distintas da Internet levaram a uma abordagem adicional em termos de usos e gratificações. +Por exemplo, "aprendizado" e "socialização" são sugeridos como importantes motivos para o uso da Internet (James et al., 1995). +“Envolvimento pessoal” e “relações contínuas” também foram identificados como novos aspectos motivacionais por Eighmey e McCord (1998) quando investigavam as reações do público a sites. +O uso da gravação de vídeo levou a importantes descobertas na interpretação de micro-expressões, movimentos faciais que duram algumas milissegundos. +Em particular, afirma-se que é possível detectar se uma pessoa está a mentir ao interpretar corretamente as micro-expressões. +Oliver Sacks, no seu artigo The President's Speech, indicou como as pessoas que não conseguem entender o discurso devido a lesões cerebrais são capazes de avaliar a sinceridade com precisão. +E até sugere que essas habilidades de interpretação do comportamento humano possam ser compartilhadas por animais como cães domésticos. +A pesquisa do século XX revelou que existem dois poços de variação genética: ocultos e expressos. +A mutação adiciona novas variações genéticas e a seleção remove-as do pool de variações expressas. +A segregação e a recombinação deslocam a variação de um lado para o outro entre os dois pools com cada geração. +Na sabana, é difícil para um primata com um sistema digestivo semelhante ao dos humanos satisfazer suas necessidades de aminoácidos com os recursos vegetais disponíveis. +Além disso, a incapacidade de fazê-lo tem consequências graves: depressão do crescimento, malnutrição e, por fim, a morte. +As fontes vegetáveis mais acessíveis seriam as proteínas disponíveis nas folhas e nos legumes, mas estas são difíceis de serem digeridas por primatas como nós, a menos que sejam cozidas. +Em contraste, os alimentos animais (formigas, termitas, ovos) não só são facilmente digeríveis, mas fornecem proteínas em grande quantidade que contêm todos os aminoácidos essenciais. +Considerando tudo, não nos devemos surpreender se os nossos próprios antepassados resolveram o seu "problema proteico" de maneira semelhante à dos chimpanzés da savana hoje. +A interrupção do sono é o processo de acordar voluntariamente durante o seu período normal de sono e adormecer de novo pouco tempo depois (10 a 60 minutos). +Isso pode ser feito facilmente usando um relógio de alarme relativamente silencioso para acordar você sem acordar totalmente. +Se você encontrar-se a reinicializar o relógio enquanto dorme, pode colocá-lo na outra parte da sala, forçando-o a sair da cama para desligá-lo. +Outras opções baseadas no biorritmo envolvem a ingestão de grande quantidade de líquido (especialmente água ou chá, um diurético bem conhecido) antes do sono, forçando o indivíduo a levantar-se para ir ao banheiro. +A quantidade de paz interior que uma pessoa possui correlaciona-se com a quantidade de tensão no corpo e no espírito. +Quanto menor a tensão, maior a força vital presente. Toda pessoa tem o potencial de encontrar o absoluto da paz e do contentamento. +Todo o mundo pode alcançar a iluminação. A única coisa que nos impede de atingir este objetivo é a nossa própria tensão e negatividade. +O budismo tibetano é baseado nas ensinamentos do Buda, mas foi estendido pelo caminho mahayana do amor e por muitas técnicas do yoga indiano. +Em princípio, o budismo tibetano é muito simples. Consiste em ioga Kundalini, meditação e o caminho do amor abrangente. +Com o Kundalini Yoga, a energia Kundalini (energia da iluminação) é despertada através de posturas de yoga, exercícios de respiração, mantras e visualizações. +O centro da meditação tibetana é o Yoga da Deidade. Através da visualização de diversas deidades, os canais de energia são limpos, os chakras são ativados e a consciência iluminada é criada. +A Alemanha foi um inimigo comum na Segunda Guerra Mundial, o que levou à cooperação entre a União Soviética e os Estados Unidos. Com o fim da guerra, os conflitos de sistema, processo e cultura levaram à queda dos países. +Com dois anos do fim da guerra, os antigos aliados se tornaram inimigos e a Guerra Fria começou. +Iria durar os próximos 40 anos e seria lutado de verdade, por exército de substitutos, em campos de batalha que iriam da África à Ásia, no Afeganistão, na Cuba e em muitos outros lugares. +Em 17 de setembro de 1939, a defesa polonesa já estava quebrada, e a única esperança era retirar-se e reorganizar-se ao longo da cabeceira romena. +No entanto, esses planos tornaram-se obsoletos quase de um dia para o outro, quando mais de 800.000 soldados do Exército Vermelho da União Soviética entraram e criaram os fronts bielorrussos e ucranianos após invadirem as regiões orientais da Polônia em violação do Tratado de Paz de Riga, do Pacto de Não-Agressão Soviético-Polaco e de outros tratados internacionais, tanto bilaterais quanto multilaterais. +A utilização de navios para transportar mercadorias é, sem dúvida, a forma mais eficiente de transportar grandes quantidades de pessoas e mercadorias através dos oceanos. +A função das marinhas é tradicionalmente garantir que o seu país mantenha a capacidade de movimentar os seus cidadãos e bens, enquanto interfere com a capacidade do inimigo de movimentar os seus cidadãos e bens. +Um dos mais notáveis exemplos recentes disso foi a Campanha do Atlântico Norte da II Guerra Mundial. Os americanos tentavam transportar homens e materiais através do Oceano Atlântico para ajudar a Grã-Bretanha. +Além disso, a marinha alemã, utilizando principalmente submarinos, tentava parar este tráfego. +Se os Aliados tivessem falhado, a Alemanha provavelmente teria conseguido conquistar a Grã-Bretanha, tal como o resto da Europa. +As ovelhas parecem ter sido domesticadas pela primeira vez por volta de 10.000 anos atrás nas montanhas Zagros do Irã. +Culturas e tribos antigos começaram a guardá-los para ter acesso fácil a leite, cabelos, carne e peles. +Geralmente, os caprinos domésticos eram mantidos em rebanhos que se deslocavam pelas colinas ou outras áreas de pastagem, frequentemente cuidados por ovelheiros que eram frequentemente crianças ou adolescentes, semelhantes ao pastor mais conhecido. Esses métodos de pastoreio ainda são utilizados hoje. +As ferrovias foram construídas na Inglaterra desde o século XVI. +Apesar de as vagonetas consistirem apenas de travessas paralelas de madeira, elas permitiam que os cavalos que as puxavam atingissem maiores velocidades e puxassem cargas maiores do que nas estradas ligeiramente mais irregulares do dia. +As travessas foram introduzidas relativamente cedo para fixar os trilhos. No entanto, com o passar do tempo, foi percebido que os trilhos seriam mais eficientes se tivessem uma parte de ferro na parte superior. +Essa prática tornou-se comum, mas o ferro causava mais desgaste nas rodas de madeira dos vagões. +No final, os eixos de madeira foram substituídos por eixos de ferro. Em 1767, foram introduzidos os primeiros trilhos de ferro. +A primeira forma de transporte conhecida foi a locomoção a pé, os humanos começaram a andar de pé há dois milhões de anos, com a emergência do Homo Erectus (homem ereto). +Os seus antecessores, os Australopitécicos, não caminhavam erguidos como hábito. +As especializações bipedais são encontradas em fósseis de Australopithecus datados de 4,2 a 3,9 milhões de anos atrás, embora o Sahelanthropus possa ter andado em duas patas há cerca de sete milhões de anos. +Podemos começar a viver de forma mais amigável com o meio ambiente, podemos juntar-nos ao movimento ambientalista e até podemos ser ativistas para reduzir o sofrimento futuro em algum grau. +Isso é muito parecido com o tratamento sintomático em muitos casos. No entanto, se não quiseremos uma solução temporária, devemos encontrar a raiz dos problemas e desativá-los. +É evidente que o mundo mudou muito devido aos avanços científicos e tecnológicos do homem, e os problemas se tornaram maiores devido à superpopulação e ao estilo de vida extravagante do homem. +Após a sua adoção pelo Congresso em 4 de julho, um esboço manuscrito assinado pelo Presidente do Congresso, John Hancock, e pelo Secretário, Charles Thomson, foi enviado a alguns metros de distância para a tipografia de John Dunlap. +Durante a noite entre 150 e 200 cópias foram produzidas, hoje conhecidas como "Dunlap broadsides". +A primeira leitura pública do documento foi feita por John Nixon no pátio da Independence Hall em 8 de julho. +Uma foi enviada a George Washington em 6 de julho, que a leu aos seus soldados em Nova Iorque em 9 de julho. Uma cópia chegou a Londres em 10 de agosto. +As 25 cópias de Dunlap ainda existentes são as mais antigas sobreviventes do documento. A cópia original, escrita à mão, não sobreviveu. +Hoje, muitos paleontólogos acreditam que um grupo de dinossauros sobreviveu e está vivo hoje. Chamamos-lhes aves. +Muitas pessoas não pensam neles como dinossauros porque eles têm penas e podem voar. +Mas há muitas coisas sobre os pássaros que ainda parecem dinossauros. +Eles têm pés com escamas e garras, põem ovos e caminham com as duas pernas traseiras, como um T-Rex. +Quase todos os computadores em uso hoje são baseados na manipulação de informações codificadas em números binários. +Um número binário pode ter apenas um de dois valores, isto é, 0 ou 1, e esses números são referidos como dígitos binários - ou bits, usando o jargão do computador. +O envenenamento interno pode não ser imediatamente aparente. Os sintomas, como o vômito, são suficientemente gerais para que não seja possível fazer um diagnóstico imediato. +A melhor indicação de envenenamento interno pode ser a presença de um recipiente aberto de medicamentos ou químicos domésticos tóxicos. +Verifique a etiqueta para obter instruções de socorro específicas para o veneno específico. +O termo "bug" é utilizado por entomologistas em um sentido formal para designar este grupo de insetos. +Este termo deriva da antiga familiaridade com os cigalhas, que são insetos altamente adaptados para parasitar os humanos. +Ambas as espécies de insetos assassinos e os insetos de cama são nidicolos, adaptados a viver em ninhos ou casas dos seus anfitriões. +Nos Estados Unidos da América, há aproximadamente 400.000 casos conhecidos de Esclerose Múltipla (EM), o que a torna a principal doença neurológica em adultos mais jovens e de meia idade. +A MS é uma doença que afeta o sistema nervoso central, composto pelo cérebro, a medula espinhal e o nervo óptico. +Pesquisas mostram que as mulheres têm duas vezes mais probabilidades de ter a doença do que os homens. +Uma casal pode decidir que não é no seu melhor interesse, ou no interesse do seu filho, criar um bebé. +Essas casais podem escolher fazer um plano de adoção para o seu bebé. +Em uma adoção, os pais biológicos terminam os seus direitos parentais para que outra casal adote o filho. +O objetivo principal da ciência é descobrir a forma como o mundo funciona através do método científico. Este método, de fato, guia a maioria das pesquisas científicas. +Mas não é só isso, a experiência, e uma experiência é um teste que é usado para eliminar uma ou mais das hipóteses possíveis, fazer perguntas e fazer observações também guiam a pesquisa científica. +Os naturalistas e os filósofos se concentram nos textos clássicos e, em particular, na Bíblia em latim. +Os pontos de vista de Aristóteles sobre todos os assuntos científicos, incluindo a psicologia, foram aceitos. +Com o declínio do conhecimento grego, o Ocidente encontrou-se isolado de suas raízes filosóficas e científicas gregas. +Muitos ritmos observados na fisiologia e no comportamento muitas vezes dependem crucialmente da presença de ciclos endógenos e de sua produção por relógios biológicos. +Ritmos periódicos, que não são apenas respostas a estímulos periódicos externos, foram documentados em quase todos os seres vivos, incluindo bactérias, fungos, plantas e animais. +Os relógios biológicos são osciladores auto-sustentáveis que continuarão um período de ciclo livre mesmo em ausência de sinais externos. +O experimento de Hershey e Chase foi uma das principais sugestões de que a DNA era um material genético. +Hershey e Chase utilizaram fagos, ou vírus, para implantar o seu próprio DNA numa bactéria. +Eles fizeram dois experimentos marcando a DNA do fago com fósforo radioativo ou a proteína do fago com sódio radioativo. +As mutações podem ter vários efeitos diferentes, dependendo do tipo de mutação, da importância do fragmento de material genético afetado e se as células afetadas são células germinativas. +Só as mutações nas células germinais podem ser transmitidas para os filhos, enquanto as mutações em outros lugares podem causar morte celular ou câncer. +O turismo baseado na natureza atrai pessoas interessadas em visitar áreas naturais com o objetivo de apreciar a paisagem, incluindo a fauna e a flora selvagens. +Exemplos de atividades no local incluem a caça, a pesca, a fotografia, a observação de aves e a visita a parques e o estudo de informações sobre o ecossistema. +Um exemplo é visitar, fotografar e aprender sobre orangutãs em Borneu. +Cada manhã, as pessoas saem de pequenos municípios para ir para o seu local de trabalho em carros, e são ultrapassadas por outros cujo destino é o lugar que acabaram de deixar. +Neste ônibus de transporte dinâmico, todos estão de alguma forma conectados e apoiando um sistema de transporte baseado em carros privados. +A ciência indica agora que esta enorme economia de carbono deslocou a biosfera de um de seus estados estáveis que sustentou a evolução humana nos últimos dois milhões de anos. +Todo o mundo participa da sociedade e utiliza os sistemas de transporte. Quase todos se queixam dos sistemas de transporte. +Em países desenvolvidos, você raramente ouve níveis semelhantes de reclamações sobre a qualidade da água ou pontes que desabam. +Por que os sistemas de transporte geram tais reclamações, por que falham diariamente? São os engenheiros de transporte simplesmente incompetentes? Ou há algo mais fundamental a acontecer? +O fluxo de tráfego é o estudo do movimento dos motoristas e dos veículos entre dois pontos e as interações que eles fazem um com o outro. +Infelizmente, estudar o fluxo de tráfego é difícil porque o comportamento do condutor não pode ser previsto com certeza de 100%. +Fortunadamente, os condutores tendem a comportar-se dentro de um intervalo razoavelmente consistente; assim, as correntes de tráfego tendem a ter alguma consistência razoável e podem ser representadas aproximadamente matematicamente. +Para melhor representar o fluxo de tráfego, relações foram estabelecidas entre as três principais características: (1) fluxo, (2) densidade e (3) velocidade. +Estas relações ajudam no planejamento, projeto e operação de instalações rodoviárias. +Os insetos foram os primeiros animais a voar. A sua capacidade de voar ajudou-os a evadirem os inimigos com maior facilidade e a encontrar alimento e parceiros com maior eficiência. +A maioria dos insetos tem a vantagem de poder enrolar as asas para trás ao longo do corpo. +Isso dá-lhes uma ampla gama de lugares pequenos para se esconderem dos predadores. +Hoje, os únicos insetos que não conseguem recolher os seus asas são as libélulas e os mosquitos. +Milhares de anos atrás, um homem chamado Aristarco afirmou que o Sistema Solar se movia em torno do Sol. +Algumas pessoas acreditavam que ele tinha razão, mas muitas acreditavam o oposto; que o Sistema Solar se movia em torno da Terra, incluindo o Sol (e até mesmo as outras estrelas). +Isso parece sensato, pois a Terra não parece estar se movendo, não é verdade? +O Rio Amazonas é o segundo mais longo e o maior rio da Terra. Ele transporta mais de 8 vezes mais água do que o segundo maior rio. +O Amazonas é também o rio mais largo da Terra, às vezes com seis milhas de largura. +Cerca de 20% da água que flui dos rios da Terra para os oceanos é proveniente do Amazonas. +O rio Amazonas principal tem 6.387 km (3.980 milhas). Ele coleciona água de milhares de pequenos rios. +Apesar de a construção de pirâmides em pedra continuar até o final do Antigo Reino, as pirâmides de Gizé nunca foram ultrapassadas em tamanho e pela excelência técnica de sua construção. +Os antigos egípcios do Novo Reino maravilharam-se com os monumentos dos seus antecessores, que eram então bem mais de mil anos antigos. +A população da Cidade do Vaticano é de cerca de 800 pessoas. É o menor país independente do mundo e o país com a menor população. +A Cidade do Vaticano utiliza o italiano na sua legislação e nas suas comunicações oficiais. +O italiano é também a língua cotidiana usada pela maioria dos que trabalham no estado, enquanto o latim é frequentemente usado em cerimônias religiosas. +Todos os cidadãos do Vaticano são católicos romanos. +As pessoas conhecem os elementos químicos básicos, como o ouro, o prata e o cobre, desde a Antiguidade, pois todos eles podem ser encontrados na natureza em sua forma nativa e são relativamente simples de extrair com ferramentas primitivas. +Aristóteles, um filósofo, teorizou que tudo é feito de uma mistura de um ou mais de quatro elementos. Eles eram terra, água, ar e fogo. +Isso era mais parecido com os quatro estados da matéria (na mesma ordem): sólido, líquido, gás e plasma, embora ele também tenha teorizado que eles se transformam em novas substâncias para formar o que vemos. +As ligas são basicamente uma mistura de dois ou mais metais. Não se esqueça de que há muitos elementos na tabela periódica. +Elementos como o cálcio e o potássio são considerados metais. Claro, há também metais como o ouro e o prata. +Além disso, você pode ter ligações que incluem pequenas quantidades de elementos não metálicos, como o carbono. +Tudo no Universo é feito de matéria. Toda a matéria é feita de pequenas partículas chamadas átomos. +Os átomos são tão incrivelmente pequenos que trilhões deles poderiam caber no ponto final desta frase. +Assim, o lápis foi um bom amigo de muitas pessoas quando foi lançado. +Infelizmente, com o surgimento de novas formas de escrever, o lápis foi relegado a um status e usos menores. +Hoje, as pessoas escrevem mensagens em tela de computador, sem precisar se aproximar de um afiador. +Apenas se pode perguntar o que o teclado se tornará quando algo mais novo surja. +A bomba de fissão funciona pelo princípio de que é necessária energia para reunir um núcleo com muitos prótons e nêutrons. +Uma espécie de arrastar um carrinho pesado por uma colina. A divisão do núcleo novamente libera parte dessa energia. +Alguns átomos têm núcleos instáveis, o que significa que eles tendem a se desintegrar com pouco ou nenhum estímulo. +A superfície da Lua é feita de rochas e poeira. A camada externa da Lua é chamada de crosta. +A crosta tem cerca de 70 km de espessura na parte próxima e 100 km na parte distante. +É mais fino sob as maria e mais espesso sob as montanhas. +Pode haver mais maria na parte próxima porque a crosta é mais fina. Foi mais fácil para a lava subir até a superfície. +As teorias do conteúdo estão centradas em encontrar o que faz com que as pessoas façam o que fazem ou o que as atrai. +Estas teorias sugerem que as pessoas têm necessidades e/ou desejos que foram internalizados ao atingirem a idade adulta. +Essas teorias examinam o que é sobre certos indivíduos que os fazem querer as coisas que eles fazem, e o que em seu ambiente os fará fazer ou não fazer certas coisas. +Duas teorias de conteúdo populares são a Teoria da Hierarquia das Necessidades de Maslow e a Teoria das Duas Variáveis de Hertzberg. +Geralmente, dois comportamentos podem surgir quando os gestores começam a liderar seus antigos colegas. Um dos extremos é tentar manter-se "um deles" (ou "uma delas"). +Este tipo de gestor tem dificuldade em tomar decisões impopulares, executar ações disciplinares, fazer avaliações de desempenho, atribuir responsabilidade e responsabilizar as pessoas. +No outro extremo do espectro, uma pessoa se torna um indivíduo desconhecido que se sente obrigado a mudar tudo o que o time tinha feito e tornar-se o seu. +De facto, o líder é responsável pelo sucesso e pelo fracasso da equipa. +Esse comportamento geralmente resulta em desavenços entre os líderes e o resto da equipe. +Equipes virtuais são submetidas aos mesmos padrões de excelência que as equipes convencionais, mas existem pequenas diferenças. +Membros de equipas virtuais geralmente desempenham o papel de ponto de contato para seu grupo físico imediato. +Eles geralmente têm mais autonomia do que os membros tradicionais do time, pois os seus times podem se reunir de acordo com zonas horárias variáveis que podem não ser compreendidas pelo seu gestor local. +A presença de um verdadeiro "time invisível" (Larson e LaFasto, 1989, p. 109) é também um componente único de um time virtual. +O "time invisível" é o time de gestão ao qual cada membro relata. O time invisível define os padrões para cada membro. +Por que uma organização teria interesse em passar por um processo demorado de criação de uma organização de aprendizagem? Um objetivo para colocar em prática os conceitos de aprendizagem organizacional é a inovação. +Quando todos os recursos disponíveis são efetivamente utilizados nos departamentos funcionais de uma organização, a criatividade e a inovação podem surgir. +Como resultado, o processo de uma organização que trabalha em conjunto para superar um obstáculo pode levar a um novo processo inovador para atender às necessidades do cliente. +Antes que uma organização possa ser inovadora, a liderança deve criar uma cultura da inovação, além de conhecimento compartilhado e aprendizado organizacional. +Angel (2006), descreve a abordagem do Continuum como um método para ajudar as organizações a atingirem um nível mais elevado de desempenho. +Os dados neurobiológicos fornecem evidências físicas para uma abordagem teórica da investigação da cognição. Isso restringe o campo de pesquisa e torna-o muito mais preciso. +A correlação entre a patologia cerebral e o comportamento apoia os cientistas em suas investigações. +Tem-se sabido há muito tempo que diferentes tipos de lesões cerebrais, traumas, lesões e tumores afetam o comportamento e causam alterações em algumas funções mentais. +O avanço das novas tecnologias nos permite ver e investigar estruturas e processos cerebrais nunca vistos antes. +Isso nos dá muitas informações e material para construir modelos de simulação que nos ajudam a entender os processos que ocorrem na nossa mente. +Ainda que a IA tenha uma forte conotação de ficção científica, a IA forma uma ramificação muito importante da ciência da computação, que trata do comportamento, da aprendizagem e da adaptação inteligente de uma máquina. +A pesquisa em IA envolve a criação de máquinas para automatizar tarefas que exigem comportamento inteligente. +Exemplos incluem controle, planejamento e agendamento, a capacidade de responder a diagnósticos e perguntas dos clientes, bem como a reconhecimento de escrita manual, voz e rosto. +Tais coisas tornaram-se disciplinas separadas, que se concentram em fornecer soluções para problemas da vida real. +O sistema de IA é agora frequentemente usado nos campos da economia, medicina, engenharia e militar, como foi construído em várias aplicações de computador pessoal e jogos de vídeo domésticos. +Excursões ao campo são uma grande parte de qualquer aula. Quase sempre, um professor gostaria de levar seus alunos para lugares que não podem ser acessados por meio de um ônibus. +A tecnologia oferece a solução com viagens virtuais. Os alunos podem olhar para artefatos do museu, visitar um aquário ou admirar obras de beleza enquanto estão com a sua turma. +Partilhar uma viagem de campo virtual também é uma ótima forma de refletir sobre uma viagem e compartilhar experiências com classes futuras. +Por exemplo, todos os anos, os alunos da Bennet School, na Carolina do Norte, criam um site sobre a sua viagem à capital do estado. Todos os anos, o site é remodelado, mas as versões antigas são mantidas online para servir de livro de recordações. +Os blogs também podem ajudar a melhorar a escrita dos alunos. Embora os alunos geralmente inicien sua experiência com gramática e ortografia desorganizadas, a presença de um público geralmente muda isso. +Como os estudantes são muitas vezes o público mais crítico, o autor do blog começa a se esforçar para melhorar a escrita para evitar críticas. +Além disso, o blogue "obriga os alunos a se tornarem mais inteligentes sobre o mundo em torno deles". A necessidade de alimentar o interesse do público incentiva os alunos a serem inteligentes e interessantes (Toto, 2004). +O blogue é uma ferramenta que incentiva a colaboração e incentiva os alunos a estenderem o aprendizado bem além do horário tradicional da escola. +O uso adequado dos blogs "pode capacitar os alunos a se tornarem mais analíticos e críticos; através da resposta ativa aos materiais da Internet, os alunos podem definir suas posições no contexto dos textos de outros alunos, além de definirem suas próprias perspetivas sobre temas específicos (Oravec, 2002). +Ottawa é a agradável e bilíngue capital do Canadá, com uma série de galerias de arte e museus que exibem o passado e o presente do país. +Mais ao sul está as Cataratas de Niagara e ao norte encontra-se a beleza natural não explorada do Muskoka e além disso. +Todas essas coisas e mais destacam a Ontário como o que é considerado essencialmente canadense por pessoas que não vivem no país. +Áreas maiores mais ao norte são bastante pouco povoadas e algumas são quase desabitadas. +Para uma comparação que surpreende muitos: Há mais afro-americanos nos E.U.A. do que cidadãos canadenses. +As Ilhas da África Oriental estão no Oceano Índico, ao largo da costa leste da África. +Madagáscar é sem dúvida o maior, e um continente a parte quando se trata de fauna selvagem. +A maioria das ilhas mais pequenas são nações independentes ou associadas à França, e são conhecidas como resorts de praia de luxo. +Os árabes também trouxeram o islamismo para as terras, e ele teve um grande impacto nas Comores e em Mayotte. +A influência europeia e o colonialismo começaram no século XV, quando o explorador português Vasco da Gama encontrou a Rota do Cabo da Europa para a Índia. +No norte, a região é limitada pelo Saara, e no sul e oeste pelo Oceano Atlântico. +Mulheres: Recomenda-se que as mulheres viajantes afirmem que estão casadas, independentemente do seu estado civil real. +Também é útil usar um anel (mas não um que seja demasiado caro). +As mulheres devem se dar conta de que as diferenças culturais podem resultar no que elas considerariam assédio e não é incomum serem seguidas, agarradas pelo braço, etc. +Seja firme ao recusar os homens, e não tenha medo de defender a sua posição (diferenças culturais ou não, isso não torna a coisa correta!). +A moderna cidade de Casablanca foi fundada por pescadores berberes no século 10 a.C. e foi usada por fenícios, romanos e merenidas como um porto estratégico chamado Anfa. +Os portugueses destruíram-no e reconstruíram-no com o nome Casa Branca, apenas para abandoná-lo após um terremoto em 1755. +O sultão marroquino reconstruiu a cidade como Daru l-Badya e recebeu o nome de Casablanca dos comerciantes espanhóis que instalaram bases comerciais ali. +Casablanca é um dos lugares menos interessantes para fazer compras em todo o Marrocos. +Arredor da antiga medina, é fácil encontrar lugares que vendem artigos tradicionais marroquinos, como tagines, cerâmica, artigos de couro, pipas, e um amplo espectro de brinquedos, mas tudo é para os turistas. +Goma é uma cidade turística da República Democrática do Congo no extremo leste, perto do Ruanda. +Em 2002, Goma foi destruída pela lava do vulcão Nyiragongo, que enterrou a maior parte das ruas da cidade, especialmente o centro. +Embora Goma seja razoavelmente seguro, qualquer visita fora de Goma deve ser estudada para entender o estado das batalhas que persistem na província de Kivu do Norte. +A cidade também é a base para subir o vulcão Nyiragongo, além de ser uma das mais baratas para acompanhar gorilas montanhosos na África. +Você pode usar o boda-boda (taxi de motocicleta) para se locomover por Goma. O preço normal (local) é de cerca de 500 francos congoleses para a viagem curta. +Combinado com sua inacessibilidade relativa, "Timbuktu" passou a ser utilizado como metáfora para países exóticos e distantes. +Hoje, Timbuktu é uma cidade pobre, embora sua reputação faça dela uma atração turística, e tem um aeroporto. +Em 1990, foi adicionado à lista de patrimônios mundiais em perigo, devido à ameaça de areia do deserto. +Foi uma das principais paragens durante o especial da PBS de Henry Louis Gates, Wonders of the African World. +A cidade é em contraste com o resto das cidades do país, pois tem mais de um ar árabe do que africano. +O Parque Nacional Kruger (KNP) fica no nordeste da África do Sul e se estende ao longo da fronteira de Moçambique no leste, Zimbábue no norte e o rio Crocodilo constitui a fronteira sul. +O parque abrange 19.500 km² e está dividido em 14 diferentes ecossistemas, cada um acomodando animais selvagens diferentes. +É uma das principais atrações da África do Sul e é considerada a bandeira dos Parques Nacionais da África do Sul (SANParks). +Como com todos os parques nacionais sul-africanos, existem taxas de entrada e de conservação diárias para o parque. +Também pode ser benéfico para alguém comprar uma Wild Card, que permite entrar em qualquer um dos parques selecionados na África do Sul ou em todos os parques nacionais sul-africanos. +A ilha de Hong Kong dá o nome ao território de Hong Kong e é o local que muitos turistas consideram o ponto principal. +A parada de edifícios que compõem a paisagem de Hong Kong foi comparada a um gráfico de barras brilhante que se torna aparente com a presença das águas do Porto de Victoria. +Para ter a melhor vista de Hong Kong, deixe a ilha e vá para o bairro de Kowloon, na outra margem. +A grande maioria do desenvolvimento urbano de Hong Kong Island está densamente concentrada em terras recuperadas ao longo da costa norte. +Esse é o lugar que os colonizadores britânicos tomaram como seu e, se você está procurando evidências do passado colonial do território, é um bom lugar para começar. +Os Sundarbans são a maior faixa litorânea de mangueiras do mundo, estendendo-se 80 km (50 mi) para o interior do Bangladexe e da Índia da costa. +O Sundarbans foi declarado Patrimônio Mundial pela UNESCO. A parte da floresta dentro do território indiano é chamada de Parque Nacional Sundarbans. +Além das mangueiras, as florestas incluem alguns dos últimos remanescentes das imponentes florestas que uma vez cobriam a planície Gangética. +Os Sundarbans abrangem uma área de 3.850 km², dos quais cerca de um terço é coberto por áreas aquáticas/paludosas. +Desde 1966, os Sundarbans são um santuário de vida selvagem, e é estimado que existam atualmente 400 tigres reais de Bengala e cerca de 30.000 antilopas-listradas na região. +Os ônibus partem da estação de ônibus interdistrital (across the river) durante todo o dia, embora a maioria, especialmente aqueles que vão para leste e Jakar/Bumthang, partam entre 06:30 e 07:30. +Como os ônibus interdistritais estão muitas vezes lotados, é recomendável comprar um bilhete com alguns dias de antecedência. +A maioria dos distritos é atendida por pequenos ônibus japoneses Coaster, confortáveis e robustos. +Os táxis compartilhados são um meio rápido e confortável para viajar para lugares próximos, como Paro (Nu 150) e Punakha (Nu 200). +A Ponte do Rio Oyapock é uma ponte de sustentação de cabos. Ela cruza o Rio Oyapock para ligar as cidades de Oiapoque, no Brasil, e Saint-Georges de l'Oyapock, na Guiana Francesa. +As duas torres elevam-se a uma altura de 83 metros, é de 378 metros de comprimento e tem duas faixas de 3,50 m de largura. +A altura livre sob a ponte é de 15 metros. A construção foi finalizada em agosto de 2011, mas não foi aberta ao tráfego até março de 2017. +A ponte estará totalmente operacional em setembro de 2017, quando se espera que os pontos de controle aduaneiro brasileiros estejam prontos. +Os Guarani eram o grupo indígena mais significativo que habitava o que é hoje o leste do Paraguai, vivendo como caçadores semi-nômades que também praticavam a agricultura de subsistência. +A região do Chaco era o lar de outros grupos de tribos indígenas, como os Guaycurú e os Payaguá, que sobreviveram com a caça, a coleta e a pesca. +No século XVI, o Paraguai, anteriormente chamado de "Província Gigante das Índias", surgiu como resultado do encontro dos conquistadores espanhóis com os grupos indígenas nativos. +Os espanhóis iniciaram o período de colonização que durou por três séculos. +Desde a fundação de Assunção em 1537, o Paraguai conseguiu manter muito de sua identidade e caráter indígena. +A Argentina é bem conhecida por ter um dos melhores times e jogadores de polo do mundo. +O maior torneio do ano acontece em dezembro, nos campos de polo em Las Cañitas. +Também é possível ver pequenos torneios e partidas neste local em outros períodos do ano. +Para saber mais sobre os torneios e onde comprar os ingressos para os jogos de pólo, consulte a Associação Argentina de Polo. +A moeda oficial das Falklands é o Falkland Pound (FKP), cujo valor é definido como equivalente ao de um libra britânico (GBP). +O dinheiro pode ser trocado na única banca das ilhas, localizada em Stanley, na frente do FIC West. +Geralmente, libras britânicas serão aceitas em qualquer lugar nas ilhas e cartões de crédito e dólares dos Estados Unidos também serão frequentemente aceitos. +Nas ilhas afastadas, provavelmente as cartões de crédito não serão aceitos, embora a moeda britânica e norte-americana possa ser aceita; verifique com os donos antes para determinar o método de pagamento aceitável. +É quase impossível trocar a moeda das Falklands fora das ilhas, então é necessário trocar dinheiro antes de deixar as ilhas. +Desde que Montevidéu fica ao sul do Equador, é verão lá quando é inverno no Hemisfério Norte e vice-versa. +Montevidéu está nos trópicos; nos meses de verão, as temperaturas acima de +30°C são comuns. +O inverno pode ser enganadoramente frio: as temperaturas raramente caem abaixo do ponto de congelamento, mas o vento e a humidade combinam-se para fazer o ar parecer mais frio do que o que o termômetro indica. +Não há períodos "chuvosos" e "secos" específicos: a quantidade de chuvas permanece praticamente a mesma durante todo o ano. +Apesar de muitos dos animais do parque estarem acostumados a ver humanos, a vida selvagem ainda é selvagem e não deve ser alimentado ou perturbado. +De acordo com as autoridades do parque, deve-se ficar a pelo menos 100 pés/metros de distância dos ursos e dos lobos e 25 pés/metros de todos os outros animais selvagens! +Independentemente de como pacíficos que eles possam parecer, bisões, alces, alces, ursos e quase todos os animais grandes podem atacar. +Cada ano, dezenas de visitantes são feridos por não manter a distância adequada. Esses animais são grandes, selvagens e potencialmente perigosos, portanto, dê-lhes seu espaço. +Além disso, tenha consciência de que os odores atraem os ursos e outros animais selvagens, portanto, evite transportar ou cozinhar alimentos com odor e mantenha um acampamento limpo. +Apia é a capital de Samoa. A cidade está localizada na ilha de Upolu e tem uma população de aproximadamente 40.000 habitantes. +Apia foi fundada na década de 1850 e é a capital oficial de Samoa desde 1959. +O porto foi palco de um notório impasse naval em 1889, quando sete navios da Alemanha, dos E.U.A. e da Grã-Bretanha se recusaram a deixar o porto. +Todas as embarcações foram afundadas, com exceção de um cruzador britânico. Cerca de 200 vidas americanas e alemãs foram perdidas. +Durante a luta pela independência organizada pelo Movimento Mau, uma manifestação pacífica na cidade resultou no assassinato do chefe supremo Tupua Tamasese Lealofi III. +Existem muitas praias, devido ao facto de Auckland estraddle duas baías. As mais populares estão em três áreas. +As praias de North Shore (no Distrito de North Harbour) estão no Oceano Pacífico e estendem-se desde Long Bay, no norte, até Devonport, no sul. +Eles são quase todos praias de areia com banho seguro, e a maioria tem sombra fornecida por árvores de pohutukawa. +As praias de Tamaki Drive estão no Waitemata Harbour, nos subúrbios de luxo de Mission Bay e St Heliers, no centro de Auckland. +São praias familiares frequentadas por vezes, com uma boa gama de lojas ao longo da praia. A natação é segura. +A principal cerveja local é a "Number One", não é uma cerveja complexa, mas é agradável e refrescante. A outra cerveja local se chama "Manta". +Há muitos vinhos franceses disponíveis, mas os vinhos da Nova Zelândia e da Austrália podem viajar melhor. +A água potável local é perfeitamente segura para beber, mas a água em garrafas é fácil de encontrar se você tem receio. +Para os australianos, a ideia de "café flat white" é estrangeira. Um café curto é chamado de "espresso", o cappuccino é servido com muita creme (não com espuma) e o chá é servido sem leite. +O chocolate quente atinge os padrões belgas. Os sucos de frutas são caros, mas excelentes. +Muitas viagens ao recife são feitas durante todo o ano, e as lesões decorrentes de qualquer dessas causas no recife são raras. +No entanto, consulte-se com as autoridades, respeite todos os sinais e dê muita atenção aos avisos de segurança. +As medusas-cubo ocorrem próximas das praias e próximas dos estuários dos rios, de outubro a abril, a norte de 1770. Podem ser encontradas ocasionalmente fora dessas datas. +Os tubarões existem, mas raramente atacam os humanos. A maioria dos tubarões tem medo dos humanos e fugiria. +Os crocodilos de água salgada não vivem ativamente no oceano, seu habitat primário é nos estuários dos rios ao norte de Rockhampton. +Reservar com antecedência dá ao viajante a certeza de que terá onde dormir quando chegar ao destino. +Os agentes de viagens geralmente têm acordos com hotéis específicos, embora possa ser possível reservar outros tipos de alojamento, como acampamentos, através de um agente de viagens. +Geralmente, os agentes de viagens oferecem pacotes que incluem o almoço, os arranjos de transporte para/do aeroporto ou até mesmo pacotes combinados de voo e hotel. +Eles também podem manter a reserva por si se você precisar de tempo para pensar sobre a oferta ou para obter outros documentos para sua destinação (por exemplo, um visto). +No entanto, qualquer alteração ou solicitação deverá ser feita através do agente de viagens e não diretamente com o hotel. +Para alguns festivais, a grande maioria dos participantes de festivais de música decide acampar no local, e a maioria dos participantes considera-o uma parte essencial da experiência. +Se você quer estar perto da ação, você vai precisar de chegar cedo para conseguir um local para acampar perto da música. +Lembre-se de que, embora a música nas principais palcos tenha acabado, pode haver partes do festival que continuem a tocar música até altas horas da noite. +Alguns festivais possuem áreas de acampamento específicas para famílias com crianças pequenas. +Se cruzar o Mar Báltico a norte no inverno, verifique a localização da cabine, pois passar por gelo causa um barulho bastante horrível para os mais afetados. +Cruzeiros em São Petersburgo incluem tempo em cidade. Passageiros de cruzeiro estão isentos de requisitos de visto (consulte os termos). +Casinos geralmente fazem muitos esforços para maximizar o tempo e o dinheiro gasto pelos hóspedes. Janelas e relógios são geralmente ausentes, e as saídas podem ser difíceis de encontrar. +Eles geralmente têm ofertas de alimentação, bebidas e entretenimento especiais para manter os hóspedes em boa disposição e manter-os no local. +Alguns cassinos oferecem bebidas alcoólicas grátis. No entanto, a embriaguez prejudica a capacidade de julgamento, e todos os bons jogadores sabem a importância de manter-se abstém. +Quem vai dirigir em altas latitudes ou atravessar passagens de montanha deve considerar a possibilidade de neve, gelo ou temperaturas congelantes. +Nas estradas cobertas de neve e gelo, a tração é baixa e você não pode dirigir como se estivesse sobre asfalto desnorteado. +Durante as tempestades de neve, o suficiente de neve para ficarmos presos pode cair em muito pouco tempo. +A visibilidade também pode ser reduzida por neve caindo ou soprando, por condensação ou gelo nas janelas dos veículos. +Por outro lado, as condições de gelo e neve são normais em muitos países, e o tráfego continua quase ininterrupto durante todo o ano. +As safaris são talvez o maior atrativo turístico da África e o destaque para muitos visitantes. +O termo safari, em uso popular, refere-se a viagens terrestres para admirar a extraordinária fauna selvagem africana, especialmente na savana. +Alguns animais, como os elefantes e as girafas, tendem a se aproximar dos carros e o equipamento padrão permitirá uma boa visibilidade. +Os leões, os gatos-da-tigela e os leopardos são às vezes tímidos e você vê-os melhor com binóculos. +Uma safari a pé (também chamada de "bush walk", "hiking safari" ou "andar") consiste em caminhadas, que podem durar algumas horas ou vários dias. +Os Jogos Paralímpicos ocorrerão de 24 de agosto a 5 de setembro de 2021. Alguns eventos serão realizados em outros locais no Japão. +Tóquio será a única cidade asiática a ter sediado duas Olimpíadas de verão, tendo sediado os jogos em 1964. +Se você reservou os seus voos e a sua hospedagem para 2020 antes do anúncio do adiamento, pode ter uma situação complicada. +As políticas de cancelamento variam, mas, a partir de meados de março, a maioria das políticas de cancelamento relacionadas com o coronavírus não se estenderam até julho de 2020, quando os Jogos Olímpicos estavam programados. +É esperado que a maioria dos ingressos para os eventos custem entre ¥2.500 e ¥130.000, com ingressos típicos custando cerca de ¥7.000. +A ferroada das roupas molhadas pode ajudar a secar. Muitos hotéis possuem um ferro e uma mesa de ferroada disponíveis para empréstimo, mesmo que não haja um disponível na sala. +Se o ferro não estiver disponível, ou se você não tenha vontade de usar meias esticadas, então você pode tentar usar um secador de cabelos, se estiver disponível. +Tenha cuidado para não permitir que o tecido fique muito quente (o que pode causar contração, ou, em casos extremos, queimadura). +Existem diferentes formas de purificar a água, algumas mais eficazes contra ameaças específicas. +Em algumas áreas, aquecer a água por um minuto é suficiente, em outras, vários minutos são necessários. +Os filtros variam em efetividade, e se você tem uma preocupação, então você deve considerar a compra de água em garrafas fechadas de uma empresa reputada. +Os viajantes podem encontrar pragas animais que não conhecem em suas regiões natais. +Os insetos podem envenenar a comida, causar irritação ou, no pior dos casos, provocar reações alergicas, espalhar veneno ou transmitir infecções. +As próprias doenças infecciosas, ou animais perigosos que podem ferir ou matar alguém por força, geralmente não qualificam-se como pragas. +A compra de artigos isentos de impostos e açúcares é a oportunidade de comprar bens isentos de impostos e açúcares em determinadas localidades. +Pessoas que viajam para países com elevadas taxas podem, às vezes, salvar uma considerável quantia de dinheiro, especialmente em produtos como bebidas alcoólicas e tabaco. +O trecho entre o Point Marion e o Fairmont apresenta as condições de condução mais desafiantes da Rodovia Buffalo-Pittsburgh, passando frequentemente por terrenos isolados. +Se você não estiver acostumado a dirigir em estradas rurais, tenha cuidado: declivos abruptos, faixas estreitas e curvas pronunciadas predominam. +Os limites de velocidade publicados são notavelmente mais baixos do que nos trechos anteriores e posteriores — geralmente 35-40 mph (56-64 km/h) — e a obediência estrita a eles é ainda mais importante do que normalmente. +Curiosamente, porém, o serviço de telefone móvel é muito mais forte aqui do que em muitos outros trechos da rota, por exemplo, nos Pennsylvania Wilds. +Os pastelaria alemães são bastante boas, e na Bavária, são bastante ricos e variados, semelhantes aos dos seus vizinhos do sul, a Áustria. +Os pastéis de frutas são comuns, com maçãs cozidas em pastéis durante todo o ano, e cerejas e amêndos aparecendo durante o verão. +Muitos doces alemães também incluem amêndos, castanhas e outras amêndoas. Os bolos mais populares geralmente combinam particularmente bem com um copo de café forte. +Se você quer algumas pequenas mas ricas pastelarias, tente o que, dependendo da região, são chamados de Berliner, Pfannkuchen ou Krapfen. +Um curry é um prato baseado em ervas e especiarias, juntamente com carne ou vegetais. +Um curry pode ser "seco" ou "molhado", dependendo da quantidade de líquido. +Nas regiões interiores do norte da Índia e do Paquistão, o iogurte é comumente usado em curries; no sul da Índia e em algumas outras regiões costeiras do subcontinente, a leite de coco é comumente usada. +Com 17.000 ilhas para escolher, a culinária indonésia é um termo abrangente que cobre uma enorme variedade de cozinhas regionais espalhadas pelo país. +Mas, se utilizado sem mais qualificadores, o termo tende a significar a comida originária das partes centrais e orientais da principal ilha Java. +Agora amplamente disponível por todo o arquipélago, a culinária javanesa apresenta uma gama de pratos simplesmente condimentados, os aromas predominantes que os javaneses preferem serem amêndos, pimenta, açúcar (especialmente açúcar de coco javanês) e uma série de especias aromáticas. +Os estribos são suportes para os pés do cavaleiro que penduram nas laterais da sela. +Eles proporcionam maior estabilidade para o cavaleiro, mas pode haver preocupações de segurança devido ao potencial de os pés do cavaleiro ficarem presos neles. +Se um cavaleiro cair de um cavalo, mas tiver um pé preso no estripe, ele poderá ser arrastado se o cavalo fugir. Para minimizar esse risco, vários cuidados de segurança podem ser tomados. +Primeiro, a maioria dos cavaleiros usa botas de montar com um salto e uma sola lisa, bastante estreita. +Em seguida, algumas montas, especialmente montas inglesas, possuem barras de segurança que permitem que a corda do estripe caia do cavalo se o cavaleiro cair para trás. +Vale do Cochamó - a principal destinação de escalada do Chile, conhecido como o Yosemite da América do Sul, com uma variedade de grandes paredes de granito e blocos. +Os cumes incluem paisagens espetaculares de cumes. Escaladores de todos os lugares do planeta estão continuamente a criar novas rotas entre o seu potencial infinito de paredes. +Os esportes de inverno de descida, que incluem esqui e snowboard, são esportes populares envolvendo a descida de terrenos cobertos de neve com esqui ou snowboard presos aos pés. +O esqui é uma atividade de viagem importante com muitos entusiastas, ocasionalmente conhecidos como "bums de esqui", que planejam férias inteiras em torno do esqui em uma localização específica. +A ideia de praticar esqui é muito antiga: pinturas rupestres mostram esquiadores desde o século 5000 a.C. +O esqui de montanha como esporte remonta ao século 17, e em 1861 foi inaugurado o primeiro clube de esqui recreativo por noruegueses na Austrália. +Trekking de esqui: Essa atividade também é chamada de backcountry ski, ski touring ou ski hiking. +É relacionado, mas geralmente não envolvido, com o estilo alpino de esqui e montanhismo, os quais são feitos em terrenos íngremes e exigem botas e esqui mais rígidos. +Pense no percurso de esqui como um percurso de caminhada semelhante. +Em boas condições, você poderá cobrir algumas distâncias maiores do que ao caminhar - mas apenas muito raramente você obterá as velocidades do esqui cross-country sem um saco de costas pesado em trilhas preparadas. +A Europa é um continente relativamente pequeno, mas com muitos países independentes. Em circunstâncias normais, viajar por múltiplos países significaria ter que passar por solicitações de visto e controle de passaporte múltiplas vezes. +No entanto, a zona Schengen funciona de alguma forma como um único país neste sentido. +Tanto quanto permanecer nessa zona, você pode geralmente cruzar fronteiras sem passar por pontos de controle de passaporte novamente. +Similarmente, com um visto Schengen, você não precisa solicitar um visto separadamente para cada um dos países membros do Schengen, o que economiza tempo, dinheiro e burocracia. +Não existe uma definição universal para quais itens produzidos são antigos. Algumas agências tributárias definem bens com mais de 100 anos como antigos. +A definição tem variações geográficas, onde o limite de idade pode ser menor em lugares como a América do Norte em comparação à Europa. +Os produtos artesanais podem ser definidos como antigos, embora sejam mais jovens que os semelhantes produzidos em massa. +A criação de renas é uma forma de subsistência importante entre os Sami e a cultura que envolve o comércio é importante também para muitos com outras profissões. +Mesmo tradicionalmente, embora não todos os Samis tenham se envolvido com a criação de renas em grande escala, mas viviam da pesca, da caça e de atividades semelhantes, tendo os renas como animais de tração. +Hoje, muitos Sámi trabalham em profissões modernas. O turismo é uma importante fonte de renda na Sápmi, a região dos Sámi. +Apesar de ser amplamente utilizado, especialmente entre não romanis, a palavra "gitano" é muitas vezes considerada ofensiva devido às suas associações com estereótipos negativos e percepções inacuradas dos romanis. +Se o país que você visitar for submetido a um aviso de viagem, sua seguro de saúde de viagem ou seu seguro de cancelamento de viagem podem ser afetados. +Você também pode consultar o conselho de outros governos além do seu próprio, mas esse conselho é destinado aos seus cidadãos. +Como um exemplo, os cidadãos americanos no Médio Oriente podem enfrentar situações diferentes dos europeus ou dos árabes. +Os avisos são apenas uma breve resumo da situação política de um país. +As opiniões apresentadas são muitas vezes superficiais, gerais e simplificadas em comparação às informações mais detalhadas disponíveis em outros lugares. +O termo genérico para qualquer fenômeno meteorológico perigoso com o potencial de causar danos, graves perturbações sociais ou a perda de vidas humanas. +O tempo severo pode ocorrer em qualquer lugar do mundo, e existem diferentes tipos dele, que podem depender da geografia, da topografia e das condições atmosféricas. +Ventos fortes, granizo, precipitação excessiva e incêndios florestais são formas e efeitos do tempo severo, assim como as tempestades elétricas, os tornados, as trombas d'água e os ciclones. +Fenômenos meteorológicos regionais e estacionais graves incluem nevascas, tempestades de neve, tempestades de gelo e tempestades de poeira. +Os viajantes são fortemente aconselhados a ter consciência de qualquer risco de tempo severo que possa afetar sua região, pois isso pode afetar qualquer plano de viagem. +Quem planeja uma visita a um país que pode ser considerado uma zona de guerra deve receber treinamento profissional. +Uma busca no Internet pelo termo "Cursos em ambiente hostil" provavelmente fornecerá o endereço de uma empresa local. +Um curso normalmente aborda todos os assuntos discutidos aqui em detalhes muito maiores, geralmente com experiência prática. +Um curso normalmente dura de 2 a 5 dias e envolve exercícios de interpretação de papéis, muita assistência médica e, às vezes, treinamento com armas. +Livros e revistas sobre sobrevivência na natureza são comuns, mas publicações sobre zonas de guerra são raras. +Os viajantes que planejam fazer cirurgia de reassignação de sexo no estrangeiro devem garantir que tenham documentos válidos para o regresso. +A vontade dos governos em emitir passaportes sem indicação de gênero (X) ou documentos atualizados para corresponder a um nome e gênero desejados varia. +A disposição dos governos estrangeiros a honrar esses documentos é igualmente variável. +As buscas em pontos de controlo de segurança também tornaram-se muito mais intrusivas na era pós-11 de setembro de 2001. +As pessoas trans pré-operacionais não devem esperar passar pelo escaneamento com a privacidade e a dignidade intactas. +As correntes de retorno são o fluxo de volta das ondas que se rompem na praia, geralmente em um recife ou algo semelhante. +Devido à topografia subaquática, o fluxo de retorno concentra-se em algumas seções mais profundas, onde pode formar-se uma corrente rápida para águas profundas. +A maioria das mortes ocorrem como resultado da cansaço de tentar nadar contra a corrente, que pode ser impossível. +Quando saímos da corrente, voltar a nadar não é mais difícil do que normalmente. +Tente acertar em algum lugar onde você não seja capturado novamente ou, dependendo de suas habilidades e se você tivesse sido notado, você pode querer esperar para ser resgatado. +O choque de reentrada acontece mais rápido do que o choque cultural (há menos de um período de honeymoon), dura mais tempo e pode ser mais severo. +Algumas vezes, os viajantes que tiveram um fácil ajustamento à nova cultura têm um particularmente difícil ajustamento à sua cultura nativa. +Quando você retorna para casa após viver no estrangeiro, você se adaptou à nova cultura e perdeu alguns dos seus hábitos da cultura da sua terra natal. +Quando você foi para o exterior pela primeira vez, as pessoas provavelmente eram pacientes e compreensivos, sabendo que os viajantes em um novo país precisam se adaptar. +As pessoas podem não prever que a paciência e a compreensão são também necessárias para os viajantes que voltam para casa. +O espetáculo de som e luz da pirâmide é uma das coisas mais interessantes da região para crianças. +Você pode ver as pirâmides na escuridão e você pode ver elas em silêncio antes do espetáculo começar. +Normalmente você sempre ouve os turistas e os vendedores. A história do som e da luz é como um livro de histórias. +O Sfinx é o pano de fundo e o narrador de uma longa história. +As cenas são exibidas nas pirâmides e as diferentes pirâmides são iluminadas. +As Ilhas Shetland do Sul, descobertas em 1819, são reclamadas por várias nações e têm o maior número de bases, com dezasseis ativas em 2020. +O arquipélago fica a 120 km ao norte da Península. O maior é a Ilha King George, com a cidade de Villa Las Estrellas. +Outros incluem a Ilha Livingston e a Ilha Decepção, onde a caldeira inundada de um vulcão ainda ativo fornece um porto natural espectacular. +A Ellsworth Land é a região sul da Península, delimitada pelo Mar de Bellingshausen. +As montanhas da Península aqui se fundem com o planalto, depois reaparecem para formar a cadeia de 360 km dos Montes Ellsworth, dividida pelo Glaciar de Minnesota. +A parte norte ou Sentinel Range tem as montanhas mais altas da Antártica, o Maciço de Vinson, com a montanha mais alta de 4892 metros, o Monte Vinson. +Em locais remotos, sem cobertura de celular, um telefone satélite pode ser a sua única opção. +Uma telefone satélite não é geralmente uma substituição para um telefone móvel, pois você tem que estar fora com uma linha de vista clara para o satélite para fazer um telefonema. +O serviço é frequentemente utilizado pela navegação, incluindo embarcações de lazer, além de expedições que têm necessidades de dados e voz remotas. +O seu fornecedor local de serviços de telefonia deverá ser capaz de fornecer mais informações sobre a conexão ao serviço. +Uma opção cada vez mais popular para aqueles que planejam um ano sabático é viajar e aprender. +Isto é especialmente popular entre os que saem da escola, permitindo-lhes tomar um ano de folga antes de ir para a universidade, sem comprometer a sua educação. +Em muitos casos, a inscrição em um curso de ano de pausa no estrangeiro pode melhorar as suas chances de se mudar para o ensino superior no seu país de origem. +Normalmente, existem taxas de inscrição para esses programas educacionais. +A Finlândia é um excelente destino para a navegação. O "País dos mil lagos" tem também milhares de ilhas, nas lagunas e nos arquipélagos costeiros. +Nos arquipélagos e lagos, você não precisa necessariamente de um iate. +Apesar de os arquipélagos costeiros e os maiores lagos serem, de facto, grandes o suficiente para qualquer iate, os barcos menores ou mesmo um kayak oferecem uma experiência diferente. +A navegação é um passatempo nacional na Finlândia, com um barco para cada sete ou oito pessoas. +Isso é igualado pela Noruega, Suécia e Nova Zelândia, mas, em geral, é bastante singular (por exemplo, nos Países Baixos, a cifra é uma para quarenta). +A maioria dos cruzeiros distintos do Mar Báltico inclui uma estadia prolongada em São Petersburgo, na Rússia. +Isso significa que você pode visitar a cidade histórica por dois dias inteiros e retornar a dormir no navio durante a noite. +Se você só desembarcar usando excursões a bordo, você não precisará de um visto separado (a partir de 2009). +Alguns cruzeiros incluem a cidade de Berlim, na Alemanha, nos seus catálogos. Como podemos ver no mapa acima, Berlim não fica perto do mar e uma visita à cidade não é incluída no preço do cruzeiro. +Viajar de avião pode ser uma experiência assustadora para pessoas de todas as idades e origens, particularmente se não tiverem voado antes ou tiverem vivido um evento traumático. +Não é algo para se envergonhar-se: não é diferente dos medos e desgostos pessoais de outras coisas que muitas pessoas têm. +Para alguns, compreender algo sobre como funcionam os aviões e o que acontece durante um voo pode ajudar a superar um medo que se baseia no desconhecido ou na falta de controle. +As empresas de correio são bem pagas por entregar coisas rapidamente. Frequentemente, o tempo é muito importante com documentos comerciais, mercadorias ou peças de reposição para uma manutenção urgente. +Em algumas rotas, as empresas maiores possuem seus próprios aviões, mas para outras rotas e empresas menores, houve um problema. +Se eles enviassem coisas por transporte aéreo, em algumas rotas pode ter levado dias para passar por descarregamento e alfândega. +A única maneira de obter a entrega mais rápida é enviar o equipamento como bagagem de mão. As regras da companhia aérea não permitem que o equipamento seja enviado sem um passageiro, o que é onde você entra em cena. +A maneira mais óbvia de voar em primeira ou em classe executiva é pagar um bom bocado de dinheiro pelo privilégio (ou, melhor ainda, pedir à sua empresa que o faça por si). +No entanto, isso não é barato: como regra geral, você pode esperar pagar até quatro vezes mais do que a tarifa normal de economia para o negócio e até onze vezes mais para a primeira classe! +Geralmente, não há nenhum sentido em procurar descontos para assentos de negócio ou primeira classe em voos diretos de A para B. +As companhias aéreas sabem bem que existe um certo grupo de passageiros que está disposto a pagar o preço máximo pelo privilégio de chegar rápido e confortavelmente, e cobram de acordo. +A capital da Moldávia é Chişinău. A língua local é o romeno, mas o russo é amplamente utilizado. +A Moldávia é uma república multi-étnica que sofreu de conflitos étnicos. +Em 1994, este conflito levou à criação da auto-proclamada República da Transnístria no leste da Moldávia, que tem seu próprio governo e moeda, mas não é reconhecida por nenhum país membro da ONU. +As ligações económicas foram reestabelecidas entre estas duas partes da Moldávia, apesar do fracasso das negociações políticas. +A maior religião da Moldávia é o cristianismo ortodoxo. +Izmir é a terceira maior cidade da Turquia, com uma população de cerca de 3,7 milhões de pessoas, o segundo maior porto depois de Istambul e um excelente ponto de conexão. +Uma vez a antiga cidade de Esmirna, hoje é um centro comercial moderno, desenvolvido e movimentado, rodeado por uma enorme baía e cercado de montanhas. +As largas avenidas, edifícios de vidro e centros comerciais modernos estão espalhados com telhados tradicionais de tijolo vermelho, o mercado do século XVIII, e mesquitas e igrejas antigas, embora a cidade tenha uma atmosfera mais de Europa do Mediterrâneo do que de Turquia tradicional. +A aldeia de Haldarsvík oferece vistas da vizinha ilha Eysturoy e tem uma igreja octogonal incomum. +No cemitério, existem esculturas de mármore interessantes de pombas sobre algumas tumbas. +É interessante passear por meia hora pelo curioso vilarejo. +Ao norte e acessível com facilidade está a cidade romântica e fascinante de Sintra, que se tornou famosa entre os estrangeiros após um relato brilhante dos seus espetáculos, registrado pelo Lorde Byron. +O ônibus Scotturb 403 faz viagens regulares para Sintra, parando em Cabo da Roca. +Também ao norte visite o grande Santuário de Nossa Senhora de Fátima (Santuário), um lugar de aparições marianas mundialmente famosas. +Lembre-se de que, essencialmente, você está visitando um cemitério coletivo, além de um local que tem um significado quase incalculável para uma significativa porção da população mundial. +Há ainda muitos homens e mulheres vivos que sobreviveram ao seu tempo aqui, e muitos mais que tiveram familiares assassinados ou mortos de exaustão, judeus e não-judeus. +Por favor, trate o site com toda a dignidade, solenidade e respeito que merece. Não faça piadas sobre o Holocausto ou os nazis. +Não defaciem o local marcando ou escrevendo graffiti em estruturas. +Os idiomas oficiais de Barcelona são o catalão e o espanhol. Cerca de metade preferem falar o catalão, a maioria entende-o e quase todos conhecem o espanhol. +No entanto, a maioria dos sinais é indicada apenas em catalão, pois o idioma é estabelecido pela lei como o primeiro idioma oficial. +No entanto, o espanhol também é amplamente utilizado no transporte público e em outras instalações. +Anúncios regulares no metrô são feitos apenas em catalão, mas interrupções não planejadas são anunciadas por um sistema automatizado em uma ampla gama de idiomas, incluindo espanhol, inglês, francês, árabe e japonês. +Os parisienses têm a reputação de serem egocêntricos, grosseiros e arrogantes. +Embora isso geralmente seja apenas um estereótipo inacurado, a melhor forma de se locomover em Paris ainda é atuar como alguém "bien educado" (bem educado). Isso facilitará muito a locomoção. +Os exteriores abruptos dos parisienses evaporarão rapidamente se você mostrar algumas cortesias básicas. +O Parque Nacional dos Lagos de Plitvice é fortemente florestado, principalmente com carvalhos, abetos e pinheiros, e apresenta uma mistura de vegetação alpina e mediterrânea. +Possui uma notável variedade de comunidades vegetais, devido à sua ampla gama de microclimas, solos diferentes e níveis de altitude variáveis. +A região também abriga uma enorme variedade de espécies animais e aves. +Fauna rara, como o urso-pardo europeu, o lobo, o águia, a coruja, o lince, a gato selvagem e o capercaillie, podem ser encontrados ali, além de muitas outras espécies mais comuns. +Quando visitam os mosteiros, as mulheres são obrigadas a usar saias que cobrem os joelhos e terem os ombros cobertos, também. +A maioria dos mosteiros disponibiliza lenços para as mulheres que não estão preparadas, mas, se você levar seu próprio, especialmente um com cores vivas, você receberá um sorriso do monge ou da freira no portão. +Along the same line, os homens são obrigados a usar calças que cobrem os joelhos. +Essa roupa também pode ser emprestada na entrada, mas não é lavada após cada usuário, então você pode não se sentir confortável usando essas saias. Um tamanho para todos os homens! +A culinária mallorquina, assim como a de zonas semelhantes no Mediterrâneo, é baseada em pão, vegetais e carne (especialmente de porco), e utiliza azeite de oliva por toda parte. +Uma simples refeição popular, especialmente durante o verão, é o Pa amb Oli: pão com azeite de oliva, tomate e todos os condimentos disponíveis, como queijo, atum, etc. +Todos os substantivos, junto com a palavra Sie para você, sempre começam com uma letra maiúscula, mesmo no meio de uma frase. +Isso é uma forma importante de distinguir alguns verbos e objetos. +Além disso, talvez torne a leitura mais fácil, embora a escrita seja um pouco complicada pela necessidade de descobrir se um verbo ou um adjetivo é usado em uma forma substantiva. +A pronúncia é relativamente fácil no italiano, pois a maioria das palavras é pronunciada exatamente como são escritas. +As principais letras a vigiar são c e g, pois a sua pronúncia varia de acordo com a vogal seguinte. +Além disso, tenha certeza de pronunciar r e rr de forma diferente: caro significa "caro", enquanto carro significa "carro". +O persa tem uma gramática relativamente fácil e geralmente regular. +Por isso, ler este livro de gramática irá ajudar você a aprender muito sobre a gramática persa e a entender frases melhor. +É óbvio que, se você conhece uma língua românica, será mais fácil para você aprender o português. +No entanto, pessoas que conhecem um pouco de espanhol podem rapidamente chegar à conclusão de que o português é próximo o suficiente para não precisar ser estudado separadamente. +Observatórios pré-modernos geralmente são obsoletos hoje em dia, e permanecem como museus ou locais de educação. +Como a poluição luminosa em seu auge não era o tipo de problema que é hoje, eles geralmente estão localizados em cidades ou em campus, mais acessíveis do que aqueles construídos em tempos modernos. +A maioria dos telescópios de pesquisa modernos são enormes instalações em áreas remotas com condições atmosféricas favoráveis. +A contemplação das flores de cerejeira, conhecida como hanami, faz parte da cultura japonesa desde o século VIII. +O conceito surgiu na China, onde as flores preferidas eram as de amoreira. +No Japão, as primeiras festas de flores de cerejeira foram organizadas pelo imperador apenas para si e outros membros da aristocracia ao redor do Tribunal Imperial. +As plantas são mais bonitas em um ambiente natural, portanto, resista à tentação de retirar "não mais do que um" exemplar. +Se você visitar um jardim arranjado formalmente, a coleta de "espécimes" também vai fazer com que você seja expulso, sem qualquer discussão. +Geralmente, a Singapura é um lugar extremamente seguro e muito fácil de navegar, e você pode comprar quase tudo depois de chegar. +Mas sendo localizado nos "altos trópicos", a poucos graus ao norte do equador, você vai precisar de lidar tanto com o calor (sempre) quanto com o forte sol (quando o céu está limpo, mais raramente). +Há também alguns ônibus que vão para o norte até Hebron, o lugar tradicional de sepultamento dos patriarcas bíblicos Abraham, Isaac, Jacó e suas mulheres. +Verifique se o ônibus que está pensando em tomar vai até Hebron e não apenas para o assentamento judeu vizinho de Kiryat Arba. +As vias navegáveis internas podem ser um bom tema para basear umas férias. +Por exemplo, visitando castelos na Vale do Loire, Vale do Reno ou fazendo uma viagem de cruzeiro para cidades interessantes no Danúbio ou navegando ao longo do Canal Erie. +Eles também definem rotas para trilhas de caminhada e ciclismo populares. +O Natal é um dos principais feriados do cristianismo, e é comemorado como o aniversário de Jesus. +Muitas das tradições relacionadas com o feriado foram adotadas também por não-cristãos em países cristãos e não-cristãos em todo o mundo. +Há uma tradição de passar a noite de Páscoa acordado em algum ponto exposto para ver o amanhecer. +Existem, claro, explicações teológicas cristãs para esta tradição, mas pode bem ser um rito de primavera e fecundidade pré-cristiano. +As igrejas mais tradicionais costumam realizar uma vigília de Páscoa na noite de sábado durante o fim-de-semana de Páscoa, com as congregações muitas vezes quebrando em celebração à meia-noite para comemorar a ressurreição de Cristo. +Todos os animais que originalmente chegaram às ilhas chegaram por meio de natação, voo ou flutuação. +Devido à grande distância do continente, os mamíferos não conseguiram fazer a viagem, tornando a tartaruga-gigante o animal de pastoreio primário nas Galápagos. +Desde a chegada do homem nas Galápagos, muitos mamíferos foram introduzidos, incluindo cabras, cavalos, vacas, ratos, gatos e cães. +Se você visitar as áreas árticas ou antárticas no inverno, você experimentará a noite polar, que significa que o sol não se eleva acima do horizonte. +Isso oferece uma boa oportunidade para ver a Aurora Boreal, pois o céu ficará escuro mais ou menos durante todo o dia. +Como as áreas são pouco povoadas, e a poluição luminosa, por isso, muitas vezes não é um problema, você também poderá apreciar as estrelas. +A cultura de trabalho japonesa é mais hierárquica e formal do que o que os ocidentais estão acostumados. +Os trajes são a roupa de negócio padrão, e os colegas se chamam uns aos outros pelo nome da família ou pelo título de trabalho. +A harmonia no local de trabalho é crucial, enfatizando o esforço coletivo em vez de elogiar os êxitos individuais. +Os trabalhadores devem obter a aprovação dos seus superiores para qualquer decisão que tomarem, e são esperados para obedecer às instruções dos seus superiores sem questionamentos. diff --git a/test-en-pt.bleu b/test-en-pt.bleu new file mode 100644 index 0000000000000000000000000000000000000000..8f511492837a4f1840f7888ee0ceab6875832776 --- /dev/null +++ b/test-en-pt.bleu @@ -0,0 +1 @@ +BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 41.43 69.6/47.8/34.8/26.1 (BP = 0.993 ratio = 0.993 hyp_len = 26344 ref_len = 26519) diff --git a/test-en-pt.comet b/test-en-pt.comet new file mode 100644 index 0000000000000000000000000000000000000000..19b9e0d60f72841fd42670ecd40fed5f53f62cfc --- /dev/null +++ b/test-en-pt.comet @@ -0,0 +1,1013 @@ +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 0 score: 0.8577 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 1 score: 0.9001 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 2 score: 0.9210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 3 score: 0.8523 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 4 score: 0.7045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 5 score: 0.8348 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 6 score: 0.8104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 7 score: 0.8954 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 8 score: 0.9212 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 9 score: 0.9197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 10 score: 0.9252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 11 score: 0.8975 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 12 score: 0.8787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 13 score: 0.8689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 14 score: 0.8431 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 15 score: 0.7931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 16 score: 0.8797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 17 score: 0.9324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 18 score: 0.8780 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 19 score: 0.8823 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 20 score: 0.9534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 21 score: 0.9444 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 22 score: 0.8457 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 23 score: 0.9285 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 24 score: 0.8517 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 25 score: 0.9263 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 26 score: 0.8946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 27 score: 0.8882 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 28 score: 0.8862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 29 score: 0.8634 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 30 score: 0.8412 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 31 score: 0.8452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 32 score: 0.8714 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 33 score: 0.9422 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 34 score: 0.9497 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 35 score: 0.9609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 36 score: 0.9428 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 37 score: 0.9090 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 38 score: 0.8071 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 39 score: 0.8664 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 40 score: 0.8899 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 41 score: 0.9186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 42 score: 0.9390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 43 score: 0.9275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 44 score: 0.8877 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 45 score: 0.8410 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 46 score: 0.8962 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 47 score: 0.8954 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 48 score: 0.9369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 49 score: 0.8701 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 50 score: 0.8367 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 51 score: 0.9107 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 52 score: 0.9092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 53 score: 0.9381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 54 score: 0.9060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 55 score: 0.9395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 56 score: 0.8996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 57 score: 0.8933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 58 score: 0.9267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 59 score: 0.9541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 60 score: 0.9160 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 61 score: 0.9201 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 62 score: 0.8926 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 63 score: 0.9021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 64 score: 0.9281 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 65 score: 0.8008 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 66 score: 0.7713 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 67 score: 0.7390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 68 score: 0.9359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 69 score: 0.8761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 70 score: 0.8846 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 71 score: 0.8504 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 72 score: 0.9217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 73 score: 0.8879 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 74 score: 0.8552 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 75 score: 0.8766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 76 score: 0.8979 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 77 score: 0.9070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 78 score: 0.9101 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 79 score: 0.9192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 80 score: 0.9203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 81 score: 0.9421 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 82 score: 0.8912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 83 score: 0.8235 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 84 score: 0.8463 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 85 score: 0.8111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 86 score: 0.7535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 87 score: 0.9055 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 88 score: 0.9081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 89 score: 0.9120 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 90 score: 0.9034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 91 score: 0.9202 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 92 score: 0.8727 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 93 score: 0.8078 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 94 score: 0.8895 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 95 score: 0.9259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 96 score: 0.8805 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 97 score: 0.9290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 98 score: 0.9337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 99 score: 0.8999 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 100 score: 0.9516 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 101 score: 0.8780 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 102 score: 0.9005 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 103 score: 0.9565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 104 score: 0.9369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 105 score: 0.9132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 106 score: 0.8840 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 107 score: 0.9134 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 108 score: 0.8112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 109 score: 0.7495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 110 score: 0.9187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 111 score: 0.9646 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 112 score: 0.9596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 113 score: 0.9527 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 114 score: 0.8878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 115 score: 0.9125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 116 score: 0.9156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 117 score: 0.8971 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 118 score: 0.9622 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 119 score: 0.8735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 120 score: 0.8797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 121 score: 0.8752 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 122 score: 0.9552 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 123 score: 0.9486 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 124 score: 0.9069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 125 score: 0.9012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 126 score: 0.8932 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 127 score: 0.9293 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 128 score: 0.9361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 129 score: 0.9046 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 130 score: 0.9215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 131 score: 0.9035 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 132 score: 0.9279 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 133 score: 0.9343 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 134 score: 0.8235 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 135 score: 0.8850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 136 score: 0.8649 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 137 score: 0.9142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 138 score: 0.9547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 139 score: 0.8641 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 140 score: 0.8515 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 141 score: 0.8121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 142 score: 0.9332 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 143 score: 0.8734 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 144 score: 0.9545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 145 score: 0.9329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 146 score: 0.9053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 147 score: 0.9196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 148 score: 0.9296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 149 score: 0.8569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 150 score: 0.9207 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 151 score: 0.8212 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 152 score: 0.8469 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 153 score: 0.8514 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 154 score: 0.7025 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 155 score: 0.8247 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 156 score: 0.9222 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 157 score: 0.7402 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 158 score: 0.9258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 159 score: 0.9314 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 160 score: 0.9163 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 161 score: 0.8278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 162 score: 0.9210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 163 score: 0.9353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 164 score: 0.9207 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 165 score: 0.8125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 166 score: 0.9026 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 167 score: 0.8744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 168 score: 0.8769 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 169 score: 0.8676 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 170 score: 0.9011 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 171 score: 0.9497 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 172 score: 0.8370 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 173 score: 0.8666 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 174 score: 0.8256 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 175 score: 0.9340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 176 score: 0.8466 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 177 score: 0.8987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 178 score: 0.8500 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 179 score: 0.9437 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 180 score: 0.8989 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 181 score: 0.9303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 182 score: 0.9080 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 183 score: 0.9073 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 184 score: 0.9097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 185 score: 0.9425 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 186 score: 0.9712 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 187 score: 0.9056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 188 score: 0.8695 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 189 score: 0.9144 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 190 score: 0.9067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 191 score: 0.9048 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 192 score: 0.8385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 193 score: 0.8427 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 194 score: 0.9257 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 195 score: 0.9424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 196 score: 0.9113 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 197 score: 0.8403 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 198 score: 0.9085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 199 score: 0.8730 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 200 score: 0.8339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 201 score: 0.8041 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 202 score: 0.8185 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 203 score: 0.8069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 204 score: 0.9171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 205 score: 0.9084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 206 score: 0.9532 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 207 score: 0.8822 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 208 score: 0.9362 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 209 score: 0.9004 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 210 score: 0.9480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 211 score: 0.8938 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 212 score: 0.9283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 213 score: 0.9384 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 214 score: 0.9197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 215 score: 0.9375 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 216 score: 0.9482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 217 score: 0.9317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 218 score: 0.9038 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 219 score: 0.9618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 220 score: 0.9461 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 221 score: 0.8944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 222 score: 0.9324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 223 score: 0.8742 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 224 score: 0.9211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 225 score: 0.8967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 226 score: 0.8920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 227 score: 0.6880 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 228 score: 0.8903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 229 score: 0.9548 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 230 score: 0.8911 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 231 score: 0.9238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 232 score: 0.8403 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 233 score: 0.8299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 234 score: 0.8703 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 235 score: 0.9091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 236 score: 0.9123 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 237 score: 0.8984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 238 score: 0.9181 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 239 score: 0.9114 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 240 score: 0.8460 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 241 score: 0.8407 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 242 score: 0.8717 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 243 score: 0.8047 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 244 score: 0.8752 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 245 score: 0.8926 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 246 score: 0.7519 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 247 score: 0.8048 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 248 score: 0.8335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 249 score: 0.9305 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 250 score: 0.9117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 251 score: 0.9473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 252 score: 0.9406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 253 score: 0.9082 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 254 score: 0.9485 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 255 score: 0.9180 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 256 score: 0.7328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 257 score: 0.9279 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 258 score: 0.8751 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 259 score: 0.8340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 260 score: 0.9217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 261 score: 0.8354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 262 score: 0.9141 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 263 score: 0.8982 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 264 score: 0.8830 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 265 score: 0.8825 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 266 score: 0.9006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 267 score: 0.8484 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 268 score: 0.9268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 269 score: 0.9254 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 270 score: 0.9215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 271 score: 0.8329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 272 score: 0.7728 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 273 score: 0.9459 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 274 score: 0.7721 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 275 score: 0.8156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 276 score: 0.8097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 277 score: 0.8938 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 278 score: 0.7600 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 279 score: 0.9481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 280 score: 0.9228 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 281 score: 0.9120 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 282 score: 0.9561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 283 score: 0.9403 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 284 score: 0.9546 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 285 score: 0.9354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 286 score: 0.8843 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 287 score: 0.8870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 288 score: 0.9307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 289 score: 0.9016 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 290 score: 0.8049 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 291 score: 0.7577 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 292 score: 0.9342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 293 score: 0.9239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 294 score: 0.8226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 295 score: 0.9065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 296 score: 0.8504 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 297 score: 0.9354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 298 score: 0.9185 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 299 score: 0.9282 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 300 score: 0.9140 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 301 score: 0.8370 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 302 score: 0.8932 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 303 score: 0.9497 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 304 score: 0.8943 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 305 score: 0.9148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 306 score: 0.8641 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 307 score: 0.9082 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 308 score: 0.9226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 309 score: 0.8309 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 310 score: 0.9629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 311 score: 0.9344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 312 score: 0.9517 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 313 score: 0.8275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 314 score: 0.9392 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 315 score: 0.9131 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 316 score: 0.8415 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 317 score: 0.9289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 318 score: 0.8776 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 319 score: 0.9799 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 320 score: 0.8568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 321 score: 0.7168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 322 score: 0.8900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 323 score: 0.9200 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 324 score: 0.9381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 325 score: 0.9177 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 326 score: 0.8626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 327 score: 0.8772 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 328 score: 0.9313 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 329 score: 0.8908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 330 score: 0.9044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 331 score: 0.9206 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 332 score: 0.9288 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 333 score: 0.9116 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 334 score: 0.9460 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 335 score: 0.9090 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 336 score: 0.9272 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 337 score: 0.8212 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 338 score: 0.8641 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 339 score: 0.9176 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 340 score: 0.8276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 341 score: 0.8794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 342 score: 0.6744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 343 score: 0.8872 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 344 score: 0.9274 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 345 score: 0.8539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 346 score: 0.9457 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 347 score: 0.9427 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 348 score: 0.8064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 349 score: 0.7752 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 350 score: 0.9000 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 351 score: 0.9052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 352 score: 0.8859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 353 score: 0.9547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 354 score: 0.9170 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 355 score: 0.9399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 356 score: 0.9292 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 357 score: 0.9221 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 358 score: 0.8643 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 359 score: 0.8673 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 360 score: 0.8637 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 361 score: 0.8029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 362 score: 0.8279 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 363 score: 0.7960 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 364 score: 0.8348 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 365 score: 0.8336 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 366 score: 0.8286 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 367 score: 0.7615 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 368 score: 0.8495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 369 score: 0.8415 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 370 score: 0.7385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 371 score: 0.7660 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 372 score: 0.8217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 373 score: 0.8883 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 374 score: 0.9285 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 375 score: 0.9197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 376 score: 0.9500 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 377 score: 0.9607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 378 score: 0.9281 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 379 score: 0.8942 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 380 score: 0.9336 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 381 score: 0.8045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 382 score: 0.7989 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 383 score: 0.8118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 384 score: 0.8834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 385 score: 0.8046 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 386 score: 0.8178 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 387 score: 0.8376 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 388 score: 0.9378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 389 score: 0.8698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 390 score: 0.9409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 391 score: 0.9210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 392 score: 0.9172 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 393 score: 0.9781 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 394 score: 0.9794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 395 score: 0.9464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 396 score: 0.8694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 397 score: 0.9613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 398 score: 0.8312 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 399 score: 0.9597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 400 score: 0.9318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 401 score: 0.8461 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 402 score: 0.9245 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 403 score: 0.7736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 404 score: 0.8760 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 405 score: 0.8581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 406 score: 0.9247 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 407 score: 0.9247 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 408 score: 0.9485 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 409 score: 0.8975 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 410 score: 0.9485 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 411 score: 0.9215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 412 score: 0.8781 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 413 score: 0.9268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 414 score: 0.8997 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 415 score: 0.8933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 416 score: 0.8656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 417 score: 0.8093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 418 score: 0.9239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 419 score: 0.9322 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 420 score: 0.9572 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 421 score: 0.9425 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 422 score: 0.9077 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 423 score: 0.8389 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 424 score: 0.9160 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 425 score: 0.9498 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 426 score: 0.9308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 427 score: 0.9266 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 428 score: 0.9379 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 429 score: 0.8936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 430 score: 0.8819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 431 score: 0.8133 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 432 score: 0.8736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 433 score: 0.7045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 434 score: 0.9095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 435 score: 0.7379 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 436 score: 0.8860 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 437 score: 0.8910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 438 score: 0.9470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 439 score: 0.7995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 440 score: 0.9261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 441 score: 0.9327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 442 score: 0.9566 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 443 score: 0.8696 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 444 score: 0.8553 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 445 score: 0.8825 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 446 score: 0.9211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 447 score: 0.9508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 448 score: 0.9499 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 449 score: 0.8218 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 450 score: 0.9192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 451 score: 0.9264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 452 score: 0.9472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 453 score: 0.9149 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 454 score: 0.9450 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 455 score: 0.9205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 456 score: 0.8010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 457 score: 0.9474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 458 score: 0.9342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 459 score: 0.9092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 460 score: 0.9223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 461 score: 0.9329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 462 score: 0.8489 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 463 score: 0.9423 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 464 score: 0.9186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 465 score: 0.8840 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 466 score: 0.9283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 467 score: 0.6851 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 468 score: 0.7576 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 469 score: 0.7936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 470 score: 0.7551 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 471 score: 0.7927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 472 score: 0.9020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 473 score: 0.8728 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 474 score: 0.7658 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 475 score: 0.9194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 476 score: 0.8804 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 477 score: 0.9281 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 478 score: 0.9374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 479 score: 0.9274 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 480 score: 0.7486 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 481 score: 0.8776 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 482 score: 0.9152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 483 score: 0.8618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 484 score: 0.8984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 485 score: 0.8684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 486 score: 0.9653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 487 score: 0.8577 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 488 score: 0.9469 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 489 score: 0.9567 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 490 score: 0.8920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 491 score: 0.9444 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 492 score: 0.8809 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 493 score: 0.9497 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 494 score: 0.8794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 495 score: 0.8549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 496 score: 0.9348 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 497 score: 0.9232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 498 score: 0.9382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 499 score: 0.9214 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 500 score: 0.9706 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 501 score: 0.9651 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 502 score: 0.9230 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 503 score: 0.8847 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 504 score: 0.8736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 505 score: 0.7328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 506 score: 0.7841 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 507 score: 0.8876 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 508 score: 0.8430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 509 score: 0.8662 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 510 score: 0.6161 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 511 score: 0.8398 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 512 score: 0.8788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 513 score: 0.8702 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 514 score: 0.8383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 515 score: 0.8412 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 516 score: 0.7642 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 517 score: 0.9353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 518 score: 0.9226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 519 score: 0.9504 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 520 score: 0.8811 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 521 score: 0.9518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 522 score: 0.9003 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 523 score: 0.8080 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 524 score: 0.9434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 525 score: 0.8906 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 526 score: 0.9010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 527 score: 0.8452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 528 score: 0.8987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 529 score: 0.8413 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 530 score: 0.8800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 531 score: 0.9021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 532 score: 0.8560 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 533 score: 0.8854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 534 score: 0.8165 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 535 score: 0.7636 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 536 score: 0.8786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 537 score: 0.8332 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 538 score: 0.9384 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 539 score: 0.9077 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 540 score: 0.9026 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 541 score: 0.9368 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 542 score: 0.9043 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 543 score: 0.9055 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 544 score: 0.9009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 545 score: 0.9391 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 546 score: 0.7329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 547 score: 0.8298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 548 score: 0.8878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 549 score: 0.9240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 550 score: 0.7915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 551 score: 0.9365 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 552 score: 0.8740 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 553 score: 0.9294 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 554 score: 0.9092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 555 score: 0.8739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 556 score: 0.8315 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 557 score: 0.8660 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 558 score: 0.7993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 559 score: 0.8350 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 560 score: 0.9485 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 561 score: 0.8874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 562 score: 0.8731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 563 score: 0.7477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 564 score: 0.8011 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 565 score: 0.9421 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 566 score: 0.9051 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 567 score: 0.9235 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 568 score: 0.8421 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 569 score: 0.7609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 570 score: 0.9298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 571 score: 0.9109 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 572 score: 0.8171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 573 score: 0.9049 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 574 score: 0.9595 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 575 score: 0.7169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 576 score: 0.9072 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 577 score: 0.9384 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 578 score: 0.9274 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 579 score: 0.9171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 580 score: 0.8912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 581 score: 0.8990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 582 score: 0.8369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 583 score: 0.8065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 584 score: 0.7620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 585 score: 0.9016 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 586 score: 0.9147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 587 score: 0.8934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 588 score: 0.8446 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 589 score: 0.8844 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 590 score: 0.8734 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 591 score: 0.9380 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 592 score: 0.8463 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 593 score: 0.9441 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 594 score: 0.9173 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 595 score: 0.9095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 596 score: 0.9184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 597 score: 0.8917 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 598 score: 0.8659 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 599 score: 0.8907 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 600 score: 0.9321 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 601 score: 0.8902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 602 score: 0.9437 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 603 score: 0.9140 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 604 score: 0.9303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 605 score: 0.9087 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 606 score: 0.9142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 607 score: 0.7262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 608 score: 0.9390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 609 score: 0.8519 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 610 score: 0.9124 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 611 score: 0.9406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 612 score: 0.9216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 613 score: 0.8929 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 614 score: 0.9260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 615 score: 0.9241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 616 score: 0.9547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 617 score: 0.9507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 618 score: 0.9084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 619 score: 0.8825 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 620 score: 0.9367 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 621 score: 0.7838 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 622 score: 0.9366 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 623 score: 0.9302 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 624 score: 0.8879 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 625 score: 0.9397 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 626 score: 0.9483 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 627 score: 0.9160 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 628 score: 0.9469 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 629 score: 0.9283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 630 score: 0.8831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 631 score: 0.9444 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 632 score: 0.9531 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 633 score: 0.9631 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 634 score: 0.9686 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 635 score: 0.9314 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 636 score: 0.9312 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 637 score: 0.9265 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 638 score: 0.9342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 639 score: 0.9506 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 640 score: 0.8181 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 641 score: 0.9437 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 642 score: 0.9269 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 643 score: 0.9428 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 644 score: 0.8682 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 645 score: 0.8363 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 646 score: 0.8257 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 647 score: 0.9233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 648 score: 0.8039 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 649 score: 0.9275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 650 score: 0.9521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 651 score: 0.8616 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 652 score: 0.6411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 653 score: 0.9229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 654 score: 0.8654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 655 score: 0.9430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 656 score: 0.8785 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 657 score: 0.9180 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 658 score: 0.7383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 659 score: 0.9098 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 660 score: 0.7464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 661 score: 0.9123 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 662 score: 0.8895 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 663 score: 0.9124 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 664 score: 0.9276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 665 score: 0.8637 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 666 score: 0.8951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 667 score: 0.8730 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 668 score: 0.8936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 669 score: 0.9120 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 670 score: 0.9277 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 671 score: 0.9352 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 672 score: 0.9202 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 673 score: 0.9150 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 674 score: 0.9344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 675 score: 0.9185 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 676 score: 0.9455 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 677 score: 0.9461 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 678 score: 0.9387 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 679 score: 0.9528 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 680 score: 0.9015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 681 score: 0.9584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 682 score: 0.8890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 683 score: 0.8528 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 684 score: 0.8607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 685 score: 0.9011 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 686 score: 0.9173 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 687 score: 0.8639 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 688 score: 0.9153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 689 score: 0.8990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 690 score: 0.9037 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 691 score: 0.8998 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 692 score: 0.9159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 693 score: 0.8393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 694 score: 0.7977 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 695 score: 0.9390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 696 score: 0.8786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 697 score: 0.8858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 698 score: 0.8770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 699 score: 0.9503 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 700 score: 0.8949 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 701 score: 0.9510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 702 score: 0.9509 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 703 score: 0.9119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 704 score: 0.9276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 705 score: 0.9105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 706 score: 0.7987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 707 score: 0.9269 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 708 score: 0.9326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 709 score: 0.9355 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 710 score: 0.9438 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 711 score: 0.8381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 712 score: 0.9552 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 713 score: 0.9329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 714 score: 0.9241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 715 score: 0.8519 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 716 score: 0.8759 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 717 score: 0.9019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 718 score: 0.9346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 719 score: 0.8763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 720 score: 0.8811 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 721 score: 0.9067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 722 score: 0.8783 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 723 score: 0.9391 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 724 score: 0.9399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 725 score: 0.8948 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 726 score: 0.8888 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 727 score: 0.9178 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 728 score: 0.7529 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 729 score: 0.8914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 730 score: 0.9429 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 731 score: 0.9117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 732 score: 0.7820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 733 score: 0.9500 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 734 score: 0.7448 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 735 score: 0.8627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 736 score: 0.9074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 737 score: 0.8477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 738 score: 0.9407 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 739 score: 0.8911 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 740 score: 0.9567 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 741 score: 0.8158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 742 score: 0.8614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 743 score: 0.9282 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 744 score: 0.8361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 745 score: 0.9531 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 746 score: 0.9167 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 747 score: 0.9344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 748 score: 0.9702 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 749 score: 0.9006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 750 score: 0.9642 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 751 score: 0.9554 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 752 score: 0.9135 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 753 score: 0.9164 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 754 score: 0.9010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 755 score: 0.9242 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 756 score: 0.9064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 757 score: 0.8578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 758 score: 0.8881 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 759 score: 0.9120 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 760 score: 0.9346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 761 score: 0.9169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 762 score: 0.9389 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 763 score: 0.7920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 764 score: 0.8901 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 765 score: 0.7991 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 766 score: 0.8989 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 767 score: 0.9320 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 768 score: 0.9406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 769 score: 0.9785 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 770 score: 0.9211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 771 score: 0.8971 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 772 score: 0.9366 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 773 score: 0.7825 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 774 score: 0.8836 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 775 score: 0.8829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 776 score: 0.8836 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 777 score: 0.8631 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 778 score: 0.9332 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 779 score: 0.7913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 780 score: 0.8756 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 781 score: 0.8570 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 782 score: 0.9313 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 783 score: 0.8684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 784 score: 0.8164 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 785 score: 0.8070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 786 score: 0.8521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 787 score: 0.9293 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 788 score: 0.9252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 789 score: 0.9021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 790 score: 0.9300 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 791 score: 0.8940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 792 score: 0.8986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 793 score: 0.9086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 794 score: 0.9021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 795 score: 0.8949 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 796 score: 0.9721 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 797 score: 0.8652 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 798 score: 0.9153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 799 score: 0.8591 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 800 score: 0.9040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 801 score: 0.8182 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 802 score: 0.8949 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 803 score: 0.8845 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 804 score: 0.7523 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 805 score: 0.9228 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 806 score: 0.9562 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 807 score: 0.8087 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 808 score: 0.9188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 809 score: 0.8998 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 810 score: 0.8467 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 811 score: 0.8155 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 812 score: 0.9168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 813 score: 0.9466 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 814 score: 0.9174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 815 score: 0.8660 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 816 score: 0.8872 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 817 score: 0.8525 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 818 score: 0.8849 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 819 score: 0.8894 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 820 score: 0.9568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 821 score: 0.9416 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 822 score: 0.8505 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 823 score: 0.8778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 824 score: 0.9015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 825 score: 0.9224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 826 score: 0.5708 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 827 score: 0.8866 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 828 score: 0.9011 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 829 score: 0.8763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 830 score: 0.8965 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 831 score: 0.9275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 832 score: 0.7685 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 833 score: 0.7908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 834 score: 0.8339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 835 score: 0.7926 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 836 score: 0.9159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 837 score: 0.9679 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 838 score: 0.8768 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 839 score: 0.9199 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 840 score: 0.8966 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 841 score: 0.8576 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 842 score: 0.7525 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 843 score: 0.9081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 844 score: 0.8323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 845 score: 0.7872 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 846 score: 0.6433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 847 score: 0.8823 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 848 score: 0.6471 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 849 score: 0.8289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 850 score: 0.7974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 851 score: 0.9172 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 852 score: 0.9036 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 853 score: 0.7418 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 854 score: 0.8629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 855 score: 0.8988 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 856 score: 0.8639 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 857 score: 0.9317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 858 score: 0.9057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 859 score: 0.9288 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 860 score: 0.8976 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 861 score: 0.8932 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 862 score: 0.9478 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 863 score: 0.9293 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 864 score: 0.8910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 865 score: 0.8748 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 866 score: 0.9080 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 867 score: 0.9040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 868 score: 0.8953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 869 score: 0.8565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 870 score: 0.9199 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 871 score: 0.8879 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 872 score: 0.9221 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 873 score: 0.9258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 874 score: 0.9014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 875 score: 0.9030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 876 score: 0.9105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 877 score: 0.9037 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 878 score: 0.9496 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 879 score: 0.9040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 880 score: 0.9218 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 881 score: 0.8938 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 882 score: 0.9476 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 883 score: 0.8955 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 884 score: 0.8540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 885 score: 0.9428 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 886 score: 0.9406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 887 score: 0.6708 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 888 score: 0.7941 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 889 score: 0.9069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 890 score: 0.9071 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 891 score: 0.8771 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 892 score: 0.7826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 893 score: 0.8719 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 894 score: 0.8449 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 895 score: 0.9279 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 896 score: 0.9426 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 897 score: 0.8842 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 898 score: 0.8975 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 899 score: 0.8974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 900 score: 0.8642 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 901 score: 0.8940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 902 score: 0.9385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 903 score: 0.8867 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 904 score: 0.8931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 905 score: 0.8613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 906 score: 0.8711 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 907 score: 0.8512 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 908 score: 0.8768 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 909 score: 0.9621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 910 score: 0.8182 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 911 score: 0.8989 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 912 score: 0.9119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 913 score: 0.9661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 914 score: 0.8735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 915 score: 0.8138 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 916 score: 0.9224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 917 score: 0.8736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 918 score: 0.9734 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 919 score: 0.9084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 920 score: 0.8982 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 921 score: 0.8689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 922 score: 0.9134 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 923 score: 0.9371 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 924 score: 0.8694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 925 score: 0.8936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 926 score: 0.9306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 927 score: 0.9207 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 928 score: 0.9310 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 929 score: 0.8629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 930 score: 0.9503 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 931 score: 0.8688 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 932 score: 0.7863 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 933 score: 0.8863 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 934 score: 0.8700 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 935 score: 0.8878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 936 score: 0.8814 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 937 score: 0.9456 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 938 score: 0.9560 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 939 score: 0.9578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 940 score: 0.9203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 941 score: 0.9689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 942 score: 0.9296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 943 score: 0.9156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 944 score: 0.8317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 945 score: 0.9430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 946 score: 0.8592 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 947 score: 0.8961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 948 score: 0.8575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 949 score: 0.8844 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 950 score: 0.8802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 951 score: 0.9107 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 952 score: 0.8414 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 953 score: 0.9381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 954 score: 0.7320 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 955 score: 0.9327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 956 score: 0.8774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 957 score: 0.9575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 958 score: 0.9301 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 959 score: 0.9690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 960 score: 0.8340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 961 score: 0.8547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 962 score: 0.9172 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 963 score: 0.9109 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 964 score: 0.9564 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 965 score: 0.8118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 966 score: 0.9238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 967 score: 0.8208 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 968 score: 0.8488 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 969 score: 0.7982 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 970 score: 0.9139 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 971 score: 0.9102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 972 score: 0.9154 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 973 score: 0.9609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 974 score: 0.8863 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 975 score: 0.9457 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 976 score: 0.9121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 977 score: 0.7535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 978 score: 0.9552 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 979 score: 0.9000 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 980 score: 0.8395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 981 score: 0.9079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 982 score: 0.9232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 983 score: 0.8126 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 984 score: 0.9501 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 985 score: 0.9205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 986 score: 0.8756 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 987 score: 0.8673 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 988 score: 0.7685 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 989 score: 0.8818 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 990 score: 0.9042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 991 score: 0.8731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 992 score: 0.9228 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 993 score: 0.8954 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 994 score: 0.6002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 995 score: 0.8760 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 996 score: 0.9705 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 997 score: 0.9647 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 998 score: 0.9081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 999 score: 0.9108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 1000 score: 0.9347 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 1001 score: 0.8728 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 1002 score: 0.8723 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 1003 score: 0.8447 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 1004 score: 0.9453 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 1005 score: 0.9072 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 1006 score: 0.8463 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 1007 score: 0.8867 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 1008 score: 0.9027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 1009 score: 0.8399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 1010 score: 0.9365 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt Segment 1011 score: 0.8920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-pt score: 0.8882 diff --git a/test-en-ro b/test-en-ro new file mode 100644 index 0000000000000000000000000000000000000000..d90ede162ce5bae6c26941a3efa559122c53544a --- /dev/null +++ b/test-en-ro @@ -0,0 +1,1012 @@ +„Acum avem șobolani în vârstă de 4 luni, care nu sunt diabetici, care au fost diabetici”, a adăugat el. +Dr. Ehud Ur, profesor de medicină la Dalhousie University din Halifax, Nova Scotia și președinte al diviziei clinice și științifice a Asociației Canadiene de Diabet, a avertizat că cercetarea este încă la început. +Ca și alți experți, el este sceptic în ceea ce privește posibilitatea de a vindeca diabetul zaharat, menționând că aceste descoperiri nu au relevanță pentru persoanele care deja suferă de diabet zaharat de tip 1. +Luni, Sara Danius, secretar permanent al Comitetului Nobel pentru Literatură la Academia Suedeză, a anunțat public, în cadrul unui program radio la Sveriges Radio din Suedia, că comitetul, care nu a reușit să-l contacteze pe Bob Dylan în legătură cu câștigarea Premiului Nobel din 2016, a abandonat eforturile de a-l contacta. +Danius a spus: „În acest moment nu fac nimic. Am sunat și am trimis e-mailuri colaboratorului său cel mai apropiat și am primit răspunsuri foarte prietenoase. Pentru momentul de față, este suficient.” +În trecut, CEO-ul companiei, Jamie Siminoff, a declarat că compania a început atunci când el nu putea auzi sunetul de la ceasul de la ușă de la magazinul său din garaj. +El a construit o sirenă WiFi, a spus el. +Siminoff a declarat că vânzările au crescut după apariția sa într-un episod din 2013 al emisiunii Shark Tank, unde panelul emisiunii a refuzat să finanțeze startup-ul. +La sfârșitul anului 2017, Siminoff a apărut pe canalul de televiziune de shopping QVC. +Ring a reușit, de asemenea, să rezolve un litigiu cu o altă companie de securitate, ADT Corporation. +Deși unul dintre vaccinurile experimentale pare capabil să reducă mortalitatea provocată de Ebola, până în prezent, niciun medicament nu a fost demonstrat clar ca fiind potrivit pentru tratamentul unei infecții existente. +Un cocktail de anticorpi, ZMapp, s-a dovedit inițial promițător în laborator, însă studiile formale au indicat că are mai puțin beneficii decât se căuta în prevenirea decesului. +În proba PALM, ZMapp a jucat rolul de control, ceea ce înseamnă că oamenii de știință au folosit-o ca punct de referință și au comparat cele trei alte tratamente cu ea. +USA Gymnastics susține scrisoarea Comitetului Olimpic al Statelor Unite și acceptă necesitatea absolută a familiei olimpice de a promova un mediu sigur pentru toți atleții noștri. +Suntem de acord cu declarația USOC privind faptul că interesele atleților și cluburilor noastre, precum și sportul lor, ar putea fi mai bine servite dacă continuăm cu schimbări semnificative în cadrul organizației noastre, în loc de decertificare. +USA Gymnastics susține o anchetă independentă care ar putea ilumina modul în care abuzul descris cu atât de curaj de supraviețuitorii lui Larry Nassar a putut rămâne nedetectat atâta vreme și susține orice modificări necesare și potrivite. +USA Gymnastics și USOC au același obiectiv — să facă sportul de gimnastică, precum și alte sporturi, să fie cel mai sigur posibil pentru sportivii care urmăresc visurile lor într-un mediu sigur, pozitiv și puternic. +În perioada anilor 1960, Brzezinski a lucrat pentru John F. Kennedy ca consilier și apoi pentru administrația Lyndon B. Johnson. +În timpul alegerilor din 1976, Brzezinski i-a oferit lui Carter sfaturi privind politica externă, apoi a fost Consilier pentru Securitate Națională (NSA) din 1977 până în 1981, succedându-l pe Henry Kissinger. +În calitate de NSA, el l-a ajutat pe Carter să gestioneze diplomațial afacerile mondiale, precum Acordurile de la Camp David, 1978; normalizarea relațiilor dintre SUA și China în ultimii ani ai anilor 1970; Revoluția iraniană, care a condus la criza ostaticilor iranieni, 1979; și invazia sovietică în Afganistan, 1979. +Filmul, în care joacă Ryan Gosling și Emma Stone, a primit nominalizări în toate categoriile majore. +Gosling și Stone au primit nominalizări pentru cel mai bun actor și pentru cea mai bună actriță, respectiv. +Alte nominalizări includ Best Picture, Director, Cinematography, Costume Design, Film-editing, Original Score, Production Design, Sound Editing, Sound Mixing și Original Screenplay. +Două melodii din film, Audition (The Fools Who Dream) și City of Stars, au primit nominalizări pentru cea mai bună melodie originală. Studio-ul Lionsgate a primit 26 de nominalizări — mai mult decât orice alt studio. +La sfârșitul zilei de duminică, președintele SUA, Donald Trump, într-o declarație transmisă prin intermediul secretarului de presă, a anunțat că trupele SUA vor părăsi Siria. +Anunțul a fost făcut după ce Trump a avut o conversație telefonică cu președintele turc Recep Tayyip Erdoğan. +Turcia ar prelua de asemenea paza luptătorilor ISIS capturați, care, conform declarației, țările europene au refuzat să repatrieze. +Acest lucru nu doar confirma faptul că cel puțin unii dinozauri aveau pene, o teorie deja răspândită, ci oferă detalii care fosilele obișnuite nu pot oferi, cum ar fi culoarea și aranjamentul în trei dimensiuni. +Oamenii de știință afirmă că penajul acestui animal era de culoare brun-cărămizie pe partea superioară, iar pe partea inferioară era de culoare palidă sau de culoare carotenoidă. +Descoperirea oferă, de asemenea, o perspectivă asupra evoluției penelelor la păsările zburătoare. +Din cauza faptului că penele dinozaurilor nu au un șanț bine dezvoltat, numit rachis, ci au alte caracteristici ale penelor — barbi și barbule —, cercetătorii au dedus că rachisul a fost probabil un dezvoltare evolutivă ulterioară a acestor alte caracteristici. +Structura penelor sugerează că acestea nu au fost folosite pentru zbor, ci pentru reglarea temperaturii sau pentru afișare. Cercetătorii au sugerat că, deși este coada unui dinozaur tânăr, exemplarul analizat prezintă pene adulte și nu penele unui pui. +Cercetătorii au sugerat că, deși este coada unui dinozaur tânăr, amprenta arată plumajul adult și nu penele unui pui. +Un autotunel a explodat ieri dimineață la sediul poliției din Gaziantep, Turcia, ucigând doi ofițeri de poliție și rănind mai mult de douăzeci de persoane. +Casa de presă a guvernatorului a declarat că 19 dintre persoanele rănite erau ofițeri de poliție. +Poliția a declarat că suspectează un presupus militant al Daesh (ISIL) de responsabilitate pentru atac. +S-a descoperit că Soarele funcționează pe același principiu ca și alte stele: activitatea tuturor stelelor din sistem este condiționată de luminozitate, rotație și nimic altceva. +Luminozitatea și rotația sunt folosite împreună pentru a determina numărul Rossby al unei stele, care este legat de fluxul plasmatic. +Cu cât numărul Rossby este mai mic, cu atât mai puțin activă este steaua cu privire la reversarea magnetică. +În timpul călătoriei sale, Iwasaki s-a confruntat cu probleme. +A fost jefuit de pirați, atacat în Tibet de un câine rabicios, a scăpat de căsătorie în Nepal și a fost arestat în India. +Standardul 802.11n funcționează pe ambele frecvențe, 2,4 GHz și 5 GHz. +Aceasta va permite compatibilitatea înapoi cu 802.11a, 802.11b și 802.11g, la condiția ca stația de bază să aibă radio dublu. +Vitezele 802.11n sunt mult mai mari decât cele ale predecesorilor, cu o capacitate teoretică maximă de 600 Mbit/s. +Duvall, căsătorit cu doi copii adulți, nu a lăsat o impresie puternică pe Miller, căreia i-a fost relatată povestea. +Când i s-a cerut comentarii, Miller a spus: „Mike vorbește mult în timpul audierii...am fost pregătită, nu am auzit ce spunea.” +„Vom încerca să reducem emisiile de dioxid de carbon pe unitate de PIB cu o diferență semnificativă până în 2020, față de nivelul din 2005”, a declarat Hu. +El nu a stabilit o cifră pentru reducțiile, spunând că acestea vor fi făcute pe baza producției economice a Chinei. +Hu a încurajat țările în curs de dezvoltare „să evite vechea cale de a polua înainte și de a curăța mai târziu”. +El a adăugat că „nu ar trebui însă să li se ceară să îndeplinească obligații care depășesc stadiul lor de dezvoltare, responsabilitate și capacități”. +Grupul de studii privind Irak a prezentat raportul în această zi, la ora 12:00 GMT. +Este avertizat faptul că nimeni nu poate garantiza faptul că orice acțiune luată în Irak la acest moment va opri războiul sectarian, creșterea violenței sau un declin către haos. +Raportul începe cu o cerere de deschidere a discuțiilor și formarea unei consensuri în Statele Unite privind politica față de Orientul Mijlociu. +Raportul este foarte critic în ceea ce privește aproape toate aspectele politicii actuale a executivului în ceea ce privește Irak și solicită o schimbare imediată a direcției. +Prima dintre cele 78 de recomandări este că ar trebui luată o nouă inițiativă diplomatică înainte de sfârșitul acestui an pentru a asigura frontierele Irakului împotriva intervențiilor ostile și pentru a relua relațiile diplomatice cu vecinii. +Senatorul actual și Prima Dama a Argentinei, Cristina Fernandez de Kirchner, a anunțat candidatura la președinție ieri seară în La Plata, un oraș la 50 de kilometri (31 de mile) de Buenos Aires. +Doamna Kirchner a anunțat intenția de a candida la președinție la Teatrul Argentinean, la același loc unde a început campania din 2005 pentru Senat, ca membru a delegației provinciei Buenos Aires. +Disputa a fost declanșată de controversele legate de cheltuielile pentru ajutorare și reconstrucție după uraganul Katrina, pe care unii conservatori fiscali au etichetat-o „dealul lui Bush pentru New Orleans”. +Critica liberală a eforturilor de reconstrucție s-a concentrat pe acordarea contractelor de reconstrucție persoanelor considerate insideri din Washington. +Peste patru milioane de persoane au mers la Roma pentru a participa la funeralii. +Numărul de persoane prezente a fost atât de mare, încât nu a fost posibil ca toată lumea să aibă acces la funeralia de la Piața Sfântului Petru. +S-au instalat mai multe televizoare mari în mai multe locuri din Roma, pentru a permite oamenilor să urmărească ceremonia. +În multe alte orașe din Italia și în restul lumii, în special în Polonia, s-au făcut aranjamente similare, care au fost vizionate de o mare număr de persoane. +Istorii au criticat politicile anterioare ale FBI pentru a se concentra pe cazuri care sunt ușor de rezolvat, în special cazurile de furt de mașini, cu scopul de a crește succesul agenției. +Congresul a început să finanțeze inițiativa privind obscenitatea în 2005 și a specificat că FBI trebuie să alocă 10 agenți pentru pornografie adultă. +Robin Uthappa a obținut cel mai mare scor al meciului, 70 de puncte în doar 41 de lovituri, lovind 11 fours și 2 sixes. +Jucătorii de la mijlocul echipei, Sachin Tendulkar și Rahul Dravid, au jucat bine și au făcut o partidă de 100 de puncte. +Însă, după pierderea căpitanului, India a reușit să înscrie doar 36 de puncte, pierzând 7 băieți. +Președintele Statelor Unite, George W. Bush, a sosit la Singapur dimineața zilei de 16 noiembrie, începând o turneu de o săptămână prin Asia. +Acesta a fost întâmpinat de viceprim-ministrul din Singapur, Wong Kan Seng, și a discutat cu prim-ministrul din Singapore, Lee Hsien Loong, despre probleme legate de comerț și terorism. +După o săptămână de pierderi la alegerile intermediare, Bush a vorbit în fața unei audiențe despre expansiunea comerțului în Asia. +Prim-ministrul Stephen Harper a acceptat să trimită „Legea privind aerul curat” guvernului într-un comitet al tuturor partidelor pentru analiză, înainte de a doua lectură, după întâlnirea de 25 de minute cu liderul NDP, Jack Layton, de marți la PMO. +Layton a cerut modificări la proiectul de lege al conservatorilor în timpul întâlnirii cu prim-ministrul, cerând o „reeditare completă și completă” a proiectului de lege al Partidului Conservator. +De când guvernul federal a preluat finanțarea spitalului Mersey din Devonport, Tasmania, guvernul statal și unii membri ai parlamentului federal au criticat această acțiune ca fiind un truc în preludea alegerilor federale, care trebuie să aibă loc în noiembrie. +Însă prim-ministrul John Howard a declarat că acțiunea a fost luată doar pentru a se asigura că facilitățile spitalului nu vor fi retrogradate de către guvernul Tasmanian, oferindu-i acestuia 45 de milioane de dolari suplimentare. +Conform ultimelor informații, măsurile de nivel al mării au indicat că s-a declanșat un tsunami. S-a înregistrat activitate tsunami în apropiere de Pago Pago și Niue. +Nu au fost raportate daune majore sau răni în Tonga, însă a fost pierdută temporar energia electrică, ceea ce a împiedicat autoritățile din Tonga să primească avertismentul de tsunami emis de PTWC. +Catorce școli din Hawaii, situate pe sau în apropierea coastei, au fost închise toată ziua de miercuri, chiar dacă a fost ridicată alerta. +Președintele SUA, George W. Bush, a salutat anunțul. +Gordon Johndroe, purtătorul de cuvânt al lui Bush, a declarat că promisiunea Coreei de Nord reprezintă „un pas major spre obiectivul de a obține denuclearizarea verificabilă a peninsulei coreene”. +Subtropicala furtună Jerry, a zecea furtună cu nume din sezonul de uragane din Atlantic, s-a format astăzi în Oceanul Atlantic. +Centrala Națională de Uragane (NHC) declară că, la acest moment, Jerry nu reprezintă o amenințare pentru uscat. +Corpul de Ingineri al Statelor Unite a estimat că 15 cm de precipitații ar putea provoca inundații în zonele afectate de inundațiile anterioare. +Ninth Ward, care a avut inundații cu o înălțime de până la 6 metri în timpul uraganului Katrina, este acum inundată până la brâu, deoarece digul din apropiere a fost depășit. +Apele inundatoare au depășit digul într-o secțiune cu o lățime de 100 de picioare. +Administratorul comunității, Adam Cuerden, a exprimat frustrarea sa legată de eliminările când a vorbit cu Wikinews luna trecută. +„El [Țara Galilor] a mințit de la început. Prima minciună a fost că a pretins că este pentru motive legale. A doua minciună a fost că a pretins că ne ascultă, până când a șters lucrările noastre.” +Răzbunarea comunității a condus la eforturile actuale de redactare a unei politici privind conținutul sexual pentru site-ul care găzduiește milioane de lucrări cu licență deschisă. +Majoritatea lucrărilor au fost teoretice, însă programul a fost scris pentru a simula observațiile făcute asupra galaxiei Sagittarius. +Efectul căutat de echipă ar fi cauzat de forțele de maree între materia întunecată a galaxiei și materia întunecată a Calea Lactee. +La fel ca Luna exertă o forță asupra Pământului, provocând mări și mări, Milky Way-ul exertă o forță asupra galaxiei Sagittarius. +Oamenii de știință au reușit să ajungă la concluzia că materia întunecată afectează materia întunecată în același mod în care materia obișnuită afectează materia obișnuită. +Această teorie spune că majoritatea materiei întunecate din jurul unei galaxii se află în jurul acesteia, într-un fel de halo, și este formată din multe particule mici. +Informațiile transmise de televiziune arată fum alb care iese din fabrică. +Autoritățile locale îi avertizează pe rezidenții din apropierea fabricii să rămână în casă, să închidă condiționări și să nu bea apă de la rotop. +Conform agenției naționale japoneze pentru energie nucleară, a fost identificat cesiu și iod radioactiv la stație. +Autoritățile speculează că acest lucru indică faptul că rezervoarele cu combustibil uranian de la acest loc ar fi puternic deteriorate și ar fi început să scape. +Dr. Tony Moll a descoperit tuberculoza extrem de rezistentă la medicamente (XDR-TB) în regiunea KwaZulu-Natal din Africa de Sud. +Într-un interviu, el a declarat că varianta nouă este „foarte îngrijorătoare și alarmantă, deoarece are o rată foarte mare de mortalitate”. +Unii pacienți ar fi putut fi infectați în spital, crede Dr. Moll, iar cel puțin doi dintre aceștia erau angajați în cadrul spitalului. +Într-un an, o persoană infectată poate infecta 10-15 persoane apropiate. +Cu toate acestea, procentul persoanelor cu tuberculoză cu rezistență la antibiotice în grupul total de persoane cu tuberculoză pare să fie încă scăzut; 6.000 din totalul de 330.000 de persoane infectate la un moment dat în Africa de Sud. +Sateliții, amândoi cu o greutate de peste 1.000 de livre, și care se deplasau cu o viteză de aproximativ 17.500 de mile pe oră, s-au ciocănit la 491 de mile deasupra Pământului. +Oamenii de știință spun că explozia provocată de coliziune a fost masivă. +Ei încă încearcă să determine cât de mare a fost prăbușirea și cum va afecta Pământul. +Comandamentul Strategic al Statelor Unite din cadrul Departamentului de Apărare al Statelor Unite urmărește debrisul. +Rezultatul analizei grafice va fi publicat pe un site web public. +Un medic care a lucrat la Spitalul Copiilor din Pittsburgh, Pennsylvania, va fi acuzat de crimă agravată după ce mama ei a fost găsită moartă într-un dulap al mașinii sale joi, au declarat autoritățile din Ohio. +Dr. Malar Balasubramanian, în vârstă de 29 de ani, a fost găsit în Blue Ash, Ohio, o suburbie aflată la aproximativ 24 km nord de Cincinnati, pe pământ, lângă drum, într-un stare de medicare evidentă. +A condus ofițerii către mașina ei, un Oldsmobile Intrigue negru, la o distanță de 500 de picioare. +Acolo, au găsit trupul lui Saroja Balasubramanian, în vârstă de 53 de ani, acoperit cu pături sângeroase. +Poliția a declarat că corpul părea să fi fost acolo de aproximativ o zi. +Primele cazuri de boală au fost raportate la sfârșitul lui iulie. +Bolestia este transmisă de porci, care apoi migrează către oameni prin intermediul țânțarilor. +Epidemia a determinat guvernul indian să ia măsuri precum desfășurarea unor vânătorii de porci în zonele mai grav afectate, distribuirea a mii de corturi împotriva țânțarilor și sprayarea cu pesticide. +De asemenea, guvernul a promis mai multe milioane de doze de vaccin împotriva encefalitei, care vor ajuta agențiile sanitare să se pregătească pentru anul viitor. +Planurile privind livrarea vaccinelor în zonele cele mai afectate istoric în acest an au fost amânați din cauza lipsei de fonduri și a priorității scăzute față de alte boli. +În 1956, Słania s-a mutat în Suedia, unde, trei ani mai târziu, a început să lucreze pentru Poșta Suedeză și a devenit engravor principal. +El a produs mai mult de 1.000 timbre pentru Suedia și 28 de alte țări. +Lucrările sale sunt de o calitate și de o detaliere recunoscute atât de bune încât este unul dintre puținii „nume de familie” recunoscuți printre filatelistii. Unele persoane specializează-se în a colecta doar lucrările sale. +Al 1.000-lea timbru a fost „Mari de fapte ale regilor suedezi” de David Klöcker Ehrenstrahl în 2000, care se află în Cartea Recordurilor Guiness. +A fost, de asemenea, implicat în gravurile bancnotei pentru multe țări, exemple recente ale lucrărilor sale fiind portretele prim-miniștrilor pe fața biletelor noi de 5 și 100 de dolari canadiene. +După accident, Gibson a fost transportat la spital, însă a decedat în scurt timp. +Șoferul camionului, în vârstă de 64 de ani, nu a fost rănit în accident. +Mașina a fost îndepărtată de la locul accidentului la aproximativ 1200 GMT în aceeași zi. +O persoană care lucrează într-o gară de lângă locul accidentului a declarat: „Acolo erau copii care se așteptau să traverseze stradă și toți plângeau și strigau.” +Toți au fugit de la locul accidentului. +Alte subiecte pe agenda de la Bali includ salvarea ultimelor păduri din lume și împărțirea tehnologiilor pentru a ajuta țările în curs de dezvoltare să crească în moduri mai puțin poluționatoare. +Organizația Națiunilor Unite speră, de asemenea, să finalizeze un fond care să ajute țările afectate de încălzirea globală să se confrunte cu impactele. +Banii ar putea fi folosiți pentru case rezistente la inundații, gestionarea mai bună a apei și diversificarea culturilor. +Fluke a scris că eforturile unor persoane de a împiedica femeile să vorbească despre sănătatea femeilor au eșuat. +Ea a ajuns la această concluzie datorită multitudinii de comentarii pozitive și de încurajare trimise de persoane de ambele sexe, care au solicitat ca medicamentele contraceptive să fie considerate o necesitate medicală. +Când lupta a încetat după ce răniții au fost transportați la spital, aproximativ 40 de deținuți au rămas în curte și au refuzat să se întoarcă în celule. +Negociatorii au încercat să rectifice situația, însă cererile prizonierilor nu sunt clare. +Intre orele 10:00 și 11:00 pm MDT, deținuții au început un incendiu în curtea închisorii. +La scurt timp, ofițeri echipați cu echipament de intervenție a intrat în curte și a izolat deținuții cu gaz lacrimogen. +Crew-urile de pompieri au reușit, în cele din urmă, să stopeze focul la ora 23:35. +După construirea barajului în 1963, inundațiile sezoniere care ar fi dus la distribuirea sedimentelor în râu au fost oprite. +Acest sediment a fost necesar pentru crearea dunelor și plajelor, care au servit drept habitat pentru animalele sălbatice. +Ca rezultat, două specii de pește au dispărut, iar alte două sunt în pericol, inclusiv humpback chub. +Deși nivelul apei va crește doar cu câțiva centimetri după inundație, autoritățile speră că va fi suficient pentru a restabili malurile de nisip erodate în amonte. +Nu a fost emisă niciun fel de avertizare privind un tsunami, iar, conform agenției de geofizică din Jakarta, nu va fi emisă niciun fel de avertizare deoarece cutremurul nu a depășit cerința de magnitudine de 6,5 grade. +Cu toate că nu există amenințare de tsunami, rezidenții au început să panice și au început să-și părăsească afacerile și casele. +Chiar dacă Winfrey a plâns în timpul plecării, a reușit să le spună fanilor că se va întoarce. +„Nu va fi o despărțire. Se închide un capitol și se deschide unul nou.” +Rezultatele finale ale alegerilor prezidențiale și parlamentare din Namibia indică faptul că președintele în funcție, Hifikepunye Pohamba, a fost reales cu un avans considerabil. +Partidul guvernant, South West Africa People's Organisation (SWAPO), a reținut majoritatea în alegerile parlamentare. +Coaliția și trupele afgane au intrat în zonă pentru a asigura zona și alte avioane ale coaliției au fost trimise în ajutor. +Accidentul s-a produs într-o zonă muntoasă, iar se crede că a fost cauzată de focul inamic. +Eforturile de căutare a locului prăbușirii sunt întâmpinate de condiții meteorologice proaste și de teren dificil. +Organizația de ajutor medical Mangola, Medecines Sans Frontieres și Organizația Mondială a Sănătății declară că este cel mai grav caz de epidemie înregistrat vreodată în țară. +Un purtător de cuvânt al organizației Medicins Sans Frontières, Richard Veerman, a declarat: „Angola se apropie de cea mai gravă epidemie din istoria sa și situația rămâne foarte gravă în Angola”, a declarat el. +Meciurile au început la ora 10:00 dimineața, cu un soare strălucitor și, cu excepția unei scurte ploi de dimineață, care a dispărut rapid, a fost un zi perfect pentru rugby 7. +Echipa numărul 1 la turneu, Africa de Sud, a început bine, când a câștigat cu 26-0 împotriva echipei numărul 5, Zambia. +În meciul împotriva surorilor lor din sud, Africa de Sud s-a prezentat într-o stare foarte proastă, însă s-a îmbunătățit treptat pe parcursul turneului. +Apărarea lor disciplinată, abilitățile de a controla mingea și cooperarea excelentă au făcut-o pe echipă să se dea în evidență, iar era clar că această echipă trebuie înfrântă. +Autoritățile orașului Amsterdam și Muzeul Anne Frank declară că arborele este infectat cu o ciupercă și reprezintă o amenințare pentru sănătatea publică, deoarece ar fi fost în pericol imminent de a cădea. +A fost programat să fie tăiat marți, însă a fost salvat după o decizie a unui tribunal de urgență. +Toate intrarea în peșteri, numite „The Seven Sisters”, au o lungime de cel puțin 100 până la 250 de metri (328 până la 820 de picioare). +Imaginile infraroșii arată că variațiile de temperatură între zi și noapte indică faptul că sunt probabil peșteri. +„Sunt mai rece decât suprafața înconjurătoare în timpul zilei și mai calde noaptea. +Behaviunea lor termică nu este la fel de stabilă ca la peșterile mari de pe Pământ, care de obicei mențin o temperatură relativ constantă, însă este în concordanță cu faptul că sunt găuri adânci în pământ”, a declarat Glen Cushing de la echipa de astrogeologie a Serviciului Geologic al Statelor Unite (USGS) și de la Universitatea Northern Arizona, situată în Flagstaff, Arizona. +În Franța, de obicei, votul este o experiență de tip low-tech: votanul se izolează într-o cabină, introduce într-o enveloapă o hârtie imprimată în prealabil cu numele candidatului pe care îl preferă. +După ce autoritățile verifică identitatea alegătorului, acesta pune envelopa în urnă și semnează listă de votare. +Legea electorală franceză codifică mai mult decât strict procedurile electorale. +De la 1988, urnele cu voturi trebuie să fie transparente, astfel încât alegătorii și observatorii să poată vedea că la începutul votării nu există envelope și că nu se adaugă envelope, cu excepția celor ale alegătorilor care au votat corect și au fost autorizați. +Candidații pot trimite reprezentanți pentru a fi martori la toate etapele procesului. Seară, voturile sunt numărate de voluntari, sub supraveghere strictă, conform procedurilor specifice. +ASUS Eee PC, lansat anterior în toată lumea pentru motive de economie și funcționalitate, a devenit un subiect de discuție în 2007 Taipei IT Month. +Dar piața consumatorilor de calculatoare portabile va fi radical diferită și schimbată după ce ASUS a câștigat în 2007 Taiwan Sustainable Award, acordat de Yuanul Executiv al Republicii China. +Site-ul web al postului descrie emisiunea ca fiind „radioteatru școlar cu o nouă și extravagantă interpretare geek!” +În primii săi ani de existență, emisiunea a fost transmisă exclusiv pe Toginet Radio, un site de radio internet care se concentrează pe emisiuni de discuții. +La sfârșitul anului 2015, TogiNet a înființat AstroNet Radio ca stație filială. +Emisiunea inițială a inclus actorii de voce amatori, localnici din estul Texasului. +Potrivit surselor, jafurile au continuat până în noapte, deoarece forțele de ordine nu au fost prezente pe străzile din Bishkek. +Orașul Bishkek a fost descris de un observator ca fiind în stare de „anarhie”, deoarece ganguri de oameni se deplasau pe străzi și jefuiau magazinele cu bunuri de consum. +Mai mulți cetățeni din Bishkek au acuzat protestatarii din sud că sunt responsabili pentru lipsa legii. +Echipa de rugby a Africii de Sud a învins echipa All Blacks (Noua Zeelandă) într-un meci de Tri Nations la stadionul Royal Bafokeng din Rustenburg, Africa de Sud. +Rezultatul final a fost o victorie cu un punct, cu 21 la 20, ceea ce a dus la sfârșitul seriei de 15 meciuri câștigate de All Blacks. +Pentru Springboks, a încheiat o serie de cinci meciuri pierdute. +A fost ultimul meci al echipei All Blacks, care deja câștigase trofeul cu două săptămâni în urmă. +Meciul final al seriei va avea loc săptămâna viitoare la Ellis Park din Johannesburg, când Springboks vor juca cu Australia. +Un cutremur ușor s-a produs luni, la ora 22:08, în vestul statului Montana. +Nu au fost raportate imediat de către Serviciul Geologic al Statelor Unite (USGS) și Centrul Național de Informații Seismice despre daune. +Cutremurul a avut epicentrul la aproximativ 20 km (15 mile) la nord-est de Dillon și la aproximativ 65 km (40 mile) la sud de Butte. +Strainul de gripe aviară letal pentru oameni, H5N1, a fost confirmat că a infectat o găina sălbatică moartă, găsită luni, într-o zonă de mlaștină lângă Lyon, în estul Franței. +Franța este al șaptelea stat din Uniunea Europeană care suferă de acest virus, după Austria, Germania, Slovenia, Bulgaria, Grecia și Italia. +Cazurile suspecte de H5N1 din Croația și Danemarca rămân neconfirmate. +Chambers a dat în judecată pe Dumnezeu pentru „moartea masivă, distrugerea și terorizarea a milioane de locuitori ai Pământului”. +Chambers, un agnostic, afirmă că procesul său este „frivol” și „orice persoană poate fi dată în judecată”. +Povestea prezentată în opereta franceză, de Camille Saint-Saens, este a unui artist „care trăiește o viață dictată de dragoste pentru droguri și Japonia”. +Ca rezultat, artiștii fumă țigări de cannabis pe scenă, iar teatrul îi încurajează pe spectatori să li se alăture. +Fostul șef al Camerei Reprezentanților, Newt Gingrich, guvernatorul statului Texas, Rick Perry, și congresista Michele Bachmann au terminat pe locurile patru, cinci și șase, respectiv. +După venirea rezultatelor, Gingrich l-a lăudat pe Santorum, însă a avut cuvinte dure pentru Romney, pe numele căruia au fost difuzate reclame negative în cadrul campaniei electorale din Iowa împotriva lui Gingrich. +Perry a declarat că se va „întoarce în Texas pentru a analiza rezultatele alegerilor din această seară, pentru a determina dacă există o cale înainte pentru mine în cursă”, însă mai târziu a declarat că va rămâne în cursă și va participa la alegerile din 21 ianuarie din Carolina de Sud. +Bachmann, care a câștigat sondajul Ames Straw Poll în august, a decis să încheie campania. +Fotograful a fost transportat la Ronald Reagan UCLA Medical Center, unde a decedat ulterior. +Se spune că avea în jur de 20 de ani. Într-o declarație, Bieber a declarat: „Deși nu eram prezent și nu eram implicat direct în acest accident tragic, gândurile și rugămințile mele sunt cu familia victimei.” +Site-ul de știri de divertisment TMZ a înțeles că fotograful a oprit mașina pe partea opusă a bulevardului Sepulveda și a încercat să ia fotografii ale intervenției poliției înainte de a traversa stradă și a continuat, ceea ce a determinat ofițerul de poliție de la California Highway Patrol să-l ordone să se întoarcă pe partea opusă, de două ori. +Conform poliției, șoferul vehiculului care l-a lovit pe fotograf este puțin probabil să fie acuzat penal. +Cu doar optsprezece medalii disponibile în fiecare zi, mai multe țări nu au reușit să ajungă pe podium. +Printre acestea se numara Olanda, cu Anna Jochemsen care s-a clasat pe locul noua în clasamentul feminin la Super-G ieri, și Finlanda, cu Katja Saarinen care s-a clasat pe locul zece în acelasi eveniment. +Atleta australian Mitchell Gourley s-a clasat pe locul 11 în proba masculină de Super-G. Atleta ceh Oldrich Jelinek s-a clasat pe locul 16 în proba masculină de Super-G. +Arly Velasquez din Mexic s-a clasat pe locul 15 în proba masculină de Super-G. Adam Hall din Noua Zeelandă s-a clasat pe locul 9 în proba masculină de Super-G. +Maciej Krezel și Anna Ogarzynska, reprezentanții Poloniei la schi, au terminat pe locul 13 la Super-G. Jong Seork Park, reprezentantul Coreei de Sud la schi, a terminat pe locul 24 la Super-G. +Paznicii Națiunilor Unite, care au ajuns în Haiti după cutremurul din 2010, sunt acuzați că au contribuit la răspândirea bolii, care a început în apropiere de tabăra lor. +Conform plângerii, deșeurile de la tabăra Națiunilor Unite nu au fost dezinfecționate corespunzător, iar bacteriile au intrat într-un afluent al râului Artibonite, unul dintre cele mai mari râuri din Haiti. +Înainte de sosirea trupelor, Haiti nu a avut probleme legate de boală de la sfârșitul secolului al XVIII-lea. +Institutul de Justiție și Democrație din Haiti a făcut referire la studii independente care sugerează că batalionul de păzire al Națiunilor Unite din Nepal a adus accidental boala în Haiti. +Danielle Lantagne, un expert al Națiunilor Unite privind boala, a declarat că epidemia a fost probabil cauzată de forțele de pace. +Hamilton a confirmat că spitalul Howard University Hospital a admis pacientul în stare stabilă. +Pacientul fusese în Nigeria, unde au avut loc cazuri de virusul Ebola. +Spitalul a urmat protocoalele de control al infecțiilor, inclusiv separarea pacientului de alte persoane pentru a preveni posibila infecționare a altor persoane. +Înainte de The Simpsons, Simon a lucrat la mai multe emisiuni, în funcții diferite. +În anii 1980, a lucrat la emisiuni precum Taxi, Cheers și The Tracy Ullman Show. +În 1989, el a contribuit la crearea The Simpsons, alături de Brooks și Groening, fiind responsabil pentru angajarea echipei de scenariu a emisiunii. +Chiar dacă a părăsit emisiunea în 1993, și-a păstrat titlul de producător executiv și a continuat să primească sute de milioane de dolari la fiecare sezon în drepturi de autor. +Anterior, agenția de știri chineză Xinhua a raportat că un avion a fost atacat. +Ulterioare rapoarte au declarat că avionul a primit o amenințare cu bombă și a fost deviat spre Afganistan, aterizând la Kandahar. +Informațiile inițiale spun că avionul a fost reorientat spre Afganistan după ce a fost refuzată o aterizare de urgență în Ürümqi. +Accidente aeriene sunt frecvente în Iran, care are o flotă în vârstă și care nu este bine întreținută, atât pentru operațiunile civile, cât și pentru cele militare. +Sancțiunile internaționale au dus la imposibilitatea de a cumpăra noi avioane. +La începutul săptămânii, un elicopter de poliție s-a prăbușit, provocând moartea a trei persoane și rănirea altor trei. +Luna trecută, Iran a avut cea mai gravă catastrofă aeriană din ultimii ani, când un avion care se îndrepta către Armenia s-a prăbușit, provocând moartea celor 168 de persoane care se aflau la bord. +În aceeași lună, un alt avion de pasageri a depășit o pistă la Mashhad și a lovit un perete, provocând moartea a șaptesprezece persoane. +Aerosmith au anulat ultimele concerte din turneu. +Grupul de rock urma să turneze Statele Unite și Canada până pe 16 septembrie. +Turneul a fost anulat după ce solistul principal, Steven Tyler, s-a rănit după ce a căzut de pe scenă în timpul unui concert pe 5 august. +Murray a pierdut primul set într-un tie-break după ce ambele părți au reușit să servească în set. +Del Potro a avut avantajul inițial în al doilea set, însă și acesta a necesitat un meci de deschidere după ce scorul a ajuns la 6-6. +În acest moment, Potro a primit tratament pentru umăr, însă a reușit să se întoarcă la joc. +Emisiunea a început la ora 8:30, ora locală (15:00, UTC). +Celebri cântăreți din toată țara au prezentat bhajans, sau cântece devotionale, la picioarele lui Shri Shyam. +Cântărețul Sanju Sharma a deschis seara, urmat de Jai Shankar Choudhary, care a prezentat și chhappan bhog bhajan. Cântărețul Raju Khandelwal l-a însoțit. +După aceea, Lakkha Singh a început să cânte bhajane. +108 plăți de Chhappan Bhog (în hinduism, 56 de produse alimentare diferite, cum ar fi dulciurile, fructele, semințele, mâncărurile etc., care sunt oferite zeului) au fost servite lui Baba Shyam. +Lakkha Singh a prezentat și chhappan bhog bhajan. Acesta a fost însoțit de cântărețul Raju Khandelwal. +În cadrul prezentării de deschidere de joi a Tokyo Game Show, președintele companiei Nintendo, Satoru Iwata, a dezvăluit designul controlorului pentru noua consolă a companiei, Nintendo Revolution. +Asemănător unei telecomenzi, controlatorul folosește doi senzori plasați în apropierea televizoarei utilizatorului pentru a triangula poziția acestuia în spațiul tridimensional. +Acest lucru va permite jucătorilor să controleze acțiunile și mișcările din jocurile video, folosind dispozitivul în aer. +Giancarlo Fisichella a pierdut controlul asupra mașinii și a terminat cursa foarte curând după start. +Echipierul său, Fernando Alonso, a condus majoritatea cursei, însă a terminat-o imediat după o oprire la boxă, probabil din cauza unei roți anterioare stropite. +Michael Schumacher s-a retras din cursă la scurt timp după Alonso, din cauza daunelor provocate de suspensiun în multe bătălii de-a lungul cursei. +„Este foarte frumoasă și cântă destul de bine”, a spus el, conform unui transcript al conferinței de presă. +„Mi-a plâns inima de fiecare dată când am făcut o replică la acest subiect.” +La aproximativ 3 minute de la lansare, o cameră de bord a arătat multe bucăți de izolare care s-au desprins de rezervorul de combustibil. +Cu toate acestea, nu se crede că au provocat daune asupra rachetei. +N. Wayne Hale Jr., directorul programului navelor spațiale ale NASA, a declarat că praful a căzut „după perioada în care noi suntem îngrijorați”. +La cinci minute de la începutul spectacolului, un vânt începe să bată, la aproximativ o minută mai târziu, vântul ajunge la 70 km/h... apoi vine ploaia, dar atât de puternică și atât de mare, că îți lovește pielea ca o aghiță, apoi s-a prăbușit ploaia, oamenii s-au panicat și au început să țipă și să alerge unul pe altul. +Am pierdut sora mea și prietenul ei, iar pe drum m-am întâlnit cu doi persoane cu handicap în scaunul cu rotile, oameni care au sărit peste ei și le-au împingut”, a spus Armand Versace. +NHK a raportat, de asemenea, că centrala nucleară Kashiwazaki Kariwa din prefectura Niigata a funcționat în mod normal. +Hokuriku Electric Power Co. a raportat că nu au existat efecte ale cutremurului și că reactorii 1 și 2 de la centrala nucleară Shika au fost închise. +Se raportează că aproximativ 9400 de case din regiune sunt fără apă iar aproximativ 100 fără energie electrică. +Unele drumuri au fost deteriorate, serviciul feroviar a fost întrerupt în zonele afectate, iar aeroportul Noto din prefectura Ishikawa rămâne închis. +O bombă a explodat în fața biroului guvernatorului general. +Tre alte bombe au explodat în apropierea clădirilor guvernamentale într-un interval de două ore. +Câteva rapoarte spun că numărul deceselor oficiale este de opt, iar rapoarte oficiale confirmă faptul că până la 30 de persoane au fost rănite, însă cifrele finale nu sunt încă cunoscute. +Am găsit atât acidul cianuric, cât și melamin în probele de urină ale animalelor domestice care au murit după ce au consumat alimente pentru animale contaminate. +Compușiile reacționează unul cu altul pentru a forma cristale care pot bloca funcția renală, au declarat cercetătorii de la universitate. +Cercetătorii au observat cristale formate în urină de cățel prin adăugarea melaminei și a acidului cianuric. +Compoziția acestor cristale seamănă cu cea găsită în urina animalelor afectate, comparată prin spectroscopie infraroșie (FTIR). +Nu știu dacă știeți sau nu, dar majoritatea bunurilor din America Centrală au intrat în țară fără taxe. +Cu toate acestea, 80% dintre bunurile noastre au fost taxate prin tarife în țările din America Centrală. +Nu mi se părea că ar fi corect; cu siguranță nu era corect. +Tot ce le spun oamenilor este că trebuie să ne trateze ca și noi le trăim pe ei. +Governatorul Californiei, Arnold Schwarzenegger, a semnat un proiect de lege care interzice vânzarea sau împrumutarea jocurilor video violente minori. +Proiectul de lege cere ca jocurile video violente vândute în statul California să fie etichetate cu o etichetă cu textul „18” și că vânzarea lor unui minor să fie pedepsită cu o amendă de 1.000 de dolari pentru fiecare infracțiune. +Directorul Procuraturii Publice, Kier Starmer QC, a făcut astăzi o declarație în care a anunțat acuzația împotriva lui Huhne și a lui Pryce. +Huhne a demisionat și va fi înlocuit în Cabinet de Ed Davey, membru al Parlamentului. Norman Lamb, membru al Parlamentului, este așteptat să preia funcția de Ministru al Afacerilor. +Huhne și Pryce sunt programați să se prezinte la Westminster Magistrates Court pe 16 februarie. +Victimele au fost Nicholas Alden, în vârstă de 25 de ani, și Zachary Cuddeback, în vârstă de 21 de ani. Cuddeback era șoferul. +Edgar Veguilla a suferit răni la braț și la gură, iar Kristoffer Schneider a necesitat intervenție chirurgicală reconstructivă la față. +Arma lui Uka a eșuat atunci când era îndreptată spre capul unui al cincilea bărbat. Schneider suferă dureri continuate, pierderea vederii la unul dintre ochi, o secțiune lipsă de craniu și o față reconstruită din titan. +Schneider a depus mărturie prin videolink de la o bază a Forțelor Aeriene ale Statelor Unite din țara sa de origine. +Deasupra evenimentului de miercuri, Carpanedo a participat la două curse individuale la Campionate. +Primul ei a fost slalomul, unde a obținut un rezultat de „Did Not Finish” în prima rundă. 36 dintre cei 116 de concurenți au obținut același rezultat în cursa respectivă. +Alta cursă, Giant Slalom, a avut-o pe ea pe locul 10 în grupul feminin, cu un timp de 4:41,30, 2:11,60 minute mai lent decât câștigătoarea, Claudia Loesch, din Austria, și 1:09,02 minute mai lent decât Gyöngyi Dani, din Ungaria, care a terminat pe locul 9. +Cei patru schiori din grupul feminin de șezătoare nu au reușit să termine cursele lor, iar 45 dintre cei 117 schiori de la Giant Slalom nu au reușit să se clasifice în cursă. +Poliția din Madhya Pradesh a recuperat laptopul și telefonul mobile furați. +Inspectorul șef DK Arya a declarat: „Am arestat cinci persoane care au violat femeia suedeză și am recuperat telefonul și laptopul ei”. +Acuzații sunt numiți Baba Kanjar, Bhutha Kanjar, Rampro Kanjar, Gaza Kanjar și Vishnu Kanjar. +Inspectorul de poliție Chandra Shekhar Solanki a declarat că acuzatul a apărut în instanță cu fața acoperită. +Deși trei persoane se aflau în casă când mașina a lovit-o, niciunul dintre aceștia nu a fost rănit. +Cu toate acestea, șoferul a suferit răni grave la cap. +Drumul pe care s-a produs accidentul a fost închis temporar, iar serviciile de urgenta au eliberat șoferul de la Audi TT roșu. +Inițial, el a fost internat la spitalul James Paget din Great Yarmouth. +El a fost transferat ulterior la spitalul Addenbrooke din Cambridge. +De la această dată, Adekoya a fost judecată în Edinburgh Sheriff Court pentru uciderea fiului său. +Ea se află în custodie, până când va fi judecată și condamnată, însă orice dovadă a martorilor oculari ar putea fi compromisă, deoarece imaginea ei a fost publicată pe larg. +Această practică este comună în alte părți ale Marii Britanii, însă justiția scoțiană funcționează altfel și instanțele au considerat că publicarea fotografiilor ar putea fi prejudiciabilă. +Profesorul Pamela Ferguson de la Universitatea din Dundee spune: „Jurnaliștii par a fi pe o linie periculoasă dacă publică fotografii sau alte informații despre suspecti.” +Crown Office, care se ocupă în general de acuzațiile, a indicat jurnaliștilor că niciun comentariu suplimentar nu va fi făcut, cel puțin până la emisirea acuzării. +Documentul, potrivit fugării, va referi la disputa privind frontierele, pe care Palestina dorește să fie bazată pe frontierele dinaintea războiului din Orientul Mijlociu din 1967. +Alte teme abordate au inclus viitorul statut al Ierusalimului, care este sfânt pentru ambele națiuni, precum și problema văii Iordanului. +Israelul cere o prezență militară permanentă în vale timp de zece ani după semnarea unui acord, în timp ce PA acceptă o prezență militară doar timp de cinci ani. +Vânătorii din proba suplimentară de control al pestilor trebuiau să fie supravegheați de rangeri, deoarece proba era monitorizată și evaluată din punct de vedere al eficienței. +Într-o colaborare între NPWS și Sporting Shooters Association of Australia (NSW) Inc, au fost recruți voluntari calificați, în cadrul programului de vânătoare al asociației Sporting Shooters Association. +Conform lui Mick O'Flynn, directorul interimar de conservare și patrimoniu al parcului cu National Parks and Wildlife Service, cei patru vânătorii selectați pentru prima operație de vânătoare au primit instrucțiuni de instruire și de siguranță completă. +Martelly a depus jurământ în fața unui nou Consiliu Electoral Provisoriu (CEP) de nouă membri ieri. +Este al cincilea CEP al lui Martelly în ultimii patru ani. +Luna trecută, o comisie prezidențială a recomandat demisia fostului președinte al CEC ca parte dintr-un paquet de măsuri pentru a duce țara către noi alegeri. +Comisia a fost răspunsul lui Martelly la protestele anti-regime care au început în octombrie. +Protestele, uneori violente, au fost declanșate de eșecul de a organiza alegeri, unele de la 2011. +S-au raportat aproximativ 60 de cazuri de ipoduri defecte care s-au aprins, provocând un total de șase incendii și lăsând patru persoane cu răni ușoare. +Ministerul de Economie, Comerț și Industrie al Japoniei (METI) a declarat că era conștient de 27 de accidente legate de dispozitive. +Săptămâna trecută, METI a anunțat că Apple i-a informat despre 34 de incidente suplimentare de încălzire, pe care compania le-a numit „nu serioase”. +Ministerul a răspuns spunând că amânarea raportului de către Apple este „de fapt regreabilă”. +Cutremurul a avut loc în Mariana la ora 07:19 dimineața, ora locală (09:19 p.m. GMT, vineri). +Oficiul de management al urgentelor din Insulele Marianelor de Nord a declarat că nu au fost raportate daune la nivelul națiunii. +De asemenea, Pacific Tsunami Warning Center a declarat că nu există indicări de tsunami. +Un fost polițist filipinez a ținut în captivitate turistii din Hong Kong, răpind autobuzul lor în Manila, capitala Filipinelor. +Rolando Mendoza a tras cu pușca M16 asupra turiștilor. +Câteva persoane au fost eliberate, iar cel puțin șase persoane au fost confirmate decedate până acum. +Șase ostatici, inclusiv copiii și bătrânii, au fost eliberați mai devreme, precum și fotografii filipinezi. +Fotografii au luat ulterior locul unei bătrâne femei, care avea nevoie de toaletă. Mendoza a fost împușcat. +Liggins a urmat exemplul tatălui său și a intrat într-o carieră de medicină. +A absolvit facultatea de obstetrică și a început să lucreze la Spitalul Național pentru Femei din Auckland în 1959. +În timp ce lucra la spital, Liggins a început să cerceteze nașterile premature în timpul liber. +Cercetările sale au arătat că, dacă se administrează un hormon, va accelera maturarea pulmonară fetala a copilului. +Xinhua a raportat că investigatorii guvernamentali au recuperat două înregistrătoare de zbor „black box” joi. +Colegii lui Luna au adus, de asemenea, un tribut acestuia. +Tommy Dreamer a spus: „Luna a fost prima Regină a Extremului. Prima mea manageră. Luna a murit în noaptea cu două luni. O femeie puternică.” +Dustin „Goldust” Runnels a comentat că „Luna era la fel de ciudat ca și eu...poate chiar și mai mult...iubește-o și îmi va lipsa...sper să fie într-un loc mai bun”. +Dintre cei 1.400 de persoane intervievați înainte de alegerile federale din 2010, cei care se opun republicării Australiei au crescut cu 8% din 2008. +Prim-ministrul interimar, Julia Gillard, a declarat în timpul campaniei pentru alegerile federale din 2010 că credea că Australia ar trebui să devină republică la sfârșitul domniei reginei Elizabeth II. +34% dintre cei care au participat la sondaj au această părere, dorind ca regina Elizabeth II să fie ultima monarhă a Australiei. +La extremitățile sondajului, 29% dintre cei intervievați sunt de părere că Australia ar trebui să devină republică cât de cât posibil, în timp ce 31% sunt de părere că Australia nu ar trebui niciodată să devină republică. +Atleta care a câștigat medalia de aur la Jocurile Olimpice trebuia să înoate la proba de 100 și 200 de metri liber și în trei echipe la Jocurile Commonwealth, însă, din cauza reclamațiilor sale, s-a pus sub semnul întrebării fitness-ul său. +El nu a putut lua medicamentele necesare pentru a-și depăși durerea, deoarece acestea sunt interzise la Jocurile Olimpice. +Curtis Cooper, un matematician și profesor de informatică la Universitatea Central Missouri, a descoperit cel mai mare număr prim cunoscut până în prezent, pe 25 ianuarie. +Câteva persoane au verificat descoperirea folosind hardware și software diferite la începutul lui februarie și a fost anunțată marți. +Cometele ar putea fi posibil sursa de livrare a apei pe Pământ, alături de materie organică care poate forma proteine și susține viața. +Oamenii de știință speră să înțeleagă cum s-au format planetele, în special cum s-a format Pământul, deoarece cometele s-au ciocănit cu Pământul cu multă vreme în urmă. +Cuomo, în vârstă de 53 de ani, a început mandatul său la începutul acestui an și a semnat un proiect de lege luna trecută care legalizează căsătorii între persoane de același sex. +El a numit zvonurile „vorbăreala politică și nebunie”. +Se speculează că va candida la alegerile prezidențiale din 2016. +NextGen este un sistem pe care FAA pretinde că ar permite avioanelor să zboare pe rute mai scurte și să economisească milioane de galoane de combustibil anual și să reducă emisiile de carbon. +Acesta folosește o tehnologie bazată pe sateliți, în opoziție cu o tehnologie bazată pe radar terestru, pentru a permite controlorilor de trafic aerian să localizeze avioanele cu o precizie mai mare și pentru a oferi piloților informații mai precise. +Nu vor fi folosite transporturi suplimentare și trenurile de suprafață nu vor opri la Wembley, iar parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul și parking-ul +Îngrijorările legate de lipsa transporturilor au ridicat posibilitatea ca meciul să fie jucat în spațiul închis, fără suporterii echipei. +Un studiu publicat joi în revista Science a raportat despre formarea unei noi specii de păsări pe Insulele Galapagos din Ecuador. +Cercetătorii de la Universitatea Princeton din SUA și Universitatea din Uppsala din Suedia au raportat că noua specie a evoluat în doar două generații, deși se credea că acest proces ar fi durat mult mai mult, deoarece reproducerea a avut loc între o pasăre endemică, Geospiza fortes, și o pasăre imigrantă, Geospiza conirostris. +Aurul poate fi muncit în toate tipurile de forme. Poate fi rulat în forme mici. +Se poate trage în sârmă subțire, care se poate învârtă și lega. Se poate lovit sau rulat în plăți. +Poate fi făcut foarte subțire și lipit pe alte metale. Poate fi făcut atât de subțire încât a fost folosit uneori pentru a decora picturile realizate de mână pe cărți numite „manuscrise iluminate”. +Acest lucru se numește pH-ul unei substanțe chimice. Puteți face un indicator folosind suc de căpșuni roșii. +Lacul de morcov schimbă culoarea în funcție de gradul de aciditate sau bazicitate (alcalinitate) a substanței chimice. +Valoarea pH este indicată de numărul de ioni de hidrogen (H în pH) prezenți în substanța chimică testată. +Ioni de hidrogen sunt protoni care au pierdut electronii (deoarece atomii de hidrogen sunt alcătuiți dintr-un proton și dintr-un electron). +Amestecați cele două puduri uscate și apoi, cu mâinile umele, apăsați-vă pudurul într-o măciucă. +Umida de pe mâini va reacționa cu straturile exterioare, care va părea ciudat și va forma un fel de cojă. +Cele două orașe, Harappa și Mohenjo-daro, aveau o baie în aproape fiecare casă, legată de un sistem de canalizare sofisticat. +S-au descoperit rămășițe ale sistemelor de canalizare în casele cetăților minoice de pe insula Creta și insula Santorini din Grecia. +În Egiptul antic, în Persia și în China existau de asemenea toalete. În civilizația romană, uneori toaletele făceau parte din băi publice, unde bărbații și femeile erau împreună într-o companie mixtă. +Când sunteți la telefon cu cineva la mii de kilometri depărtări, folosiți un satelit. +Sateliții din spațiu primesc apelul și îl reflectă înapoi, aproape instantaneu. +Sateliul a fost trimis în spațiu cu ajutorul unei rachete. Științii folosesc telescoapele din spațiu deoarece atmosfera Pământului distorsionează unele dintre lumina noastră și privirea noastră. +Este nevoie de o rachetă uriașă, cu o înălțime de peste 100 de picioare, pentru a pune un satelit sau un telescop în spațiu. +Rotația a schimbat lumea în mod incredibil. Cel mai mare lucru pe care l-a făcut roata pentru noi este că ne-a oferit o transportare mult mai ușoară și rapidă. +Acesta ne-a adus trenul, mașina, și multe alte dispozitive de transport. +Sub aceștia se află mai multe feluri de pisici de dimensiuni medii care mănâncă prada de dimensiuni medii, de la lilieci până la antilope și cerbi. +În cele din urmă, există multe pisici mici (inclusiv pisici domestice) care mănâncă prada mult mai numeroasă, cum ar fi insectele, rozătoarele, șerpii și păsările. +Secretul succesului lor este conceptul nichei, o muncă specială pe care fiecare pisică o desfășoară și care îi permite să nu se concurenteze cu alții. +Leii sunt cei mai sociali dintre felinelor, trăind în grupuri mari numite pridelori. +Familele sunt alcătuite dintr-un până la trei bărbați adulți, alături de până la treizeci de femele și cubi. +Femelele sunt de obicei strâns legate între ele, fiind o familie mare de surori și fiice. +Clanurile de lilieci sunt foarte asemănătoare cu smeurile de lupi sau câini, animale foarte asemănătoare cu liliecii (dar nu cu alte felide mari) din punct de vedere al comportamentului, și de asemenea foarte periculoase pentru prada lor. +Un atlet complet, tigrilor le place să alunecă (deși nu foarte bine), să înoate, să sape mari distanțe și să tragă cu cinci ori mai puternic decât un om puternic. +Tigrul se află în același gen (Panthera) ca și liliecii, leoparzii și jaguarii. Aceste patru feluri de lilieci sunt singurii care pot urla. +Urletul tigrului nu este asemănător cu urletul unui leu cu voce puternică, ci mai mult asemănător cu o propoziție de cuvinte răgușite, strigate. +Ocelotii preferă să mănânce animale mici. Le prind pe maimuțele, șerpii, rozătoarele și păsările dacă pot. Majoritatea animalelor pe care ocelotul le vânează sunt mult mai mici decât el. +Oamenii de știință cred că ocelotii urmăresc și găsesc animalele pe care le mănâncă (pradă) prin simț de miros, căutând unde au fost pe pământ. +Ei pot vedea foarte bine în întuneric cu ajutorul ochilor nocturni și se deplasează foarte discret, de asemenea. Oceloții prind prada lor prin a se alătura mediului înconjurător, apoi să sară asupra prăzii. +Atunci când un grup mic de ființe vii (o populație mică) se despartă de populația principală din care au venit (de exemplu, dacă se deplasează de-a lungul unei lanțuri muntoase sau a unui râu, sau dacă se mută pe o nouă insulă, astfel încât nu pot reveni ușor), aceștia se află adesea într-un mediu diferit față de cel în care erau înainte. +Acest nou mediu are resurse diferite și concurenți diferiți, așa că noua populație va avea nevoie de caracteristici sau adaptări diferite pentru a deveni un concurent mai puternic decât înainte. +Populația originală nu s-a schimbat deloc, încă au nevoie de aceleași adaptări ca și înainte. +Cu timpul, odată cu faptul că noua populație începe să se adapteze la mediul înconjurător, începe să arate mai puțin și mai puțin ca cealaltă populație. +În cele din urmă, după mii sau chiar milioane de ani, cele două populații vor arăta atât de diferit, încât nu vor mai putea fi numite aceeași specie. +Noi numim acest proces speciație, care înseamnă doar formarea de noi specii. Speciația este o consecvență inevitabilă și o parte foarte importantă a evoluției. +Plantele produc oxigen pe care oamenii îl respiră, iar aceștia înhalează dioxidul de carbon pe care oamenii îl exhalează (adică îl respiră). +Plantele fac hrana din soare prin fotosinteză. De asemenea, oferă umbră. +Construim casele noastre din plante și îmbrăcămintea noastră din plante. Majoritatea alimentelor pe care le mâncăm sunt plante. Fără plante, animalele nu ar putea supraviețui. +Mosasaurus a fost prădătorul de vârf al epocii, așa că nu se temea nimic, cu excepția altor mosasauri. +Gurile sale lungi erau acoperite de mai mult de 70 de dinți ascuți, cu un set suplimentar de dinți pe acoperișul gurii, ceea ce înseamnă că nu exista niciun scăpare pentru nimic ce trecea pe drumul său. +Nu știm cu siguranță, dar ar putea să fi avut limba bifurcată. Dieta sa includea reptile, pește mari, alte mosasaure și chiar ar putea să fi fost un canibal. +A atacat tot ce intra în apa, chiar și un dinozaur gigant, precum Tyrannosaurus rex, nu ar fi avut nicio șansă împotriva acestei creaturi. +Cu toate că majoritatea mâncării lor este cunoscută noastră, romanii au avut parte de propriile lor băuturi și mâncări ciudate sau neobișnuite, inclusiv un porc sălbatic, un paon, țânțari și o specie de rozătoare numită șobolani. +O altă diferență a fost că în timp ce oamenii sărați și femeile mâncau în timp ce stăteau pe scaune, bărbații bogați preferau să organizeze banchete, unde se odihneau pe partea lor în timp ce mâncau. +Mâncarea romană antică nu ar fi putut include produse alimentare provenite din America sau din Asia în secolele ulterioare. +De exemplu, nu aveau nici orză, nici tomate, nici cartofori, nici cacao, și niciun roman antic nu a degustat niciodată un turkey. +Babilonienii au construit fiecare dintre zeii lor un templu principal, considerat a fi casa zeului. +Oamenii aduceau sacrificii zeilor, iar preoții încercau să îndeplinească nevoile zeilor prin intermediul ceremoniilor și festivalurilor. +Fiecare templu avea o curte deschisă și apoi un sanctuar intern, accesibil numai preoților. +În unele cazuri, au fost construite turnuri speciale în formă de piramidă, numite zigurate, ca parte a templului. +Vârful turnului era un sanctuar special al zeului. +În climatul cald al Orientului Mijlociu, casa nu era atât de importantă. +Majoritatea vieții familiei ebraice s-a desfășurat în aer liber. +Femeile pregăteau mâncarea în curte; magazinele erau doar pereți deschise spre stradă. Casele erau construite din piatră. +Pe pământul Canaanului nu existau păduri mari, așa că lemnul era extrem de scump. +Groenlanda a fost colonizată puțin. Conform sagelor scandinave, Erik cel Roșu a fost exilat din Islanda pentru crimă și, călătorind mai departe spre vest, a găsit Groenlanda și a numit-o Groenlanda. +Însă, indiferent de descoperirea lui, triburile eschimo erau deja acolo la acea vreme. +Cu toate că fiecare țară era „scandinavă”, existau multe diferențe între poporul, regii, obiceiurile și istoria Danemarcii, Suediei, Norvegiei și Islandiei. +Dacă ai văzut filmul National Treasure, poate ai crezut că pe spatele Declarației de Independență a fost scrisă o hartă cu comorile. +Cu toate acestea, nu este adevărat. Deși pe partea din spate a documentului există ceva scris, nu este o hartă a comorii. +Pe partea din spate a Declarației de Independență se află cuvintele „Declarația de Independență originală, datată pe 4 iulie 1776”. Textul se află pe partea din spate a documentului, în sens invers. +Deși nimeni nu știe cu certitudine cine a scris-o, este cunoscut faptul că, la începutul vieții sale, documentul de parchet mare (cu o lungime de 75 cm și o lățime de 62 cm) a fost înrollat pentru a fi păstrat. +Deci, este posibil ca notația a fost adăugată doar ca etichetă. +Debarcările din D-Day și următoarele bătălii au eliberat nordul Franței, însă sudul încă nu era eliberat. +A fost condusă de „Vichii”, francezi care au făcut pace cu germani în 1940 și au colaborat cu invadatorii, în loc să lupte împotriva lor. +Pe 15 august 1940, aliatii au invadat sudul Franței, invazia fiind numită „Opera Dragoon”. +În doar două săptămâni, americanii și forțele libere franceze au eliberat sudul Franței și s-au îndreptat către Germania. +O civilizație este o cultură unică, împărțită de un grup semnificativ de oameni care trăiesc și lucrează în cooperare, o societate. +Cuvântul „civilizație” vine de la cuvântul latin civilis, care înseamnă civil, în legătură cu cuvântul latin civis, care înseamnă cetățean, și cu cuvântul civitas, care înseamnă oraș sau stat, și care, într-un fel, definește mărimea societății. +Statele urbane sunt precursoarele națiunilor. O cultură civilizațională implică trecerea cunoștințelor de la o generație la alta, o urmă culturală durabilă și o distribuție echitabilă. +Culturile minore dispare adesea fără a lăsa vreo dovadă istorică relevantă și nu sunt recunoscute ca civilizații proprii. +În timpul Războiului Revoluționar, cele treizeci și șapte de state au format inițial o guvernare centrală slabă, cu Congresul fiind singurul său component, în conformitate cu articolele de confederație. +Congresul nu avea putere să impună taxe și, deoarece nu exista niciun executiv sau judecată națională, depindea de autoritățile statului, care erau adesea necooperative, pentru aplicarea tuturor acțiunilor sale. +De asemenea, nu avea autoritate să anuleze legile și tarifele vamale dintre state. +Articolele necesitau unanimitatea tuturor statelor înainte de a putea fi modificate, iar statele au luat guvernul central atat de ușor încât reprezentanții lor erau adesea absenți. +Echipa națională de fotbal a Italiei, alături de echipa națională de fotbal a Germaniei, este a doua cea mai reușită echipă din lume și au câștigat Campionatul Mondial al FIFA în 2006. +Sporturile populare includ fotbalul, baschetul, voleiul, poloul pe apă, scrimia, rugbiul, ciclismul, hocheiul pe gheață și cursele automobile F1. +Sporturile de iarnă sunt cele mai populare în regiunile de nord, unde italienii participă la jocurile internaționale și la evenimentele olimpice. +Japonia deține aproape 7.000 de insule (cea mai mare fiind Honshu), făcând Japonia a 7-a cea mai mare insulă din lume! +Datorită clusterului/grupului de insule al Japoniei, Japonia este adesea numită, din punct de vedere geografic, un „arhipelag” +Taiwanul începe de la sfârșitul secolului al XV-lea, când marinarii europeni care treceau pe la insulă au numit-o Ilha Formosa, sau insula frumoasă. +În 1624, Compania olandeză a Indiilor de Est a înființat o bază în sud-vestul Taiwanului, inițiind o transformare a practicilor de producție a cerealelor aborigine și angajând muncitori chinezi pentru a lucra pe plantațiile de orez și zahăr. +În 1683, forțele din dinastia Qing (1644-1912) au preluat controlul asupra regiunilor de coastă din vest și nord ale Taiwanului și au declarat Taiwan ca provincie a Imperiului Qing în 1885. +În 1895, după înfrângerea în Primul Război sino-japonez (1894-1895), guvernul Qing semnează Tratatul de la Shimonoseki, prin care cedează suveranitatea Taiwanului Japoniei, care stăpânește insula până în 1945. +Machu Picchu cuprinde trei structuri principale, anume Intihuatana, Templul Soarelui și Camera cu Trei Ferestre. +Cele mai multe clădiri de la marginea complexului au fost reconstruite pentru a oferi turiștilor o idee mai bună despre cum arătau inițial. +Până în 1976, 30% din Machu Picchu au fost restaurate și restaurarea continuă până în prezent. +Pentru exemplu, formatul cel mai comun pentru fotografierea fixă în lume este de 35 mm, care a fost formatul de film dominant la sfârșitul epopeii filmelor analogice. +Se produce și în ziua de astăzi, însă mai important este faptul că aspectul său a fost moștenit de formatele imaginii sensoarelor digitale. +Formatul de 35 mm este, în realitate, un pic confuz, având o lățime de 36 mm și o înălțime de 24 mm. +Proporția aspectuală a acestui format (divizând cu douăsprezece pentru a obține cel mai simplu raport întreg) este deci spusă a fi 3:2. +Multe dintre formatele obișnuite (familia de formate APS, de exemplu) sunt la fel sau se apropie foarte mult de acest aspect ratio. +Regula abuzată și adesea ridiculizată a třetinilor este o simplă orientare care creează dynamism în timp ce menține o măsură de ordine într-o imagine. +Se spune că cel mai eficient loc pentru subiectul principal este la intersecția liniilor care împart imaginea în trei părți verticale și horizontale (vezi exemplu). +În această perioadă a istoriei europene, Biserica Catolică, devenită bogată și puternică, a fost analizată. +Pentru mai bine de mii de ani, religia creștină a unit statele europene, în ciuda diferențelor de limbă și obiceiuri. +Potrivit legendei, puterea omniprezențială a acestei ființe a afectat toată lumea, de la rege la cetățean obișnuit. +Unul dintre principiile principale ale creștinismului este că averea ar trebui folosită pentru a reduce suferința și sărăcia și că fondurile monetare ale bisericii sunt destinate acestui scop. +Autoritatea centrală a bisericii se afla la Roma de mai bine de mii de ani și această concentrare a puterii și a bunurilor a făcut ca mulți să se întrebe dacă acest principiu era respectat. +La scurt timp după declanșarea ostilităților, Marea Britanie a declanșat un bloc naval împotriva Germaniei. +Strategia s-a dovedit eficientă, întrerupând aprovizionarea militară și civilă vitală, deși această blocade a încălcat legile internaționale general acceptate, codificate de mai multe acorduri internaționale din ultimii două secole. +Marea Britanie a minat apele internaționale pentru a împiedica intrarea vreunui vas în întregi secțiuni ale oceanului, provocând pericol și pentru vasele neutre. +Deoarece răspunsul a fost limitat la această tactică, Germania s-a așteptat la un răspuns similar la războiul submarin fără restricții. +În anii 1920, majoritatea cetățenilor și națiunilor aveau o atitudine pacifistă și izolaționistă. +După ce au văzut horrorurile și atrocitățile războiului din Primul Război Mondial, națiunile au dorit să evite o asemenea situație în viitor. +În 1884, Tesla s-a mutat în Statele Unite ale Americii pentru a accepta un loc de muncă la Edison Company din New York City. +A ajuns în SUA cu 4 cenți în buzunar, o carte de poezie și o scrisoare de recomandare de la Charles Batchelor (managerul său în trecută slujbă) adresată lui Thomas Edison. +China antică avea o modalitate unică de a prezenta diferite perioade istorice; fiecare stadiu al Chinei sau fiecare familie care a fost la putere era o dinastie distinctivă. +De asemenea, între fiecare dinastie exista o perioadă instabilă de provincii divizate. Cea mai cunoscută dintre aceste perioade a fost epoca celor Trei Regate, care a durat 60 de ani, între Han și Jin. +În această perioadă au avut loc lupte sângeroase între mulți nobili care se luptau pentru tron. +Perioada celor Trei Regate a fost una dintre cele mai sângeroase din istoria Chinei antice, zeci de mii de oameni au murit luptând pentru a se așeza pe tronul cel mai înalt din palatul mare de la Xi'an. +Există multe efecte sociale și politice, precum folosirea sistemului metric, trecerea de la absolutism la republicanism, naționalism și credința că țara aparține poporului și nu unui singur conducător. +De asemenea, după Revoluție, locurile de muncă erau deschise tuturor bărbaților care au depus cererea, ceea ce a permis celor mai ambițioși și succesori să reușească. +Același lucru s-a întâmplat și în cazul armatei, deoarece clasificările armatei erau bazate pe clasă, iar acum erau bazate pe cailaber. +Revoluția franceză a inspirat, de asemenea, multe alte persoane din clasa muncitoare din alte țări să înceapă propriile lor revoluții. +Muhammad era foarte interesat de lucruri dincolo de viața mondană. De obicei, frecventa o peșteră cunoscută sub numele de „Hira‘” de pe Muntele „Noor” (lumină) pentru a medita. +caverna, care a supraviețuit timpului, oferă o imagine foarte vividă a tendințelor spirituale ale lui Muhammad. +Situată pe unul dintre munții din nordul Meccăi, peștera se află complet izolată de restul lumii. +De fapt, nu este ușor să-l găsești, chiar dacă ai ști că există. Odată intrat în peșteră, este total izolat. +Nimic nu poate fi văzut în afară de cerul clar și frumos de deasupra și de munții înconjurători. Foarte puțin din lumea aceasta poate fi văzut sau auzit din interiorul peșterii. +Piramida Mare de la Giza este singurul dintre cele șapte minuni care a supraviețuit până în zilele noastre. +Construită de egiptenii din secolul al III-lea î.e.n., Marele Piramidon este una dintre multe structuri piramidale mari construite pentru a onora regii morți. +Platoul de la Giza, sau „Necropolă de la Giza” în Valea Morților din Egipt, conține mai multe piramide (din care cea mare este cea mai mare), mai multe morminte mici, mai multe templuri și Marele Sfinx. +Piramida Mare a fost construită pentru a-l onora pe faraonul Khufu, iar multe dintre piramidele mai mici, mormintele și templele au fost construite pentru a-l onora soții și membri ai familiei lui Khufu. +Semnul „up bow” seamănă cu litera V, iar semnul „down bow” seamănă cu o găură sau cu un pătrat lipsit de partea inferioară. +„În sus” înseamnă că trebuie să începeți de la capăt și să apăsați arc, iar „în jos” înseamnă că trebuie să începeți de la picioare și să trageți arc. +Un arc în sus produce un sunet mai blând, în timp ce un arc în jos este mai puternic și mai asertiv. +Puteți nota propriile drepte, însă trebuie să aveți în vedere că semnele de arcadă tipărite au un motiv muzical, așa că ar trebui, în general, să fie respectate. +Regele terifiat, Ludovic al XVI-lea, regina Marie Antoinette și cei doi copii ai lor, Marie Therese, în vârstă de 11 ani, și Louis-Charles, în vârstă de patru ani, au fost forțați să se întoarcă la Paris din Versailles de o mulțime de femei de la piață, pe 6 octombrie 1789. +Într-un vagon, au călătorit înapoi la Paris, înconjurați de o mulțime de oameni care strigau și amenințau regele și regina cu amenințări. +Mobul de oameni a forțat regele și regina să aibă geamurile deschise la fereastra căruia. +La un moment dat, un membru al mulțimii a ridicat capul unui gardist regal ucis la Versailles în fața reginei îngrozite. +Cheltuielile de război ale imperialismului american în cucerirea Filipinelor au fost plătite de poporul filipinez. +Ei au fost nevoiți să plătească taxe către regimul colonial american pentru a acoperi o mare parte din cheltuielile și interesele legate de obligațiunile emise în numele guvernului filipinez prin intermediul casei de bănci din Wall Street. +Cu siguranță, profiturile supradimensionate derivate din exploatarea prelungită a poporului filipinez ar reprezenta câștigurile fundamentale ale imperialismului american. +Pentru a înțelege Templarii, trebuie să înțelegem contextul care a determinat crearea ordinului. +Perioada în care s-au desfășurat evenimentele este adesea numită Evul Mediu Timpuriu, perioada istoriei europene din secolele al XI-lea, al XII-lea și al XIII-lea (AD 1000-1300). +Epopeea medievală înaltă a fost precedată de epopeea medievală timpurie și urmată de epopeea medievală târzie, care, conform convenției, se termină în jurul anului 1500. +Determinismul tehnologic este un termen care cuprinde o gamă largă de idei în practică, de la presiunea tehnologică sau imperativul tehnologic la un sens strict în care destinul uman este condus de o logică subiectivă asociată cu legile științifice și manifestarea lor în tehnologie. +Cele mai multe interpretări ale determinismului tehnologic împărtășesc două idei generale: că dezvoltarea tehnologiei se desfășoară pe o cale larg în afara influenței culturale sau politice și că tehnologia, la rândul ei, are „efecte” asupra societății care sunt intrinse, mai degrabă decât condiționate de societate. +De exemplu, unul ar putea spune că automobilul necesită dezvoltarea drumurilor. +Cu toate acestea, o rețea de drumuri naționale nu este viabilă din punct de vedere economic pentru doar câteva mașini, așa că sunt dezvoltate noi metode de producție pentru a reduce costul de deținere a unei mașini. +De asemenea, proprietatea masivă a automobilelor duce la o incidență mai mare a accidentelor rutiere, ceea ce duce la inventarea de noi tehnici în domeniul sănătății pentru reparația corpurilor deteriorate. +Romantismul a avut un element semnificativ de determinism cultural, preluat de scriitori precum Goethe, Fichte și Schlegel. +În contextul romantismului, geografia a modelat individul, iar, cu timpul, s-au format obiceiuri și o cultură legate de această geografie, și acestea, fiind în concordanță cu locul societății, au fost mai bune decât legile impuse arbitrar. +În felul în care Parisul este cunoscut drept capitala modei a lumii contemporane, Constantinopolul era considerat capitala modei a Evropei feudale. +Reputația sa de epicentru al luxului a început în jurul anului 400 d.Hr. și a durat până în jurul anului 1100 d.Hr. +Statutul său a scăzut în secolul al XII-lea, în principal din cauza faptului că cruciații s-au întors cu daruri, cum ar fi mătăniile și condimentele, care erau apreciate mai mult decât ceea ce ofereau piețele Imperiului Bizantin. +În această perioadă a avut loc transferul titlului de Capitală a Modei de la Constantinopol la Paris. +Stilul gotic a atins apogeul în perioada cuprinsă între secolele al 10-lea și al 11-lea și în secolul al 14-lea. +La început, stilul de îmbrăcăminte a fost puternic influențat de cultură bizantină din est. +Cu toate acestea, din cauza canalelor de comunicare lente, stilurile din vest ar putea fi în urmă cu 25-30 de ani. +la sfârșitul Evului Mediu, Europa de Vest a început să dezvolte propriul stil. Unul dintre cele mai mari dezvoltări ale timpului, ca rezultat al cruciadei, oamenii au început să folosească butoni pentru a-și prinda îmbrăcămintea. +Agricultura de subsistență este agricultura care se desfășoară pentru producția de alimente suficiente pentru a îndeplini doar nevoile agricultorului și ale familiei sale. +Agricultura de subsistență este un sistem simplu, adesea organic, care folosește semințele rezervate, nativă regiunii ecologice, combinată cu rotația culturilor sau alte tehnici relativ simple pentru a maximiza producția. +Istoric, majoritatea fermierilor erau implicați în agricultură de supraviețuire și acest lucru este încă adevărat în multe țări în curs de dezvoltare. +Subculturile aduc împreună persoane cu gânduri asemănătoare care se simt ignorate de standardele sociale și îi permit să dezvolte un sentiment de identitate. +Subculturi pot fi distincte în funcție de vârstă, etnie, clasă, locație și/sau gen al membrilor. +Calitățile care determină o subcultură distinctă pot fi lingvistice, estetice, religioase, politice, sexuale, geografice sau o combinație de factori. +Membrii unei subculturi își exprimă aderarea printr-o utilizare distinctivă și simbolică a stilului, care include modă, maniere și argou. +Unul dintre cele mai frecvente metode folosite pentru a ilustra importanța socializării este utilizarea cazurilor nefericite ale copiilor care, prin negligență, nefericire sau abuz deliberat, nu au fost socializați de către adulți în timp ce creșteau. +Astfel de copii sunt numiti „ferali” sau „wild”. Unii dintre aceștia au fost izolați de oameni (de obicei de proprii părinți); în unele cazuri această abandonare a copilului a fost cauzată de refuzul părinților față de o handicapare severă intelectuală sau fizică a copilului. +Copiii sălbatici pot fi supuși unui abuz sau unui traumat sever înainte de a fi abandonati sau de a fugi. +Alte persoane sunt acuzate că au fost crescute de animale; unele sunt spuse că au trăit în natură singure. +Când este crescut complet de animale non-umane, copilul sălbatic prezintă comportamente (în limitele fizice) aproape în întregime asemănătoare cu cele ale animalelor care îl îngrijează, cum ar fi frica sau indiferența față de oameni. +Deși învățarea bazată pe proiecte ar trebui să facă învățarea mai ușoară și mai interesantă, scaffolding trece un pas înainte. +Scaffolding nu este o metodă de învățare, ci mai degrabă un ajutor care oferă susținere persoanelor care se află în cursul unei noi experiențe de învățare, cum ar fi folosirea unui nou program de calculator sau începerea unui nou proiect. +Scaffoldurile pot fi și virtuale și reale, în sensul că un profesor este o formă de scaffold, dar și micul bărbat cu clipă în Microsoft Office. +Scaffolding-urile virtuale sunt internalizate în software și sunt concepute pentru a pune întrebări, a stimula și de a explică procedurile care ar putea fi prea dificile pentru student să facă singur. +Copiii sunt plasați în grija de familie pentru o varietate de motive care variază de la ignorare, la abuz și chiar la extorsiune. +Niciun copil nu ar trebui să crească într-un mediu care nu îi oferă îngrijire, îngrijire și educație, însă asta se întâmplă. +Perceputul nostru este ca sistemul de plasare a copiilor să fie o zonă de siguranță pentru aceste copii. +Sistemul nostru de îngrijire a copiilor trebuie să ofere case sigure, părinți care îi iubesc, educație stabilă și servicii de sănătate sigure. +Copilăria de plasă trebuie să asigure toate necesitățile pe care le lipseau acasă, înainte de a fi luată de la părinți. +Internetul combină elemente de comunicare de masă și de comunicare interpersonală. +Caracteristicile distincte ale Internetului duc la dimensiuni suplimentare în ceea ce privește abordarea utilizării și satisfacerii. +De exemplu, „învățarea” și „socializarea” sunt sugerate ca motivații importante pentru utilizarea Internetului (James et al., 1995). +„Participarea personală” și „relații continue” au fost, de asemenea, identificate ca aspecte noi de motivație de către Eighmey și McCord (1998) când au investigat reacțiile publicului față de site-uri web. +Folosirea înregistrărilor video a condus la descoperiri importante în interpretarea expresiilor micro, mișcări ale feței care durează doar câteva milisecunde. +În special, se pretinde că se poate detecta dacă o persoană mărturisește sau minte sau dacă mărturisește sau minte sau dacă mărturisește sau minte sau dacă mărturisește sau minte sau dacă mărturisește sau minte sau dacă mărturisește sau minte sau dacă mărturisește sau minte sau dacă mărturisește sau minte sau dacă mărturisește sau minte sau dacă mărturisește sau minte sau dacă mărturisește sau minte sau dacă mărturisește sau minte sau dacă mărturisește sau minte sau dacă mărturisește sau minte sau dacă mărturisește sau minte sau dacă mărturisește sau minte sau dacă mărturisește sau minte sau dacă mărturisește sau minte sau dacă mărturisește sau minte sau dacă mărturisește sau minte sau dacă mărturisește sau minte sau dacă mărturisește sau minte sau dacă mărturisește sau minte sau dacă mărturisește sau minte sau dacă mărturisește sau minte sau dacă mărturisește sau minte sau dacă mărturisește sau minte sau dacă mărturisește sau minte sau dacă mărturisește sau minte sau dacă mărturisește sau minte sau dacă mărturisește sau minte sau dacă mărturisește sau minte sau dacă mărturisește sau minte sau dacă mărturisește sau minte sau dacă mărturisește sau minte sau dacă mărturisește sau minte sau dacă mărturisește sau minte sau dacă mărturisește sau minte sau +Oliver Sacks, în articolul său The President's Speech, a indicat faptul că oamenii care nu sunt capabili să înțeleagă vorbirea din cauza unei deficiențe cerebrale sunt totuși capabili să evalueze sinceritatea cu acuratețe. +El chiar sugeră că astfel de abilități de interpretare a comportamentului uman ar putea fi împărțite de animale precum câinii domestici. +Cercetările din secolul al XX-lea au arătat că există două piscine de variație genetică: ascunse și exprimate. +Mutarea adaugă o nouă variație genetică, iar selecția o elimină din poolul variațiilor exprimate. +Segregarea și recombinația împrăștiază variațiile de la unul la altul între cele două poole cu fiecare generație. +În savană, este greu pentru un primat cu un sistem digestiv asemănător cu cel uman să-și satisfacă cerințele de aminoacizi din resursele vegetale disponibile. +De asemenea, lipsa de acțiune are consecințe grave: depresie de creștere, malnutriție și, în cele din urmă, moarte. +Resursele vegetale accesibile cu ușurință ar fi fost proteinele din frunze și legume, însă acestea sunt dificil de digerat pentru primate precum noi, dacă nu sunt prăjite. +Pe de altă parte, alimentele animale (fourmi, termiti, ouă) nu doar că sunt ușor de digerate, ci, de asemenea, oferă proteine în cantități mari care conțin toate aminoacizii esențiale. +Având în vedere toate circumstanțele, nu ar trebui să ne surprindă dacă strămoșii noștri au rezolvat „problema proteinei” într-un fel asemănător cu modul în care chimpanzele de pe savană fac astăzi. +Interrupția somnului este procesul de a se trezi intenționat în timpul somnului normal și de a adormi din nou după o perioadă scurtă de timp (10-60 minute). +Acest lucru poate fi făcut cu ușurință folosind un ceas de bucluc relativ liniștit pentru a te aduce la cunoștință fără a te trezi complet. +Dacă vă trebuie să reprogramați ceasul în timpul somnului, puteți lăsa ceasul pe partea opusă a camerei, forțându-vă să ieși din pat pentru a-l opri. +Alte opțiuni bazate pe bioritmul implică consumul unei cantități mari de fluid (în special apă sau ceai, un diuretic cunoscut) înainte de somn, forțând persoana să se ridică pentru a urina. +Cantitatea de pace interioară pe care o deține o persoană se corelă invers cu cantitatea de tensiune a corpului și a spiritului. +Cu cât scade tensiunea, cu atât mai pozitivă este forța vitală prezentă. Fiecare persoană are potențialul să găsească pacea și fericirea absolută. +Orice persoană poate ajunge la iluminare. Singurul obstacol care stă în calea acestui obiectiv este tensionarea și negativitatea noastră. +Budismul tibetan este bazat pe învățăturile lui Buddha, dar au fost extinse de calea mahayana a iubirii și de multe tehnici din yoga indian. +În principiu, budismul tibetan este foarte simplu. Este format din Kundalini Yoga, meditație și calea iubirii universale. +Cu yoga Kundalini, energia Kundalini (energia iluminării) este trezită prin poziții de yoga, exerciții de respirație, mantre și vizualizări. +Centrul meditației tibetane este Yoga Deității. Prin vizualizarea diferitelor deități, canalele energetice sunt curățate, chakrele sunt activate iar conștiința de iluminare este creată. +Germania a fost un inamic comun în Al Doilea Război Mondial, ceea ce a condus la cooperare între URSS și SUA. La sfârșitul războiului, conflictele de sistem, proces și cultură au condus la ruptură relațiilor dintre țări. +La doi ani de la sfârșitul războiului, fostii aliați erau acum inamici și a început Războiul Rece. +A durat următorii 40 de ani și s-a desfășurat în realitate, prin intermediul armatei proxime, pe câmpurile de luptă din Africa și Asia, în Afganistan, Cuba și multe alte locuri. +Până pe 17 septembrie 1939, apărarea poloneză era deja prăbușită, iar singura speranță era să se retragă și să se reorganizeze pe poarta românească. +Cu toate acestea, aceste planuri au fost depășite aproape de-a lungul întregii noci, când mai mult de 800.000 de soldați ai Armatei Roșii a Uniunii Sovietice au intrat și au creat fronturile belaruse și ucrainene după ce au invadat regiunile estice ale Poloniei, în violatie Tratatului de pace de la Riga, Pactului de neagresiune sovieto-polonez și a altor tratate internaționale, atât bilaterale, cât și multilaterale. +Folosirea vaselor pentru transportul bunurilor este, fără îndoială, cel mai eficient mod de a transporta mari cantități de persoane și bunuri de-a lungul oceanelor. +De obicei, rolul forțelor navale este să asigure că țara dumneavoastră păstrează capacitatea de a transporta oamenii și bunurile, în timp ce interferează cu capacitatea inamicului de a transporta oamenii și bunurile. +Unul dintre cele mai semnificative exemple recente a fost campania din nordul Atlanticului din al Doilea Război Mondial. Americanii încercau să trimită oameni și materiale de-a lungul Oceanului Atlantic pentru a ajuta Marea Britanie. +În același timp, marina militară germană, folosind în principal submarinele, încearcă să oprească acest trafic. +Dacă Aliații ar fi eșuat, Germania ar fi probabil reușit să cucerească Marea Britanie, deoarece a reușit să cucerească restul Europei. +Se pare că caprele au fost domesticite pentru prima dată cu aproximativ 10.000 de ani în munții Zagros din Iran. +Culturile și triburile antice au început să le păstreze pentru a avea acces ușor la lapte, păr, carne și piele. +Oițele domestice erau adesea ținute în stădiile care se deplasau pe dealuri sau alte zone de pășunat, deseori îngrijite de oițe care erau adesea copii sau adolescenți, asemănători cu cei mai cunoscuți păstori. Aceste metode de păstorișie sunt folosite și în zilele noastre. +La începutul secolului al XVI-lea au fost construite cărucioare în Anglia. +Cu toate că căruțele erau alcătuite doar din planki paralele de lemn, acestea permiteau cailor care le trăgeau să ajungă la o viteză mai mare și să tragă mai multă încărcătură decât pe drumurile puțin mai dure ale zilei. +Crossties au fost introduse destul de devreme pentru a menține șinele în poziție. Cu toate acestea, treptat, s-a realizat că șinele ar fi mai eficiente dacă ar avea o parte de fier pe partea superioară. +Această practică a devenit obișnuită, însă fierul a provocat mai multe deteriorări la roțile din lemn ale vagonelor. +În cele din urmă, roți din lemn au fost înlocuite cu roți din fier. În 1767, au fost introduse primele șine întregi din fier. +Prima formă de transport cunoscută a fost mersul, umanii au început să meargă pe picioare în urmă cu două milioane de ani, odată cu apariția Homo erectus (omul erect). +Predecesorii lor, australopitecii nu erau obișnuiți să meargă pe două picioare. +Specializări bipede sunt găsite în fosilele de Australopitecus din perioada cuprinsă între 4,2 și 3,9 milioane de ani, deși Sahelanthropus ar fi putut merge pe două picioare încă din urmă cu 7 milioane de ani. +Putem începe să trăim mai prietenos față de mediul înconjurător, să ne alăturăm mișcării ecologiste și chiar să devenim activiști pentru a reduce suferința viitoare într-o anumită măsură. +Acest lucru este asemănător cu tratamentul simptomatic în multe cazuri. Cu toate acestea, dacă nu ne dorim doar o soluție temporară, trebuie să găsim rădăcina problemei și să o dezactivăm. +Este evident că lumea s-a schimbat mult din cauza avansurilor științifice și tehnologice ale umanității, iar problemele au devenit mai mari din cauza suprapopulării și a stilului de viață extravagant al umanității. +După adoptarea de către Congres pe 4 iulie, un proiect scris de mână, semnat de președintele Congresului, John Hancock, și de secretarul, Charles Thomson, a fost trimis într-o altă parte a orașului, la tipografia lui John Dunlap. +În noaptea dintre 150 și 200 de exemplare au fost făcute, acestea fiind cunoscute astăzi sub denumirea de „Dunlap broadsides”. +Prima lectură publică a documentului a fost făcută de John Nixon în curtea Independence Hall, pe 8 iulie. +Unul a fost trimis lui George Washington pe 6 iulie, care l-a citit soldaților săi din New York pe 9 iulie. O altă copie a ajuns la Londra pe 10 august. +Cele 25 de pliante Dunlap cunoscute în prezent sunt cele mai vechi copii ale documentului care au supraviețuit. Copia originală, scrisă de mână, nu a supraviețuit. +Mulți paleontologi din ziua de astăzi cred că un grup de dinozauri a supraviețuit și există și astăzi. Noi îi numim păsări. +Multe persoane nu le consideră dinozauri deoarece au pene și pot zbura. +Însă există multe lucruri despre păsări care păstrează aspectul unui dinozaur. +Au picioare cu scoici și gheare, depun ouă și se deplasează pe două picioarele din spate, ca un T-Rex. +Majoritatea calculatoarelor folosite în ziua de astăzi sunt bazate pe manipularea de informație codată în formă de numere binare. +Un număr binar poate avea doar unul dintre două valori, de exemplu 0 sau 1, iar aceste numere sunt numite cifre binare - sau bite, în limbajul informatic. +Poisonarea internă nu poate fi observată imediat. Simptomele, cum ar fi vomitul, sunt suficient de generale încât un diagnostic imediat nu poate fi făcut. +Cea mai bună indicare a intoxicației interne poate fi prezența unui conținut deschis de medicamente sau de substanțe chimice toxice. +Verificați eticheta pentru instrucțiunile de prim ajutor specifice pentru această substanță toxică. +Termenul „bug” este folosit de entomologi într-un sens formal pentru această grupă de insecte. +Acest termen provine dintr-o veche cunoștință cu țânțarii, insecte foarte adaptate la parazitizarea omului. +Atât țânțarii asasini, cât și țânțarii de pat sunt nidicolii, adaptați la viața în cuibul sau în adăpostul gazdei lor. +În Statele Unite ale Americii, există aproximativ 400.000 de cazuri cunoscute de scleroză multiple (MS), ceea ce îl face pe această boală să fie cea mai frecventă boală neurologică la persoanele tineri și de vârstă mijlocie. +MS este o boală care afectează sistemul nervos central, format din creier, cordul spinal și nervul optic. +Cercetări au arătat că femeile sunt de două ori mai susceptibile la MS decât bărbații. +Un cuplu poate decide că nu este în interesul lor sau al copilului lor să crească un copil. +Aceste perechi pot decide să facă un plan de adopție pentru copilul lor. +În cazul unei adopții, părinții biologici renunță la drepturile lor de părinți, astfel încât un alt cuplu să îl părințească pe copil. +Obiectivul principal al științei este să descopere modul în care funcționează lumea prin intermediul metodologiei științifice. De fapt, metodologia științifică conduce majoritatea cercetărilor științifice. +Cu toate acestea, experimentele, iar un experiment este un test folosit pentru eliminarea unei sau mai multor dintre ipotezele posibile, întrebările și observațiile sunt, de asemenea, elemente cheie ale cercetării științifice. +Naturalistii și filosofii s-au concentrat pe textele clasice și, în special, pe Biblia în latină. +Au fost acceptate opiniile lui Aristotel despre toate aspectele științifice, inclusiv psihologia. +Ca cunoștința limbii grecești a scăzut, Occidentul s-a găsit izolat de rădăcinile sale filozofice și științifice grecești. +Multe ritmuri observate în fiziologie și comportament depind adesea de prezența ciclurilor endogene și de producția lor prin ceasuri biologice. +Ritmurile periodice, care nu sunt doar răspunsuri la stimuli periodici externi, au fost documentate la majoritatea ființelor vii, inclusiv la bacterii, ciuperci, plante și animale. +Clopoțele biologice sunt oscilatori auto-sustenabili care vor continua un ciclu de funcționare liberă chiar și în absența unor semnale externe. +Experimentul Hershey și Chase a fost una dintre cele mai importante sugestii privind faptul că ADN-ul este un material genetic. +Hershey și Chase au folosit phage, sau viroi, pentru a implanta ADN-ul lor într-o bacterie. +Ei au făcut două experimente, marcându-și DNA-ul din phage cu fosfor radioactiv sau proteinul din phage cu sulfur radioactiv. +Mutările pot avea o varietate de efecte diferite, în funcție de tipul mutației, semnificația fragmentului de material genetic afectat și dacă celulele afectate sunt celule germinale. +Doar mutațiile din celulele germinale pot fi transmise copiilor, în timp ce mutațiile din alte celule pot cauza moartea celulelor sau cancer. +Turismul bazat pe natură atrage persoane interesate să viziteze zone naturale pentru a se bucura de scenă, inclusiv faună și flora sălbatică. +Exemple de activități pe loc includ vânătoarea, pescuitul, fotografia, observarea păsărilor și vizitarea parcurilor, precum și studiul informațiilor despre ecosistem. +Un exemplu este vizitarea, fotografierea și învățarea despre orangutanii din Borneo. +În fiecare dimineață, oamenii pleacă cu mașina din orașele mici spre locul de muncă și sunt trecuți de alții care se îndreaptă spre locul în care au plecat. +În acest autobuz de transport, toată lumea este, într-un fel sau altul, conectată și susținătoare a unui sistem de transport bazat pe mașini private. +Știința indică acum că această economie masivă a carbonului a desprins biosfera dintr-unul dintre stările sale stabile care au susținut evoluția umană în ultimii doi milioane de ani. +Toată lumea participă la viața socială și folosește sistemele de transport. Majoritatea oamenilor se plânge de sistemele de transport. +În țările dezvoltate, rar auzim niveluri similare de plângeri privind calitatea apei sau prăbușirea podurilor. +De ce sistemele de transport generează astfel de reclamații, de ce eșuă zilnic? Sunt inginerii de transport incompetenți? Sau există ceva mai fundamental? +Fluxul traficului este studiul mișcării șoferilor și vehiculelor individuale între două puncte și interacțiunile pe care le fac unii cu alții. +Din păcate, studierea traficului este dificilă, deoarece comportamentul șoferilor nu poate fi prevăzut cu o certitudine de 100%. +Fortunat, șoferii au tendința de a se comporta într-un interval rațional; astfel, fluxurile trafic au tendința de a avea o consistență rațională și pot fi reprezentate aproximativ matematic. +Pentru a reprezenta mai bine fluxul traficului, au fost stabilite relații între cele trei caracteristici principale: (1) flux, (2) densitate și (3) viteză. +Aceste relații ajută la planificarea, proiectarea și funcționarea obiectelor de infrastructură rutieră. +Insectele au fost primele animale care au început să zboare. Abilitatea lor de a zbura i-a ajutat să evite dușmanii mai ușor și să găsească hrană și parteneri mai eficient. +Majoritatea insectelor au avantajul de a putea retracta aripile pe spatele corpului. +Aceasta le oferă o gamă mai largă de locuri mici în care să se ascundă de prădătorii. +În ziua de astăzi, singurii insecte care nu pot retracta aripile lor sunt libelulele și țânțarii. +Mii de ani în urmă, un bărbat numit Aristarchus a declarat că Sistemul Solar se rotește în jurul Soarelui. +Unii oameni au crezut că el avea dreptate, însă multe persoane au crezut exact opusul; că Sistemul Solar se mișca în jurul Pământului, inclusiv Soarele (și chiar și alte stele). +Aceasta pare sensibilă, deoarece Pământul nu pare să se deplaseze, nu-i așa? +Râul Amazon este al doilea cel mai lung și cel mai mare râu de pe Pământ. El transportă mai multă apă decât al doilea cel mai mare râu. +Amazonul este, de asemenea, cel mai larg râu al Pământului, uneori cu o lățime de 10 km. +Cel puțin 20% din apa care se varsă din râurile planetei în oceane provine din Amazon. +Râul Amazon, principalul râu, are o lungime de 6.387 km (3.980 mile). El colectează apă din mii de râuri mai mici. +Deși construirea piramidelor din piatră a continuat până la sfârșitul Vechiului Regat, piramidele de la Giza nu au fost niciodată depășite din punct de vedere al dimensiunii și a excelenței tehnice a construirii. +Egiptenii antici de la Noul Regat au admirat monumentele lor predecesorilor, care atunci erau cu mult peste o mie de ani vechi. +Populația Vaticanului este de aproximativ 800 de persoane. Este cel mai mic stat independent din lume și cel cu cea mai mică populație. +Vaticanul folosește italiană în legislația sa și în comunicările oficiale. +Italiană este, de asemenea, limba de zi cu zi folosită de majoritatea celor care lucrează în stat, în timp ce latina este folosită adesea în ceremoniile religioase. +Toți cetățenii statului Vatican sunt catolici romani. +Oamenii știau de elementele chimice esențiale, cum ar fi aurul, argintul și cuprul, din antichitate, deoarece toate acestea pot fi descoperite în natură în formă nativă și sunt relativ ușor de minate cu ajutorul unor instrumente primitive. +Aristotel, un filozof, a teoreticat că totul este format dintr-o amestecă de unul sau mai mulți dintre cei patru elemente. Acestea erau pământul, apa, aerul și focul. +Aceasta a fost mai degrabă ca cele patru stări ale materiei (în același ordine): solid, lichid, gaz, și plasmă, deși a teorizat că se transformă în substanțe noi pentru a forma ceea ce vedem. +Aliajele sunt în esență o amestecare de două sau mai multe metale. Nu uitați că există multe elemente pe tabelul periodic. +Elemente precum calciul și potasiul sunt considerate metale. Bineînțeles, există și metale precum argint și aur. +De asemenea, există aliaje care includ cantități mici de elemente nemetalice, cum ar fi carbonul. +Toate obiectele din Univers sunt alcătuite din materie. Toată materia este alcătuită din particule mici numite atomi. +Atomele sunt atât de incredibil de mici, încât trilioanele lor ar putea fi încărcate în punctul și la sfârșitul acestei propoziții. +Astfel, crayonul a fost un prieten bun pentru multe persoane cand a ieșit pe piață. +Din păcate, odată cu apariția unor metode noi de scriere, guma a fost relegată pe un statut inferior și folosită mai puțin. +Oamenii scrie mesaje pe ecranele de calculator, fără a fi nevoiți să se apropie de un străgător. +Se poate întrebă ce va deveni claviatura atunci când va veni ceva mai nou. +Bomba de fisiune funcționează pe principiul că este necesară energie pentru a crea un nucleu cu multe protoni și neutroni. +Cu un fel de similitudine cu transportul unui car cu greutăți pe un deal. Trenând din nou nucleul, se eliberează o parte din această energie. +Unii atomi au nuclee instabile, ceea ce înseamnă că tind să se descompună, cu puțină sau deloc ajutor. +Suprafața Lunii este formată din roci și praf. Stratul exterior al Lunii se numește crustă. +Crusta are o grosime de aproximativ 70 km pe partea apropiată și 100 km pe partea îndepărtată. +Este mai subțire sub măriile și mai groasă sub dealurile înalte. +Ar putea exista mai multe mări pe partea cea mai apropiată de Pământ, deoarece scoarța este mai subțire. A fost mai ușor pentru lavă să ajungă la suprafață. +Teoriile de conținut se concentrează pe găsirea ceea ce face lumea să funcționeze sau ce atrage atenția. +Aceste teorii sugerează că oamenii au anumite nevoi și/sau dorințe pe care le-au internalizat odată cu maturizarea. +Aceste teorii se ocupă de ceea ce face ca anumite persoane să aibă nevoie de lucrurile pe care le doresc și de ce lucrurile din mediul lor îi vor determina să facă sau să nu facă anumite lucruri. +Două teorii populare de conținut sunt Teoria ierarhiei necesităților a lui Maslow și Teoria celor două factori a lui Hertzberg. +În general, două tipuri de comportament pot apărea atunci când managerii încep să-și conducă fostii colegi. Unul dintre extremi este acela de a încerca să rămână „unul dintre noi” (sau „une dintre noi”). +Acest tip de manager are dificultăți să ia decizii nepopulare, să ia măsuri disciplinare, să efectueze evaluări de performanță, să asigneze responsabilități și să țină oamenii la răspundere. +La capătul opus al spectrului, o persoană se transformă într-o persoană neidentificabilă care simte că trebuie să schimbe tot ce echipa a făcut până acum și să își facă propriu. +La urma urmei, liderul este responsabil în cele din urmă pentru succesul și eșecul echipei. +Acest comportament adesea provoacă rupturi între lideri și restul echipei. +Echipele virtuale sunt ținute la același nivel de excelență ca echipele convenționale, însă există diferențe subtile. +Membrii echipei virtuale deseori funcționează ca punct de contact pentru grupul lor fizic imediat. +Ei au adesea mai multă autonomie decât membrii echipei convenționale, deoarece echipele lor pot întâlni în funcție de zonele de timp variabile, care nu sunt înțelese de conducerea locală. +Prezența unei adevărate „echipe invisibile” (Larson și LaFasto, 1989, p. 109) este, de asemenea, o componentă unică a unei echipe virtuale. +„Echipa invizibilă” este echipa de conducere la care fiecare membru raportează. Echipa invizibilă stabilește standardele pentru fiecare membru. +De ce ar vrea o organizație să treacă printr-un proces consumător de timp de înființare a unei organizații de învățare? Unul dintre obiectivele de implementare a conceptelor de învățare organizatională este inovarea. +Când toate resursele disponibile sunt folosite eficient în cadrul departamentelor funcționale ale unei organizații, creativitatea și ingenuitatea pot să iasă la iveală. +Ca rezultat, procesul prin care o organizație colaborează pentru a depăși un obstacol poate duce la o nouă modalitate de a servi nevoia clientului. +Înainte ca o organizație să fie inovativă, liderul trebuie să creeze o cultură a inovării, precum și cunoștințe partajate și învățare organizatorică. +Angel (2006), explică abordarea Continuum ca o metodă folosită pentru a ajuta organizațiile să ajungă la un nivel mai înalt de performanță. +Datele neurobiologice oferă dovezi fizice pentru o abordare teoretică a investigației cognitivă. Prin urmare, îngustă zona de cercetare și face-o mult mai exactă. +Corelația dintre patologie cerebrală și comportament susține cercetătorii în cercetarea lor. +Se știe de multă vreme că diferite tipuri de deteriorări cerebrale, traume, leziuni și tumori afectează comportamentul și cauză schimbări la unele funcții mentale. +Creșterea tehnologiilor noi ne permite să vedem și să investigăm structurile și procesele cerebrale nemaipomenite. +Acest lucru ne oferă multe informații și materiale pentru a construi modele de simulare care ne ajută să înțelegem procesele din mintea noastră. +Deși IA are o conotație puternică de științifico-fantastică, IA reprezintă o ramură foarte importantă a informaticilor, care se ocupă cu comportamentul, învățarea și adaptarea inteligentă a unei mașini. +Cercetările în domeniul IA implică crearea de mașini pentru a automatiza sarcinile care necesită comportament inteligent. +Exemple includ controlul, planificarea și programarea, capacitatea de a răspunde la diagnostice și la întrebări ale clienților, precum și de a recunoaște scrisul manual, vocea și chipul. +Acestea au devenit discipline separate, care se concentrează pe soluționarea unor probleme reale. +Sistemul de inteligență artificială este acum folosit adesea în domeniile economiei, medicinii, ingineriei și militar, așa cum a fost construit în mai multe aplicații de calculator și jocuri video. +Excursiile în teren reprezintă o parte importantă din orice clasă. Adesea, un profesor ar dori să ia studenții la locuri la care o călătorie cu autobuz nu este o opțiune. +Tehnologia oferă soluția cu călătorii virtuale. Elevii pot să privească obiectele de la muzeu, să viziteze un acvariu sau să admire o pictură frumoasă în timp ce se află cu colegii lor. +Sharing a field trip virtually is also a great way to reflect on a trip and share experiences with future classes. +De exemplu, anual, studenții de la școala Bennet din Carolina de Nord creează un website despre călătoria lor către capitala statului, anul următor, website-ul este remodelat, însă versiunile vechi sunt păstrate online, pentru a sloubi drept album de amintiri. +Blogurile pot ajuta de asemenea la îmbunătățirea scrierii studenților. Deși studenții încearcă adesea să înceapă experiența cu gramatică și ortografie nedisciplinate, prezența unei audiențe obișnuiește să schimbe situația. +Deoarece studenții sunt adesea publicul cel mai critic, autorul blogului începe să încerce să își îmbunătățească scrierea pentru a evita critici. +De asemenea, blogging „forțează studenții să devină mai inteligenți în ceea ce privește lumea în jurul lor”. Nevoia de a alimenta interesul publicului îi inspire pe studenți să fie inteligenți și interesanți (Toto, 2004). +Blogurile sunt un instrument care inspiră colaborarea și îi încurajează pe studenți să extindă învățarea mult peste ziua școlară tradițională. +Folosirea corespunzătoare a blogurilor „poate da studenților posibilitatea să devină mai analitici și critici; prin răspunsul activ la materialele de pe Internet, studenții pot defini poziția lor în contextul scrierilor altor persoane, precum și punctul lor de vedere privind anumite probleme (Oravec, 2002). +Ottawa este capitala atractivă și bilingvă a Canadei, cu o serie de muzee și galerii de artă care prezintă trecutul și prezentul Canadei. +Mai la sud se află Cascada Niagara, iar în nord se află frumusețea naturală neexploatată a Muskoka și a regiunilor înconjurătoare. +Toate acestea și multe altele îl identifică pe Ontario ca ceea ce este considerat esențial canadian de către străini. +Mai multe zone mai la nord sunt foarte puțin populate, iar unele sunt aproape neinhabitate. +Pentru o comparație surprinzătoare a populației: există mai mulți cetățeni afro-americani în SUA decât cetățeni canadeni. +Insulele din Africa de Est se află în Oceanul Indian, în largul coastei estice a Africii. +Madagascar este de departe cel mai mare, și un continent singur când vine vorba de viață sălbatică. +Majoritatea insulelor mai mici sunt țări independente sau asociate cu Franța și sunt cunoscute ca resorturi de la mare. +Arabii au adus și islamul pe teritoriile acestea, iar acesta s-a răspândit foarte puternic în Comore și în Mayotte. +Influența europeană și colonialismul au început în secolul al XV-lea, când exploratorul portughez Vasco da Gama a descoperit ruta de la Europa către India. +În nord, regiunea este delimitată de Sahel, iar în sud și vest de Oceanul Atlantic. +Femeile: este recomandat ca femeile care călătoresc să spună că sunt căsătorite, indiferent de statutul real al căsătoriei. +De asemenea, poți purta un inel (dar nu unul prea scump). +Femeile trebuie să știe că diferențele culturale pot duce la ceea ce ar considera hărțuire și nu este neobișnuit să fie urmărite, ținute de braț, etc. +Rămâneți fermi în refuzarea bărbaților și nu aveți teamă de a sta la pământ (nu contează diferențele culturale sau nu, nu este corect!). +Orașul modern Casablanca a fost fondat de pescărui berberi în secolul al 10-lea î.e.n. și a fost folosit de fenicieni, romani și merenizi ca un port strategic numit Anfa. +Portughezii au distrus-o și au reconstruit-o sub numele Casa Branca, apoi au abandonat-o după un cutremur din 1755. +Sultanul marocan a reconstruit orașul sub numele de Daru l-Badya și a primit numele de Casablanca de la comercianții spanioli care au stabilit acolo baze comerciale. +Casablanca este unul dintre cele mai puțin interesante locuri pentru a face cumpărături în întregul Maroc. +În jurul medinei vechi, este ușor de găsit locuri care vând produse tradiționale marocane, precum tagine, ceramică, produse din piele, țigări și o gamă largă de accesorii, dar toate acestea sunt pentru turiști. +Goma este un oraș turistic din Republica Democrată Congo, în extremul est, la granița cu Rwanda. +În 2002, orașul Goma a fost distrus de lavă de la vulcanul Nyiragongo, care a acoperit majoritatea străzilor orașului, în special centrul orașului. +Deși Goma este relativ sigură, orice vizită în afara orașului ar trebui să fie studiată pentru a înțelege starea luptelor care persistă în provincia Nord Kivu. +Orașul este, de asemenea, baza pentru urcarea vulcanului Nyiragongo, alături de una dintre cele mai ieftine experiențe de urmărire a gorililor din Africa. +Puteți folosi boda-boda (taxi cu motocicletă) pentru a circula în Goma. Prețul normal (local) este de aproximativ 500 de franci congolezi pentru o călătorie scurtă. +În combinație cu inaccesibilitatea sa relativă, „Timbuktu” a fost folosit ca metaforă pentru țări exotice și îndepărtate. +În ziua de astăzi, Timbuktu este un oraș sărac, deși reputația sa îl face atractiv pentru turiști și are un aeroport. +În 1990, a fost adăugat la lista patrimoniului mondial în pericol, din cauza amenințării de către nisipurile deșertului. +A fost unul dintre punctele cheie ale emisiunii speciale de la PBS a lui Henry Louis Gates, Wonders of the African World. +Orașul este diametral opus celorlalte orașe ale țării, deoarece are mai mult un farmec arab decât african. +Parcul Național Kruger (KNP) se află în nord-estul Africii și se întinde de-a lungul frontierei cu Mozambic în est, cu Zimbabwe în nord și cu râul Crocodile în sud. +Parcul are o suprafață de 19.500 km² și este împărțit în 14 zone ecologice diferite, fiecare susținând o faună diferită. +Este una dintre principalele atracții ale Africii de Sud și este considerată drapelul parcurilor naționale din Africa de Sud (SANParks). +Ca și la toate parcurile naționale din Africa de Sud, există taxe de intrare și de conservare zilnice pentru parcul respectiv. +De asemenea, poate fi de folos să cumpere o Wild Card, care oferă acces într-unul dintre parcurile din Africa de Sud sau în toate parcurile naționale din Africa de Sud. +Insula Hong Kong dă numele teritoriului Hong Kong și este locul pe care mulți turiști îl consideră centrul atracției. +Parada clădirilor care alcătuiesc panorama orașului Hong Kong a fost comparată cu o diagramă de bară strălucitoare, care devine vizibilă datorită prezenței apei de la Victoria Harbour. +Pentru cea mai bună vedere a orașului Hong Kong, părăsiți insula și mergeți spre malul Kowloon, opus. +Majoritatea dezvoltării urbane a insulei Hong Kong se concentrează pe terenuri recuperate, pe coasta de nord. +Această zonă a fost cea pe care coloniștii britanici au preluat-o, așa că dacă căutați dovezi ale trecutului colonial al teritoriului, este un loc bun de început. +Sundarbans sunt cea mai mare zonă de mangrove din litoral din lume, care se întinde pe o distanță de 80 km (50 mi) în interiorul Bangladeșului și Indiei, de la coasta mării. +Sundarbans a fost declarat patrimoniu mondial de către UNESCO. Partea forestieră care se află pe teritoriul Indiei se numește Parcul Național Sundarbans. +Cu toate acestea, pădurile nu sunt doar mlașini de mangrove, ci includ unele dintre ultimele păduri cu jungle puternice care au acoperit vreodată câmpia Gangetică. +Sundarbans acoperă o suprafață de 3.850 km², din care aproximativ o treime este acoperită de ape/mlașini. +De la 1966, Sundarbans este un sanctuar pentru animale sălbatice și se estimează că există acum 400 de tigri regali bengali și aproximativ 30.000 de cerbi cu dungi în zonă. +Autobuzele pleacă din stația de autobuze interdistrictală (de cealaltă parte a râului) toată ziua, deși majoritatea, în special cele care merg spre est și către Jakar/Bumthang, pleacă între orele 06:30 și 07:30. +Datorită faptului că autobuzele inter-districte sunt adesea pline, este recomandabil să cumpărați bilet cu câteva zile înainte. +Cele mai multe zone sunt deservite de microbusuri japoneze Coaster, care sunt confortabile și solide. +Taxiurile împărțite reprezintă o modalitate rapidă și confortabilă de a călători către locuri din apropiere, precum Paro (Nu 150) și Punakha (Nu 200). +Podul peste râul Oyapock este un pod cu arcuri. El traversează râul Oyapock pentru a lega orașele Oiapoque din Brazilia și Saint-Georges de l'Oyapock din Guiana Franceză. +Cele două turnuri se ridică la o înălțime de 83 de metri, are o lungime de 378 de metri și are două carosabile cu o lățime de 3,50 metri. +Distanța verticală sub pod este de 15 metri. Lucrările au fost finalizate în august 2011, podul nu a fost deschis traficului decât în martie 2017. +Podul este programat să fie complet operativ în septembrie 2017, când se așteaptă finalizarea punctelor de trecere vamale braziliene. +Guaraníi au fost cel mai semnificativ grup de indigeni care locuiau în ceea ce este acum Paraguayul de Est, fiind vânătorii semi-nomazi care practicau și agricultura de supraviețuire. +Regiunea Chaco a fost locuită de alte grupuri de triburi indigene, precum Guaycurú și Payaguá, care supraviețuiau prin vânătoare, colectare și pescuit. +În secolul al XVI-lea, în Paraguay, numit anterior „Provincia Giantă a Indiilor”, s-a născut ca rezultat al întâlnirii dintre conchistadorii spanioli și grupurile indigene. +Spaniolii au început perioada colonizării care a durat trei secole. +De la fondarea orașului Asunción în 1537, Paraguay a reușit să păstreze mult din identitatea și caracterul său indigen. +Argentina este cunoscută pentru a avea unul dintre cele mai bune echipe și jucători de polo din lume. +Cel mai mare turneu al anului are loc în decembrie, pe terenurile de polo de la Las Cañitas. +Turneele și meciurile mai mici pot fi urmărite și în alte perioade ale anului. +Pentru informații despre turnee și unde să cumpărați bilete pentru meciuri de polo, accesați Asociación Argentina de Polo. +Moneda oficială a Falklandelor este libra falklandeză (FKP), cu valoare egală cu una libră britanică (GBP). +Banii pot fi schimbați la singura bancă din insule, care se află în Stanley, în fața magazinului FIC West. +Banii britanici vor fi, în general, acceptați oriunde pe insule și în Stanley, iar cardurile de credit și dolarii americani sunt, de asemenea, deseori acceptați. +Pe insulele din apropiere, probabil că nu vor fi acceptate cardurile de credit, deși banii din Marea Britanie și din Statele Unite pot fi acceptați; informați-vă în avans de la proprietari despre metoda de plată acceptabilă. +Este aproape imposibil să schimbați banii din Falkland în afara insulelor, așa că schimbați banii înainte de a pleca de pe insule. +Deoarece Montevideo se află în emisfera sudică, este vară acolo când este iarnă în emisfera nordică și invers. +Montevideo se află în subtropice; în lunile de vară, temperaturile de peste +30°C sunt obișnuite. +Iarna poate fi deceptiv de rece: temperaturile rar coboară sub zero, însă vântul și umiditatea combinău pentru a crea o sensație de frig mai mare decât cea indicată de termometru. +Nu există perioade „umede” și „uscate”: cantitatea de ploaie rămâne aproape aceeași pe tot parcursul anului. +Deși multe dintre animalele din parc sunt obișnuite să vadă oameni, viața sălbatică este totuși sălbatică și nu ar trebui hrănită sau deranjată. +Conform autorităților parcului, trebuie să rămâneți la o distanță de cel puțin 100 de picioare/metri de urși și lupi și 25 de picioare/metri de toate animalele sălbatice! +Indiferent de cum ar putea arăta, bizonii, cerbulii, elk-urile, urșii și aproape toate animalele mari pot ataca. +Anual, zeci de vizitatori sunt răniți din cauza faptului că nu au respectat distanța potrivită. Aceste animale sunt mari, sălbatice și potențial periculoase, așa că lăsați-le în pace. +De asemenea, trebuie să știți că mirosul atrage ursul și alte animale sălbatice, așa că trebuie să evitați mâncarea cu miros și să păstrați tabăra curată. +Apia este capitala Samoa. Orașul se află pe insula Upolu și are o populație de aproximativ 40.000 de locuitori. +Apia a fost fondată în anii 1850 și a fost capitala oficială a Samoa din 1959. +Portul a fost locul unei confruntări navale infame din 1889, când șapte vase din Germania, SUA și Marea Britanie au refuzat să părăsească portul. +Toate navele au fost scufundate, cu excepția unui crucișer britanic. Aproximativ 200 de vieți americane și germane au fost pierdute. +În timpul luptei pentru independență organizată de mișcarea Mau, o demonstrație pașnică din oraș a dus la uciderea conducătorului suprem Tupua Tamasese Lealofi III. +Există multe plaje, datorită faptului că Auckland străbatează două porturi. Cel mai popular este în trei zone. +Plajele de la North Shore (în districtul North Harbour) se află pe Oceanul Pacific și se întind de la Long Bay, în nord, până la Devonport, în sud. +Acestea sunt aproape toate plajele de nisip, cu băi sigure, iar majoritatea dintre ele oferă umbra oferită de copacii pohutukawa. +Plajele de la Tamaki Drive se află pe Waitemata Harbour, în cartierele de lux din Mission Bay și St Heliers din Auckland. +Aceste plaje sunt uneori foarte aglomerate, cu o mulțime de magazine de-a lungul țărmului. Natarea este sigură. +Bierea locală principală se numește „Numărul Unu”, nu este o băutură complexă, dar plăcută și refrescătoare. Alte băuturi locale se numesc „Manta”. +Există multe vinuri franceze, însă vinurile din Noua Zeelandă și Australia ar putea călători mai bine. +Apa potabilă locală este complet sigură pentru a fi băută, însă apa din sticlă este ușor de găsită dacă sunteți îngrijorați. +Pentru australieni, ideea de cafea „flat white” este străină. O cafea scurtă este „espresso”, cappuccino este servit cu multă cremă (nu cu praf), iar ceaiul este servit fără lapte. +Cacaua caldă este în conformitate cu standardele belgiene. Băuturile din fructe sunt scumpe, dar excelente. +Multe călătorii sunt făcute la reef pe tot parcursul anului, iar răni provocate de oricare dintre aceste cauze pe reef sunt rare. +Cu toate acestea, solicitați sfaturi de la autorități, respectați toate semnele și bucurați-vă de instrucțiunile privind siguranța. +meduzele box sunt întâlnite în apropierea plajelor și în apropierea gurilor râurilor, între octombrie și aprilie, la nord de 1770. Pot fi găsite, de asemenea, în afara acestor perioade. +Rechinii există, însă atacurile lor asupra oamenilor sunt foarte rare. Majoritatea rechiniilor sunt îngroziți de oameni și ar fugă. +Crocodilii de apă dulce nu trăiesc activ în ocean, iar habitatul lor principal se află în estuarurile râurilor din nord de Rockhampton. +Rezervarea în avans îi oferă călătorului un sentiment de siguranță că va avea unde să se odihnească atunci când va ajunge la destinație. +Agenturile de călătorie de obicei au aranjamente cu anumite hoteluri, deși poate fi posibil să rezervați alte forme de cazare, cum ar fi taberele de camping, prin intermediul unui agent de călătorie. +Agenturile de călătorie de obicei oferă pacchete care includ micul dejun, aranjamente de transport către/de la aeroport sau chiar combinații de zbor și hotel. +Ei pot să țină rezervarea pentru dumneavoastră dacă aveți nevoie de timp să vă gândiți la ofertă sau să obțineți alte documente pentru destinație (de exemplu, viză). +Orice modificări sau solicitări ar trebui făcute prin intermediul agenției de călătorii și nu direct cu hotelul. +La unele festivaluri, majoritatea participanților la festivalurile de muzică decide să dormă pe loc, iar majoritatea participanților consideră acest lucru o parte esențială a experienței. +Dacă vrei să fii aproape de eveniment, vei trebui să ajungi la începutul săptămânii pentru a obține un teren de camping aproape de muzică. +Nu uitați că chiar dacă muzica pe scena principală s-a încheiat, există secțiuni ale festivalului care vor continua să joace muzică până târziu în noapte. +Unele festivaluri au zone de camping specializate pentru familii cu copii mici. +Dacă trebuie să traversați Marea Baltică de Nord în timpul iernii, verificați locația cabinei, deoarece trecerea pe gheață provoacă un sunet destul de urât pentru cei mai afectați. +Cruise-urile de la Sankt Petersburg includ timp de petrecere în oraș. Pasagerii de pe cruise sunt scutiți de cerințele de viză (consultați termenii). +Cazinourile fac de obicei multe eforturi pentru a maximiza timpul și banii petrecuți de călătorii. Ferestrele și ceasurile sunt de obicei lipsite, iar ieșirile pot fi greu de găsit. +De obicei, oferă mâncare, băuturi și divertisment special, pentru a-i menține pe invitații într-o stare de bună dispoziție și pentru a-i menține la loc. +Câteva locații oferă băuturi alcoolice gratis. Cu toate acestea, băuturile alcoolice afectează capacitatea de judecată, iar toți jucătorii buni știe importanța menținerii sobrietății. +Orice persoană care se va deplasa la latitudini înalte sau prin trecături muntoase ar trebui să ia în considerare posibilitatea de a se confrunta cu zăpadă, gheață sau temperaturi foarte scăzute. +Pe drumurile acoperite de zăpadă și gheață, fricțiunea este mică și nu puteți conduce ca și cum ar fi pe asfalt. +În timpul furtunilor de năpăstău, o cantitate de zăpadă suficientă pentru a te bloca poate cădea într-o perioadă foarte scurtă de timp. +Vizibilitatea ar putea fi, de asemenea, restricționată de zăpadă căzătoare sau de năpădări de zăpadă sau de condensare sau de gheață pe geamurile vehiculului. +Pe de altă parte, condițiile de gheață și de zăpadă sunt normale în multe țări, iar traficul continuă aproape neîntrerupt pe tot parcursul anului. +Safariile sunt, poate, cea mai mare atracție turistică din Africa și punctul culminant pentru mulți vizitatori. +Termenul de safari, folosit în mod obișnuit, se referă la călătorie cu mașina de teren, pentru a vedea fauna sălbatică africană, în special pe savană. +Unele animale, cum ar fi elefanții și girafele, tind să se apropie de mașini și echipamentul standard va permite o vizualizare bună. +Leul, șacalul și leopardul sunt uneori timide și vei putea vedea mai bine cu binoclul. +O safari pe jos (cunoscută, de asemenea, sub denumirea de „bush walk”, „hiking safari” sau „footing”) constă dintr-o excursie pe jos, care poate dura câteva ore sau mai multe zile. +Jocurile Paralimpice vor avea loc în perioada 24 august - 5 septembrie 2021. Unele evenimente vor avea loc în alte orașe din Japonia. +Tokyo va fi singurul oraș asiat care va fi găzduit de două ori Jocurile Olimpice de vară, fiind gazdă la Jocurile Olimpice din 1964. +Dacă ai rezervat zborurile și cazarea pentru 2020 înainte de a fi anunțată amânarea, poate fi o situație delicată. +Politicile de anulare variază, însă, începând cu sfârșitul lui martie, majoritatea politicilor de anulare bazate pe coronavirus nu se aplică până în iulie 2020, când au fost programate Jocurile Olimpice. +Se preconizează că majoritatea biletelor la evenimente vor costa între ¥2.500 și ¥130.000, iar biletele obișnuite vor costa aproximativ ¥7.000. +Îmbrăcămintea umedă poate ajuta la uscarea ei. Multe hoteluri oferă la împrumută un cuier și o cămăruță de fierărie, chiar dacă acestea nu sunt prezentate în cameră. +Dacă nu ai la dispoziție un fierărie, sau dacă nu vrei să-ți poți pantofii, poți încerca să folosești un secant de păr, dacă este disponibil. +Bucuriați-vă să nu lăsați materialul să devină prea fierbinte (ceea ce ar putea cauza contractarea sau, în cazul extrem, arderea). +Există mai multe modalități de purificare a apei, unele mai eficiente împotriva unor amenințări specifice. +În unele zone, apa fierbinte pentru o minută este suficientă, în altele mai multe minute sunt necesare. +Filtrele variază în eficiență, iar dacă aveți îngrijorări, ar trebui să cumpărați apă într-o sticlă sigilată de la o companie reputată. +Cei care călătoresc pot întâlni animale dăunătoare cu care nu sunt obișnuiți în regiunile lor de origine. +Paraziții pot deteriora alimentele, provoca iritații sau, în cel mai grav caz, pot provoca reacții alergice, transmite vene, sau transmite infecții. +Bolile infecțioase, sau animale periculoase care pot răni sau omorî oameni prin forță, nu sunt de obicei considerate dăunători. +Cumpărăturile duty free reprezintă ocazia de a cumpăra bunuri exonereate de taxe și de impozite la anumite locații. +Cei care călătoresc în țări cu impozitare mari pot, uneori, să economisească o sumă semnificativă de bani, în special la produse precum băuturile alcoolice și țigările. +Traseul dintre Point Marion și Fairmont prezintă cele mai dificile condiții de conducere pe autostrada Buffalo-Pittsburgh, trecând frecvent prin teren izolat. +Dacă nu sunteți obișnuiți să conduceți pe drumuri de țară, păstrați-vă cumpătul: pantele abrupte, drumurile înguste și curbele strânse sunt predominante. +Limitele de viteză afișate sunt semnificativ mai mici decât în secțiile anterioare și ulterioare — de obicei 35-40 mph (56-64 km/h) — iar respectarea strictă a acestora este chiar mai importantă decât în alte cazuri. +Curios, însă, serviciul de telefon mobil este mult mai puternic aici decât pe multe alte porțiuni ale traseului, de exemplu, Pennsylvania Wilds. +Pastile germane sunt destul de bune, iar în Bavaria sunt destul de bogate și variate, asemănătoare cu cele ale vecinului sudic, Austria. +Pastile cu fructe sunt des întâlnite, cu pomi prăjiți în pastă în toată perioada anului, iar vișine și prune în perioada verii. +Multe dulciuri germane conțin, de asemenea, nuci de alun, nuci de coacă și alte nuci de copac. Torturile populare sunt adesea servite cu o ceașă de cafea puternică. +Dacă doriți niște pastă asemănătoare cu croasane, încercați ceea ce, în funcție de regiune, sunt numiți Berliner, Pfannkuchen sau Krapfen. +Un curry este un fel de mâncare bazat pe ierburi și condimente, cu sau fără carne sau legume. +Un curry poate fi „uscat” sau „umed”, în funcție de cantitatea de lichid. +În regiunile interioare din nordul Indiei și Pakistanului, yogurtul este folosit des în curry; în regiunile sudice ale Indiei și în alte regiuni de coastă a subcontinentului, sângele de cocon este folosit des. +Cu 17.000 de insule la alegere, mâncarea indoneziană este un termen general care acoperă o varietate vastă de bucătării regionale găsite în întreaga țară. +Însă, dacă se folosește fără alte calificări, termenul tinde să semene cu mâncarea originară din partea centrală și de est a insulei principale Java. +Acum disponibilă în toată arhipelagul, gastronomia javaneză prezintă o gamă de mâncări ușor condimentate, iar condimentarea predominantă pe care javanezii o preferă este cea cu arahide, chili, zahăr (în special zahăr de cocos javanez) și diverse condimente aromatice. +Stâlpii sunt elemente de susținere a picioarelor călărețului, care se află pe ambele părți ale sedelui. +Acestea oferă mai multă stabilitate călătorului, însă pot genera îngrijorări de siguranță din cauza posibilității ca picioarele călătorului să se prindă în ele. +Dacă un călăreț este aruncat de la cal, dar are un picior prins în curea, ar putea fi târât dacă calul fugă. Pentru a reduce acest risc, există mai multe măsuri de precauție de siguranță. +În primul rând, cea mai mare parte a călăreților poartă cizme de călărie cu un picior și o tălpiță subțire, destul de îngustă. +În continuare, unele sedii, în special sediile engleze, au bariere de siguranță care permit călăului să cadă de pe sedie dacă este târât înapoi de călărețul căzător. +Valea Cochamó - destinația principală de alpinism din Chile, cunoscută drept Yosemite-ul Americii de Sud, cu o varietate de stânci și ziduri de granit. +Vârfulurile oferă o vizibilitate impresionantă, iar alpinistii din toată lumea sunt în continuă căutare de noi drumuri printre potențialul infinit al zidurilor. +Sporturile de schi și snowboard, care includ schiul și snowboardingul, sunt sporturi populare care implică deplasarea pe teren acoperit de zăpadă cu schiurile sau un snowboard atașat la picioare. +Schiul este o activitate de călătorie importantă, cu mulți entuziaști, cunoscuți, de obicei, sub denumirea de „ski bums”, care planifică întregi vacanțe în jurul schiului la o anumită locație. +Ideea de a practica schiul este foarte veche — picturile rupestre care reprezintă schiori datează din anul 5000 î.e.n.! +Sportul de schi alpin datează cel puțin din secolul al XVII-lea, iar în 1861 a fost deschis primul club de schi recreațional de către norvegieni în Australia. +Turism de munte cu schi: această activitate se numește de asemenea backcountry ski, ski touring sau ski hiking. +Este asociat cu, dar de obicei nu implică, turismul de munte sau alpinismul, aceste activități fiind desfășurate pe teren înclinat și necesitând schiuri și pantofi mai rigide. +Gândiți-vă la traseul de schi ca la un traseu de mers pe jos. +În condiții bune, vei putea acoperi o distanță puțin mai mare decât pe jos, dar doar foarte rar vei putea ajunge la vitezele de schi cross-country fără un rucsac greu pe un traseu prăbușit. +Europa este un continent relativ mic, însă cu multe țări independente. În condiții normale, călătorirea prin mai multe țări implică trecerea de mai multe ori de la viză și de la controlul pașapoartelor. +Zona Schengen, însă, funcționează, într-un fel, ca o singură țară în acest sens. +Atâta timp cât rămâiți în această zonă, de obicei puteți trece granița fără a trebui să treceți prin punctele de control ale pașapoartelor. +De asemenea, dacă aveți un viză Schengen, nu aveți nevoie să solicitați viză în fiecare dintre țările membre ale Schengen separat, ceea ce vă permite să economisiți timp, bani și cheltuieli. +Nu există o definiție universală a obiectelor antice. Unele agenții fiscale definește obiectele mai vechi de 100 de ani ca antic. +Definiția are variații geografice, unde limita de vârstă ar putea fi mai scurtă în locuri precum America de Nord decât în Europa. +Produsele de artă populară ar putea fi considerate vechi, deși sunt mai noi decât obiectele masiv produse. +Păstărea renilor este o sursă importantă de trai pentru sami și cultura în jurul comerțului este importantă și pentru multe persoane cu alte profesii. +Chiar și tradițional, totuși, nu toți sami au fost implicați în creșterea la scară a renilor, ci au trăit din pescuit, vânătoare și activități similare, folosind renii, în mare parte, ca animale de tracțiune. +În ziua de astăzi, mulți Sámi lucrează în meserii moderne. Turismul este o sursă importantă de venit în Sápmi, regiunea Sámi. +Cu toate că este folosit foarte des, în special de persoanele care nu sunt români, cuvântul „țigăn” este adesea considerat ofensiv din cauza asociațiilor cu stereotipurile negative și percepțiile incorecte ale persoanelor române. +Dacă țara pe care o va vizita va fi afectată de un aviz de călătorie, asigurarea de sănătate a călătorului sau asigurarea de cancelare a călătoriei pot fi afectate. +De asemenea, puteți consulta sfaturile guvernelor altor țări, dar aceste sfaturi sunt destinate cetățenilor acestor țări. +Ca un exemplu, cetățenii americani din Orientul Mijlociu ar putea întâlni situații diferite față de europeni sau arabi. +Avertismentele sunt doar o scurtă sumarizare a situației politice dintr-o țară. +Punctele de vedere prezentate sunt adesea sumare, generale și oversimplificate, comparativ cu informațiile mai detaliate disponibile în alte surse. +Condițiile meteorologice severe reprezintă termenul generic pentru orice fenomen meteorologic periculos cu potențialul de a cauza daune, perturbări grave ale societății sau pierderea vieții umane. +Condițiile meteorologice severe pot apărea oriunde în lume, iar există mai multe tipuri de acestea, care pot depinde de geografie, topografie și de condițiile atmosferice. +Vânturi puternice, grămezi de ploaie, precipitații excesive și incendii forestiere sunt forme și efecte ale condițiilor meteorologice severe, precum și furtuni, tornado-uri, uragane și cicloane. +Fenomenele meteorologice regionale și sezonale severe includ furtuni de năpăstă, furtuni de zăpadă, furtuni de gheață și furtuni de praf. +Călătorilor li se recomandă să fie atenți la orice risc de condiții meteorologice severe care ar putea afecta zona în care se află, deoarece acestea ar putea afecta orice planuri de călătorie. +Orice persoană care plănuiește o vizită într-o țară care ar putea fi considerată o zonă de război ar trebui să obțină o pregătire profesională. +O căutare pe Internet după „Curs de mediu hostil” va oferi probabil adresa unei companii locale. +Un curs obișnuit va aborda toate problemele discutate aici, în detaliu mult mai mari, de obicei cu experiență practică. +Un curs durează de obicei 2-5 zile și implică jocuri de rol, o mulțime de prim ajutor și uneori antrenament cu arme. +Cărți și reviste care tratează supraviețuirea în deșert sunt comune, însă publicațiile care tratează zonele de război sunt puține. +Voyagerii care planifică o intervenție chirurgicală de reasignare sexuală în străinătate trebuie să se asigure că dețin documente valide pentru revenirea în țară. +Dispoziția guvernelor de a emite pașapoarte în care sexul nu este menționat (X) sau documente actualizate pentru a corespunde unui nume și unui sex dorit variază. +Dispoziția guvernelor străine de a respecta aceste documente este la fel de variabilă. +Cercetările la punctele de control a securității au devenit mult mai invazive în perioada post-11 septembrie 2001. +Persoanele transgender pre-chirurgicale nu ar trebui să aștepte să treacă prin scanner cu intimitatea și demnitatea intactă. +Curentele de reflux sunt fluxul de înapoi al valurilor care se sparg de pe plajă, adesea în apropierea unei stânci sau a unei structuri asemănătoare. +Datorită topografiei subacvatice, fluxul de întoarcere este concentrat la câteva secțiuni mai adânci, unde poate forma un curent rapid către apă adâncă. +Cele mai multe decese au loc ca rezultat al epuizării încercărilor de a se îndrepta înapoi împotriva curentului, care poate fi imposibil. +Imediat după ieșirea din curent, plimbarea înapoi este la fel de ușoară ca de obicei. +Încercați să vă îndreptați către o zonă unde nu vă puteți prăbuși din nou sau, în funcție de abilitățile vostre și de faptul că ați fost observati, puteți să aștepta salvarea. +Șocul de reîntorsire vine mai repede decât șocul cultural (există mai puțin de o fază de căsătorie), durează mai mult și poate fi mai grav. +Cei care au avut ușurința de a se adapta la noua cultură, uneori au dificultăți de readaptare la cultura lor nativă. +Când reveniți acasă după ce ați trăit în altă țară, ați adaptat-vă la noua cultură și ați pierdut unele dintre obiceiurile din cultură natală. +Când ai plecat prima dată în străinătate, probabil că oamenii au fost pacienți și înțelegători, știind că călătorii într-o țară nouă trebuie să se adapteze. +Cei care se întorc dintr-o călătorie pot avea nevoie de paciență și de înțelegere. +Show-ul de sunet și lumină de la piramida este una dintre cele mai interesante atracții din zonă pentru copii. +Puteți vedea piramidele în întuneric și puteți vedea ele în tăcere înainte de a începe spectacolul. +De obicei, sunetele turistilor și ale vânzătorilor sunt întotdeauna ascultate. Povestea sunetelor și a luminii este ca dintr-o carte de povestiri. +Sfinxul este decorul și naratorul unei povești lungi. +Scenele sunt proiectate pe piramide și diferitele piramide sunt iluminate. +Insulele Shetland de Sud, descoperite în 1819, sunt revendicate de mai multe națiuni și au cel mai mare număr de baze, cu șaisprezece active în 2020. +Arhipelagul se află la 120 km nord de Peninsula. Cel mai mare dintre insule este Insula Regele George, cu așezarea Villa Las Estrellas. +Alte dintre acestea sunt Livingston Island și Deception, unde caldera inundată a unui vulcan activ oferă un port natural spectaculos. +Ellsworth Land este regiunea din sudul Peninsulei, delimitată de Marea Bellingshausen. +Aici, munții peninsulei se unesc cu platoul, apoi reapar pentru a forma lanțul de 360 km al munților Ellsworth, împărțit de gheața Minnesota. +Partea de nord a lanțului Sentinel are cele mai înalte munți ale Antarctidei, masivul Vinson, care culminează la 4892 de metri, muntele Vinson. +În locații izolate, fără acoperire de rețele de telefonie mobilă, un telefon satelitar ar putea fi singura opțiune. +Un telefon satelitar nu poate fi în general înlocuit de un telefon mobil, deoarece trebuie să fii în afara casei, cu o vizibilitate clară către satelit, pentru a putea face un apel telefonic. +Serviciul este folosit frecvent de transporturi maritime, inclusiv de ambarcațiuni de agrement, precum și de expediții care au nevoie de servicii de date și voce la distanță. +Provizorul local de telefonie ar trebui să vă ofere mai multe informații despre conectarea la acest serviciu. +O opțiune din ce în ce mai populară pentru cei care planifică un an de pauză este călătoria și învățarea. +Acest lucru este foarte popular în rândul absolvenților, oferindu-le posibilitatea de a lua o pauză de un an înainte de a intra la universitate, fără a compromite educația lor. +În multe cazuri, participarea la un curs de pauză de studii într-o țară străină poate îmbunătăți șansele de a intra în învățământul superior în țara de origine. +De obicei, există o taxă de înmatriculare pentru a participa la aceste programe educaționale. +Finlanda este o destinație excelentă pentru a practica vânătoarea subacvatică. „Țara mii de lacuri” are de asemenea mii de insule, în lacuri și în arhipelagurile de coastă. +În arhipelagurile și lacurile nu trebuie neapărat să aveți o iahtă. +Deși arhipelagurile costiere și cele mai mari lacuri sunt, de fapt, suficient de mari pentru orice iahtă, ambarcări mai mici sau chiar un kayac oferă o experiență diferită. +Navigarea cu barca este o pasiune națională în Finlanda, cu o barcă pentru fiecare cel puțin șapte sau opt persoane. +Această cifră este egalată de Norvegia, Suedia și Noua Zeelandă, dar, în general, este destul de unică (de exemplu, în Olanda, cifra este de unu la patruzeci). +Cele mai multe dintre cruisele distincte din Marea Baltică includ o ședere mai lungă în St. Petersburg, Rusia. +Aceasta înseamnă că puteți vizita orașul istoric timp de câteva zile întregi, în timp ce reveniți și dormiți pe navă noaptea. +Dacă vă debarcați doar cu excursiile de la bord, nu aveți nevoie de un viză separat (din 2009). +Unele croaziere prezintă Berlin, Germania, în broșurile lor. Potrivit hărții de mai sus, Berlin nu este deloc aproape de mare și o vizită la oraș nu este inclusă în prețul croazierii. +Călătoria cu avion poate fi o experiență terifiantă pentru persoane de orice vârstă și de orice naționalitate, în special dacă nu au călătorit cu avion înainte sau au fost martori la un eveniment traumatic. +Nu este ceva pe care trebuie să fii rușinat: nu este nimic diferit de temerile și preferințele personale ale altor lucruri pe care le au foarte multe persoane. +Pentru unele persoane, să înțeleagă ceva despre modul în care funcționează avioanele și ce se întâmplă în timpul unei zboruri ar putea ajuta să depășească o frică bazată pe necunoscut sau pe faptul că nu stăpânește situația. +Companiile de curieri sunt bine plătite pentru livrarea rapidă a obiectelor. De obicei, timpul este foarte important cu documentele de afaceri, bunurile sau piese de schimb pentru o reparație urgentă. +La unele rute, companiile mari dețin propriile avioane, însă la alte rute și la firmele mai mici s-a întâmplat ceva. +Dacă s-au folosit servicii de transport aerian, pe unele rute ar fi putut dura zile să ajungă la debarcadere și la celălalt capăt. +Singurul mod de a-și trimite bagajul mai repede era să îl trimită ca bagaj de rezervă. Reglementările companiei nu îți permit să trimită bagaj fără pasager, unde te afli tu. +Calea obișnuită de a călători în clasa întâi sau în clasa de afaceri este să cheltuiți o sumă mare de bani pentru privilegiul (sau, mai bine, să vă angajați compania). +Cu toate acestea, acest lucru nu vine la prețuri ieftine:, în general, trebuie să plătiți de la patru ori până la 11 ori mai mult decât prețul normal pentru biletul de economie, și de la 11 ori până la 20 ori mai mult pentru biletul de primă clasă! +De obicei, nu există niciun rost de a căuta reduceri pentru bilete de clasa business sau de primă clasă pentru zborurile directe de la A la B. +Companiile aeriene știe foarte bine că există un grup de pasageri care sunt dispusi să plătească prețuri ridicate pentru privilegiul de a ajunge repede și în confort, iar aceștia plătesc corespunzător. +Capitala Republicii Moldova este Chișinău. Limba locală este româna, însă rusa este folosită larg. +Moldova este o republică multi-etnică care a suferit de un conflict etnic. +În 1994, acest conflict a condus la înființarea Republicii Transnistria, care are un guvern și o monedă proprie, dar nu este recunoscută de niciun membru al Națiunilor Unite. +S-au reluat legăturile economice între aceste două părți ale Republicii Moldova, chiar dacă au eșuat negocierile politice. +Religia majoritară din Republica Moldova este creștinismul ortodox. +Izmir este a treia cea mai mare oraș din Turcia, cu o populație de aproximativ 3,7 milioane de locuitori, cel de-al doilea cel mai mare port după Istanbul și un nod de transport foarte bun. +Fostul oraș antic Smyrna, acum este un centru comercial modern, dezvoltat și aglomerat, construit în jurul unei mări gigantice și înconjurat de munți. +Bulevardele largi, clădirile cu fațade de sticlă și centrele comerciale moderne sunt împodobite cu acoperișuri tradiționale cu țigle roșii, piața din secolul al XVIII-lea, moscheile și bisericile vechi, deși orașul are o atmosferă mai degrabă de Europa mediterană decât de Turcia tradițională. +Satul Haldarsvík oferă vedere asupra insulei Eysturoy și are o biserică neobișnuită octogonală. +În curtea bisericii se află statuile de marmură interesante cu păsări măgăruite peste unele morminte. +Este bine să petrecem jumătate de oră în călătorie prin satul fascinant. +La nord, în apropiere, se află orașul romantic și fascinant Sintra, care a devenit cunoscut străinilor după o relatare entuziastă a splendorilor sale, înregistrată de Lord Byron. +Scotturb Bus 403 călătorește regulat către Sintra, oprind la Cabo da Roca. +De asemenea, în nord, vizitați Marele Sanctuar al Sfintei Fecioare din Fatima (Shrine), un loc cunoscut în întreaga lume pentru aparițiile Marii. +Trebuie să țineți minte că, în esență, viziteazăți un cimitir masiv, precum și un loc cu o semnificație aproape incalculabilă pentru o parte semnificativă a populației lumii. +Există încă mulți bărbați și femei care au supraviețuit perioadei lor aici, precum și mulți alți care aveau rude care au fost ucise sau care au muncit până la moartea lor, evrei și neevrei. +Trebuie să tratați site-ul cu toată seriozitatea, solemnitatea și respectul cu care are dreptul să fie tratat. Nu faceți glume despre Holocaust sau despre naziști. +Nu defaceți site-ul prin scrierea sau gravurarea unor graffiti pe structuri. +Limbile oficiale ale Barcelonei sunt catalană și spaniolă. Cca jumătate preferă să vorbească catalană, majoritatea îl înțelege, iar aproape toată lumea vorbește spaniolă. +Cu toate acestea, majoritatea semnelor sunt indicat doar în catalană, deoarece acesta este limba oficială, conform legii. +Cu toate acestea, spaniola este, de asemenea, folosită larg în transportul public și alte facilități. +Anunțurile regulate din metrou sunt făcute doar în catalană, însă interrupțiile neprogramate sunt anunțate de un sistem automat într-o varietate de limbi, inclusiv spaniolă, engleză, franceză, arabă și japoneză. +Parizienii au o reputație de egocentrism, rudenie și arrogantie. +Deși adesea este doar un stereotip inacurat, cel mai bun mod de a se descurca în Paris este să fii pe cel mai bun comportament, să te poți comporta ca o persoană „bien élevée” (bine educată). Acest lucru va face călătoria mult mai ușoară. +Exterioarele abrupte ale parizienilor vor dispărea rapid dacă vei arăta câteva curiozități. +Parcul Național al Lacurilor Plitvice este foarte împădurit, în mare parte cu fag, pin și molid, iar vegetația este o combinație de vegetație alpină și mediterană. +Are o varietate notabilă de comunități vegetale, datorită gamelor de microclimat, solurilor diferite și nivelurilor de altitudine diferite. +Regiunea găzduiește, de asemenea, o varietate extrem de mare de specii de animale și păsări. +Fauna rară, precum ursul brun, lupul, șoimul, șoimul de noapte, râsul, pisica sălbatică și capercaillia, pot fi găsite acolo, alături de multe alte specii mai comune. +În timpul vizitelor la mănăstiri, femeile trebuie să poarte falduri care acoperă genunchii și să acoperă, de asemenea, umerii. +Majoritatea mănăstirilor oferă pachete pentru femeile nepregătite, însă dacă aduceți propriul, în special unul cu culori strălucitoare, veți primi un zâmbet de la călugării sau călugărițele de la intrare. +Pe aceeași liniu, bărbații trebuie să poarte pantaloni care acoperă genunchii. +Acest lucru, de asemenea, poate fi împrumutat la intrare, însă hainele nu sunt spălate după fiecare utilizator, așa că nu trebuie să te simți confortabil purtându-le. Unul pentru toți la bărbați! +Culinaria mallorquină, ca și cea a zonei mediteraneene similare, se bazează pe pâine, legume și carne (în special porc), folosind uleiul de măslină în toate rețetele. +O masă populară simplă, în special în timpul verii, este Pa amb Oli: pâine cu ulei de măsline, tomate și orice condiment disponibil, cum ar fi brânză, tună, etc. +Toate substantivele, alături de cuvântul „Sie” pentru dumneavoastră, încep întotdeauna cu o literă mare, chiar și în mijlocul unei propoziții. +Aceasta este o modalitate importantă de a distinge între unele verbe și obiecte. +De asemenea, poate fi mai ușor să citești, deși scrierea este puțin complicată din cauza necesității de a găsi dacă un verb sau un adjectiv este folosit într-o formă substantivizată. +Pronunțarea este relativ ușoară în italiană, deoarece majoritatea cuvintelor sunt pronunțate exact cum sunt scrise. +Cele mai importante litere de urmărit sunt c și g, deoarece pronunțarea lor variază în funcție de vocala următoare. +De asemenea, asigurați-vă că pronunțați r și rr diferit: caro înseamnă drag, în timp ce carro înseamnă căruță. +Limba persană are o gramatică relativ ușoară și în mare parte regulată. +Astfel, citirea acestui manual de gramatică va ajuta la învățarea gramaticii persane și la înțelegerea expresiilor. +Cu siguranță, dacă știți o limbă romanică, va fi mai ușor să învățați portugheză. +Cu toate acestea, persoanele care știe puțin spaniolă ar putea ajunge la concluzia rapidă că portugheză este suficient de aproape de spaniolă încât să nu trebuie să fie studiată separat. +Observatoarele premoderne sunt, de obicei, depășite astăzi, rămânând ca muzee sau locuri de educație. +Deoarece, în epoca lor de glorie, poluarea luminoasă nu era un tip de problema cu care s-ar confrunta astăzi, ele sunt adesea situate în orașe sau la campusuri, mai ușor de accesat decât cele construite în epoca modernă. +Cele mai multe telescoape de cercetare moderne sunt gigantice facilități în zone izolate cu condiții atmosferice favorabile. +Vizualizarea căpșorilor de cireș, cunoscută sub numele de hanami, a făcut parte din cultura japoneză de la începutul secolului al VIII-lea. +Conceptul s-a născut în China, unde florile preferate erau florile de măslină. +În Japonia, primele petreceri cu flori de sakura au fost organizate de împărat doar pentru el însuși și alte membri ai aristocrației în jurul Curții Imperiale. +Plantele arată cel mai bine într-un mediu natural, așa că rezistați tentării de a îndepărta chiar și „unul singur” exemplar. +Dacă vizitezi un grădină formal aranjat, colectarea „specimenelor” va duce la expulzare, fără discuție. +Singapore, în general, este un loc extrem de sigur și foarte ușor de navigat, iar puteți cumpăra aproape orice după sosire. +Însă aflându-te în „tropicele superioare”, la doar câțiva grade la nord de ecuator, vei trebui să faci față atât căldurii (tot timpul), cât și soarelui puternic (când cerul este clar, mai rar). +De asemenea, există câteva autobuze care merg spre nord, către Hebron, locul tradițional de înmormântare al patriarhilor biblici, Abraham, Isaac, Iacob și soții lor. +Verificați dacă autobuzul pe care vă doriți să l-ați luat ajunge la Hebron și nu doar la așezarea evreiască din apropiere, Kiryat Arba. +Canalele interne pot fi un subiect bun pe care să-l bazezi o vacanță. +De exemplu, vizitând castelurile din valea Loarei, valea Rinului sau luând o croazieră către orașe interesante de pe Dunăre sau navigând pe Erie Canal. +De asemenea, definiți rute pentru trasee populare de drumeții și ciclism. +Crăciunul este unul dintre cele mai importante sărbători ale creștinismului și este sărbătorit ca ziua nașterii lui Iisus. +Multe dintre tradițiile legate de sărbătoare au fost adoptate de persoanele necreștine din țările creștine și de persoanele necreștine din întreaga lume. +Există o tradiție de a petrece noaptea de Paște într-o poziție expusă, pentru a vedea răsăritul soarelui. +Există, desigur, explicări teologice creștine pentru această tradiție, dar ar putea fi un ritual de primăvară și fertilitate pre-creștin. +Bisericile mai tradiționale desfășoară adesea o vigilie de Paște sâmbătă seara, în timpul săptămânii Paștilor, cu congregațiile care adesea încearcă să înceapă să sărbătorească resurrea lui Hristos la miezul nopții. +Toate animalele care au ajuns inițial pe insule au ajuns aici prin intermediul unor metode de transport, cum ar fi natare, zbor sau flotare. +Datorită distanței mari de la continent, mamiferele nu au putut face călătorie, iar tortoisele uriașe au devenit animalele de pastură principale în Galapagos. +De la sosirea omului pe Insulele Galapagos, au fost introduse multe specii de mamifere, inclusiv capre, cai, vaci, șobolani, pisici și câini. +Dacă vizitezi regiunile arctice sau antarctice în timpul iernii, vei avea parte de noapte polară, care înseamnă că soarele nu se ridică deasupra orizontului. +Acest lucru oferă o ocazie bună de a vedea aurora boreală, deoarece cerul va fi întunecat aproape toată noaptea. +Deoarece zonele sunt puțin populate, iar poluarea luminoasă adesea nu este unul dintre problemele noastre, vei putea, de asemenea, aprecia stelele. +Cultura de muncă japoneză este mai ierarhică și formală decât ceea ce străinii sunt obișnuiți. +Costumele sunt vestimentația obișnuită în afaceri, iar colegii se adresează unii altora după numele de familie sau după titlurile de muncă. +Armonia la locul de muncă este esențială, subliniind efortul colectiv, în loc de a lăuda realizările individuale. +Lucrătorii trebuie adesea să obțină aprobarea superiorilor lor pentru orice decizie pe care o iau, iar se așteaptă ca aceștia să obțină instrucțiunile lor fără să aibă nevoie de întrebări. diff --git a/test-en-ro.bleu b/test-en-ro.bleu new file mode 100644 index 0000000000000000000000000000000000000000..32f3a9f0961013be39673e73c2c159facfa4151e --- /dev/null +++ b/test-en-ro.bleu @@ -0,0 +1 @@ +BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 32.21 61.8/38.9/26.4/18.0 (BP = 0.986 ratio = 0.986 hyp_len = 26420 ref_len = 26799) diff --git a/test-en-ro.comet b/test-en-ro.comet new file mode 100644 index 0000000000000000000000000000000000000000..ac839e34707f731691989aa687b5f1ca5498a7b7 --- /dev/null +++ b/test-en-ro.comet @@ -0,0 +1,1013 @@ +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 0 score: 0.6887 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 1 score: 0.9152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 2 score: 0.9368 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 3 score: 0.8732 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 4 score: 0.9212 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 5 score: 0.8026 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 6 score: 0.9116 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 7 score: 0.9298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 8 score: 0.9204 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 9 score: 0.8896 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 10 score: 0.9459 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 11 score: 0.8912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 12 score: 0.8788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 13 score: 0.9541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 14 score: 0.8651 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 15 score: 0.8637 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 16 score: 0.8905 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 17 score: 0.9525 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 18 score: 0.9254 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 19 score: 0.9144 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 20 score: 0.9300 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 21 score: 0.9710 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 22 score: 0.7770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 23 score: 0.9337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 24 score: 0.9361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 25 score: 0.9711 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 26 score: 0.9193 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 27 score: 0.9059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 28 score: 0.8870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 29 score: 0.8916 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 30 score: 0.8628 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 31 score: 0.8549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 32 score: 0.8785 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 33 score: 0.8758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 34 score: 0.9600 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 35 score: 0.9696 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 36 score: 0.9286 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 37 score: 0.9373 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 38 score: 0.8770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 39 score: 0.9381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 40 score: 0.9060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 41 score: 0.9258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 42 score: 0.9067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 43 score: 0.9427 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 44 score: 0.9006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 45 score: 0.8446 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 46 score: 0.9431 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 47 score: 0.9464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 48 score: 0.9555 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 49 score: 0.9539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 50 score: 0.9455 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 51 score: 0.9074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 52 score: 0.9380 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 53 score: 0.9475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 54 score: 0.9285 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 55 score: 0.9029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 56 score: 0.8863 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 57 score: 0.8639 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 58 score: 0.9027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 59 score: 0.9647 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 60 score: 0.9522 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 61 score: 0.9372 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 62 score: 0.9063 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 63 score: 0.9222 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 64 score: 0.9393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 65 score: 0.7919 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 66 score: 0.7172 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 67 score: 0.7284 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 68 score: 0.9211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 69 score: 0.8885 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 70 score: 0.9247 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 71 score: 0.8248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 72 score: 0.7926 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 73 score: 0.8907 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 74 score: 0.8987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 75 score: 0.8514 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 76 score: 0.9078 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 77 score: 0.9178 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 78 score: 0.9557 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 79 score: 0.9245 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 80 score: 0.9002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 81 score: 0.9492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 82 score: 0.8712 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 83 score: 0.8879 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 84 score: 0.8594 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 85 score: 0.8919 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 86 score: 0.7825 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 87 score: 0.9074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 88 score: 0.8846 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 89 score: 0.9133 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 90 score: 0.7988 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 91 score: 0.8889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 92 score: 0.9056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 93 score: 0.9340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 94 score: 0.9105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 95 score: 0.9251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 96 score: 0.8867 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 97 score: 0.9369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 98 score: 0.9428 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 99 score: 0.8959 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 100 score: 0.8994 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 101 score: 0.8931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 102 score: 0.9085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 103 score: 0.9732 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 104 score: 0.9442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 105 score: 0.8935 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 106 score: 0.8302 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 107 score: 0.9058 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 108 score: 0.6060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 109 score: 0.8176 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 110 score: 0.9459 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 111 score: 0.9761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 112 score: 0.9595 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 113 score: 0.9219 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 114 score: 0.9111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 115 score: 0.9349 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 116 score: 0.9190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 117 score: 0.8835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 118 score: 0.9711 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 119 score: 0.8914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 120 score: 0.7939 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 121 score: 0.8958 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 122 score: 0.9437 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 123 score: 0.9856 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 124 score: 0.9109 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 125 score: 0.9399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 126 score: 0.9666 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 127 score: 0.9049 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 128 score: 0.9312 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 129 score: 0.9592 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 130 score: 0.9535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 131 score: 0.9186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 132 score: 0.9290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 133 score: 0.9464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 134 score: 0.9206 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 135 score: 0.7780 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 136 score: 0.9295 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 137 score: 0.8938 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 138 score: 0.9316 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 139 score: 0.9098 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 140 score: 0.9141 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 141 score: 0.9190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 142 score: 0.9347 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 143 score: 0.8926 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 144 score: 0.8803 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 145 score: 0.9332 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 146 score: 0.8307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 147 score: 0.9212 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 148 score: 0.7972 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 149 score: 0.9381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 150 score: 0.9318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 151 score: 0.8792 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 152 score: 0.8394 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 153 score: 0.8389 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 154 score: 0.8397 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 155 score: 0.9191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 156 score: 0.9388 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 157 score: 0.9404 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 158 score: 0.8706 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 159 score: 0.9421 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 160 score: 0.9682 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 161 score: 0.8759 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 162 score: 0.8836 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 163 score: 0.9012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 164 score: 0.9216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 165 score: 0.7916 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 166 score: 0.9514 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 167 score: 0.8973 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 168 score: 0.9080 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 169 score: 0.9014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 170 score: 0.8643 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 171 score: 0.9330 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 172 score: 0.8655 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 173 score: 0.9117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 174 score: 0.9255 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 175 score: 0.9379 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 176 score: 0.8415 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 177 score: 0.8995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 178 score: 0.8875 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 179 score: 0.9617 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 180 score: 0.9350 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 181 score: 0.9204 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 182 score: 0.8659 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 183 score: 0.9392 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 184 score: 0.8055 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 185 score: 0.9667 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 186 score: 0.9768 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 187 score: 0.9203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 188 score: 0.9181 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 189 score: 0.8794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 190 score: 0.9142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 191 score: 0.9194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 192 score: 0.8777 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 193 score: 0.8823 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 194 score: 0.8572 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 195 score: 0.9514 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 196 score: 0.9367 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 197 score: 0.8440 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 198 score: 0.9457 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 199 score: 0.9300 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 200 score: 0.8382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 201 score: 0.7687 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 202 score: 0.8368 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 203 score: 0.7237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 204 score: 0.8801 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 205 score: 0.9098 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 206 score: 0.9067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 207 score: 0.8753 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 208 score: 0.8526 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 209 score: 0.8991 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 210 score: 0.9524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 211 score: 0.9202 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 212 score: 0.8982 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 213 score: 0.9325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 214 score: 0.9267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 215 score: 0.8986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 216 score: 0.9242 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 217 score: 0.9407 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 218 score: 0.9045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 219 score: 0.9478 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 220 score: 0.9522 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 221 score: 0.9490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 222 score: 0.9356 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 223 score: 0.9084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 224 score: 0.9533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 225 score: 0.9539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 226 score: 0.9389 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 227 score: 0.7870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 228 score: 0.8783 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 229 score: 0.9082 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 230 score: 0.9105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 231 score: 0.9203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 232 score: 0.8970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 233 score: 0.8541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 234 score: 0.8184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 235 score: 0.9300 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 236 score: 0.9226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 237 score: 0.9054 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 238 score: 0.9395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 239 score: 0.9184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 240 score: 0.7767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 241 score: 0.7825 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 242 score: 0.9447 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 243 score: 0.7366 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 244 score: 0.8547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 245 score: 0.8686 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 246 score: 0.7245 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 247 score: 0.8121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 248 score: 0.8410 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 249 score: 0.9565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 250 score: 0.9163 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 251 score: 0.9506 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 252 score: 0.9575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 253 score: 0.9568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 254 score: 0.9640 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 255 score: 0.9290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 256 score: 0.9187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 257 score: 0.9407 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 258 score: 0.9469 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 259 score: 0.9210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 260 score: 0.9156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 261 score: 0.8395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 262 score: 0.8853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 263 score: 0.4774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 264 score: 0.9269 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 265 score: 0.9236 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 266 score: 0.8894 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 267 score: 0.8637 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 268 score: 0.9536 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 269 score: 0.9378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 270 score: 0.9149 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 271 score: 0.8619 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 272 score: 0.8411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 273 score: 0.7662 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 274 score: 0.7690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 275 score: 0.7335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 276 score: 0.8436 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 277 score: 0.9518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 278 score: 0.8994 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 279 score: 0.9288 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 280 score: 0.8781 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 281 score: 0.9511 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 282 score: 0.9823 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 283 score: 0.9060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 284 score: 0.9657 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 285 score: 0.9615 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 286 score: 0.8592 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 287 score: 0.8996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 288 score: 0.9393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 289 score: 0.9165 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 290 score: 0.8360 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 291 score: 0.7753 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 292 score: 0.9570 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 293 score: 0.9270 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 294 score: 0.8408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 295 score: 0.8310 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 296 score: 0.8448 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 297 score: 0.9604 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 298 score: 0.9515 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 299 score: 0.9203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 300 score: 0.9190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 301 score: 0.8208 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 302 score: 0.8655 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 303 score: 0.9473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 304 score: 0.8667 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 305 score: 0.9161 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 306 score: 0.8885 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 307 score: 0.9039 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 308 score: 0.8980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 309 score: 0.9058 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 310 score: 0.9549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 311 score: 0.9065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 312 score: 0.9445 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 313 score: 0.8467 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 314 score: 0.9494 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 315 score: 0.9553 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 316 score: 0.9388 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 317 score: 0.9130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 318 score: 0.8869 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 319 score: 0.7635 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 320 score: 0.8302 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 321 score: 0.7572 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 322 score: 0.8361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 323 score: 0.9281 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 324 score: 0.9409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 325 score: 0.9083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 326 score: 0.8525 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 327 score: 0.9142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 328 score: 0.9504 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 329 score: 0.9246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 330 score: 0.9199 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 331 score: 0.9414 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 332 score: 0.9555 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 333 score: 0.8940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 334 score: 0.9548 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 335 score: 0.9091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 336 score: 0.9239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 337 score: 0.2582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 338 score: 0.8902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 339 score: 0.9472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 340 score: 0.8722 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 341 score: 0.8251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 342 score: 0.5241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 343 score: 0.9135 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 344 score: 0.9021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 345 score: 0.8551 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 346 score: 0.9486 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 347 score: 0.9295 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 348 score: 0.6002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 349 score: 0.7781 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 350 score: 0.9061 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 351 score: 0.8770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 352 score: 0.9089 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 353 score: 0.8916 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 354 score: 0.9623 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 355 score: 0.9027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 356 score: 0.9308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 357 score: 0.9105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 358 score: 0.8879 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 359 score: 0.8402 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 360 score: 0.8784 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 361 score: 0.8576 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 362 score: 0.8999 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 363 score: 0.8078 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 364 score: 0.9549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 365 score: 0.8317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 366 score: 0.7171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 367 score: 0.8754 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 368 score: 0.8624 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 369 score: 0.9195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 370 score: 0.8623 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 371 score: 0.7819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 372 score: 0.9066 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 373 score: 0.9440 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 374 score: 0.9640 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 375 score: 0.9083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 376 score: 0.9590 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 377 score: 0.9367 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 378 score: 0.8073 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 379 score: 0.9087 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 380 score: 0.9503 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 381 score: 0.7728 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 382 score: 0.7702 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 383 score: 0.8649 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 384 score: 0.8411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 385 score: 0.7541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 386 score: 0.8118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 387 score: 0.8994 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 388 score: 0.8957 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 389 score: 0.9113 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 390 score: 0.9576 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 391 score: 0.9341 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 392 score: 0.9280 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 393 score: 0.9371 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 394 score: 0.9678 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 395 score: 0.9188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 396 score: 0.8620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 397 score: 0.9710 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 398 score: 0.7506 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 399 score: 0.8511 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 400 score: 0.9636 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 401 score: 0.9202 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 402 score: 0.9343 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 403 score: 0.7813 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 404 score: 0.7486 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 405 score: 0.8086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 406 score: 0.9398 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 407 score: 0.8923 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 408 score: 0.9498 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 409 score: 0.9424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 410 score: 0.9441 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 411 score: 0.8924 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 412 score: 0.8862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 413 score: 0.9177 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 414 score: 0.8996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 415 score: 0.9190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 416 score: 0.9345 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 417 score: 0.8769 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 418 score: 0.9309 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 419 score: 0.9416 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 420 score: 0.9521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 421 score: 0.9444 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 422 score: 0.9236 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 423 score: 0.7971 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 424 score: 0.9028 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 425 score: 0.9422 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 426 score: 0.9332 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 427 score: 0.9525 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 428 score: 0.9490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 429 score: 0.9232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 430 score: 0.9064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 431 score: 0.8239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 432 score: 0.8998 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 433 score: 0.8704 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 434 score: 0.9091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 435 score: 0.6516 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 436 score: 0.8955 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 437 score: 0.8533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 438 score: 0.9637 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 439 score: 0.8548 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 440 score: 0.9412 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 441 score: 0.9425 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 442 score: 0.9328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 443 score: 0.9151 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 444 score: 0.9083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 445 score: 0.7700 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 446 score: 0.9349 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 447 score: 0.9641 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 448 score: 0.9382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 449 score: 0.9044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 450 score: 0.9250 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 451 score: 0.8988 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 452 score: 0.9621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 453 score: 0.9357 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 454 score: 0.9286 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 455 score: 0.8104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 456 score: 0.8299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 457 score: 0.9551 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 458 score: 0.9117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 459 score: 0.8054 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 460 score: 0.9545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 461 score: 0.9184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 462 score: 0.9298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 463 score: 0.9252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 464 score: 0.9197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 465 score: 0.8958 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 466 score: 0.8859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 467 score: 0.7016 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 468 score: 0.6482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 469 score: 0.7788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 470 score: 0.7193 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 471 score: 0.8583 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 472 score: 0.8782 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 473 score: 0.5392 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 474 score: 0.9060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 475 score: 0.9524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 476 score: 0.9160 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 477 score: 0.9240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 478 score: 0.9502 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 479 score: 0.9392 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 480 score: 0.6449 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 481 score: 0.9146 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 482 score: 0.8842 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 483 score: 0.8504 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 484 score: 0.9265 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 485 score: 0.8602 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 486 score: 0.8713 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 487 score: 0.9112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 488 score: 0.9380 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 489 score: 0.9218 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 490 score: 0.9017 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 491 score: 0.9471 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 492 score: 0.9534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 493 score: 0.9475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 494 score: 0.8651 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 495 score: 0.8456 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 496 score: 0.9484 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 497 score: 0.8989 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 498 score: 0.9380 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 499 score: 0.8871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 500 score: 0.9471 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 501 score: 0.9636 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 502 score: 0.8960 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 503 score: 0.9322 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 504 score: 0.7988 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 505 score: 0.8752 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 506 score: 0.6829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 507 score: 0.9103 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 508 score: 0.8353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 509 score: 0.8494 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 510 score: 0.6844 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 511 score: 0.7605 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 512 score: 0.9068 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 513 score: 0.8834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 514 score: 0.8971 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 515 score: 0.8988 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 516 score: 0.7366 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 517 score: 0.9612 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 518 score: 0.9431 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 519 score: 0.9769 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 520 score: 0.9401 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 521 score: 0.9429 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 522 score: 0.2966 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 523 score: 0.8892 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 524 score: 0.9408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 525 score: 0.9000 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 526 score: 0.9269 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 527 score: 0.6465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 528 score: 0.9283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 529 score: 0.8964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 530 score: 0.8667 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 531 score: 0.8965 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 532 score: 0.9165 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 533 score: 0.9104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 534 score: 0.7352 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 535 score: 0.8226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 536 score: 0.8891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 537 score: 0.8918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 538 score: 0.9335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 539 score: 0.9481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 540 score: 0.9064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 541 score: 0.9562 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 542 score: 0.9129 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 543 score: 0.8994 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 544 score: 0.9262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 545 score: 0.9718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 546 score: 0.8097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 547 score: 0.8848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 548 score: 0.8334 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 549 score: 0.9337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 550 score: 0.8481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 551 score: 0.9388 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 552 score: 0.9531 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 553 score: 0.9115 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 554 score: 0.8665 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 555 score: 0.8595 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 556 score: 0.7051 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 557 score: 0.7790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 558 score: 0.7726 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 559 score: 0.7854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 560 score: 0.9215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 561 score: 0.9345 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 562 score: 0.8749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 563 score: 0.7979 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 564 score: 0.8226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 565 score: 0.9584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 566 score: 0.9367 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 567 score: 0.9580 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 568 score: 0.8192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 569 score: 0.7232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 570 score: 0.9496 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 571 score: 0.9349 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 572 score: 0.8803 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 573 score: 0.9572 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 574 score: 0.9271 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 575 score: 0.7991 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 576 score: 0.8922 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 577 score: 0.9430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 578 score: 0.9413 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 579 score: 0.9409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 580 score: 0.8153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 581 score: 0.9137 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 582 score: 0.9025 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 583 score: 0.8720 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 584 score: 0.8470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 585 score: 0.9025 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 586 score: 0.9243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 587 score: 0.9539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 588 score: 0.8757 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 589 score: 0.9584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 590 score: 0.9320 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 591 score: 0.9402 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 592 score: 0.8721 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 593 score: 0.9340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 594 score: 0.9571 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 595 score: 0.8626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 596 score: 0.9362 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 597 score: 0.9256 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 598 score: 0.8490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 599 score: 0.9151 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 600 score: 0.8303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 601 score: 0.8529 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 602 score: 0.9493 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 603 score: 0.9394 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 604 score: 0.8883 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 605 score: 0.9446 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 606 score: 0.9246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 607 score: 0.8180 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 608 score: 0.8564 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 609 score: 0.9264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 610 score: 0.9284 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 611 score: 0.9393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 612 score: 0.9103 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 613 score: 0.9254 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 614 score: 0.9510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 615 score: 0.8498 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 616 score: 0.9557 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 617 score: 0.8896 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 618 score: 0.9266 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 619 score: 0.8389 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 620 score: 0.9474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 621 score: 0.8862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 622 score: 0.9448 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 623 score: 0.9315 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 624 score: 0.7026 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 625 score: 0.9232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 626 score: 0.9381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 627 score: 0.9559 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 628 score: 0.9298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 629 score: 0.9433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 630 score: 0.8178 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 631 score: 0.9384 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 632 score: 0.9634 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 633 score: 0.9639 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 634 score: 0.9585 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 635 score: 0.9337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 636 score: 0.9288 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 637 score: 0.8200 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 638 score: 0.9476 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 639 score: 0.9747 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 640 score: 0.9278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 641 score: 0.9645 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 642 score: 0.8095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 643 score: 0.6329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 644 score: 0.7576 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 645 score: 0.6646 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 646 score: 0.8159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 647 score: 0.9417 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 648 score: 0.7076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 649 score: 0.8647 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 650 score: 0.9674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 651 score: 0.9307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 652 score: 0.9304 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 653 score: 0.9006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 654 score: 0.8923 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 655 score: 0.9581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 656 score: 0.9113 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 657 score: 0.9234 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 658 score: 0.8139 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 659 score: 0.8880 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 660 score: 0.8093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 661 score: 0.9513 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 662 score: 0.9648 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 663 score: 0.9210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 664 score: 0.9298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 665 score: 0.8394 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 666 score: 0.9508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 667 score: 0.9422 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 668 score: 0.9282 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 669 score: 0.9358 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 670 score: 0.9274 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 671 score: 0.9184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 672 score: 0.9409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 673 score: 0.8683 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 674 score: 0.9366 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 675 score: 0.9201 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 676 score: 0.9121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 677 score: 0.9516 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 678 score: 0.9158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 679 score: 0.9570 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 680 score: 0.9128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 681 score: 0.9362 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 682 score: 0.9232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 683 score: 0.9056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 684 score: 0.9196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 685 score: 0.5800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 686 score: 0.8380 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 687 score: 0.8533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 688 score: 0.9336 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 689 score: 0.8561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 690 score: 0.9474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 691 score: 0.9085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 692 score: 0.9579 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 693 score: 0.9204 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 694 score: 0.8452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 695 score: 0.9154 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 696 score: 0.8441 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 697 score: 0.9390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 698 score: 0.8767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 699 score: 0.8970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 700 score: 0.9145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 701 score: 0.9561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 702 score: 0.9561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 703 score: 0.8880 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 704 score: 0.8095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 705 score: 0.9294 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 706 score: 0.7617 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 707 score: 0.8424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 708 score: 0.9252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 709 score: 0.9374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 710 score: 0.9505 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 711 score: 0.8872 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 712 score: 0.9525 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 713 score: 0.9167 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 714 score: 0.8816 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 715 score: 0.9270 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 716 score: 0.9315 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 717 score: 0.9264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 718 score: 0.9420 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 719 score: 0.9067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 720 score: 0.8698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 721 score: 0.9006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 722 score: 0.9315 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 723 score: 0.9354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 724 score: 0.9169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 725 score: 0.9378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 726 score: 0.8690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 727 score: 0.9221 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 728 score: 0.8689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 729 score: 0.8765 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 730 score: 0.8938 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 731 score: 0.8979 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 732 score: 0.8998 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 733 score: 0.9454 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 734 score: 0.8988 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 735 score: 0.9180 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 736 score: 0.9079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 737 score: 0.9197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 738 score: 0.9259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 739 score: 0.9056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 740 score: 0.8835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 741 score: 0.8741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 742 score: 0.8903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 743 score: 0.9296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 744 score: 0.9431 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 745 score: 0.8220 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 746 score: 0.9378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 747 score: 0.7989 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 748 score: 0.9662 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 749 score: 0.9277 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 750 score: 0.9525 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 751 score: 0.9633 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 752 score: 0.8114 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 753 score: 0.9403 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 754 score: 0.9066 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 755 score: 0.9310 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 756 score: 0.9286 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 757 score: 0.9264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 758 score: 0.9081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 759 score: 0.9366 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 760 score: 0.9368 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 761 score: 0.8549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 762 score: 0.9317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 763 score: 0.9506 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 764 score: 0.9196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 765 score: 0.8089 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 766 score: 0.9376 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 767 score: 0.9000 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 768 score: 0.9664 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 769 score: 0.9676 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 770 score: 0.9514 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 771 score: 0.9471 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 772 score: 0.9353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 773 score: 0.8333 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 774 score: 0.9346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 775 score: 0.8993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 776 score: 0.8604 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 777 score: 0.8888 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 778 score: 0.8933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 779 score: 0.8197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 780 score: 0.8184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 781 score: 0.8585 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 782 score: 0.8955 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 783 score: 0.8293 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 784 score: 0.8128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 785 score: 0.8644 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 786 score: 0.8822 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 787 score: 0.9463 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 788 score: 0.9546 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 789 score: 0.9207 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 790 score: 0.9395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 791 score: 0.9152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 792 score: 0.9288 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 793 score: 0.8308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 794 score: 0.8530 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 795 score: 0.9239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 796 score: 0.9768 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 797 score: 0.8635 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 798 score: 0.9094 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 799 score: 0.7051 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 800 score: 0.8094 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 801 score: 0.8727 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 802 score: 0.9246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 803 score: 0.9258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 804 score: 0.7719 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 805 score: 0.9040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 806 score: 0.9584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 807 score: 0.9654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 808 score: 0.8919 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 809 score: 0.9320 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 810 score: 0.8086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 811 score: 0.8827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 812 score: 0.9549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 813 score: 0.8839 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 814 score: 0.9289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 815 score: 0.8445 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 816 score: 0.9211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 817 score: 0.8075 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 818 score: 0.5245 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 819 score: 0.8717 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 820 score: 0.9536 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 821 score: 0.9202 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 822 score: 0.9077 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 823 score: 0.9182 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 824 score: 0.7545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 825 score: 0.9044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 826 score: 0.9079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 827 score: 0.9168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 828 score: 0.8896 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 829 score: 0.9365 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 830 score: 0.9048 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 831 score: 0.8943 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 832 score: 0.9080 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 833 score: 0.6145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 834 score: 0.8344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 835 score: 0.7876 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 836 score: 0.9382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 837 score: 0.9302 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 838 score: 0.8607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 839 score: 0.9162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 840 score: 0.8820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 841 score: 0.8762 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 842 score: 0.7740 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 843 score: 0.8901 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 844 score: 0.7771 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 845 score: 0.8174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 846 score: 0.5781 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 847 score: 0.9130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 848 score: 0.8678 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 849 score: 0.8128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 850 score: 0.8800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 851 score: 0.9558 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 852 score: 0.9544 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 853 score: 0.7555 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 854 score: 0.8445 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 855 score: 0.8985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 856 score: 0.8149 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 857 score: 0.9172 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 858 score: 0.9263 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 859 score: 0.9619 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 860 score: 0.8887 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 861 score: 0.8323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 862 score: 0.9503 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 863 score: 0.8968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 864 score: 0.8816 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 865 score: 0.8282 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 866 score: 0.8985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 867 score: 0.9217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 868 score: 0.8731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 869 score: 0.9207 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 870 score: 0.9540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 871 score: 0.9340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 872 score: 0.9153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 873 score: 0.9413 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 874 score: 0.9598 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 875 score: 0.9037 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 876 score: 0.9348 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 877 score: 0.9157 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 878 score: 0.9465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 879 score: 0.8998 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 880 score: 0.8225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 881 score: 0.9568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 882 score: 0.9235 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 883 score: 0.8452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 884 score: 0.8724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 885 score: 0.9423 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 886 score: 0.9270 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 887 score: 0.7716 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 888 score: 0.8338 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 889 score: 0.9122 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 890 score: 0.8545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 891 score: 0.7343 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 892 score: 0.7694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 893 score: 0.7734 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 894 score: 0.8857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 895 score: 0.9298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 896 score: 0.8765 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 897 score: 0.7981 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 898 score: 0.9507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 899 score: 0.9473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 900 score: 0.7861 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 901 score: 0.9228 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 902 score: 0.9137 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 903 score: 0.9481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 904 score: 0.9336 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 905 score: 0.8924 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 906 score: 0.9008 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 907 score: 0.8447 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 908 score: 0.8621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 909 score: 0.9454 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 910 score: 0.9083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 911 score: 0.9121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 912 score: 0.9489 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 913 score: 0.9507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 914 score: 0.9082 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 915 score: 0.9148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 916 score: 0.9267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 917 score: 0.8879 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 918 score: 0.9269 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 919 score: 0.8567 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 920 score: 0.9125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 921 score: 0.9209 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 922 score: 0.8727 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 923 score: 0.9383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 924 score: 0.7342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 925 score: 0.9129 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 926 score: 0.9396 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 927 score: 0.8533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 928 score: 0.9125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 929 score: 0.8745 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 930 score: 0.8393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 931 score: 0.7000 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 932 score: 0.7499 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 933 score: 0.8269 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 934 score: 0.8698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 935 score: 0.9146 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 936 score: 0.8945 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 937 score: 0.9796 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 938 score: 0.9460 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 939 score: 0.9239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 940 score: 0.9418 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 941 score: 0.9598 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 942 score: 0.9094 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 943 score: 0.9212 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 944 score: 0.8768 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 945 score: 0.9505 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 946 score: 0.7968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 947 score: 0.9008 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 948 score: 0.8559 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 949 score: 0.8818 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 950 score: 0.8601 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 951 score: 0.9018 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 952 score: 0.8147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 953 score: 0.9217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 954 score: 0.6725 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 955 score: 0.9064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 956 score: 0.8051 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 957 score: 0.9119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 958 score: 0.9347 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 959 score: 0.8306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 960 score: 0.7749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 961 score: 0.5844 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 962 score: 0.9459 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 963 score: 0.9200 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 964 score: 0.9738 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 965 score: 0.8492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 966 score: 0.8934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 967 score: 0.8472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 968 score: 0.9191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 969 score: 0.6170 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 970 score: 0.9048 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 971 score: 0.8968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 972 score: 0.8189 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 973 score: 0.9629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 974 score: 0.8779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 975 score: 0.9488 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 976 score: 0.8913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 977 score: 0.8814 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 978 score: 0.9755 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 979 score: 0.9071 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 980 score: 0.9147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 981 score: 0.9181 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 982 score: 0.9461 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 983 score: 0.8522 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 984 score: 0.7604 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 985 score: 0.9070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 986 score: 0.8893 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 987 score: 0.9134 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 988 score: 0.8131 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 989 score: 0.7306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 990 score: 0.9298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 991 score: 0.8897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 992 score: 0.9235 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 993 score: 0.8874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 994 score: 0.5154 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 995 score: 0.9074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 996 score: 0.9255 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 997 score: 0.9765 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 998 score: 0.8744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 999 score: 0.8802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 1000 score: 0.9430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 1001 score: 0.7741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 1002 score: 0.8724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 1003 score: 0.8473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 1004 score: 0.9519 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 1005 score: 0.9468 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 1006 score: 0.9362 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 1007 score: 0.9128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 1008 score: 0.9214 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 1009 score: 0.9308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 1010 score: 0.9108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro Segment 1011 score: 0.8997 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-en-ro score: 0.8895 diff --git a/test-es-en b/test-es-en new file mode 100644 index 0000000000000000000000000000000000000000..a6e4e42c2fc375954c0ff38047c0fe1f92b5c8cc --- /dev/null +++ b/test-es-en @@ -0,0 +1,1012 @@ +We now have four-month-old mice that used to be diabetic, but aren't anymore," he added. +The research is still in the early stages, according to Dr. Ehud Ur, a professor of medicine at Dalhousie University in Halifax, Nova Scotia, and the scientific and clinical director of the Canadian Diabetes Association. +Like other experts, he is sceptical about whether diabetes can be cured and stresses that the findings are not relevant to those already diagnosed with type 1 diabetes. +On Monday, Sara Danius, permanent secretary of the Nobel Prize Committee for Literature at the Swedish Academy, publicly stated, during a radio interview with Sveriges Radio in Sweden, that as the Academy was unable to contact Bob Dylan directly to inform him of the 2016 Nobel Prize in Literature, the Academy had given up trying to contact him. +Danius said: "We're not doing anything now. I've called and emailed his most senior assistant, and got very friendly replies. For now, that's enough." +Earlier, Ring CEO Jamie Siminoff said the company was founded because he could not hear the doorbell on his garage sale. +He said he invented a wireless doorbell. +Siminoff said sales took off after he appeared on the show Shark Tank in 2013, when the panel of investors on the show rejected his pitch for funding. +By the end of 2017, Siminoff made appearances on the shopping channel QVC. +Ring also settled a lawsuit with security rival ADT Corp. +As of today, no medications have been proven effective in treating Ebola infection, although an experimental vaccine may help prevent deaths from the disease. +ZMapp, a cocktail of antibodies, showed early promise but formal studies showed it was less effective at preventing death than expected. +In the PALM trial, ZMapp was the control, so scientists used it as a baseline and then compared it to the other three treatments. +USA Gymnastics is supporting the statement released by the United States Olympic & Paralympic Committee and acknowledges the importance of creating a safe environment for all athletes. +We agree with the USOC statement that athletes, clubs, and sports would be best served by continuing to pursue meaningful reforms within our organization rather than withdrawing recognition. +USA Gymnastics is supporting an independent investigation that seeks to understand how the abuse that the survivors of Larry Nassar described so courageously could have gone undetected for so long and is open to any and all recommendations for needed and appropriate changes. +The goal of USA Gymnastics and the USOC is the same: to make gymnastics, and all sports, as safe as possible so athletes can pursue their dreams in a positive, protected environment. +In the 1960s, Brzezinski worked as an adviser to John F. Kennedy and later to Lyndon B. Johnson. +He advised Carter on foreign policy in the 1976 election and was national security adviser from 1977 to 1981, succeeding Henry Kissinger. +As national security advisor, he assisted Carter in foreign policy initiatives such as the Camp David Accords in 1978, U.S. normalization of relations with China in the late 1970s, the Iranian Revolution in 1979, and the Soviet invasion of Afghanistan in 1979. +The film, starring Tyan Gosling and Emma Stone, was nominated for all the major categories. +Gosling and Stone received nominations for Best Actor and Best Actress, respectively. +Other nominations include Best Picture, Best Director, Best Cinematography, Best Costume Design, Best Film Editing, Best Original Score, Best Production Design, Best Sound Editing, Best Sound Mixing, and Best Original Screenplay. +Two songs from La La Land were nominated for Best Original Song: Audition (The Fools Who Dream) and City of Stars. Lionsgate received a record 26 nominations, more than any other studio. +U.S. President Donald Trump announced Sunday evening, via a press release, that U.S. troops would be withdrawing from Syria. +The advert came after a phone call between US President Donald Trump and Turkish President Recep Tayyip Erdogan. +Turkey would also take over the monitoring of ISIS members who had been captured, but were denied repatriation by European nations, according to the statement. +Besides confirming that at least some dinosaurs were feathered, which is already well known, the theory also offers specific details that fossils alone can't provide, such as color and three-dimensional structure. +According to experts, this bird has a reddish-brown upper plumage and a pale or carotenoid lower plumage. +The find also helps shed light on the evolution of bird feathers. +Since dinosaur feathers do not have the well-developed central shaft (rachis) that is a hallmark of modern feathers, but do have other features of feathers (barbs and barbules), researchers have suggested that the rachis is probably the result of later evolutionary development of those other features. +The structure of the feathers suggests that their function was not related to flight, but to temperature regulation or display. The researchers suggest that although the specimen is a young bird, its feathers are similar to those of an adult and not a juvenile. +Experts said that even though it's a young dinosaur, the specimen is more like an adult's feathers than a baby's. +Yesterday morning in Gaziantep, Turkey, a car bomb killed two police officers and injured more than twenty other people. +The government said nineteen of the injured were police. +Police said the attacker was a suspected Daesh (ISIS) militant. +It was discovered that the Sun was governed by the same basic principles as other stars: the only factors that affected its activity were its luminosity and its rotation. +The light and rotation are combined to calculate the Rossby number of a star, which is associated with the flow of plasma. +The fewer the number of Rossby waves, the less active the star is in terms of its magnetic field. +Iwasaki would face many problems on his journey. +He has been robbed by pirates, bitten by a rabid dog in Tibet, escaped a forced marriage in Nepal and arrested by police in India. +802.11n is capable of operating in either the 2.4GHz or 5GHz frequency range. +This will be backwards compatible with older 802.11a, 802.11b, and 802.11g devices to the degree that the base station has dual radios. +The speeds of 802.11n are much higher than those of the previous standards, with a theoretical maximum of 600 Mbps. +Duvall, who is married with two adult children, did not impress Miller when they met. +Asked for a comment, Miller said, "Mike was talking a lot during the hearing, I was getting ready to go, so I didn't really listen to what he was saying." +Hu said China would work hard to reduce carbon dioxide emissions per unit of GDP to the level of 2005 by 2020 - a figure that is significantly lower than in 2005. +He did not put a figure on the size of the cuts and said they would be based on China's economic output. +Hu called on developing countries to "not return to the old path of polluting first and then cleaning up." +He added: "Nevertheless, it is not right to expect them to take on responsibilities which are beyond their stage of development, their level of maturity and their capabilities." +The Iraq Oil Report will be released today at 12:00 GMT. +He warns that no one can guarantee that any Iraqi action at this point will stop the sectarian fighting, rising violence, and the slide toward chaos. +The report begins with a call for an open debate and a national consensus on U.S. Middle East policy. +The report is highly critical of nearly every aspect of current U.S. policy in Iraq, and calls for an immediate change of course. +It contains 78 recommendations, including a call for the adoption of a new initiative by the end of the year to protect Iraq's borders from hostile operations, and to restore diplomatic relations with neighboring countries. +Cristina Fernandez de Kirchner, who is currently a senator and the first lady of Argentina, announced last night in La Plata, a city 50 km (31 miles) away from Buenos Aires, that she would run for president. +Argentina's Teatro Argentino was the site of Mrs. Kirchner's announcement that she would run for president; it was also where she launched her 2005 Senate campaign for the Buenos Aires province. +The issue that has been at the center of the debate is the controversy over disaster relief and reconstruction spending in the wake of Hurricane Katrina, which some conservative fiscal hawks have derided as the "Bush-New Orleans Deal." +Liberal critics of the restoration work have focused on the fact that rebuilding contracts have been awarded to people who are reported to be Washington, D.C., officials. +More than four million people came to Rome to attend the funeral. +So many people turned up that not everyone was able to fit into St. Peter's Square for the funeral. +Large television screens were set up around Rome so that people could watch the ceremony. +Similar rallies were held in many other Italian cities, as well as around the world, especially in Poland. +Historians criticized previous F.B.I. policies that focused resources on easily solved cases, especially those involving stolen cars, in order to improve the bureau's clearance rate. +In Fiscal Year 2005, Congress began funding the Obscenity Prosecution Unit, and instructed the FBI to assign ten agents to work on child pornography. +Robin Uthappa scored the most runs: 70 off 41 balls with 11 fours and 2 sixes. +Sachin Tendulkar and Rahul Dravid, the middle-order batsmen, performed well and put on a century stand. +But after losing their captain as a wicket, India could manage to score only 36 runs and they lost their remaining seven wickets to be bowled out. +U.S. President George W. Bush arrived in Singapore early on November 16, beginning a seven-day Asian tour. +Singapore's deputy prime minister, Wong Kan Seng, welcomed him and discussed trade and terrorism with prime minister Lee Hsien Loong. +Following a week of mid-term election defeats, Bush addressed the audience on the topic of expanding trade in Asia. +Prime Minister Stephen Harper agreed to send the government's Clean Air Act to a Commons committee for review by all parties before second reading, and after a 25-minute meeting with NDP leader Jack Layton at the Prime Minister's Office on Tuesday. +At the meeting with the prime minister, Layton had called for a "full and complete overhaul" of the Conservatives' environmental law. +Since the federal government took over the funding of the Mersey Hospital in Davenport, Tasmania, state and some federal members of parliament have called the move a cynical one ahead of the November federal election. +However, Prime Minister John Howard argued that the legislation was designed to protect the hospital's buildings from being degraded by the Tasmanian government, which had offered a further A$45 million. +According to the latest report, tsunami waves have been observed on tide gauges and some activity has been reported in the vicinity of Pago Pago and Niue. +No major damage or injuries have been reported in Tonga, but power was knocked out temporarily, which may have prevented the Tongan authorities from receiving the PTWC tsunami warning. +Fourteen schools on Hawaii's coastline or near it were closed as of Wednesday, even though the warnings had been lifted. +U.S. President George W. Bush welcomed the news. +Gordon Johndroe, a spokesman for Bush, referred to the North Korean pledge as "an important step toward achieving the goal of the denuclearization of the Korean peninsula." +Today a tenth named storm of the 2020 Atlantic hurricane season, Tropical Storm Jerry, has formed in the Atlantic Ocean. +The National Hurricane Center (NHC) predicts that Jerry will make landfall. +The U.S. Army Corps of Engineers estimated that up to 6 inches of rain could fall in areas already scarred by levees. +Because of the breach in the levee near the Ninth Ward, water is several feet deep at this location, which was inundated by as much as 20 feet of water during Hurricane Katrina. +The water was over the top of the dike on a 100-foot-wide stretch. +Commons administrator Adam Cuerden expressed his frustration at the deletions in a statement to Wikinews last month. +Essentially, he [Wales] lied to us from the start. On the one hand, he said it was for legal reasons. On the other, he was pretending to listen until he deleted the artistic content. +Community outrage led to the current efforts to create a policy governing sexual content on the site, which hosts millions of open-licensed media. +Although it was a highly theoretical exercise, the program was designed to mimic observations of the Sagittarius galaxy. +The effect would be caused by the tug-of-war between the dark matter present in the galaxy and in the Milky Way. +The Milky Way galaxy's gravity pulls on Sagittarius in much the same way that the moon's gravity pulls on Earth and causes tides. +Experts have concluded that dark matter can affect other dark matter, just as normal matter can. +This theory suggests that most of the dark matter surrounding a galaxy is in a halo around the galaxy, and is composed of many small particles. +Television footage showed white smoke billowing from the plant. +Local government officials have urged residents living near the plant to stay indoors, keep their air conditioning off, and not to drink tap water. +Japan's nuclear agency has found radioactive cesium and iodine at the plant. +Officials speculate that containers of uranium fuel at the site may have been damaged and leaked. +The first case of extremely drug-resistant tuberculosis (XDR-TB) was discovered by Dr. Tony Moll in the South African province of Zululand. +In an interview, he said the new variant was "causing great concern and alarm, because of its high mortality rate." +Dr. Moll believes some patients may have contracted the virus in the hospital, and at least two of the infected were health-care workers at the hospital. +An infected person can give the disease to between 10 and 15 people over the course of a year. +However, the percentage of XDR-TB in the total population of tuberculosis patients remains small - 6,000 out of 333,000 people infected at one time in South Africa. +The satellites - weighing more than 1,000 pounds and travelling at about 17,500 miles per hour - crashed about 491 miles over Earth. +Experts have said the explosion created by the collision was massive. +They are still trying to work out the importance of the impact and how it will affect the planet. +The U.S. military's Strategic Command, which oversees America's nuclear arsenal, is tracking the debris. +The results of the scan will be made available on a free-to-access website. +An Ohio doctor who worked at a Pittsburgh, Pennsylvania children's hospital has been charged with murder in the death of his mother, whose body was found in the trunk of his car on Wednesday, authorities said. +Dr. Malar Balasubramanian, 29, was found in Blue Ash, Ohio, a suburb about 15 miles north of Cincinnati, lying on the ground near a road, dressed in a sweatshirt and underwear, and apparently under the influence of drugs. +He led officers to his black Oldsmobile Intrigue, which was parked about 500 feet away. +They found the body of 53-year-old Saroja Balasubramanian covered in blood-stained blankets. +Police said the man had been dead for a day. +The first cases of the illness this season were reported near the end of July. +Pigs are carriers of the disease, and the infection is transmitted to humans by mosquitoes. +Authorities in India have resorted to measures such as deploying pig hunters, distributing thousands of mosquito nets to the public, and using pesticides in the worst-hit areas. +Authorities have also guaranteed several million doses of the vaccine to fight encephalitis, which will help healthcare companies prepare for the next year. +This year, a lack of funding and competing priorities meant that plans to roll out the vaccine in the most vulnerable regions have been delayed. +In 1956, Słania moved to Sweden, where, after three years, he obtained a job at the Swedish Post Office, where he became Chief engraver. +He has produced more than 1,000 stamps for Sweden and another 28 countries. +The quality and detail of his work is so well known that he has become one of the few "household names" among stamp collectors. Some specialise in collecting his work. +He is listed in the Guinness Book of World Records and his 1,000th stamp was the "Great Swedish Kings" (David Klöcker Ehrenstrahl, 2000). +He has also designed banknotes for numerous countries, most recently the portraits of the prime minister on the new $5 and $100 Canadian banknotes. +Gibson was taken to a hospital after the accident, where he later died. +The lorry driver, 64, was unhurt in the accident. +The vehicle was removed from the scene at about 12:00 BST on the same day. +An employee of a nearby garage said: "There were children waiting to cross the road and they were all screaming and crying." +Everyone was running from the scene. +Other issues on the agenda for Bali include saving the world's remaining forests and sharing technology to help developing nations grow in a way that is less damaging to the environment. +The UN hopes to raise a fund to help developing countries cope with the effects of global warming. +The money could be used to protect homes from flooding, improve water management and diversify crops. +Ms. Fluke wrote that efforts by some to silence women who spoke out about women's health were unsuccessful. +This was due to the large number of positive and encouraging comments from women and men urging reproductive health medicines be considered a public health necessity. +Fights broke out after the injured were taken to the hospital, and about 40 of the remaining inmates refused to return to their cells. +Negotiators have been working to resolve the standoff, but demands by the inmates have been confusing. +A fire was reported in the prison yard at about 10:00 p.m. to 11:00 p.m. MDT. +Minutes later, officers in riot gear entered the courtyard and fired tear gas at the inmates. +Firefighters extinguished the blaze at 11:35 p.m. +When the dam was built in 1963, it stopped the seasonal flooding that deposited sediment throughout the river. +This sediment was necessary for the formation of sandbanks and beaches, which in turn provided habitats for wildlife. +As a result, two fish species have become extinct and another two are critically endangered, including the cypha gila. +While the water level is expected to rise only a few feet above flood stage in the days following the deluge, officials hope the added water will help replenish sand bars downstream that have been devastated by erosion. +No tsunami warning has been or will be issued as the geophysical agency in Yakarta said the quake was not strong enough to create a tsunami. +Even though there was no tsunami threat, residents began to panic and left their businesses and homes. +Although Winfrey wept as she signed off, she reassured her fans that she would be back. +This is not a goodbye, it's just the end of one chapter and the beginning of another." +President Hifikepunye Pohamba's comfortable re-election was confirmed by final results from Namibia's parliamentary and presidential elections. +The government's ruling South West Africa People's Organization (SWAPO) also won a majority in parliamentary elections. +Coalition and Afghan troops have been moved into the area to secure the site, and more coalition aircraft have been sent in to help. +The crash was in a mountainous area and is believed to have been caused by a hostile fire. +Efforts to locate the crash site are being hampered by bad weather and rugged terrain. +Médecins Sans Frontières (MSF) and the World Health Organization (WHO) have called it the worst outbreak in the country's history, while the NGO Médecins Sans Frontières (MSF) and the World Health Organization (WHO) have called it the worst outbreak in the country's history. +MSF's Richard Veerman said: "Angola is in the grip of its worst ever Ebola outbreak and the situation remains critical." +Kick-off for the games was at 10:00 am, under sunny skies, and apart from a brief shower around mid-morning, it was a fine day for some sevens rugby. +South Africa, the highest-ranked team in the tournament, got off to a good start with a comfortable 26-0 win over fifth-ranked Zambia. +Although they were outplayed by their southern neighbours, South Africa improved as the tournament progressed. +Their well-disciplined defense, ball-handling skills, and teamwork made them stand out, and it was clear that they were the team to beat. +Officials in Amsterdam and the Anne Frank Museum said that a fungus had infected the tree and that it was dangerous to the public's health because it was about to collapse. +He was due to be executed on Tuesday but was saved after an emergency court hearing. +All of the entrances to the cave, collectively known as the "Seven Sisters", are at least 100 metres (328 feet) wide up to 250 metres (820 feet) wide. +As the infrared images show, the temperature variations during the night and day are likely to be from caves. +During the day, it is cooler than the surrounding landscape, and at night it is warmer. +While their thermal behavior is not as regular as those of the large caves on Earth, it is consistent with those of deep caverns in the ground, said Glen Cushing, of the U.S. Geological Survey and Northern Arizona University in Flagstaff, Arizona. +Traditionally, voting in France has been a low-tech affair: Voters go into a booth, fill out a pre-printed ballot, and drop it in a box. +After election officials confirm a voter's identity, the voter deposits the ballot in the ballot box and signs the poll book. +French electoral law is quite strict in its procedures. +Since 1988, all ballot boxes have been transparent, so that voters and observers can verify that there are no extra ballots at the beginning of the vote, and that only those authorized and properly counted ballots are added to the ballot box. +Candidates can send representatives to oversee every stage of the process, and in the evening, volunteers count the ballots under the watchful eye of observers and in accordance with special procedures. +ASUS Eee PC, which was launched globally earlier for its cost-saving and function-rich features, has become a hot topic at the Taipei Information Technology Month 2007. +But the market for mobile PCs has shrunk dramatically and changed since ASUS received the Taiwan Sustainable Development Award from the Executive Yuan of the Republic of China in 2007. +The station's website describes the show as "an old-time radio play with a clever, new, and offensive twist." +In its early days, the show was only streamed online on Toginet Radio, a long-running all-talk Internet radio station. +In late 2015, TogiNet established AstroNet Radio as a sister station. +Originally, the show featured local East Texas accents and amateur voice actors. +Looting was reported to be rampant throughout the night as police were nowhere to be seen in Bishkek. +An observer described Bishkek as being in a state of "anarchy" with groups roaming the streets and looting shops selling consumer goods. +Residents of Bishkek blamed the out-of-towners for the mayhem. +South Africa beat New Zealand's All Blacks in a Tri Nations rugby match at the Royal Bafokeng Stadium in Rustenburg, South Africa. +The final score line of 21-20 ended a 15-match winning run by the All Blacks. +For the Springboks, it was about recovering from a five-match losing streak. +It was the last match for the All Blacks, who had already won the trophy two weeks ago. +The final match of the series will be played at Ellis Park in Johannesburg the following week in a match between the Springboks and Australia. +A moderate earthquake hit western Montana at 10:08 p.m. on Monday. +Neither the U.S. Geological Survey (USGS) nor its National Earthquake Center have reported any direct damage. +The epicenter of the quake was located approximately 12 miles (19 km) northeast of Dillon and 40 miles (65 km) south of Butte. +The highly pathogenic H5N1 bird flu virus has been confirmed in a wild duck that died on Monday in a marshland near Lyon in eastern France, officials said. +France is seventh among European Union countries in terms of deaths from the virus, behind Austria, Germany, Slovenia, Bulgaria, Greece, and Italy. +Cases of suspected H5N5 avian influenza have also been reported in Croatia and Denmark but have not been confirmed. +Chambers's criticism of God was based on "death everywhere, destruction and terror of millions and millions of people around the globe." +Chambers, an agnostic, claimed that his suit was "without merit" and that he could be sued by anyone. +The storyline of the French opera by Camille Saint-Saens is a tale of an artist "whose life is prescribed by love, drugs, and Japan." +Artists then smoke cannabis cigarettes on stage, and the show encourages the audience to do the same. +Former U.S. Speaker of the House Newt Gingrich, Texas Governor Rick Perry, and U.S. Representative Michele Bachmann rounded out the top 6. +After the results were in, Gingrich praised Santorum but took aim at Romney, whose campaign had run negative ads against Gingrich in Iowa. +Perry said, "I'm going to go back to Texas, look at the results from tonight and see if there's a path forward." Then he said he would stay in the race until the Jan. 21 South Carolina primary. +Bachmann, who won the Ames Straw Poll in August, decided to end her campaign. +The photographer was taken to Ronald Reagan UCLA Medical Center, where he later died. +He was in his twenties, according to reports, and Bieber said in a statement, "While my heart breaks for the loss of a young life, my prayers go out to the family of the victim." +A news photographer for TMZ stopped his car on the opposite side of the Sepulveda Boulevard and tried to take photos of the traffic stop before crossing the street and continuing on, which caused the California Highway Patrol officer conducting the traffic stop to twice order the photographer back across the street, TMZ reported. +Police said it was unlikely the driver of the car that struck the photographer would face criminal charges. +With only eighteen medals available per day, there are several countries which have not won a single medal. +Netherlands, with Anna Jochemsen ninth in the women's Super-G yesterday, and Finland, with Katjia Saarinen 10th in the same event, are also involved. +Australia's Mitchell Gourley finished 11th in the men's standing super-giant slalom. Czech Republic's Oldrich Jelinek was 16th in the men's sitting event. +Arly Velasquez of Mexico finished 15th in the men's Super-G sit-skiing event. Adam Hall of New Zealand finished ninth in the men's Super-G sit-skiing event. +Visually impaired men's skier Maciej Krezel of Poland and his guide Anna Ogarzynska of Poland finished 13th in the super-G while South Korea's Jong Seork Park was 24th in the men's sitting group. +UN peacekeepers have been blamed for introducing cholera to Haiti after the disease broke out near their camp in 2010, following the earthquake. +According to the suit, the U.N. did not properly sanitize its camp waste, causing bacteria to flow into the Artibonite, one of Haiti's largest rivers. +Before the peacekeeping forces arrived, Haiti had not had any problems with the disease since the 19th century. +The Institute for Justice and Democracy in Haiti referred to independent tests that showed that the United Nations Nepalese peacekeeping battalion may have inadvertently introduced the disease to Haiti. +Danielle Lantagne, an expert in disease outbreaks who works for the United Nations, said the outbreak was probably caused by U.N. peacekeepers. +Hamilton confirmed that Howard University Hospital was admitting the patient and that his condition was stable. +The patient had been in Nigeria, where there have been cases of Ebola. +The hospital followed infection-control protocols, including isolating the patient from other patients to prevent infection. +Before The Simpsons, Simon had several jobs in other television shows, in various capacities. +In the 1980s, he appeared in several shows, including Taxi, Cheers, and The Tracy Ullman Show. +In 1989, he helped create The Simpsons with Brooks and Groening, and he was responsible for hiring the show's first writing staff. +Although he left the show in 1993, he remained an executive producer and received tens of millions of dollars in royalties every season. +Earlier, China's official Xinhua News Agency reported that a plane had been hijacked. +According to subsequent reports, the aircraft received a bomb threat and returned to Afghanistan, landing in Kandahar. +Preliminary reports said the plane had been diverted to Afghanistan after being denied permission to land in Urumqi. +Airplane crashes are common in Iran, which has an aging fleet of jets that are poorly maintained, whether for civilian or military use. +International sanctions have made it impossible to purchase new aircraft. +Three people have died and three others have been injured in a police helicopter crash earlier this week. +Iran suffered one of its worst air disasters in years last month when a plane headed to Armenia crashed, killing all 168 on board. +Also in July, a passenger plane hit a wall after overshooting the runway in Mashhad, killing 17. +Aerosmith has canceled the remaining dates on their "Global Warming" tour. +The rock band was on a U.S. and Canada tour that was scheduled to end on September 16. +The reason for the cancellation of the tour was announced as a fall by lead singer Steven Tyler from the stage during a performance on August 5. +After both players held serve through the first set, Murray was broken when he served for the set at 5-4. +Del Potro may have got off to a fast start in the second set, but he too found himself trailing 6-6. +Del Potro received treatment for his shoulder during that match, but later returned to play. +The show started at 8:30 p.m. local time (15:00 UTC). +Prominent national singers performed bhajans, devotional songs, at the feet of Shri Shyam. +The event was inaugurated by singer Sanju Sharma and followed by Jai Shankar Choudhary. They also performed the Chhappan Bhog Bhajan along with singer Raju Khandelwal. +Lakkha Singh then moved to the front to lead the bhajans. +Baba Shyam was honoured with a 108-plate Chhappan Bhog, a Hindu religious offering of 56 different edibles such as sweets, fruits, nuts, dishes, and so on, to the deity. +Lakkha Singh also performed the Chhappan Bhog Bhajan with singer Raju Khandekwak. +At the opening day of the Tokyo Game Show on Thursday, Nintendo president Satoru Iwata unveiled the design for the company's new Revolution console. +As with a TV remote control, this control has two sensors located near the user's TV, and triangulation is used to ascertain the user's position in three-dimensional space. +This will allow players to control actions and movements in the games by tilting the device in the air. +Giancarlo Fisichella went off on the first lap and was out of the race almost as soon as it began. +Fernando Alonso, his team-mate, led for most of the race but had to come into the pits just after his tyre change, presumably because his right rear tyre had been badly damaged. +Michael Schumacher retired from the race not long after Alonso, due to a faulty suspension, the result of many battles during the race. +He said at the press conference, according to a transcript, "that she was very beautiful and also sang very well." +Every time we rehearsed this, it moved me to my core. +Within three minutes of takeoff, an interior camera showed multiple pieces of insulation falling off the fuel tank. +However, they are believed to have caused no damage to the shuttle. +NASA shuttle program manager N. Wayne Hale Jr. said the foam came down "after the time that we're most concerned about." +Five minutes into the show, a wind picked up to nearly 70 km/h (40 mph), and within a minute, it was raining so hard that it hurt. Then came thunder and lightning, and people were screaming and running for their lives. +Armand Versace recalled, "I lost my sister and her friend, and on the way back I saw two guys in wheelchairs and everyone was pushing them around." +NHK also reported that the Kashiwazaki-Kariwa nuclear power plant in Niigata prefecture was operating normally. +Hokuriku Electric Power Co. said the quake did not cause any problems at its Shika nuclear power plant and that the No. 1 and No. 2 reactors had been shut down. +About 9,400 homes in the region are without water, and about 100 are without power, officials said. +Some roads were damaged, train service was interrupted in the affected areas and Noto Airport in Ishikawa prefecture remains closed. +A bomb was detonated at the gate to the governor's office. +Another three bombs exploded near government buildings in a two-hour span. +While official reports say eight people have been killed, and authorities have confirmed at least thirty people have been injured, the official death toll is still unknown. +Cyanoacrylate and melamine were detected in urine samples from animals that died after eating contaminated pet food. +Researchers said the two compounds interact to form crystals that can block kidney function. +Experts found crystals in the feline's urine, due to the presence of melamine and cyanuric acid. +When the crystals were compared using infrared spectroscopy (FTIR), it was found that the chemical composition of the crystals was identical to that found in the urine of the affected pets. +Maybe you haven't noticed, but most Central American products come into this country duty-free. +Nevertheless, Central American countries tax ninety percent of the products we make and sell to you. +To me, that made no sense; it was definitely not fair. +All I would say to people is, treat us the same way that you would want to be treated. +A proposed bill by California Governor Arnold Schwarzenegger would prohibit the sale or rental of violent video games to minors. +The proposed legislation would require violent video games sold in California to be labeled "18" and would fine retailers $1,000 for selling to minors. +The Director of Public Prosecutions, Kier Starmer QC, made the announcement this morning that Huhne and Pryce would be prosecuted. +Huhne has resigned, and will be replaced in the cabinet by Ed Davey MP. Norman Lamb MP is expected to take over as business minister from Davey. +Huhne and Pryce are due to appear before Westminster Magistrates' Court on February 16. +Nicholas Alden, 25, and Zachary Cuddeback, 21, both died at the scene. Cuddeback was driving. +Edgar Veguilla suffered a broken arm and jaw, while Kristoffer Schneider required facial reconstructive surgery. +Uka's weapon had jammed as he tried to shoot a fifth man in the head, Schneider said, and he suffered permanent damage, lost an eye, had part of his skull removed and required facial reconstruction with titanium. +Schneider testified via video conference call from a U.S. Air Force base in his home country. +Carpanedo competed in two individual championship races in addition to Wednesday's competition. +He first competed in the slalom, where he was disqualified in the first run, as were 36 of the 116 competitors. +In his other event, the giant slalom, he finished 10th in the men's standing final with a combined time of 4:41.30, 2:11.60 behind the first finalist from Austria, Claudia Loesch, and 1:09.02 behind the ninth finalist, Gyöngyi Dani, from Hungary. +Four sit skiers did not finish their runs, and a total of 45 of 117 Giant Slalom competitors did not advance to the second run. +Madhya Pradesh Police were able to recover the stolen laptop and mobile phone. +Deputy Inspector General of Police D.K. Arya said, "We have arrested five persons who sexually assaulted the Swiss woman and recovered her mobile phone and laptop." +The accused are Baba, Bhutha, Rampro, Gaza and Vishnu Kanjar. +Police Superintendent Chandra Shekhar Solanki said the accused appeared in court with their faces covered. +Three people were inside the house at the time of the crash, but no injuries were reported. +The driver however suffered serious head injuries. +The road was closed for some time after the crash as 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 taken to Addenbrooke's Hospital in Cambridge. +Adekoya has appeared at Edinburgh Sheriff Court, charged with the murder of her son. +While she is in custody awaiting trial, the testimony of a single eyewitness may be impeached, as the image of her has been widely disseminated. +It is standard practice in other parts of the UK, but as Scottish justice is structured differently, the courts considered the publication of photographs to be potentially prejudicial. +Professor Pamela Ferguson of the University of Dundee said: "Journalists are apparently walking into a legal minefield when they publish photographs or other information about the suspects." +The Coroner's Office, which oversees the processing of bodies, told reporters it would not comment further, at least not until an autopsy was performed. +According to the leaked information, the document will be about the border conflict, which Palestine seeks to resolve on the basis of the pre-1967 Middle East War boundaries. +Other perennial issues said to have been discussed include the future of Jerusalem, which both sides consider holy, and the problem of the Jordan Valley. +Israel would require a constant military presence in the valley for ten years after the agreement is signed, while the PA would only agree to five years. +During the follow-up pest-control trials, park rangers had to closely monitor the shooters, as they were being monitored and assessed for effectiveness. +A partnership between the NSW National Parks and Wildlife Service and the NSW Field Archery Association Inc. has recruited suitable volunteers through the NSW Field Archery Association volunteer program. +Mick O'Flynn, temporary head of the National Parks and Wildlife Service Conservation and Heritage Office, said the four volunteer marksmen selected for the operation had been fully briefed and trained in safety and marksmanship. +Yesterday, Martelly swore in a new nine-member Provisional Electoral Council (CEP). +It is Martelly's fifth CEP in four years. +Last month, a presidential commission recommended that the previous CEP be disbanded, as part of a series of steps to lead the country to new elections. +The commission was formed in response to widespread protests that began in October against the government. +Protests, sometimes violent, have been ongoing since 2011 over long-delayed elections. +There have been nearly 60 reports of overheating and malfunctioning iPods, which have caused six fires and minor burns to four people. +Japan's Ministry of Economy, Trade and Industry (METI) said it had recorded 27 accidents involving the jets. +Last week, METI announced that Apple had reported an additional 34 cases of overheating, which were deemed "non-serious" by the agency. +The ministry said in a statement that it was "really regrettable" that Apple was late in submitting its report. +Mariana was shaken by an earthquake at 7:19 am local time (2119 GMT) on Friday. +The National Weather Service in Guam said there were no reports of damage in Guam or the Northern Mariana Islands. +The Pacific Tsunami Warning Center also reported no tsunami threat. +In the Philippines, a former police officer has hijacked a bus and held hostage tourists from Hong Kong. +Rolando Mendoza opened fire with his M16 on the foreign visitors. +Hostages have been rescued and at least six have been killed. +Both the hostages, which included children and elderly, and the Filipino photographers were released earlier. +Later, photographers replaced an elderly woman who needed to use the bathroom. Mendoza was beaten. +Liggins followed his father's footsteps and went to medical school. +She trained in obstetrics and gynaecology and joined the staff of the National Women's Hospital in Auckland in the late 1950s. +Liggins began researching preterm births in his spare time while working in the hospital. +His work showed that a hormone could speed up fetal lung maturation in the baby. +On Wednesday, government investigators recovered the flight recorders from the black box, Xinhua reported. +Luna's fellow wrestlers also paid tribute. +Tommy Dreamer said, "Luna was the first Queen of Extreme. She died on the two full moons ago, something unique, like her, a strong woman." +Dustin Rhodes said of Luna Vachon, "Luna was as unique as they come, even more so. I loved her and I'll miss her. I hope she's in a better place." +Since 2008, among the 1400 Australians surveyed ahead of the 2010 federal election, there had been an eight per cent increase in those against becoming a republic. +Julia Gillard, the acting prime minister, said during the 2010 federal election campaign that she believed Australia should become a republic at the conclusion of Queen Elizabeth II's reign. +Thirty-four per cent of respondents wanted Queen Elizabeth II to be the last queen of Australia. +At one end of the spectrum, 29 per cent said Australia should become a republic as soon as possible; at the other end, 31 per cent said it should never become a republic. +The Olympic gold medallist was due to compete in the 100m and 200m freestyle and three relay events at the Commonwealth Games but his participation has been thrown into doubt by injury. +He was not allowed to take painkillers because of drug rules at the Games. +On January 25, Curtis Cooper, a mathematics and computer science professor at the University of Central Missouri, discovered the largest known prime number. +People used a variety of hardware and software to discover the find, which was made sometime in early February and announced on Tuesday. +Comets may have been the source of Earth's water and organic material, which gave rise to life. +Scientists expect to gain insight into how planets form, in particular our Earth, as comets have crashed into it in the past. +Cuomo, 53, took office at the beginning of the year and last month signed a bill legalizing same-sex marriage. +He called the reports "political gibberish" and "hogwash." +He is expected to run for president in 2016. +NextGen is a system that the Federal Aviation Administration says will save millions of gallons of fuel and reduce carbon emissions by making air travel more efficient. +It uses satellite-based technology to replace older ground-based radar, allowing air traffic controllers to see the position of planes more precisely and pass that information more accurately to the pilots. +There will be no additional transport and trains will not call at Wembley. Car parking and coach staging will not be available. +Concerns over potential travel issues mean the game could be played behind closed doors, with just the home fans in attendance. +On Thursday, the journal Science published a study reporting the discovery of a new bird species in the Galapagos Islands of Ecuador. +Experts from Princeton University in the US and Uppsala University in Sweden announced that the new species had evolved in just two generations, even though it was expected to take much longer, due to a mating between a male Darwin's finch, Geospiza fortis, and a female cactus finch, Geospiza conirostris. +Gold can be hammered into any shape and twisted into tiny figures. +It can be hammered and rolled into sheets, or drawn out to make a fine wire that can be wound and twisted. +It can be very thin and stuck to another metal. It was so thin that it was often used as a decoration in handmade books called illuminated manuscripts. +This is called the pH of a chemical. You can make a pH indicator out of red cabbage. +The color of the juice from the beet will be affected by how acidic or alkaline (basic) the chemical compound is. +The number of hydronium ions (H+) present when a chemical is analyzed is what determines its pH. +Hydrogen atoms consist of a proton and an electron, so a hydrogen ion is the result of stripping a proton of its electron. +Combine the dry ingredients and then, using clean and wet hands, form the mixture into a ball. +A reaction between the moisture in their hands and the outer layers of their skin, which would feel strange and sort of prickly. +The cities of Harappa and Mohenjo-daro had bathrooms with flush toilets in most houses, connected by a sophisticated sanitation system. +Evidence of drainage systems has been found in some of the Minoan palaces of Crete and Santorini, Greece. +Public baths were also a feature of ancient Egypt, Persia, and China. In ancient Rome, baths were often shared by men and women. +When you talk to someone who is far away from you, you are using a satellite. +The satellite in space hears the call, and then immediately reflects it back to Earth. +The satellite was sent into space on a rocket. Scientists use telescopes in space because some of the light we see is distorted by the Earth's atmosphere. +A giant rocket more than 100 feet tall is required to launch a satellite or telescope into space. +The wheel has changed the world in so many ways, and the most important thing it gave us was a much simpler and faster mode of transportation. +Thanks to her, we have many means of transportation today, such as the train or the car, to name a few. +Below these are smaller but still quite large cats, which hunt medium-sized prey, from rabbits to deer and antelopes. +Smaller cats, such as the free-ranging domestic cat, often hunt small prey, such as insects, rodents, lizards, and birds. +The secret to their success is the concept of the niche: every cat has a unique role, and does not compete with other cats. +Lions are social cats and live in large groups called prides. +Prides are made up of one to three adult males from the same family group, plus as many as thirty females and their young. +Females are usually closely associated with other females, and are thus more likely to be related as sisters or mothers and daughters. +Lion prides behave much like wolf packs or dog packs, and are remarkably similar in appearance and behavior to gray wolves or dogs (compared to other large cats). They hunt in groups, and are extremely deadly to their prey. +An acrobatic athlete, the tiger can run up trees (though not very well), swim, dive, and leap as high as 10 feet (3 meters). A tiger's bite is five times stronger than that of an adult human. +The tiger is a member of the same genus (Panthera) as the lion, leopard and jaguar, the only four big cats that roar. +The tiger's roar is not as full-throated as the lion's, but rather a sequence of words spoken in growls and screams. +Ocelots prefer to eat small prey, such as monkeys, snakes, rodents, and birds. Their prey is usually much smaller than they are. +Scientists believe that cougars locate their prey, either by scenting the ground where it has passed, or by tracking it visually. +They have excellent night vision and can see well in the dark. They are also very stealthy and will stalk their prey before rushing in for the kill. Ocelots hunt their prey by mimicking the sounds of their surroundings. +When a small group of living things (a population) moves away from the rest of its kind (perhaps into a mountain range or along a river, or to an island), they are likely to find themselves in a different environment from what they are used to. +The new environment will have different resources and competitors, so a new population will need different features or adaptations to be a strong competitor. +There has been no change in the native population, and they still require the same adaptations as in the past. +Over time, as the population adapts to the new environment, it becomes less and less like the original population. +Eventually, after thousands or even millions of years, the two populations will become so different that they will no longer be classified as the same species. +This process is called speciation, which simply means the development of new species, and it is an inevitable and fundamental part of the evolutionary process. +Plants make oxygen that people breathe and take in carbon dioxide when they breathe out (exhale). +Plants make food from the sun using photosynthesis. They also give us shade. +We build our houses from plants, and also make our clothes from them. Most of the food we eat is made from plants. Without plants, most animals would not survive. +The Mosasaurus was the top predator of its time, so it was not afraid of anything, except for other Mosasaurs. +Its massive jaws held up to 70 sharp teeth, and it also had another set of teeth in its palate, so that anything it swallowed did not get away. +It didn't have the beak, but it could have been a viper. Its diet included turtles, large fish, other mosasaurs, and possibly even cannibalism. +It also attacked anything that entered the water, even a creature as large as a Tyrannosaurus rex. +While most of this food would be familiar to us today, the Romans also ate some unusual things at banquets, such as wild boar, peacocks, snails, and even a type of rodent called a dormouse. +Another difference was that the poor and women would sit on a stool to eat while the wealthy would sit on couches and lay down to eat. +It would be impossible for recipes from ancient Rome to include foods from America or Asia, which did not come to Europe until centuries later. +For example, they did not have corn, tomatoes, potatoes, or chocolate, and no Roman in ancient times ever tasted turkey. +The Babylonians built a central temple for each of their gods, which they considered their home. +People made sacrifices to the gods and priests tried to please the gods by performing rituals and holding festivals. +The temples had an open courtyard with the cella, the inner sanctuary, to which only the priests were admitted. +Sometimes special pyramid-shaped towers, called ziggurats, were built and used as part of the temple. +The top of the tower was a special sanctuary for their deity. +In the hot climate of the Middle East, dwellings were of little importance. +Traditionally, Jewish families spend most of their time outdoors. +Women cooked in the courtyard; shops were no more than counters facing the street. Houses were built of stone. +In the land of Canaan there were no great forests, and so wood was very costly. +Few people lived in Greenland. According to Norse sagas, Erik the Red was exiled from Iceland for murder and, while sailing west, discovered Greenland and named it. +However, despite their discoveries, the Vikings were not the first inhabitants of the area. The Native American tribes had already settled there by that time. +Although each of the Scandinavian countries had its own "Scandinavian" period, there were marked differences between the peoples, kings, customs, and history of Denmark, Sweden, Norway, and Iceland. +If you've seen the movie National Treasure, you might believe that a map to the treasure is on the back of the Declaration of Independence. +However, this is not the case. Although the reverse side of the document is written on, it is not a treasure map. +The Declaration of Independence has the words "Declaration of Independence, original 4th of July, 1776" on the reverse side. The text is at the bottom of the document, upside down. +Although unknown who composed it, the enormous parchment scroll (29 3/4 by 24 1/2 inches) was quickly rolled up after its creation. +Thus, the notation may have been added only as a tag. +Although the landings on D-Day, and the fighting that followed, had freed northern France, the southern part of the country remained in German hands. +Its government was under the control of the French "Vichy" collaborators, who in 1940 had agreed to a peace with the Germans and were working with the invaders rather than fighting them. +On August 15, 1940, Allied forces invaded southern France in an operation code-named "Dragoon." +Within two weeks of landing in France, American and Free French forces had advanced to the south of France, and were on their way to Germany. +A civilization can be defined as a specific culture that is shared by a large group of people who live and work together, a society. +The word civilization is derived from the Latin word civilis, meaning civil, and the word civitas, meaning city or city-state. +Cities are the precursors of nations. A culture of civilization will pass on from one generation to the next, build a lasting cultural legacy, and spread homogeneously. +Minority cultures are often lost without a significant historical record, and are not recognized as distinct civilizations. +During the Revolutionary War, the Thirteen Colonies formed a weak central government under the Articles of Confederation. The Continental Congress was the sole component of this government. +The Congress was not empowered to tax, and as there was no national executive or judiciary, the business of taxation was left to the states, which often did not cooperate in carrying out their laws. +He was also not empowered to override state taxes or fees. +Articles required the unanimous approval of the states to be enacted, and states gave so little deference to the central government that their representatives were often absent. +The Italian national football team, along with the German national football team, is the second most successful in the world, and won the FIFA World Cup in 2006. +The most popular sports are football, basketball, volleyball, water polo, fencing, rugby, cycling, ice hockey, roller hockey, and Formula 1 racing. +Winter sports are more popular in the north, with athletes competing in international and Olympic events. +Japan has 6,852 islands (Honshu is the largest), and is the seventh-largest island country. +Because of its numerous islands, Japan is geographically referred to as an "archipelago". +The history of Taiwan dates back to the 15th century, when European mariners called the island Ilha Formosa, which means Beautiful Island. +Founded in 1624 by the Dutch East India Company on the southwest coast of Taiwan, it began a transformation of the aboriginal method of grain production, using Chinese laborers on its rice and sugar cane plantations. +The Qing Dynasty (1644–1912) gained control of northern and western Taiwan in 1683 and made it a province of the Qing Empire in 1885. +Following its defeat in the First Sino-Japanese War (1894–95), the Qing government was forced to sign the Shimonoseki Treaty in 1895, ceding sovereignty over Taiwan to Japan, which maintained control of the island until 1945. +Machu Picchu has three main buildings: the Intihuatana, the Temple of the Sun and the House of the Three Windows. +Most of the buildings at the ends of the complex have been restored, to show visitors how they looked originally. +By 1976, about thirty percent of Machu Picchu had been restored, and work continues to this day. +35 mm film size was standard for still photography by the end of the era of analog photography. +It is still made today, but more importantly, its resolution has been relegated to digital camera sensors. +35 mm film is actually a bit confusing, as it is 36 by 24 mm. +Thus, this format is said to have a dimensional ratio of 3:2. +Many traditional formats (e.g. the APS group of formats) are the same, or very similar, to this aspect ratio. +The rule of thirds, which has so often been mocked and ridiculed, is a simple guideline that allows for dynamic composition while still maintaining a sense of order. +He suggests that the most effective place to put the central object is at the intersection of the horizontal and vertical lines that divide the image into thirds (see example). +During this period in European history, the Roman Catholic Church, which had amassed wealth and power, was challenged. +For over a thousand years, Christianity had united diverse European states despite their different languages and customs. +Its pervasive power affected everyone, from the king to the plebeians. +One of the most important principles of Christianity is that wealth is to be used to relieve suffering and poverty, and church funds are for that purpose. +The central dome of the church had been in Rome for more than a thousand years, and the concentration of wealth and power in one place led many to wonder if this principle was still being upheld. +Within a few months of the outbreak of hostilities Britain began to enforce a naval blockade of Germany. +While the strategy, which involved interrupting vital military and civilian supplies, was successful, it violated international law, which is generally recognized by most international agreements of the past two centuries. +Britain has claimed entire ocean areas for its own use, and has even endangered neutral ships. +Having received a limited response to this approach, Germany was expecting a similar reaction to its unrestricted submarine warfare. +During the 1920s most individuals and nations were pacifist and isolationist. +Following the atrocities and horrors of World War I, countries wanted to avoid this from happening again in the future. +In 1884, Tesla moved to the United States to take a job with the Edison Electric Light Company of New York. +He came to the U.S. with four cents, a book of poems, and a recommendation from Charles Batchelor (his last employer) to Thomas Edison. +China has a unique way of marking different periods of time. Each dynasty or family that ruled was a distinct period. +Between each dynasty there was also a period of disunity, when the country was divided up into several warring states. The most famous of these was the Three Kingdoms period, lasting for 60 years from the fall of the Han dynasty to the rise of the Jin dynasty. +These were times of great turmoil, with many noble families vying for the throne. +One of the bloodiest periods in ancient China was the Three Kingdoms period, in which thousands of people died in a struggle to occupy the throne in the large palace in Xi'an. +Its political and social ramifications are many, such as the use of the metric system, the move away from absolutism toward republicanism, nationalism and the belief that the country belongs to the people, not to a single sovereign. +Following the Revolution, all positions were open to men, which allowed the most ambitious and prominent to succeed. +This is also true of the military, where charges are now based on the calibre rather than the class. +The French Revolution also inspired many other peasants in other countries to start their own revolutions. +Muhammad was deeply interested in matters beyond this worldly life. He used to go to a cave called Hira in the mountain of Nur (light) for meditation. +The cave itself, preserved to this day, vividly illustrates the spiritual inclinations of Muhammad. +Tucked away at the top of a mountain in northern Mecca, a cave is completely isolated from the rest of the world. +Indeed, it is very hard to find even if you know it exists. In the heart of the cave, the isolation is complete. +Nothing can prepare you for the beauty of the clear sky, and the many surrounding mountains. From the inside of the cave, you will see and hear very little of the outside world. +The only one of the Seven Wonders of the World still standing is the Great Pyramid of Giza. +The Great Pyramid of Giza, built in the 3rd century BCE by the Egyptians, is one of many large pyramids, but the only one of the Seven Wonders of the Ancient World still standing. +The Giza Plateau, or the "Necropolis of Giza", in Egypt's Valley of the Dead, is home to many pyramids (the Great Pyramid being the largest), some small tombs, temples, and the Great Sphinx. +The Great Pyramid was built for Pharaoh Khufu, and many smaller pyramids, tombs, and temples were built for his wives and other relatives. +The "upward-pointing" chevron resembles a V, while the "downward-pointing" chevron is similar to an inverted triangle or a square with its lower edge missing. +Top hand means to start at the top of the bow, and draw the bow toward you, and bottom hand means to start at the bottom of the bow, and draw the bow away from your body. +The upward bow produces a softer sound, while the downward bow is louder and more distinct. +Feel free to make your own marks with a pencil, but remember that the marks on the bow have been put there for a musical purpose and should not be obliterated. +On October 6, 1789, a mob of market women forced King Louis XVI, Queen Marie Antoinette, their two young children (eleven-year-old Marie-Thérèse and four-year-old Louis-Charles) and King Louis's sister, Madame Elizabeth, to return to Paris from Versailles. +They were driven back to Paris in an open carriage, surrounded by a hostile crowd shouting abuse at the king and queen. +The crowd then forced the King and Queen to open all the windows in their carriage. +At one point, a participant in the riot shook the head of a Royal Guard beheaded at Versailles in front of the queen, who was terrified. +The Filipino people paid the cost of US imperialism in gaining a foothold in the Philippines. +They were forced to pay taxes to the U.S. colonial government to pay for most of the expenses and interest on the bonds that were issued in the name of the Philippine government by Wall Street banks. +From now on, the super profits derived from the prolonged exploitation of the Filipino people will be the main gains of US imperialism. +To understand the Templars, it is necessary to understand the context in which the order was established. +The historical period in which these events took place is known as the High Middle Ages, in the 11th, 12th, and 13th centuries (1000–1300 CE). +The Middle Ages were preceded by the Early Middle Ages and followed by the Late Middle Ages, which by convention end around 1500. +Technological determinism is a concept that encompasses a practical range of ideas from the technological imperative or impulse to a strict sense that there is an underlying logic to the course of humanity and that this is best understood in terms of the laws of science and how they are expressed in technology. +Nearly all technological determinist views have two general ideas in common: 1) that technological development occurs as an independent process unaffected by any cultural or political influences, and 2) that technology has "effects" upon society that are inherent and not socially constructed. +For example, you could argue that the invention of the automobile would not have been possible without the invention of roads. +However, a national network of roads is not economically viable for a low volume of cars, so new manufacturing techniques are being developed to reduce the cost of owning a car. +The invention of the automobile also led to an increase in traffic accidents, creating a need for new techniques in the field of health to repair injured bodies. +The concept of cultural determinism was prevalent in Romanticism, according to scholars such as Goethe, Fichte, and Schlegel. +In the context of Romanticism, geography shaped people, and over time, customs and cultures emerged from that geography which, because they were in harmony with the location of that society, were preferred to arbitrary laws. +As Paris is known as a fashion capital nowadays, Constantinople was considered a fashionable city in the medieval Europe. +Its status as a centre of luxury began about 400 BCE and lasted to about 1100 CE. +By the 12th century its status had declined, in part because of the return of the Crusaders with silks and spices which were more highly regarded than the wares of the Byzantine markets. +From that time on, the title "the fashion capital" passed from Constantinople to Paris. +The Gothic style was at its zenith between the 10th and 14th centuries. +At first, the style of clothing was greatly influenced by Byzantine culture in the east. +However, due to the lag of the communication channels, Western styles may be delayed by 25 to 30 years. +By the end of the Middle Ages, Western Europe had developed its own style. One of the most significant innovations of this period was the invention of buttons for fastening clothes, a result of the Crusades. +Subsistence farming is farming for the sole purpose of providing enough food for the farmer and his family. +Subsistence farming is a simple, usually organic, farming system that relies on local seed varieties, and may include crop rotation or other simple methods to maximize production. +Historically, most farmers were subsistence farmers, and this is still the case in many developing countries. +Subcultures are groups of people who share similar ideas and feelings of being an outsider to social norms, and it allows them to gain a sense of identity. +Many factors can distinguish subcultures, such as age, ethnicity, class, location, or the gender of its members. +The features that distinguish a subculture may be linguistic, aesthetic, sexual, geographic, religious, or political, or some combination. +Members of a subculture often pay tribute to their membership with distinctive and symbolic style of clothing, gestures, and slang. +One of the most common ways to illustrate the importance of socialization is to look at the few and unfortunate cases of children who, through neglect, misfortune, or intentional abuse, were not socialized by adults during their upbringing. +These children are called "wild" children. Some "wild" children are confined by individuals, usually their parents. In some cases, the abandonment of a child is due to the parents' rejection of the child's serious intellectual or physical disability. +Wild children may have experienced serious trauma or abuse prior to being abandoned or running away. +Some were said to have been raised by animals, and a few even lived in the wilderness alone. +When a wild child is raised exclusively by non-human animals, their behavior (within the bounds of their physical abilities) is similar to that of the specific animal who cared for them, and they either fear or are indifferent to humans. +While project-based learning should make that process easier and more interesting, the jam goes beyond. +Coaching is not a learning technique; it is an assistance that provides support to those experiencing a new event, such as using a new computer program or starting a new project. +A scaffold can be either real or virtual; in other words, a teacher is a type of scaffold, but so is the animated office assistant in Microsoft Office. +Virtual rounds are integrated into the software, and their function is to question, stimulate, or explain procedures that students may have found challenging to master on their own. +Children are placed in foster care for a variety of reasons, including neglect, abuse, and even extortion. +No child should ever have to grow up in an environment without love, nurturing, and care, but it happens. +We can see that the foster care system provides a safe environment for these children. +Our goal for our foster care system is to provide safe homes, loving foster parents, stable placements, and quality medical care. +The purpose of foster care is to meet the needs of children who were not being met in the home they were removed from. +The Internet unites and blends components of mass communication and of interpersonal communication. +The distinctive features of the Internet open up new dimensions in the concept of uses and benefits. +For example, "learning" and "socialization" are often cited as important motivations for Internet use (James et al., 1995). +In a study of user reactions to web sites by Eighmey and McCord (1998), "personal involvement" and "long-term relationships" were also discovered as new motivating factors. +Videos have led to important discoveries about micro-expressions, which are fleeting facial movements that last only a fraction of a second. +Specifically, it is claimed that by reading the micro-expressions on a person's face, it is possible to tell if they are lying. +Oliver Sacks, in his article The President's Speech, explained how those who are unable to understand speech because of brain damage can nevertheless accurately judge the sincerity of what is said to them. +He even suggests that some of our skills in reading human behaviour can be shared with other animals, such as pet dogs. +Throughout the 20th century, research has led to the discovery of two groups of genetic variation: the hidden and the expressed. +The process of mutation introduces a new genetic variant; the process of selection removes that variant from the set of variants. +Segregation and recombination shuffle the alleles from one generation to the next. +In the savanna, it is hard for a primate with a human-like digestive system to get enough protein from the available vegetation. +Moreover, not doing so has serious consequences: stunted growth, malnutrition, and ultimately death. +The proteins in leaves and beans would have been the next most readily available plant foods, but they are not easily digested by primates like ourselves without cooking. +By contrast, foods derived from animals (ants, termites, eggs) are easily digested and provide an abundance of protein containing all of the essential amino acids. +In short, it's not surprising that our ancient ancestors would have dealt with their "protein problems" in much the same way as present-day savanna chimpanzees. +The interrupted sleep pattern involves waking up for a period of time during normal sleeping hours, and then going back to sleep for another period of time (10 to 60 minutes). +This can easily be accomplished with a loud or soft alarm clock that will wake you up without fully rousing you. +Registration is an additional requirement for the visa process. In some countries, you must register your presence and address where you are staying with the local authorities. +Other options that are based on biological rhythms include drinking lots of fluid, especially water or tea, before bed, which will make you wake up to urinate. +The level of inner peace that a person enjoys is inversely proportional to the amount of tension in their body, and in their spirit. +The lower the tension, the more positive is the force of life with which we are endowed. Everyone has the potential to find complete peace and happiness. +Everyone can achieve enlightenment. The only thing that prevents you from doing so is your tension and negativity. +While the doctrines of Tibetan Buddhism are based on the teachings of the Buddha, they are influenced by the Mahayana path of love and the yoga techniques of India. +In essence, Tantra is quite simple. It is based on Kundalini yoga, meditation, and the path of love that encompasses everything. +In Kundalini Yoga, Kundalini energy (awakening) is activated through yoga poses, breathing techniques, mantras, or visualization. +Tibetan Buddhist meditation focuses on Devata Yoga. Through visualization of various deities, energy channels can be cleared, chakras activated, and enlightenment consciousness developed. +During World War II, the Soviet Union and the United States were allies against a common enemy, Germany. After the war, ideological, process, and cultural differences led to a cooling of relations between the two countries. +Two years after the end of the war, those who were allies were now enemies, and the Cold War began. +It would continue for another 40 years, and be fought in earnest, by proxy armies, on battlefields from Africa to Asia, in Afghanistan, Cuba, and many other places. +Because by September 17, 1939, the Polish defense was already broken, their only hope was to retreat and reorganize in the Romanian bridgehead. +However, these plans were soon dropped more or less overnight when more than 800,000 Soviet Red Army troops poured into the Belarusian and Ukrainian fronts, after having invaded eastern Poland, thereby violating the Treaty of Riga, the Soviet–Polish Non-Aggression Pact, and other international, bilateral, and multilateral agreements. +Using ships to transport goods is a much more effective way of moving large numbers of people and goods around the world. +Traditionally the Navy's role has been to ensure that its country can move troops and supplies, while interfering with an enemy's ability to do the same. +The North Atlantic Campaign of World War II is one of the clearest and most recent examples of this. The United States sought to supply Great Britain across the Atlantic Ocean. +Meanwhile, the German Navy, mostly using submarines, tried to interrupt this traffic. +If the Allies had failed, Germany would have taken over Britain, just as they did in all of the other European countries. +The wild goat is said to have been domesticated for the first time about 10,000 years ago, in the Zagros Mountains of Iran. +Ancient people and tribes would have kept sheep for their wool, milk, meat, and skins. +Herds of domestic sheep were usually kept together in flocks and herds, often under the care of a shepherd, a job which was often done by children or adolescents. This type of sheep herding is still practiced today. +Trains had already been in use in England by the 16th century. +Even though the wheels on the carts were made of simple wooden planks, they allowed horses to go faster and carry more weight than they could on the rougher ground of the day. +The introduction of sleepers to keep the rails in place was an early innovation. Eventually, it was found that rails would be more durable if they were made of iron. +This became a regular practice, although the iron wheels caused more wear on the wooden carriage wheels. +Eventually wooden wheels were replaced by iron wheels and in 1767 the first cast iron rails were laid. +The first transportation ever known to man was walking upright, about two million years ago with the invention of the upright man, or Homo erectus. +Their ancestors, the Australopithecus, did not walk upright. +While evidence of bipedalism has been found in 4.2- to 3.9-million-year-old fossils of Australopithecus, Sahelanthropus may have walked upright about 7 million years ago. +We can start living more friendly with the planet, join environmental movements, or even become an activist and fight for a less painful future. +It is, in many cases, just symptomatic relief. But if it is not just a temporary situation, then we should try to find the root of the problem and try to rectify it. +It can't be denied that the world has changed dramatically as a result of the technological and scientific advances of the human race, and the problems have been exacerbated by overpopulation and the lavish lifestyle of the people. +After the Declaration was passed by Congress on July 4, a fair copy was prepared, signed by President of Congress John Hancock, and by Secretary Charles Thomson, and delivered to John Dunlap, a printer a few blocks away. +In the wee hours of the morning, between 150 and 200 copies were made, which are now known as the "Dunlap Copies". +John Nixon was the first to read the document aloud, on July 8, in the courtyard of the Independence Hall. +A copy was sent to George Washington on July 6, and he ordered it to be read to his army in New York on July 9. A second copy arrived in London by August 10. +Dunlap's 25 known copies are the earliest existing copies of the document. The original manuscript is lost. +A lot of paleontologists believe that a group of dinosaurs survived and are still alive today. They are the birds. +Many people do not consider them to be dinosaurs because they have feathers and can fly. +However, there are many features of birds which still resemble those of the dinosaurs. +They have scaly feet and claws, lay eggs, and walk on their hind legs just like the T. rex. +Today, nearly all computers work by manipulating data that is represented in the binary number system. +A binary number can have only one of two values, 0 or 1, and in computer jargon these numbers are called binary digits, or bits. +Internal poisoning may not become apparent immediately. Its symptoms, such as vomiting, are common enough to be easily overlooked. +The most obvious sign of an internal poisoning is finding an open bottle of medication or a toxic chemical cleaning product. +Read the label for specific first aid instructions for that particular poison. +Entomologists use the term parasite insects in a formal sense to refer to this group of arthropods. +It comes from an ancient association with body lice, which are very sophisticated parasites of humans. +Bed bugs and bat bugs are parasitic; they are adapted to living in the roosts or nests of their hosts. +There are an estimated 400,000 cases of multiple sclerosis (MS) in the United States, more than any other neurological disease among young and middle-aged adults. +Multiple sclerosis affects the central nervous system, which is comprised of the brain, spinal cord and optic nerve. +Studies have shown that women are twice as likely as men to experience EM. +A couple might decide that having a child would not be in their best interests or the child's. +These couples might choose to pursue adoption. +In an adoption, biological parents give up their parental rights so that another couple can become the child's legal parents. +The ultimate goal of science is to gain an understanding of how the world works, using the scientific method as a guide for most scientific research. +However, it is not an experiment, it is a test that is used to eliminate one or more of the possible hypotheses, by asking questions and making observations that guide the scientific research. +Naturalists and philosophers alike focused on classic works, especially those in Latin, such as the Latin Bible. +Aristotle's thoughts, especially those on science, even psychology, were accepted. +As the Greek language lost its dominance, Western civilization distanced itself from its Greek philosophical and scientific roots. +Many rhythms in physiology and behavior are dependent on internal cycles and their production by biological clocks. +Periodic rhythms, which are not only responses to regular environmental stimuli, have been recorded in nearly all living things, including bacteria, fungi, plants, and animals. +Biological clocks are self-sustaining and have a circadian period that is free-running, even in the absence of environmental stimuli. +One of the key pieces of evidence that DNA was a genetic material was the work of Hershey and Chase. +Hershey and Chase inserted their own DNA into a bacterium using phages, or viruses. +They performed two experiments in which the phage DNA was labelled with radioactive phosphorus, and the DNA protein was labelled with radioactive sulphur. +Depending on the type of mutation, the significance of the affected piece of genetic material, and whether or not it involves germ cells, the mutation can have various effects. +Only mutations in germ cells can be passed on to offspring, while mutations in other cells can cause cell death or cancer. +Nature-based tourism is travel to natural areas for enjoyment of natural features, including wildlife and plants. +Possible activities related to the site include: Hunting, Fishing, Birdwatching, Parks, Ecotourism. +A great example is to visit, take photos, and learn about orangutans in Borneo. +Every morning, people leave small towns for work by car, and pass other people going to jobs nearby. +In this dynamic ridesharing business, everyone is in some way connected to a car-based transportation system, and profits. +Scientists now argue that this massive carbon economy has robbed the biosphere of one of its regular states that has nurtured human evolution for the past two million years. +Everyone is a member of society, and everyone uses the transportation systems; and almost everyone complains about them. +In developed countries, you seldom hear similar levels of complaints about the quality of the water or the collapse of bridges. +Why do transport systems give rise to such complaints, and why do things go wrong so often? Are transport engineers simply incompetent, or is there something more fundamental going on? +Traffic flow is the study of how individual drivers and vehicles move from one point to another, and how they interact. +Unfortunately, traffic flow is hard to study because it is hard to predict exactly how drivers will behave. +Fortunately, drivers tend to behave in a reasonably consistent manner, so that traffic flows can be represented in a mathematically tractable way. +To make the flow of fluid as clear as possible, relations are established between the three most important factors: (1) flow, (2) density, and (3) velocity. +These relationships help in both the planning and design, as well as the operation of roadway devices. +The first insects to take to the air were the dragonflies. This helped the dragonflies avoid their predators, find food and mates more efficiently. +Most insects can fold their wings back over their bodies. +This gives them a wider range of small places to hide from predators. +Today, only two orders of insects are unable to fold their wings, the Anisoptera (dragonflies) and the Ephemeroptera (mayflies). +About a thousand years ago, a man named Aristarchus said that the Solar System went around the Sun. +Some people agreed with his theory, but many others believed the opposite: that the solar system orbited the Earth, even the Sun and other stars. +This makes sense, right? After all, on Earth, we don't see it moving, do we? +The Amazon is the largest and second longest river on Earth. It contains one-eighth of the world's fresh water. +The Amazon is also the widest river on Earth, in places reaching as much as six miles across. +Twenty percent of the world's fresh water that flows into the oceans comes from the Amazon. +The great Amazon River is 6,387 kilometres (3,980 mi) long and has more than a thousand tributaries. +Although the stone pyramids were later built right up to the end of the Old Kingdom, they were never able to rival the pyramids of Giza in size or the sophistication of their construction techniques. +The ancient Egyptians of the New Kingdom would have been awed by the monuments of their ancestors from more than a thousand years ago. +With approximately 800 inhabitants, Vatican City is the smallest independent nation in the world, and has the smallest population. +Italian:Italian is used in Vatican City for both legislation and official announcements. +The daily language of most people working in the state is Italian, and Latin is usually reserved for religious ceremonies. +Everyone who lives in the Vatican is a Roman Catholic. +The basic chemical elements gold, silver, and copper have been known from antiquity, as they all occur in nature in their uncombined forms and can be extracted from ores using relatively simple tools. +Philosopher Aristotle proposed the theory that everything is composed of one or more of four elements - earth, water, air, and fire. +It resembled the states of matter (in the same order): solid, liquid, gaseous, and plasma, but at the same time it was theorized to become new stuff that made up everything we see. +Alloys are primarily combinations of two or more metals. There are a lot of elements in the periodic table. +Metals are elements such as calcium and potassium. There are also metals of the type of gold and silver. +Alloys can also contain small amounts of non-metals, such as carbon. +Everything in the universe is made of stuff, and the stuff is made of small particles called atoms. +The size of an atom is so unimaginably small that the period at the end of this sentence would contain billions of them. +That's why, when it was invented, the pencil made a lot of friends. +Unfortunately, due to the implementation of new writing methods, the pencil is used less and less, and has lost its status. +Nowadays people communicate by typing messages into their computers. They do not even need to go to their desks. +The only question is, what will the keyboard look like when the next big thing comes along? +An atomic bomb works on the principle that a large number of protons and neutrons can be made to stick together by the application of energy. +This is similar to what happens when you push a heavy car up a hill and then let it roll down the hill. Pushing the car up the hill used some energy, and some of that energy is returned to you when you let the car roll down the hill. +The nuclei of some atoms are unstable, that is, they tend to disintegrate spontaneously. +The moon's surface is covered in rocks and dust, and its outer shell is called the crust. +The rift zone is about 70 km (40 mi) wide where it is closest to the sea and about 100 km (60 mi) wide where it is farthest from the sea. +It's thinner under the maria and thicker under the highlands. +There might be more lakes on the near side due to its thinner crust, which allowed magma to reach the surface. +Content theories focus on what people are attracted to or interested in. +These doctrines posit that individuals have certain needs and desires that are internalized as they mature into adulthood. +These theories try to explain what makes people want to do the things they do, and what factors in their environment make them do or not do certain things. +Two well-known theories are Maslow's hierarchy of needs and Herzberg's two-factor theory. +There are two broad types of behaviours when managers start leading their former peers. One is to try to remain "one of the boys" (or girls). +These managers find it hard to make decisions that are unpopular with employees, enforce discipline, conduct performance reviews, allocate responsibilities, and hold people accountable. +At the other end of the spectrum, they become an entirely different person, believing that everything the group has done to this point has been wrong, and that they need to do things their way. +Ultimately, the person who is responsible for the success and failure of a team is the leader. +This type of behavior often alienates leaders from the rest of the team. +The same standards of excellence that are applied to conventional teams are also in place for virtual teams, though with some slight differences. +Often members of a virtual team serve as a point of contact for their physical local community. +They are usually granted more leeway than members of a traditional group, since their teams can meet at a time that would be inconvenient for local management. +The existence of a real "invisible team" (Larson and LaFasto, 1989, p. 109) is also a unique feature of virtual teams. +The "invisible team" is the group that manages, and to which every member reports. They set standards for every member. +What would be the reason for a company to go through the trouble of establishing a learning organization? One of the purposes of applying the theoretical concepts of organizational learning is to promote innovation. +When all available resources are used appropriately by the operating departments of an organization, space is created for creativity and innovation. +As a result, a process that was once a team-based approach to solving a place-based problem can become a new innovative process to meet customer needs. +For an organization to be innovative, leadership must first create a culture of innovation, shared knowledge, and organizational learning. +Angel (2006) explains the continuous approach as a method used to help organizations achieve a higher level of performance. +Neurobiological data provides empirical evidence for a theoretical approach to cognitive science research. It thus narrows the scope of inquiry and makes it more precise. +The link between brain abnormalities and behaviour is of interest to scientists. +It is well known that many types of brain damage, injury, lesions, and tumors affect behavior and change mental function. +Thanks to the advances in technology, we are now able to see and investigate structures and processes within the brain that have never been seen before. +This gives us a lot of information and material with which to develop simulation models, which will help us understand the workings of the mind. +While artificial intelligence is often associated with science fiction, it is a significant field of study within computer science, which deals with the behavior, learning, and adaptation of intelligent machines. +AI research is the study of designing intelligent machines that can automatically perform tasks that would normally require human intelligence. +Examples include monitoring, planning and scheduling, being able to respond to customer inquiries and diagnose problems, and facial, handwriting, and speech recognition. +These issues have become separate disciplines, and are focused on solving problems in the real world. +Artificial Intelligence is now widely used across sectors including economics, medicine, engineering, and the military, and has been incorporated into numerous computer and video games as well as personal computers. +Field trips are an important part of any classroom, and often a teacher will wish to take students someplace that is inaccessible by bus. +This is being made possible by technology, through virtual field trips. Students can look at artifacts in a museum, visit an aquarium, or gaze at beautiful works of art, all from their classroom. +A virtual field trip can also be a great way to reflect on an outing and share experiences with future classes. +For instance, every year, students at North Carolina's Bennet School create a website about their trip to the state capital, and the website is updated every year, but the old ones are kept online, as a sort of scrapbook. +Blogging can also help students become better writers. Although students may start out with poor grammar and spelling, they are likely to improve their writing when they become aware of an audience. +Since students are usually the readers most prone to criticism, the blogger begins to feel the need to improve his writing, in order to avoid criticism. +Also, blogging "requires students to become more aware of their place in the world." The need to engage the audience makes students intelligent and interesting (Toto, 2004). +Blogs can encourage collaboration and engage students in learning beyond the regular school day. +Proper use of blogs "can empower students to become more analytical and critical, through active engagement with online content, they can define their stance on issues in the context of other writings, and even develop their views on specific topics." (Oravec, 2002). +Ottawa is Canada's bilingual capital, with numerous museums and galleries showcasing the country's history and art. +Niagara Falls is to the south, and the unspoiled natural beauty of Muskoka and the Georgian Bay lie to the north. +All of these things, among others, is what makes Ontario intrinsically Canadian in the eyes of the world. +Much of the land to the north is uninhabited or very sparsely populated. +A population comparison that will surprise many people: there are more African Americans in the United States than there are Canadians. +East Africa or Eastern Africa is the eastern portion of the African continent, comprising the countries of Kenya, Tanzania, Uganda, Rwanda, Burundi and Somalia. +Madagascar is by far the largest, and an entire continent when it comes to wildlife. +Most of the smaller islands are independent countries or French overseas territories, and are popular for their beaches and luxury resorts. +Islam was brought to the region by Arabs and became the dominant religion in Comoros and Mayotte. +European and colonial influence in the region dates from the 15th century with the discovery of the sea route from Europe to India by Portuguese explorer Vasco da Gama. +The region borders the Sahel to the north, the Atlantic Ocean to the south and west. +Women: All female visitors, regardless of actual marital status, are advised to say they are married. +Also, consider a ring (as long as it doesn't look too expensive). +Women need to be aware that cultural differences may mean that what they consider to be harassment is in fact normal behaviour, and that they are likely to be followed, touched, etc. +Be resolute in rejecting men, and don't be afraid to stand up for what you believe (cultural differences or not, that's wrong). +The modern city of Casablanca was founded by Berber fishermen in the 10th century, and was later used by Phoenicians, Romans, and Moroccans as a strategic port, called Anfa. +It was destroyed and rebuilt by the Portuguese under the name Casa Branca, but was abandoned in 1755 following an earthquake. +At the order of the Moroccan sultan, the city was rebuilt and given the name Daru l-Badya, but the Spanish traders who established themselves there called it Casablanca. +Casablanca is one of the most boring places in Morocco to go shopping. +In and around the old medina there are many shops selling traditional Moroccan items, such as pottery, leatherwork, water pipes and an array of trinkets, but all of them are geared to the tourist trade. +Goma is a city in the eastern Democratic Republic of the Congo, near Rwanda. +In 2002, lava from nearby Nyiragongo volcano destroyed much of Goma and left many streets flooded, especially in the city center. +While Goma is relatively safe, any visit to the surrounding areas should be considered carefully in light of ongoing conflict in the North Kivu province. +The city is a base for climbing Nyiragongo and its gorilla trekking is among the cheapest in Africa. +In Goma, you can get around by mototaxi (boda-boda) for CDF500 (Congolese francs) for a short trip. +This, combined with the fact that it is relatively inaccessible, has given "Timbuktu" the image of a distant and exotic land. +While today Tombouctou is a poor city, it still has an airport, and its reputation makes it an attractive tourist destination. +In 1990, it was placed on the World Heritage in Danger list due to threats from encroaching desert sands. +It was a stop on Henry Louis Gates's PBS show, The African Americans. +The city is vastly different from the rest of the country, and has more of an Arab than African feel to it. +The Kruger National Park (KNP) is located in the northeast of South Africa, and is bounded by Mozambique to the east, Zimbabwe to the north, and the Crocodile River to the south. +The park is 19,500 km2 and contains 14 different ecosystems, each with its own unique wildlife. +This is one of South Africa's most popular attractions, and is the country's largest national park (SANParks). +As with all of South Africa's nature reserves, daily conservation and park admission fees are charged. +A South African National Parks Wildcard, which gets you into all South African national parks and selected private game reserves, can also be a good buy. +The territory of Hong Kong is named for the island of Hong Kong, which is the main attraction for most visitors. +The skyline of Hong Kong has been likened to a luminous bar chart, thanks to the waters of Victoria Harbour. +One of the best ways to enjoy the best views of Hong Kong is to leave the island and head across the harbour to Kowloon. +Its urban development is concentrated in the reclaimed lands in the north of Hong Kong. +This is where the British would have been based, and so is a good place to start your exploration of the region's colonial heritage. +The Sundarbans are the largest contiguous mangrove forest in the world, covering 80 km (50 miles) of coastline in Bangladesh and India. +The Sundarbans is a UNESCO World Heritage Site. The Indian part is called the Sundarbans National Park. +However, the forests are not just mangroves; they are home to some of the remaining trees of the once-imposing jungles that covered the Gangetic Plain. +The Sundarbans is a 3,850 km2 (1,500 sq mi) mangrove forest in West Bengal, India. About a third of its area is water, and it is the largest mangrove forest in the world. +The Sundarbans have been a wildlife sanctuary since 1966, and today is home to an estimated 400 Bengal tigers and 30,000 spotted deer. +Buses depart from the station in the district (across the river) throughout the day, but most, especially those to the east and to Jakar (also called Bumthang), leave between 6:30 and 7:30 am. +Because buses between districts are often full, it is best to book a seat a few days in advance. +Most districts have Japanese Coaster buses, which are comfortable and durable. +Taxis are a quick and comfortable way to get around, especially to nearby destinations such as Paro (150 ngultrums) and Punakha (200 ngultrums). +The Oyapock River Bridge is a cable-stayed bridge over the Oyapock River, connecting the Brazilian town of Oiapoque with Saint-Georges de l'Oyapock, French Guiana. +The two towers are 83 metres high, 378 metres long and have two lanes, each 3.5 metres wide. +There is a space of 50 feet below the bridge, and while the bridge was completed in August 2011, it was not opened to traffic until March 2017. +The bridge is expected to be fully functional by September 2017, when Brazilian customs controls are expected to be completed. +The present-day eastern Paraguay was inhabited by the Guarani, the most important indigenous group in the region, who lived as semi-nomadic hunters and practiced subsistence agriculture. +Other indigenous groups, such as the Guaycurú and Payaguá, also lived in the Chaco region and relied on hunting, gathering, and fishing for their livelihoods. +A Spanish colony in the 16th century, Paraguay was originally known as La Provincia Gigante de Indias (The Giant Province of the Indies). +The Spanish began the period of colonization, which lasted for three centuries. +Since its founding in 1537, Paraguay has been able to preserve much of its indigenous character and identity. +Argentina is famous for having one of the best polo players, and teams, in the world. +The most important event of the year takes place in December, at the Las Cañitas Polo Fields. +Other smaller tournaments and matches are also played at other times of the year. +On the Argentine Polo Association's website you will find information about tournaments and where to buy tickets for polo matches. +The currency of the Falkland Islands (Malvinas) is the Falkland pound (FKP), which is equivalent to the British pound (GBP). +There is one bank on the islands. You can exchange your money there. It is across from the FIC West store in Stanley. +Pound sterling is accepted everywhere in the islands. In Stanley, you can also pay by credit card or U.S. dollars. +It is likely that credit cards will not be accepted in the outer islands, but you can use either U.S. or British money. Ask your hosts in advance as to what form of payment they accept. +It is practically impossible to change money in the Falkland Islands outside of the archipelago, so be sure to change your money before departing. +Because Montevideo is in the Southern Hemisphere, it is summer there when it is winter in the Northern Hemisphere, and vice versa. +Montevideo has a subtropical climate with average temperatures above 30 °C in the summer. +Winter weather can be deceptive: Although it is rare for temperatures to be below freezing, wind and moisture can make it feel colder than the temperature would suggest. +There is no such thing as a "rainy" or "dry" season; the amount of rainfall is nearly the same all year. +While most of the park's animals are accustomed to seeing people, wildlife is still wild and should not be fed or bothered. +According to park officials, you should be at least 100 yards/meters away from bears and wolves, and 25 yards/meters away from all other wildlife. +While they may appear docile, bison, moose, bears, and most other large animals can be aggressive. +Dozens of visitors are injured every year by these large, wild, and potentially dangerous animals; therefore, keep your distance. +Also, remember that bears and other wildlife are attracted to food odors, so store and prepare food carefully, and keep your campsite clean. +The capital and largest city of Samoa is Apia, on the island of Upolu with an estimated population of 40,000. +Apia was founded in the 1850s, and has been the capital of Samoa since 1959. +In 1889, the harbour was the site of a naval standoff when seven American, British, and German ships refused to put to sea. +Every ship except a British cruiser was sunk, and nearly 200 American and German gunners were killed. +During the Maori war of independence, a peaceful meeting in the town ended with the death of King Tupua Tamasese Lealofi III. +Auckland has a large number of beaches, as it has two harbours. The most well known beaches are found in three areas. +North Shore is the name for the beaches between Long Bay in the north and Devonport in the south, on the west coast of the North Island. +Beaches are mostly sandy with safe swimming, and many have pohutukawa trees for shade. +Tamaki Drive runs along the beaches of Waitemata Harbour, past the eccentric suburbs of Mission Bay and St Heliers, in central Auckland. +These are family-friendly beaches, often crowded, with plenty of shops. They are safe for swimming. +Number One is the local beer of choice and is neither complex nor challenging, but rather pleasant and refreshing. The other local beer is Manta. +While there are many French wines to choose from, New Zealand and Australia offer some of the best wines for carrying. +Tap water is completely safe to drink, but if you are concerned, bottled water is widely available. +Australians consider the notion of "white coffee" to be foreign. A small black coffee is called an "espresso", a cappuccino comes with cream (rather than froth), and tea is not served with milk. +Hot chocolate is up to Belgian standards, and juices are expensive but delicious. +Dive trips to the reef occur year-round, and injuries from any of these causes are rare. +However, heed the advice of local authorities, pay attention to all warning signs, and especially heed security advisories. +Jellyfish can be found near beaches and river mouths from October to April, sometimes outside of this time. +Sharks do exist, but they rarely attack humans. Most of them are afraid of humans and would rather swim away. +Saltwater crocodiles do not live permanently in the ocean. Their primary habitat is inland, in the rivers north of Rockhampton. +Booking a hostel in advance means that you are guaranteed a bed for when you arrive at your destination. +Travel agents often have agreements with certain hotels, but they can also book other types of accommodations, such as campgrounds. +Travel agents usually offer packages which include breakfast, transportation to and from the airport, and sometimes even flight and lodging packages. +They can also hold the offer for you if you need time to think about it, or to gather other documents for your destination (e.g. a visa). +However, any changes or requests must be made through the agent, not directly with the hotel. +At some festivals, most people who attend the music events also camp on the site, and this is considered by most attendees to be an important part of the experience. +If you want to be close to the action, then you would be best to arrive early and stake out a spot near the music. +Bear in mind that while the music may have stopped, other areas of the festival site may still be going strong until the early hours. +Some festivals have family-friendly camping areas. +If you're going to cross the Baltic Sea in winter, find out where the cabins are, because the noise of the ice crunching is very annoying to some people. +While on a St. Petersburg cruise, time is also spent in the city. Visa-free entry is provided for those disembarking (see details). +Casinos usually go to great lengths to maximize the amount of time and money their guests spend in the casino. There are usually no clocks or windows, making it easy to lose track of time. +They often have specialty food, beverage, and entertainment offerings to keep guests from leaving the premises. +Some clubs serve alcoholic beverages free of charge. While intoxication affects one's judgment, and every good player knows the importance of staying sober. +Anyone traveling in high latitudes or through mountain passes should expect snow, ice, or cold temperatures. +On icy or snow-covered roads, there is little friction and you cannot drive as you would on a bare road. +In blizzard conditions, it can take only a few minutes to become disoriented and lost. +Visibility can also be reduced by snowfall, or by condensation and frost on car windows. +In many countries, ice and snow conditions are normal, and year-round operation is common. +Safaris are probably the biggest tourist attraction in Africa, and for many visitors they are the most memorable part of their journey. +The word safari is popularly used to refer to a land trip to see the amazing wildlife of Africa, especially in the savannah. +Elephants and giraffes sometimes approach the vehicles, and standard equipment includes binoculars. +Lions, leopards and cheetahs can be shy, so you're more likely to see them with binoculars. +A foot safari (also known as bushwalking, trekking or hiking) involves hiking for hours or days. +The Paralympics will be held between 24 August and 5 September 2021, with several events being held at other locations in Japan. +As the host city of the 1964 Games, Tokyo will be the only Asian city to have hosted both the summer and winter Olympics. +If you've already booked your flights and accommodation for 2020 before the postponement was announced, there is likely to be some complications. +There are different types of travel cancellation policies, but as of March 20, the coverage of most travel insurance policies based on the coronavirus did not extend to July 2020, which is when the Olympics are scheduled. +Most event tickets will be priced from ¥2,500 to ¥130,000, with general admission tickets costing ¥7,000. +Ironing your clothes while they are still damp can help them dry. Many hotels provide an iron and board for their guests' use, even if you are not in your room. +If you don't have an iron or don't want to use an iron, you can try using a hair dryer. +Make sure the fabric doesn't get too hot, or it may shrink or even burn. +There are several methods for purifying water, some are more effective against specific threats. +In some places, boiling the water for just one minute is enough, while in others several minutes are required. +Not all filters are created equal, and if you're concerned about effectiveness, consider bottled water from a certified company. +Travelers can run into animals that are unique to the region they are visiting. +Pests can contaminate food, cause irritation or, in more serious cases, allergic reactions, spread poison or transmit infections. +Diseases, in and of themselves, or dangerous animals, which can injure or kill with the strength of their bite or claws, are not included in this definition of a pest. +Tax-free shopping allows you to buy products that are exempt from sales and consumption taxes in certain places. +Travelers visiting countries with high tax rates can sometimes save a significant amount of money, especially on items such as alcoholic beverages and cigarettes. +The stretch of the Pennsylvania Turnpike between Point Marion and Fairmont is the most challenging in terms of driving, often passing through remote and isolated terrain. +If you're not used to driving in rural areas, be careful: There are many steep hills, narrow lanes, and sharp corners. +The speed limits on this section are considerably lower than those on the approach and following sections, and are strictly enforced. +Interestingly, cell phone service is better here than in many other portions of the Pennsylvania Wilds. +German baking is of a high standard, and Bavarian cakes are particularly tasty and varied, similar to those of neighboring Austria. +Traditional puddings include stewed apple pies year-round, and summer dishes of peaches and cherries. +Many a German baked good contains nuts, raisins, and other dried fruit, and is best enjoyed with a strong cup of coffee. +For a small, tasty pastry, try a Berliner (also known as a Pfannkuchen or Krapfen, depending on the region). +Curry is a dish whose origins are in the spices and herbs of Asia, and is either meat or vegetable-based. +Curry can be "dry" or "wet" depending on the amount of liquid. +Inland in northern India and Pakistan, yogurt is often used as a curry base, while in southern India and along the coast, coconut milk is more common. +With 17,000 islands to choose from, Indonesian cuisine is an umbrella term for the many regional cuisines found throughout the country. +However, without further qualification, the word refers to the traditional cuisine of Central and Eastern Java. +Traditional Javanese cuisine, now available throughout the archipelago, offers a variety of dishes flavoured with simple condiments, with Javanese favourite flavours such as peanuts, chilli, sugar (especially coconut sugar) and various aromatic spices. +The stirrups are the leather straps that support the riders' feet on either side of the saddle. +While they do give the rider more stability, they can be a safety issue, as the rider's feet may get caught in them. +If a rider is thrown from a horse but a leg remains in the stirrup, the rider can be dragged by the horse if it runs away. Various safety measures are in place to reduce this risk. +For one thing, most riders use boots with a narrow, flat heel for riding. +Also, some saddles, especially English, have safety bars which allow the leather to come away from the tree if a falling rider pulls back. +The Cochamó Valley is the most popular rock climbing destination in Chile, and is often referred to as the "Yosemite of South America" due to its extensive walls and crags of granite. +The peaks also offer spectacular views from the tops. Climbers from all over the world continue to push back the boundaries of what is possible on the infinite potential of the walls. +Snow sports, such as skiing and snowboarding, are popular activities that involve descending a snow-covered hill on skis or a snowboard. +Skiing is a main activity for many travelers, sometimes referred to as ski tourists, who travel to a specific ski destination solely for the purpose of skiing. +The idea of skiing is very ancient; there are rock paintings of skiers dating from about 5000 BCE. +As a discipline, alpine skiing dates from no later than the 17th century. In 1861, the first ski club was established in Australia by Norwegian settlers. +Backpacking skier: also known as backcountry skiing, ski touring or ski mountaineering. +While it is related to skiing, it is not generally synonymous with alpine skiing or ski touring, which is done on steep slopes with much stiffer boots and skis. +Imagine the ski trail as a hiking trail. +In good condition, he will be able to cover slightly more distance than a pedestrian, but will very rarely approach the speed of a cross-country skier without a heavy backpack on a groomed trail. +Europe is a small continent geographically, but consists of many independent countries. Normal circumstances require that you file multiple visa and passport applications, and pay multiple fees, when travelling to several countries. +However, the Schengen area functions as a single country in this regard. +In general, as long as you remain in this region, you will not go through another immigration checkpoint when you cross a border. +Moreover, with a Schengen visa, you do not need to process separate permits for each of the Schengen area member countries, which will save you time, money, and hassle. +There is no universal criterion that defines when a manufactured object becomes an antique. Some tax authorities, for example, define an antique as an object that is over 100 years old. +The age of majority varies geographically, and may be higher in places like North America than in Europe. +Handmade items may be considered antique even when they are newer than mass-produced items of a similar age. +Traditional reindeer herding is a fundamental way of life for the Nenets, and the related commercial activity is important to many who pursue other occupations. +Traditionally, however, not all Lapps were reindeer herders, but relied on fishing, hunting, and other similar activities, using the reindeer primarily as draft animals. +Today, many Lapps work in modern businesses. Tourism is an important source of income in Lapland, the Sami homeland. +Although it is widely used, especially by non-Romani speakers, the word Gypsy is often considered pejorative because of its association with negative stereotypes and inaccurate perceptions of the Romani people. +If your travel destination is under a Travel Advisory, it may affect your medical and/or trip cancellation coverage. +They may wish to consider advice from other governments, but it is for their own citizens. +For example, an American tourist in the Middle East would face different challenges to a European or an Arab. +Travel advisories are simply a concise summary of the political situation in a foreign country. +The views presented are often superficial, generic, and oversimplified, compared to the more detailed information available from other sources. +The term extreme climate refers to any potentially dangerous climate event that can cause loss of life or serious social disruption. +Severe weather can happen anywhere on Earth, and is affected by geography, topography, and atmospheric conditions. +Hurricanes, debris, flooding, and wildfires are all types and consequences of extreme weather, as are thunderstorms, tornadoes, flash floods, and cyclones. +Among the regional and seasonal extreme climate events are the hailstorms, snowstorms, ice, and dust storms. +Travellers are strongly advised to research any extreme weather risks for the area they are planning to visit, as this could impact their travel plans. +Anyone planning a trip to a country that could be considered a war zone would be well advised to seek professional training. +If you search for "Hostile Environment Training" on the Internet, you are likely to find the website of a local company. +A course will usually cover all of the topics mentioned above, albeit more briefly, and in general without any practical experience. +A normal course is either 2-5 days long, and includes role-playing, first aid, and sometimes even weapons training. +Many books and magazines are devoted to survival in the wilderness, but few deal with survival in a war zone. +Passengers who are travelling for gender reassignment surgery in another country should ensure that they have valid travel documentation for the return journey. +Governments around the world are divided over whether to issue gender-neutral (X) passports or updated documents that allow people to self-identify their gender. +The disposition of foreign governments toward honoring such documents varies widely. +Security checkpoints became more stringent after 9/11. +Transgender people who have not had surgery deserve to go through the screening process with their dignity and privacy protected. +Return currents are the flow out from the breaking waves at the shoreline, often through a reef or similar. +Because of the undersea topography, the return flow collects in some deep spots, and there it can become fast-flowing outward-bound currents. +Most deaths occur from drowning while trying to swim against the current. +Once you break out of the current, swimming back to shore is no more difficult than usual. +Try to get to a place where you won't be found again or, if you have the skills and someone has seen you go in, expect to be rescued. +The impact of returning home comes sooner than the cultural (there is no "honeymoon" period), it takes longer to adjust and it can be more painful. +Travellers who find it easy to adapt to a foreign culture may have a lot of trouble adjusting to their native culture when they return home. +When you return home from living in a foreign country, you will have adapted to the new culture, and some of your native habits will be lost. +When you travel in a foreign country for the first time, people are probably going to be patient and understanding, since they know it takes time to adjust to a new country. +People may not realise that tolerance and understanding are also needed by travellers when they return home. +The Pyramid of Light and Sound is one of the most interesting things to do with kids in the area. +In the dark, you can see the pyramids and enjoy them in silence before the show starts. +You will usually hear the sounds of tourists and vendors at all times. The history of sound and lighting is similar to a story book. +The Sphinx is the backdrop and narrator of a long story. +The scenes are projected onto the pyramids and they are all lit up. +The South Shetland Islands were discovered in 1819 and are claimed by several nations. They are home to the largest number of bases, with sixteen active in 2020. +The archipelago is 120 km (75 miles) north of the mainland. The largest island is King George Island, where Villa Las Estrellas is located. +Others include Isla Livingston and Isla Decepción, which feature a spectacular natural harbor formed by an inactive volcano's partially flooded caldera. +Ellsworth Land, bounded by the Bellingshausen Sea to the north, is a region in the south of the peninsula. +Here the peninsula's mountains meet the plateau and then rise again to form the 360 km (225 mi) long Ellsworth Range, which is split by the Minnesota Glacier. +The highest peaks in Antarctica are in the Sentinel Range in the north, with 4,892-metre (16,050 ft) Mount Vinson being the highest. +In remote areas where cellular coverage does not extend, a satellite phone may be the only way to communicate. +A satellite phone does not function like a cell phone, as you must be outdoors with a clear view of the sky to make a call. +The service is often used in marine transport, including recreational boating, and in remote exploration. +Check with your local phone service provider for details on how to subscribe to this service. +Learning while travelling has become a popular option for those taking a gap year. +This is a popular option for school leavers, as it allows a gap year before going to university, without jeopardising their education. +In many cases, a year abroad studying at a foreign university can actually increase your chances of going to university when you return to your home country. +A tuition fee will normally be charged for participation in these educational programs. +Finland is a great place for sailing: the "land of a thousand lakes" has thousands of islands, both in lakes and along the coast. +In some of the islands and lakes, a boat is not essential. +While the coastal islands and inland lakes are large enough to accommodate any size boat, smaller craft, even a kayak, provide a different experience. +In Finland, boating is a nationwide recreational activity with a boat for every seven or eight inhabitants. +This is also the case in Norway, Sweden and New Zealand, but otherwise it is fairly unique (in the Netherlands it is one in forty). +Most exclusive cruises in the Baltic Sea include a lengthy stay in St. Petersburg, Russia. +This means you could spend several days exploring the historic town, returning to the boat each night. +If you disembark only for shore excursions without entering the ship, no separate visa is required (since 2009). +Some cruise lines include Berlin, Germany in their brochures, but as the map above shows, Berlin is not near the sea and a visit to Berlin is not included in the price of the cruise. +Flying can cause fear for people of all ages and backgrounds, but especially those who have never experienced it or who have had a traumatic event happen on a flight. +There is no reason to feel ashamed of this: it is no different from other irrational fears and personal prejudices which afflict so many other people. +For some, understanding a little bit about how planes work, and what happens on a flight, can help overcome a fear that is more about a lack of knowledge or a sense of being out of control. +Delivery companies are paid a premium to make express deliveries. This is because time is often of the essence when sending commercial documents, cargo or urgent repair parts. +Larger airlines have their own jets on some routes but it can be a problem for smaller airlines and other routes. +If you shipped by air freight, for some routes it can take days to unload and clear customs. +The only way to ship it freight is to ship it as cargo, and that is where you come in. Airline regulations do not allow freight to be shipped without a passenger, and that is where you come in. +The obvious way to fly first class or business class on a plane is to spend a fortune to get that privilege (or, better still, get your company to pay for it). +But there is a catch: you can expect to pay up to four times more for a business class seat than an economy class seat, and up to eleven times more for a first class seat. +It is usually a waste of time trying to find a good deal on a business class or first class seat on a direct flight. +Airlines are well aware that there is a core group of passengers who are willing to pay a premium to arrive at their destination quickly and comfortably, and so they charge accordingly. +The capital of Moldova is Chisinau. The official language is Romanian, although Russian is also widely spoken. +Moldova is a multi-ethnic republic and has seen its fair share of inter-ethnic conflict. +This conflict gave rise to the Transnistrian "republic" in 1994 - a self-proclaimed state with its own government and currency, but which is not recognised by any UN member state. +Despite the failure of political negotiations, economic relations between the two parts of Moldova have been restored. +Eastern Orthodox Christianity is the main religion in Moldova. +İzmir is Turkey's third-largest city with an estimated population of 3.7 million, the country's second-largest port after Istanbul, and a major transportation hub. +Once the ancient city of Ephesus, today the modern, cosmopolitan, and busy metropolis of Izmir is built around a large bay and ringed by mountains. +Its wide avenues, glass-fronted buildings, and cutting-edge shopping centers are punctuated by traditional red-tile roofs from the 18th-century market and old Greek and Armenian churches and mosques. Yet its ambience is more reminiscent of the Mediterranean Europe than of traditional Turkey. +The village of Haldarsvík is a short boat trip away from the neighbouring island of Eysturoy, and has a distinctive octagonal church. +In the cemetery there are interesting marble sculptures of doves on top of some tombs. +Take half an hour to stroll around the fascinating town. +Nearby to the north is the romantic and eccentric town of Sintra, which has long been popular with foreign visitors thanks to Lord Byron's vivid account of its charms. +Scotturb bus 403 regularly goes to Sintra and stops at Cabo da Roca. +Also to the north, the great Shrine of Our Lady of Fatima (Shrine) is a pilgrimage site where the Blessed Virgin Mary is said to have appeared, and is known throughout the world. +Above all, you are visiting a place that was once the site of a concentration camp, and is today a place of great importance to a large part of the world's population. +There are still many people - both Jewish and non-Jewish - who were either prisoners there, or who had family members who were murdered, or who worked there until they were killed. +Treat it with the dignity, solemnity, and respect it deserves. There is nothing funny about the Holocaust or the Nazis. +Do not deface or vandalize the site. +Catalan and Spanish are the official languages of Barcelona. Approximately half of the population prefers to speak Catalan, most understand it and almost all are able to speak Spanish. +However, due to Catalan being the official first language, most signs are written in Catalan only. +Spanish is also widely used in public transportation and other public buildings. +While normal advertising on the metro is only in Catalan, the unplanned interruptions are in a variety of languages, including Spanish, English, French, Arabic, and Japanese. +Parisians have a reputation for being egocentric, rude, and arrogant. +Although this is usually just a misconception, the best way to enjoy Paris is to behave as a well-mannered, upper-class person would. This will make navigating the city much easier. +A few gestures of courtesy on your part will soon erase the apparent boorishness of the Parisians. +The Plitvice Lakes National Park has a lot of forests, mostly beech, fir and spruce, and a vegetation ranging from alpine to Mediterranean. +It has an impressive and diverse array of plant communities, due to a variety of microclimates, soils, and elevations. +This region is also home to an abundance of wildlife and birds. +The European brown bear, the wolf, the eagle, the owl, the lynx, the wild cat and the great bustard are some of the exotic animals, among many others, which can be found there. +Women visiting monasteries should have their legs covered and their shoulders wrapped. +While nearly all of the monasteries will provide clothing to women who show up unprepared, if you have your own set, especially if they are brightly colored, the monk or nun at the door will likely give you a warm smile. +Again, following the same line, men are required to wear trousers that come below the knee. +These can also be found in clothing in the changing rooms, but this clothing is not washed after every use, so you may not feel comfortable using these towels. A unique size for all men! +Majorcan cuisine, like those of other Mediterranean regions, is based on bread, vegetables, and pork (especially pork), and uses olive oil in most of its recipes. +Pa amb oli is a popular and simple meal, especially in the summer. It is a bread with olive oil, tomato and other ingredients like cheese or tuna, among others. +All nouns, including the pronoun Sie for "you," are always capitalized, even when they are in the middle of a sentence. +It is a crucial method for distinguishing certain verbs and objects. +It can also be said to make reading easier, though its grammar is complex, as verbs and adjectives often function as nouns. +Speaking Italian is relatively easy because most words are pronounced the same as they are written. +The letters c and g are especially tricky because they are pronounced differently depending on the vowel following them. +Also, be careful with the pronunciation of r and rr. For example, caro means expensive, while carro means car. +Persian is a relatively regular and easy language to learn. +Therefore, when you read this Persian grammar book, you will learn a lot about Persian grammar rules and gain a better understanding of sentences. +It can't be stressed enough that if you speak a Romance language, it will be much easier for you to learn Portuguese. +Nevertheless, those who can speak some Spanish would be hard pressed to come to any other conclusion than that Portuguese is quite similar and would not need to be studied separately. +Nowadays, most premodern observatories have become museums or educational sites. +As light pollution was not a problem when lighthouses were first built, many of them can be found in or near cities or college campuses, and are easier to access than modern lighthouses. +Most modern research telescopes are huge structures, located in remote areas with favourable atmospheric conditions. +Traditional Japanese hanami (cherry blossom viewing) dates back to the 8th century. +The concept originated in China, where the plum blossom was the most highly regarded. +The first cherry blossom viewing parties were started by the Japanese Emperor for himself and other members of the Imperial court. +Plants look best when they are left undisturbed in their natural habitat, so resist the temptation to pick "just one" specimen. +If you try to collect "specimens" on a formal organized garden tour, you will be asked to leave, without exception. +Singapore is usually a very safe place to visit, and is easy to get around, and you can buy almost anything when you arrive. +However, due to its location in the "high tropics" just north of the equator, it is always hot, and when it is not overcast, the sun is very strong, which is most of the time. +Some buses also head north to Hebron, home of the tombs of the biblical patriarchs Abraham, Isaac and Jacob, and their wives. +He would need to confirm that the bus he would take would be going to Hebron and not just to the Jewish neighborhood of Kyriat Arba, which is near Hebron. +Inland waterways can be a great theme for a holiday. +For example, visit the castles of the Loire, Rhine, or Danube valleys, take a cruise along the Danube to interesting destinations, or paddle a canoe or kayak along the Erie Canal. +They also mark trails for popular hiking and biking routes. +Christianity celebrates one of its most important festivals at Christmas time. It is the birthday of Jesus Christ. +Many traditions associated with this holiday have been embraced by non-Christians around the world, both in Christian and non-Christian countries. +Traditionally Easter Day would be spent outdoors, watching the sunrise. +There are, of course, Christian theological explanations for this tradition, but it may be rooted in a pre-Christian spring fertility rite. +Traditional churches usually have an Easter Vigil on Saturday night during Easter weekend, and most congregations time their resurrection celebrations for midnight. +All the animals who originally came to the islands came either by swimming, flying, or floating here. +Because of their isolation from the mainland, mammals never made it to the Galapagos, so the Galapagos Giant Tortoise became the top herbivore. +Many mammal species have been introduced to the Galapagos since mankind arrived on the archipelago, such as goats, horses, cattle, rodents, dogs, and cats. +If you travel to the Arctic or Antarctic regions in the winter, you will experience the Polar Night, which means the sun never rises above the horizon. +With the sky so dark most of the day, this is a great time to see the Northern Lights. +Thanks to the small number of people living in those areas, and thus little light pollution, you can also enjoy the stars. +In Japan, the work culture is more formal and vertical than what you may be accustomed to as an Westerner. +Business attire is suits, and co-workers refer to each other by their surnames or job titles. +Harmony in the workplace is essential, where group efforts are celebrated over individual achievements. +Workers are often required to get approval from supervisors for decisions, and are expected to comply with instructions without questioning them. diff --git a/test-es-en.bleu b/test-es-en.bleu new file mode 100644 index 0000000000000000000000000000000000000000..79668816b82fbf0d0efeffe2f18ef5c1ef08844b --- /dev/null +++ b/test-es-en.bleu @@ -0,0 +1 @@ +BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 26.81 59.7/32.9/20.2/13.0 (BP = 1.000 ratio = 1.011 hyp_len = 24990 ref_len = 24721) diff --git a/test-es-en.comet b/test-es-en.comet new file mode 100644 index 0000000000000000000000000000000000000000..b673e389269dd61874d118990c699be7973ae560 --- /dev/null +++ b/test-es-en.comet @@ -0,0 +1,1013 @@ +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 0 score: 0.8611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 1 score: 0.8830 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 2 score: 0.9135 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 3 score: 0.8084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 4 score: 0.8900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 5 score: 0.7521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 6 score: 0.8812 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 7 score: 0.8672 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 8 score: 0.8761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 9 score: 0.9339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 10 score: 0.8858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 11 score: 0.8520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 12 score: 0.8914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 13 score: 0.8585 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 14 score: 0.8648 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 15 score: 0.8342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 16 score: 0.8942 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 17 score: 0.9152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 18 score: 0.8962 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 19 score: 0.8376 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 20 score: 0.9213 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 21 score: 0.9635 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 22 score: 0.8762 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 23 score: 0.8681 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 24 score: 0.8507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 25 score: 0.8128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 26 score: 0.8610 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 27 score: 0.8575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 28 score: 0.8149 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 29 score: 0.8945 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 30 score: 0.8289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 31 score: 0.8125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 32 score: 0.7671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 33 score: 0.8992 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 34 score: 0.8893 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 35 score: 0.9117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 36 score: 0.8844 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 37 score: 0.8754 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 38 score: 0.7894 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 39 score: 0.8460 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 40 score: 0.8369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 41 score: 0.8779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 42 score: 0.8857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 43 score: 0.8857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 44 score: 0.7387 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 45 score: 0.8666 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 46 score: 0.8430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 47 score: 0.9146 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 48 score: 0.9099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 49 score: 0.8578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 50 score: 0.8300 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 51 score: 0.9235 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 52 score: 0.8981 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 53 score: 0.9097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 54 score: 0.8704 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 55 score: 0.8524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 56 score: 0.7962 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 57 score: 0.8479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 58 score: 0.8461 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 59 score: 0.9534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 60 score: 0.7915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 61 score: 0.8900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 62 score: 0.7220 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 63 score: 0.8736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 64 score: 0.8668 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 65 score: 0.8274 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 66 score: 0.7883 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 67 score: 0.7480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 68 score: 0.9323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 69 score: 0.8530 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 70 score: 0.8762 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 71 score: 0.8524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 72 score: 0.8442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 73 score: 0.8062 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 74 score: 0.8610 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 75 score: 0.8162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 76 score: 0.8921 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 77 score: 0.9023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 78 score: 0.9552 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 79 score: 0.9091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 80 score: 0.8954 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 81 score: 0.7931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 82 score: 0.8445 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 83 score: 0.8137 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 84 score: 0.8062 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 85 score: 0.9053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 86 score: 0.8107 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 87 score: 0.9142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 88 score: 0.8586 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 89 score: 0.7356 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 90 score: 0.8204 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 91 score: 0.8697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 92 score: 0.8797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 93 score: 0.9127 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 94 score: 0.9090 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 95 score: 0.9255 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 96 score: 0.8928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 97 score: 0.8578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 98 score: 0.9097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 99 score: 0.8857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 100 score: 0.8229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 101 score: 0.8944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 102 score: 0.8611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 103 score: 0.9350 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 104 score: 0.8503 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 105 score: 0.7756 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 106 score: 0.7613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 107 score: 0.8640 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 108 score: 0.8663 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 109 score: 0.8269 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 110 score: 0.9019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 111 score: 0.8369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 112 score: 0.9354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 113 score: 0.9154 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 114 score: 0.8608 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 115 score: 0.8535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 116 score: 0.8672 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 117 score: 0.8795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 118 score: 0.9363 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 119 score: 0.8714 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 120 score: 0.7819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 121 score: 0.8465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 122 score: 0.8896 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 123 score: 0.8640 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 124 score: 0.8708 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 125 score: 0.8993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 126 score: 0.7453 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 127 score: 0.8951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 128 score: 0.8803 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 129 score: 0.9143 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 130 score: 0.9128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 131 score: 0.8014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 132 score: 0.8371 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 133 score: 0.8467 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 134 score: 0.7973 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 135 score: 0.8948 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 136 score: 0.8663 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 137 score: 0.9136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 138 score: 0.9338 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 139 score: 0.8627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 140 score: 0.8644 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 141 score: 0.8451 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 142 score: 0.9389 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 143 score: 0.8607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 144 score: 0.9029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 145 score: 0.8442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 146 score: 0.8780 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 147 score: 0.9286 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 148 score: 0.8930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 149 score: 0.9021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 150 score: 0.6043 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 151 score: 0.8253 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 152 score: 0.8277 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 153 score: 0.8144 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 154 score: 0.7858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 155 score: 0.9016 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 156 score: 0.8654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 157 score: 0.7096 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 158 score: 0.8686 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 159 score: 0.8278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 160 score: 0.7998 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 161 score: 0.8175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 162 score: 0.8148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 163 score: 0.8848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 164 score: 0.8783 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 165 score: 0.8074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 166 score: 0.8700 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 167 score: 0.8685 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 168 score: 0.8139 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 169 score: 0.8944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 170 score: 0.8567 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 171 score: 0.9425 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 172 score: 0.8966 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 173 score: 0.8522 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 174 score: 0.8839 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 175 score: 0.8101 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 176 score: 0.8566 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 177 score: 0.8441 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 178 score: 0.8674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 179 score: 0.9460 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 180 score: 0.8650 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 181 score: 0.9485 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 182 score: 0.9040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 183 score: 0.9090 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 184 score: 0.8862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 185 score: 0.8848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 186 score: 0.8683 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 187 score: 0.8210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 188 score: 0.8407 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 189 score: 0.8229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 190 score: 0.8491 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 191 score: 0.7240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 192 score: 0.8533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 193 score: 0.8362 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 194 score: 0.9557 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 195 score: 0.9254 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 196 score: 0.8001 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 197 score: 0.8422 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 198 score: 0.8836 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 199 score: 0.8340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 200 score: 0.8165 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 201 score: 0.8187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 202 score: 0.7925 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 203 score: 0.8086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 204 score: 0.8521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 205 score: 0.8665 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 206 score: 0.8962 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 207 score: 0.8640 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 208 score: 0.8907 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 209 score: 0.9186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 210 score: 0.9160 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 211 score: 0.9094 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 212 score: 0.8946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 213 score: 0.9148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 214 score: 0.9397 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 215 score: 0.9152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 216 score: 0.9186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 217 score: 0.8942 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 218 score: 0.8785 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 219 score: 0.8946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 220 score: 0.9338 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 221 score: 0.8712 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 222 score: 0.9143 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 223 score: 0.8609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 224 score: 0.8238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 225 score: 0.8732 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 226 score: 0.7411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 227 score: 0.6095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 228 score: 0.7875 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 229 score: 0.8569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 230 score: 0.9506 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 231 score: 0.8773 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 232 score: 0.8185 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 233 score: 0.8667 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 234 score: 0.7967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 235 score: 0.8508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 236 score: 0.8949 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 237 score: 0.8207 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 238 score: 0.8824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 239 score: 0.6820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 240 score: 0.7452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 241 score: 0.8311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 242 score: 0.8477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 243 score: 0.8003 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 244 score: 0.8507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 245 score: 0.9195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 246 score: 0.8462 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 247 score: 0.7808 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 248 score: 0.8292 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 249 score: 0.9397 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 250 score: 0.8855 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 251 score: 0.8757 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 252 score: 0.9261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 253 score: 0.8788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 254 score: 0.9199 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 255 score: 0.8722 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 256 score: 0.8984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 257 score: 0.9174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 258 score: 0.8677 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 259 score: 0.8733 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 260 score: 0.8696 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 261 score: 0.7584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 262 score: 0.9225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 263 score: 0.8268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 264 score: 0.9005 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 265 score: 0.8596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 266 score: 0.8838 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 267 score: 0.8906 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 268 score: 0.9352 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 269 score: 0.8826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 270 score: 0.8770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 271 score: 0.7995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 272 score: 0.9108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 273 score: 0.8613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 274 score: 0.6866 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 275 score: 0.7608 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 276 score: 0.7690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 277 score: 0.9249 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 278 score: 0.8761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 279 score: 0.8057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 280 score: 0.9354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 281 score: 0.8633 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 282 score: 0.9041 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 283 score: 0.8517 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 284 score: 0.9053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 285 score: 0.8982 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 286 score: 0.8917 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 287 score: 0.8041 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 288 score: 0.9094 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 289 score: 0.8790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 290 score: 0.7912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 291 score: 0.8423 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 292 score: 0.8470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 293 score: 0.8978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 294 score: 0.8233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 295 score: 0.7823 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 296 score: 0.8092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 297 score: 0.8986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 298 score: 0.9580 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 299 score: 0.8755 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 300 score: 0.8985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 301 score: 0.8637 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 302 score: 0.8725 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 303 score: 0.8347 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 304 score: 0.8987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 305 score: 0.8589 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 306 score: 0.8406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 307 score: 0.7200 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 308 score: 0.8937 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 309 score: 0.8819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 310 score: 0.8690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 311 score: 0.8532 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 312 score: 0.8696 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 313 score: 0.7171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 314 score: 0.9172 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 315 score: 0.8671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 316 score: 0.8909 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 317 score: 0.8699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 318 score: 0.8770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 319 score: 0.8964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 320 score: 0.8018 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 321 score: 0.7368 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 322 score: 0.8503 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 323 score: 0.8874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 324 score: 0.8555 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 325 score: 0.8651 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 326 score: 0.8352 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 327 score: 0.7873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 328 score: 0.9044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 329 score: 0.8170 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 330 score: 0.8443 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 331 score: 0.8175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 332 score: 0.9181 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 333 score: 0.8754 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 334 score: 0.9410 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 335 score: 0.8674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 336 score: 0.8899 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 337 score: 0.7997 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 338 score: 0.8428 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 339 score: 0.8896 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 340 score: 0.8328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 341 score: 0.8183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 342 score: 0.8426 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 343 score: 0.8224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 344 score: 0.8912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 345 score: 0.8536 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 346 score: 0.8691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 347 score: 0.8563 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 348 score: 0.8557 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 349 score: 0.6903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 350 score: 0.8570 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 351 score: 0.7992 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 352 score: 0.8432 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 353 score: 0.8889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 354 score: 0.8975 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 355 score: 0.9021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 356 score: 0.8940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 357 score: 0.8585 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 358 score: 0.7913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 359 score: 0.7917 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 360 score: 0.7858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 361 score: 0.8736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 362 score: 0.8983 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 363 score: 0.7668 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 364 score: 0.8051 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 365 score: 0.8098 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 366 score: 0.7516 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 367 score: 0.8243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 368 score: 0.8253 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 369 score: 0.7890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 370 score: 0.7588 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 371 score: 0.8275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 372 score: 0.8397 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 373 score: 0.8983 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 374 score: 0.8905 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 375 score: 0.8876 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 376 score: 0.9127 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 377 score: 0.9086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 378 score: 0.8763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 379 score: 0.9195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 380 score: 0.9187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 381 score: 0.9027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 382 score: 0.7636 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 383 score: 0.7829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 384 score: 0.8314 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 385 score: 0.8699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 386 score: 0.6764 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 387 score: 0.8184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 388 score: 0.8879 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 389 score: 0.9167 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 390 score: 0.8823 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 391 score: 0.8043 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 392 score: 0.9120 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 393 score: 0.9253 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 394 score: 0.8326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 395 score: 0.7785 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 396 score: 0.8344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 397 score: 0.9433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 398 score: 0.8256 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 399 score: 0.8399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 400 score: 0.8891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 401 score: 0.8741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 402 score: 0.8124 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 403 score: 0.8474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 404 score: 0.7432 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 405 score: 0.8528 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 406 score: 0.8744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 407 score: 0.8550 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 408 score: 0.8885 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 409 score: 0.8306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 410 score: 0.8988 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 411 score: 0.8540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 412 score: 0.8370 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 413 score: 0.8632 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 414 score: 0.8830 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 415 score: 0.8421 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 416 score: 0.8407 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 417 score: 0.8662 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 418 score: 0.9050 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 419 score: 0.9104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 420 score: 0.8704 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 421 score: 0.8331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 422 score: 0.8787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 423 score: 0.8119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 424 score: 0.8492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 425 score: 0.8842 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 426 score: 0.8959 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 427 score: 0.8971 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 428 score: 0.8532 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 429 score: 0.9410 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 430 score: 0.8177 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 431 score: 0.7987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 432 score: 0.7856 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 433 score: 0.6573 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 434 score: 0.8329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 435 score: 0.8280 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 436 score: 0.8900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 437 score: 0.9053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 438 score: 0.9007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 439 score: 0.8923 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 440 score: 0.9014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 441 score: 0.8379 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 442 score: 0.9206 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 443 score: 0.8858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 444 score: 0.7299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 445 score: 0.9009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 446 score: 0.8362 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 447 score: 0.8856 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 448 score: 0.8936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 449 score: 0.8342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 450 score: 0.8697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 451 score: 0.8329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 452 score: 0.8439 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 453 score: 0.8748 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 454 score: 0.8786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 455 score: 0.8393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 456 score: 0.7723 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 457 score: 0.8609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 458 score: 0.8678 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 459 score: 0.8619 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 460 score: 0.8861 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 461 score: 0.8558 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 462 score: 0.8259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 463 score: 0.8720 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 464 score: 0.7621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 465 score: 0.8641 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 466 score: 0.8658 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 467 score: 0.7210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 468 score: 0.7460 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 469 score: 0.8278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 470 score: 0.8474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 471 score: 0.7990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 472 score: 0.8119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 473 score: 0.8429 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 474 score: 0.8057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 475 score: 0.7634 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 476 score: 0.8768 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 477 score: 0.8676 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 478 score: 0.8896 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 479 score: 0.9275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 480 score: 0.9125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 481 score: 0.8207 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 482 score: 0.8798 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 483 score: 0.7686 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 484 score: 0.8978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 485 score: 0.8700 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 486 score: 0.8569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 487 score: 0.8753 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 488 score: 0.8608 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 489 score: 0.8654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 490 score: 0.8312 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 491 score: 0.8546 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 492 score: 0.9021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 493 score: 0.9142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 494 score: 0.8384 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 495 score: 0.8600 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 496 score: 0.8647 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 497 score: 0.9010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 498 score: 0.9286 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 499 score: 0.8470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 500 score: 0.9162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 501 score: 0.9358 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 502 score: 0.8525 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 503 score: 0.8914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 504 score: 0.8371 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 505 score: 0.9069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 506 score: 0.8310 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 507 score: 0.8451 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 508 score: 0.8226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 509 score: 0.8349 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 510 score: 0.8390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 511 score: 0.8174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 512 score: 0.9033 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 513 score: 0.8774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 514 score: 0.8861 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 515 score: 0.8884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 516 score: 0.8174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 517 score: 0.9123 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 518 score: 0.8417 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 519 score: 0.9471 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 520 score: 0.8914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 521 score: 0.8714 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 522 score: 0.8482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 523 score: 0.8660 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 524 score: 0.8982 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 525 score: 0.8926 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 526 score: 0.8477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 527 score: 0.7216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 528 score: 0.8596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 529 score: 0.9007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 530 score: 0.8298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 531 score: 0.8820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 532 score: 0.8443 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 533 score: 0.7949 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 534 score: 0.8235 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 535 score: 0.5003 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 536 score: 0.8257 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 537 score: 0.8752 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 538 score: 0.8573 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 539 score: 0.8904 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 540 score: 0.8551 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 541 score: 0.8378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 542 score: 0.8652 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 543 score: 0.8656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 544 score: 0.8564 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 545 score: 0.9289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 546 score: 0.8928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 547 score: 0.8853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 548 score: 0.8277 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 549 score: 0.8918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 550 score: 0.7935 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 551 score: 0.8467 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 552 score: 0.8478 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 553 score: 0.8563 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 554 score: 0.8800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 555 score: 0.7990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 556 score: 0.7985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 557 score: 0.8440 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 558 score: 0.7889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 559 score: 0.8025 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 560 score: 0.8578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 561 score: 0.9025 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 562 score: 0.8522 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 563 score: 0.8627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 564 score: 0.8166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 565 score: 0.8728 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 566 score: 0.8257 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 567 score: 0.8583 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 568 score: 0.7778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 569 score: 0.7927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 570 score: 0.8945 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 571 score: 0.8933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 572 score: 0.7904 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 573 score: 0.8659 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 574 score: 0.9211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 575 score: 0.8349 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 576 score: 0.8615 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 577 score: 0.8851 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 578 score: 0.9291 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 579 score: 0.8825 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 580 score: 0.8659 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 581 score: 0.9465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 582 score: 0.8446 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 583 score: 0.6948 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 584 score: 0.8323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 585 score: 0.8718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 586 score: 0.8494 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 587 score: 0.8689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 588 score: 0.8739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 589 score: 0.8634 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 590 score: 0.9109 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 591 score: 0.8941 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 592 score: 0.8355 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 593 score: 0.8819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 594 score: 0.8963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 595 score: 0.8826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 596 score: 0.8830 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 597 score: 0.8998 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 598 score: 0.8542 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 599 score: 0.8802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 600 score: 0.8656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 601 score: 0.8451 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 602 score: 0.8954 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 603 score: 0.9106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 604 score: 0.8634 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 605 score: 0.7959 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 606 score: 0.8163 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 607 score: 0.7833 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 608 score: 0.7126 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 609 score: 0.8671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 610 score: 0.8857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 611 score: 0.9184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 612 score: 0.9069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 613 score: 0.8593 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 614 score: 0.7993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 615 score: 0.8918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 616 score: 0.8677 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 617 score: 0.9082 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 618 score: 0.7915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 619 score: 0.8170 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 620 score: 0.9595 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 621 score: 0.6987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 622 score: 0.9007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 623 score: 0.8823 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 624 score: 0.7751 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 625 score: 0.8302 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 626 score: 0.9038 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 627 score: 0.9069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 628 score: 0.8683 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 629 score: 0.8362 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 630 score: 0.8259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 631 score: 0.8826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 632 score: 0.8620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 633 score: 0.8906 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 634 score: 0.8774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 635 score: 0.8957 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 636 score: 0.9000 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 637 score: 0.8231 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 638 score: 0.8924 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 639 score: 0.8916 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 640 score: 0.8724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 641 score: 0.9042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 642 score: 0.8533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 643 score: 0.7862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 644 score: 0.8452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 645 score: 0.6918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 646 score: 0.8269 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 647 score: 0.8378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 648 score: 0.7082 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 649 score: 0.8312 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 650 score: 0.8841 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 651 score: 0.6561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 652 score: 0.9117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 653 score: 0.8031 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 654 score: 0.8596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 655 score: 0.9127 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 656 score: 0.8912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 657 score: 0.8574 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 658 score: 0.8484 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 659 score: 0.8355 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 660 score: 0.7805 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 661 score: 0.8797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 662 score: 0.8672 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 663 score: 0.8729 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 664 score: 0.9167 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 665 score: 0.7965 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 666 score: 0.8962 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 667 score: 0.9038 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 668 score: 0.8466 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 669 score: 0.8875 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 670 score: 0.7909 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 671 score: 0.9273 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 672 score: 0.9225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 673 score: 0.8872 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 674 score: 0.8519 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 675 score: 0.8712 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 676 score: 0.8911 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 677 score: 0.9007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 678 score: 0.8891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 679 score: 0.8848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 680 score: 0.8864 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 681 score: 0.9257 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 682 score: 0.8850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 683 score: 0.8814 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 684 score: 0.8670 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 685 score: 0.9116 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 686 score: 0.8870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 687 score: 0.8428 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 688 score: 0.8777 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 689 score: 0.8644 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 690 score: 0.8834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 691 score: 0.8661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 692 score: 0.8897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 693 score: 0.8135 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 694 score: 0.8307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 695 score: 0.8548 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 696 score: 0.8907 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 697 score: 0.6219 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 698 score: 0.8602 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 699 score: 0.8854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 700 score: 0.8238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 701 score: 0.8928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 702 score: 0.8645 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 703 score: 0.8197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 704 score: 0.7959 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 705 score: 0.8094 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 706 score: 0.7915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 707 score: 0.8851 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 708 score: 0.9073 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 709 score: 0.8936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 710 score: 0.8892 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 711 score: 0.8064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 712 score: 0.8947 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 713 score: 0.8547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 714 score: 0.8716 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 715 score: 0.8340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 716 score: 0.7788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 717 score: 0.8429 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 718 score: 0.8743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 719 score: 0.8411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 720 score: 0.6988 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 721 score: 0.8778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 722 score: 0.8746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 723 score: 0.8807 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 724 score: 0.8498 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 725 score: 0.8976 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 726 score: 0.8000 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 727 score: 0.8272 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 728 score: 0.7835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 729 score: 0.8583 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 730 score: 0.8072 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 731 score: 0.8681 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 732 score: 0.8489 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 733 score: 0.8475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 734 score: 0.8556 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 735 score: 0.7769 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 736 score: 0.8869 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 737 score: 0.8718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 738 score: 0.8834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 739 score: 0.8968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 740 score: 0.7692 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 741 score: 0.8570 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 742 score: 0.8543 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 743 score: 0.8462 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 744 score: 0.9059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 745 score: 0.8931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 746 score: 0.8945 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 747 score: 0.6938 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 748 score: 0.9251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 749 score: 0.8969 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 750 score: 0.9313 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 751 score: 0.8769 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 752 score: 0.8731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 753 score: 0.8721 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 754 score: 0.8422 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 755 score: 0.8579 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 756 score: 0.8032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 757 score: 0.8643 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 758 score: 0.8414 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 759 score: 0.8810 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 760 score: 0.8924 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 761 score: 0.9048 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 762 score: 0.9229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 763 score: 0.8902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 764 score: 0.9089 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 765 score: 0.8799 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 766 score: 0.8482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 767 score: 0.8710 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 768 score: 0.8952 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 769 score: 0.9531 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 770 score: 0.8718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 771 score: 0.8626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 772 score: 0.7752 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 773 score: 0.8794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 774 score: 0.8340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 775 score: 0.8951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 776 score: 0.8259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 777 score: 0.8846 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 778 score: 0.7847 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 779 score: 0.7963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 780 score: 0.8955 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 781 score: 0.8533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 782 score: 0.9233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 783 score: 0.8656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 784 score: 0.8754 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 785 score: 0.7757 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 786 score: 0.9198 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 787 score: 0.9006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 788 score: 0.8071 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 789 score: 0.8867 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 790 score: 0.9119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 791 score: 0.8612 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 792 score: 0.8851 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 793 score: 0.8714 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 794 score: 0.8462 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 795 score: 0.8059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 796 score: 0.8565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 797 score: 0.7680 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 798 score: 0.7759 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 799 score: 0.8185 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 800 score: 0.8217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 801 score: 0.8422 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 802 score: 0.8899 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 803 score: 0.8767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 804 score: 0.6905 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 805 score: 0.8951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 806 score: 0.7865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 807 score: 0.9082 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 808 score: 0.8936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 809 score: 0.7699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 810 score: 0.8909 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 811 score: 0.8409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 812 score: 0.9102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 813 score: 0.8632 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 814 score: 0.8884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 815 score: 0.8259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 816 score: 0.8777 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 817 score: 0.8203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 818 score: 0.6996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 819 score: 0.8251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 820 score: 0.9413 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 821 score: 0.9194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 822 score: 0.8323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 823 score: 0.7406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 824 score: 0.9297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 825 score: 0.8097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 826 score: 0.8273 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 827 score: 0.8964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 828 score: 0.8727 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 829 score: 0.8932 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 830 score: 0.7308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 831 score: 0.8563 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 832 score: 0.8404 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 833 score: 0.6600 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 834 score: 0.8329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 835 score: 0.8195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 836 score: 0.8134 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 837 score: 0.9022 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 838 score: 0.8128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 839 score: 0.9226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 840 score: 0.7853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 841 score: 0.8400 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 842 score: 0.8315 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 843 score: 0.8724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 844 score: 0.8249 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 845 score: 0.8246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 846 score: 0.7488 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 847 score: 0.8547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 848 score: 0.7689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 849 score: 0.8719 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 850 score: 0.8262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 851 score: 0.8970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 852 score: 0.8854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 853 score: 0.8571 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 854 score: 0.8211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 855 score: 0.7774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 856 score: 0.7840 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 857 score: 0.8767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 858 score: 0.9083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 859 score: 0.8517 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 860 score: 0.8704 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 861 score: 0.8932 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 862 score: 0.7990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 863 score: 0.8803 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 864 score: 0.8283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 865 score: 0.8117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 866 score: 0.7873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 867 score: 0.8886 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 868 score: 0.8607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 869 score: 0.8316 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 870 score: 0.8564 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 871 score: 0.8780 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 872 score: 0.9257 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 873 score: 0.8936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 874 score: 0.8812 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 875 score: 0.8479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 876 score: 0.8961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 877 score: 0.8683 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 878 score: 0.9378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 879 score: 0.8234 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 880 score: 0.7691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 881 score: 0.9032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 882 score: 0.8776 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 883 score: 0.8737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 884 score: 0.7658 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 885 score: 0.8585 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 886 score: 0.8413 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 887 score: 0.8201 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 888 score: 0.8516 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 889 score: 0.8086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 890 score: 0.7992 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 891 score: 0.8592 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 892 score: 0.7515 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 893 score: 0.7697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 894 score: 0.8859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 895 score: 0.9114 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 896 score: 0.8545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 897 score: 0.8462 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 898 score: 0.8639 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 899 score: 0.8957 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 900 score: 0.8588 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 901 score: 0.9165 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 902 score: 0.8578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 903 score: 0.9062 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 904 score: 0.8700 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 905 score: 0.8222 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 906 score: 0.8643 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 907 score: 0.8304 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 908 score: 0.7801 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 909 score: 0.8751 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 910 score: 0.8517 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 911 score: 0.7538 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 912 score: 0.8828 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 913 score: 0.8886 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 914 score: 0.8859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 915 score: 0.8450 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 916 score: 0.9053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 917 score: 0.8637 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 918 score: 0.7684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 919 score: 0.8625 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 920 score: 0.8909 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 921 score: 0.8258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 922 score: 0.9018 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 923 score: 0.8437 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 924 score: 0.8623 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 925 score: 0.8856 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 926 score: 0.8764 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 927 score: 0.8245 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 928 score: 0.8750 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 929 score: 0.8230 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 930 score: 0.8220 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 931 score: 0.8685 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 932 score: 0.7136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 933 score: 0.8740 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 934 score: 0.7677 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 935 score: 0.8009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 936 score: 0.8754 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 937 score: 0.9258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 938 score: 0.8746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 939 score: 0.8863 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 940 score: 0.9013 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 941 score: 0.9299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 942 score: 0.8918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 943 score: 0.8108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 944 score: 0.8223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 945 score: 0.8008 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 946 score: 0.8884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 947 score: 0.8778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 948 score: 0.8293 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 949 score: 0.9323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 950 score: 0.7698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 951 score: 0.7466 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 952 score: 0.8339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 953 score: 0.8857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 954 score: 0.6990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 955 score: 0.9161 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 956 score: 0.8509 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 957 score: 0.8820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 958 score: 0.8257 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 959 score: 0.9659 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 960 score: 0.7733 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 961 score: 0.8108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 962 score: 0.8716 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 963 score: 0.8907 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 964 score: 0.9001 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 965 score: 0.8319 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 966 score: 0.7541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 967 score: 0.8109 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 968 score: 0.8867 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 969 score: 0.6869 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 970 score: 0.8779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 971 score: 0.8479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 972 score: 0.7627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 973 score: 0.9117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 974 score: 0.7661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 975 score: 0.8979 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 976 score: 0.8315 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 977 score: 0.8317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 978 score: 0.8488 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 979 score: 0.8403 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 980 score: 0.7861 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 981 score: 0.7886 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 982 score: 0.8924 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 983 score: 0.7762 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 984 score: 0.9232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 985 score: 0.8271 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 986 score: 0.8624 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 987 score: 0.8119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 988 score: 0.8406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 989 score: 0.8102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 990 score: 0.9129 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 991 score: 0.7908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 992 score: 0.8945 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 993 score: 0.8159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 994 score: 0.9136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 995 score: 0.8354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 996 score: 0.9316 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 997 score: 0.8982 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 998 score: 0.8772 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 999 score: 0.7429 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 1000 score: 0.9050 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 1001 score: 0.8313 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 1002 score: 0.9112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 1003 score: 0.7278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 1004 score: 0.8792 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 1005 score: 0.8965 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 1006 score: 0.7756 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 1007 score: 0.8421 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 1008 score: 0.8838 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 1009 score: 0.8943 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 1010 score: 0.8858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en Segment 1011 score: 0.8518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-es-en score: 0.8543 diff --git a/test-gl-en b/test-gl-en new file mode 100644 index 0000000000000000000000000000000000000000..b1678b0d686bd95df987b8f7e753957155aa723a --- /dev/null +++ b/test-gl-en @@ -0,0 +1,1012 @@ +Now, four months later, they're not diabetic anymore, but at the time they were," he 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 division, said the research is still in the early stages. +Like other experts, he is skeptical that diabetes can be cured and notes that the findings are not relevant to those already diagnosed with type 1 diabetes. +Last Monday, Sara Danius, permanent secretary of the Nobel Prize Committee for Literature at the Swedish Academy, announced publicly during an interview on Sveriges Radio's radio show in Sweden that the committee, after failing to contact Bob Dylan directly regarding the awarding of the 2016 Nobel Prize in Literature, had given up trying to contact him. +Danius said: "Right now we are not doing anything. I have called and sent e-mails to his closest colleague and got very nice replies. For now, that is it." +Previously, Ring CEO Jamie Siminoff said the company was founded after he was unable to hear his doorbell from his garage workshop. +He said he invented a wireless bell. +Siminoff said sales increased after he appeared on the show Shark Tank in 2013, when the show's panel of investors rejected his pitch for funding. +Siminoff made his television shopping debut on QVC in late 2017. +Ring also reached an agreement with a competing security company, ADT Corporation. +Evidence suggests that an experimental vaccine can reduce the deaths caused by Ebola, but no drug has yet been proven effective at treating the infection. +An experimental antibody cocktail, ZMapp, once showed some promising results in this field, but later formal studies suggested it was less effective at preventing deaths. +In the PALM trial, ZMapp acted as a control, meaning that scientists used it as a benchmark and compared it to three other drugs. +USA Gymnastics is supportive of the letter from the U.S. Olympic & Paralympic Committee and understands the imperative need for the Olympic family to provide a safe environment for all athletes. +We agree with the USOC statement that states that the interests of our athletes, our clubs, and our sport would be best served by considering a significant change to the structure of our organization rather than relinquishing our accreditation. +USA Gymnastics is supporting an independent investigation that seeks to understand how the abuse described so vividly by the survivors of Larry Nassar could have gone undetected for so long and is open to any and all recommendations for needed and appropriate changes. +USA Gymnastics and the USOC have the same goal: making gymnastics, as well as all other sports, as safe as possible so that athletes can pursue their dreams in a positive, empowering, and safe environment. +In the 1960s, Brzezinski worked as an adviser to John F. Kennedy and later to Lyndon B. Johnson. +During the 1976 election, he advised Carter on foreign policy and later served as national security adviser from 1977 to 1981, succeeding Henry Kissinger. +At the National Security Council, Carter relied on Brzezinski for advice on international diplomacy, such as the Camp David Accords in 1978, U.S. normalization of relations with China by the late 1970s, the Iranian Revolution and the Soviet invasion of Afghanistan in 1979. +The film, which stars Ryan Gosling and Emma Stone, is nominated for pretty much everything. +Gosling and Stone received nominations for Best Actor and Best Actress, respectively. +Other nominations included Best Picture, Best Director, Best Cinematography, Best Costume Design, Best Editing, Best Original Score, Best Production Design, Best Sound Editing, Best Sound Mixing, and Best Original Screenplay. +Two songs from the film, Audition (The Fools Who Dream) and City of Stars, were nominated for Best Original Song, and studio Lionsgate received a record 26 nominations, more than any other studio. +U.S. President Donald Trump announced Sunday at the last minute that U.S. troops would withdraw from Syria. +The ad came after Trump spoke by phone with Turkish President Recep Tayyip Erdogan. +Turkey would also take custody of ISIS fighters that European countries have refused to repatriate, according to the statement. +This confirms at least some dinosaurs were feathered (a popular theory), and provides other details that are seldom seen in the fossil record, such as colour and three-dimensional structure. +Scientists said the animal's feathers were brown on top and pale or carotenoid on the bottom. +The find also gives new insights into the evolution of feathers in birds. +As modern birds do not have a well-developed quill, called a rachis, but do have other features of feathers (barbs and barbules), researchers have inferred that the rachis is probably a later development from those other feather features. +The structure of the feathers suggests that they were not used for flight, but instead used to regulate temperature, or as decoration. Researchers suggested that while the specimen is a new species of dinosaur, the feathers are from an adult and not a juvenile. +The researchers suggested that although it is the skeleton of a new species of dinosaur, the specimen is an adult and not a juvenile. +A car bomb exploded early today outside a police station in Gaziantep, Turkey, killing two police officers and injuring more than two dozen people. +The governor's office said in a statement that nineteen of the injured were police officers. +Police said they suspected a member of the so-called Islamic State (IS, also known as Daesh) was responsible for the attack. +They discovered that the Sun follows the same basic principles as all the other stars in the Solar System: their activity is governed by their brightness, rotation, and nothing else. +Luminosity and rotation are used together to determine a Rossby number associated with the plasma flow. +The lower the Rossby number, the less magnetic activity the star has relative to its rotational inertia. +Throughout his journey, Iwasaki found himself in a great deal of trouble. +He's been robbed by pirates, bitten by a rabid dog in Tibet, nearly drowned in Nepal, and arrested in India. +802.11n works in both 2.4 and 5 GHz. +This will be backwards compatible with 802.11a, 802.11b, and 802.11g, as long as the base station had dual radios. +802.11n is significantly faster than its predecessors, which were theoretically capable of 600 Mbit/s. +Married with two grown-up sons, Duvall made no favourable impression on Miller, with whom he was related by history. +Asked for his opinion, Miller said, "Mike was talking a lot during the hearing, you know, getting ready, so I wasn't really paying attention to what he was saying." +We will work hard to reduce carbon dioxide emissions per unit of GDP by a significant amount by 2020 compared with the 2005 level," Hu said. +He did not put a figure on the cuts and said they would be made in accordance with China's economic situation. +He called on developing countries to "avoid the old approach of polluting first and cleaning up afterwards." +He added that "however, we should not ask them to take on responsibilities that go beyond their development, maturity and capabilities." +The Iraq Oil Report will be released at 12:00 GMT today. +Be advised that no one can guarantee that any course of action in Iraq now will not lead to sectarian war, increased violence, or collapse into chaos. +The report opens by calling for an open debate and a U.S. consensus on Middle East policy. +The report is highly critical of all aspects of current government policy on Iraq and calls for an immediate change of direction. +The first of the seventy-eight recommendations called for a new diplomatic initiative before year end to secure Iraq's borders against hostile attacks and to reestablish diplomatic relations with neighboring countries. +Argentina's current Senator and First Lady, Cristina Fernandez de Kirchner, announced her candidacy for the presidency in the city of La Plata, 50 km (31 miles) from Buenos Aires, yesterday afternoon. +Kirchner announced his intention to run for president at the Teatro Argentino, the same venue he used to launch his Senate campaign in 2005 as a member of the Buenos Aires provincial delegation. +The debate began with the controversy over disaster relief and reconstruction spending in the aftermath of Hurricane Katrina, which some conservative fiscal hawks joked was "Bush's New Deal for New Orleans." +Liberal criticism of reconstruction efforts has focused on the awarding of reconstruction contracts to individuals with access to confidential Washington information. +More than four million people attended the funeral in Rome. +So many people came to pay their respects that not everyone who wanted to attend the funeral in St. Peter's Square was able to do so. +To allow people to follow the ceremony, large TV screens were set up around Rome. +In other Italian cities, as well as in many other places around the world - in particular in Poland - similar preparations were made, which were observed by a large number of people. +In the past, historians have criticized FBI policies that have focused resources on easily solved cases, particularly those involving stolen cars, in order to boost the bureau's clearance rate. +Congress began funding the Obscenity Prohibition Act in 2005, and specified that the FBI should dedicate 10 agents to fighting adult pornography. +Robin Uthappa hit the most sixes, 11 in 41 balls with 70 runs. +Middle-order batsmen Sachin Tendulkar and Rahul Dravid performed well and shared a 100-run stand. +However, after losing the captaincy, India managed to score only 36 runs and lost 7 wickets by the end of the innings. +U.S. President George W. Bush arrived in Singapore on November 16, beginning a weeklong Asian tour. +He met with Singapore's deputy prime minister, Wong Kan Seng, and discussed trade and terrorism with Singapore's prime minister, Lee Hsien Loong. +Following a week of falling poll numbers as he approached the midpoint of his term, Bush unveiled his proposed expansion of trade with Asia. +Prime Minister Stephen Harper decided to send the "Clean Air Act" to a Commons committee for review by all parties before it was read a second time, after a twenty-five minute meeting with NDP leader Jack Layton in his office last Tuesday. +Layton called for changes to the Conservatives' proposed environmental legislation at a meeting with the prime minister, and called for a "complete and comprehensive overhaul" of the bill. +Since the federal government stepped in to take over the funding of the Mersey Hospital in Devonport, Tasmania, the state government and some federal MPs have been critical of the move, saying it was a stunt ahead of the November federal election. +However, Prime Minister John Howard said the extra $45 million in Australian funding was designed to prevent the Tasmanian government from reducing the size of the hospital. +According to latest reports, a tsunami has been triggered by the earthquake. Tremors have been felt in American Samoa and Niue. +No major damage or injuries were reported in Tonga, but power was knocked out temporarily, possibly preventing tsunami warnings from being issued in time by the PTWC. +As of Wednesday afternoon, fourteen schools on or near the coast in Hawaii were closed for the day due to the approaching storm. +U.S. President George W. Bush welcomed the news. +Bush spokesman Gordon Johndroe called the North Korean guarantee "an important step toward achieving the goal of the denuclearization of the Korean peninsula." +Tenth Atlantic Hurricane Season's Tropical Depression Jerry Has Formed Over the Atlantic Ocean. +As of now, Jerry is not expected to make landfall, the National Hurricane Center said. +The U.S. Army Corps of Engineers estimated that 6 inches of additional rainfall could breach previously damaged levees. +In the Ninth Ward, which was inundated by as much as 20 feet of water during Hurricane Katrina, water is about waist-deep after the nearby levee broke. +Water is overflowing on a 100-metre-wide stretch. +Commons media licensing administrator Adam Cuerden expressed his frustration at the deleted media elements when speaking to Wikinews last month. +They've been lying ever since. First they said it was because of the legal reasons, and then they said it was because they were listening to us. It was just their way to get rid of us. +Community anger has led to the current efforts to create a policy governing sexual content on the site, which hosts millions of open-licensed media. +Most of the work was theoretical, but the program was designed to simulate the observations made in the Sagittarius Galaxy. +The effect the team was looking for would be caused by the gravity of the dark matter in the galaxy pulling on the Milky Way. +Like the Moon's gravity causes tides on Earth, the Milky Way's gravity causes tides in Sagittarius. +Scientists have concluded that dark matter affects other dark matter just as normal matter does. +This theory suggests that most of the dark matter surrounding the galaxy is located in a halo, surrounding the galaxy, and is composed of many small particles. +Television crews filmed thick white smoke billowing from the plant. +Officials are telling residents living near the plant to stay inside, shut their air conditioners and not to drink tap water. +Japan's nuclear agency says it has found cesium and iodine at the plant. +Officials speculate that this may be an indication that the uranium fuel rods in the reactors are damaged and leaking. +Dr. Tony Moll discovered extensively drug-resistant tuberculosis (XDR-TB) in the South African province of KwaZulu-Natal. +In an interview he said the new variant was "extremely concerning" and "must not be allowed to spread." +Some patients at the hospital may have contracted the infection there, said Dr. Moll, at least two of them were health-care workers at the hospital. +After a year, a single infected person can infect 10 or 15 of their immediate contacts. +However, the proportion of XDR-TB in the total TB group remains low, at 6,000 of 330,000 people with TB in South Africa at a given time. +Both satellites - each of which weighed more than 1,000 pounds and were traveling at about 17,500 miles per hour - crashed into Earth at an altitude of 491 miles. +Scientists say the explosion created by the collision was massive. +Scientists are still trying to determine the size of the collision and its effect on Earth. +U.S. Strategic Command, which oversees the U.S. nuclear arsenal from its headquarters in Omaha, Nebraska, was tracking the test. +The results of the analysis of the location will be published on a public website. +A doctor who worked at Children's Hospital of Pittsburgh in Pennsylvania is expected to be charged with murder in the death of his mother, whose body was found in a car trunk Wednesday, authorities in Ohio said. +Dr. Malar Balasubramanian, 29, was found unconscious and alone, wearing only a shirt and underwear, on a street in the Blue Ash suburb of Cincinnati, about 15 miles north of the city. +He walked over to his black Oldsmobile Intrigue, which was parked about 500 feet away. +They found the body of 53-year-old Saroja Balasubramanian covered in blood-stained blankets. +Police said the body had apparently been there for a day. +The first cases of the illness this season were reported in late July. +Pigs are carriers of the disease that is transmitted to humans by mosquitoes. +The outbreak has prompted the Indian government to take steps such as deploying pig hunters in severely affected areas, distributing thousands of mosquito nets and spraying pesticides. +The government has promised several million doses of the injectable vaccine against encephalitis, which will ensure that the agencies are ready for the next rainy season. +This year, immunization plans in the historically most-affected areas have been set back by funding shortfalls and low priority compared to other diseases. +In 1956, Słania moved to Sweden, where he spent three years working for the Swedish Postal Service, eventually becoming the chief engraver. +He has produced more than 1,000 stamps for Sweden and another 28 countries. +His work is of such high quality and detail that he is a "name collector" among philatelists, and some specialise in collecting his work exclusively. +His 1,000th stamp was the beautiful "Great Swedish Kings" by David Klöcker Ehrenstrahl in 2000, which is listed in the Guinness Book of World Records. +He has also designed banknotes for many countries; recent examples of his work include the portraits of Canadian prime ministers on the new $50 and $100 Canadian banknotes. +Gibson was taken to hospital where he died a short time later. +The lorry driver, 64, was unhurt in the collision. +The vehicle was removed from the scene at about 12:00 BST on the same day. +An employee of the blacksmith shop where the accident occurred said, "There were captives there waiting to cross the road and they were all screaming and crying." +Everyone was evacuated from the scene of the accident. +Topical issues at Bali range from saving the world's remaining forests to sharing technology to help developing nations pursue growth in ways that are less damaging to the environment. +The UN also plans to set up a fund to help countries hit by global warming cope with its impacts. +The cards could be used for flood-proofing homes, better water management or diversifying crops. +Fluke wrote that attempts by some to drown out women's voices speaking about women's health have been unsuccessful. +He was led to this conclusion by the many positive comments and encouragement he received from men and women, urging him to make birth control medication a medical necessity. +Following the riot and after the injured were taken to hospital, about 40 prisoners remained in the yard and refused to return to their cells. +Negotiators have been trying to resolve the standoff, but the inmates' demands are not known. +Between 10:00 p.m. and 11:00 p.m. MDT on Tuesday, inmates set a fire in the outdoor recreation area. +After that, riot officers entered the courtyard and fired tear gas at the inmates. +Firefighters eventually got the blaze under control at about 11:35 p.m. +Following the completion of the floodgates in 1963, the annual flooding that scoured the riverbed was no longer experienced. +This sediment was necessary to create shorelines and beaches, which provided habitat for both flora and fauna. +As a result, two fish species are now extinct and another two are endangered, including the Cyprinodon diabolis. +Even though the water level will rise only by a few centimeters after the flood, officials are hopeful it will be enough to replenish the eroded river banks below. +No tsunami warning has been issued and the geophysics agency in Jakarta said in a statement that none would be issued because the quake's magnitude was below 6.5. +With no tsunami risk, residents began to panic and started leaving their homes and businesses. +Although Winfrey was tearful during her departure, she made it clear to her viewers that she would be returning. +This is not a goodbye, it is the closing of a chapter and the opening of another." +Final results of Namibia's presidential and parliamentary elections showed President Hifikepunye Pohamba would easily win re-election. +The ruling South West Africa People's Organisation (SWAPO) also won a majority in parliamentary elections. +Coalition and Afghan forces were reported to have moved into the area to secure the site, while other coalition aircraft were reported to be providing overwatch. +The crash occurred at a high altitude in a mountainous region and is believed to be the result of a hostile attack. +Efforts to find the crash site are being hampered by bad weather and challenging terrain. +The nongovernmental organization Médecins Sans Frontières, Doctors Without Borders, and the World Health Organization said it was the worst outbreak recorded in the country. +Doctors Without Borders head of mission, Richard Veerman, said, "Angola is facing one of the worst outbreaks in its history and the situation remains critical." +The games started at 10:00 am in excellent weather conditions, except for a brief shower in the early morning, and it was a perfect day for sevens rugby. +Top-ranked South Africa got off to a good start with a comfortable 26-0 win over No. 5 Zambia. +South Africa may have been outplayed by their northern neighbours in a one-sided final, but they can at least take heart from the fact that they improved as the tournament progressed. +Their well-disciplined defense, superior ball-handling, and great teamwork made them stand out, and it was obvious that they were the team to beat. +Officials in Amsterdam and the Anne Frank Museum say the tree is infected with a fungus and is a danger to public safety. They say the tree is about to collapse. +It was due to be cut on Tuesday, but was saved by a last-minute court order. +All of the cave entrances, collectively known as the "Seven Sisters", are between 100 and 250 metres (328 and 820 ft) wide. +Infrared images show the temperature variations between day and night, which is consistent with caves. +They're actually warmer than the ground around them during the day, and cooler at night. +Its thermal behavior is not as stable as those of the large caves on Earth that often maintain a relatively constant temperature, but it is similar to that of a large pit in the ground," said Glen Cushing of the U.S. Geological Survey and Northern Arizona University in Flagstaff, Ariz. +Traditionally, voting in France has been a decidedly low-tech affair: Voters would go into a booth, fill out a printed ballot, and place it in a box. +After election officials verify a voter's identity, the voter fills out the ballot and places it in the ballot box. +French electoral law is very precisely codified. +Since 1988, ballot boxes have been transparent so that voters and observers can see that there are no ballots in the box at the start of voting, and that there are no extra ballots added after eligible and authorized voters have been counted. +Candidates can send representatives to observe all aspects of the process. By the night of the election, volunteers will count the ballots in the presence of observers, following special procedures. +ASUS's Eee PC, which was launched worldwide to save cost and functionality, became a hot topic at the IT Month in Taipei in 2007. +The market for mobile computers was altered or changed after ASUS received the Taiwan Sustainable Award in 2007 from the Executive Yuan of the Republic of China. +The broadcaster's website describes the show as "old-school radio theatre with a new and bizarre twist." +In its early days, the show was only aired on the now defunct internet radio station Toginet Radio, which specialized in talk shows. +In late 2015, Toginet established AstroNet Radio as a sister station. +The original show featured the voices of East Texas natives and accented actors. +Looting was reported to be continuing into the night, with police nowhere to be seen in the streets of Bishkek. +An observer described Bishkek as being in a state of "anarchy" with mobs roaming the streets and looting stores of consumer goods. +Many residents of Bishkek have blamed the southern protesters for the ensuing disorder. +South Africa beat the All Blacks (New Zealand) in a Tri Nations rugby union match at the Royal Bafokeng Stadium in Rustenburg, South Africa. +In the end, it was by the narrowest of margins - a single point, 21-20 - that the All Blacks extended their winning run to 15 matches. +For the Springboks, it was the end of a five-match losing streak. +It was the final match for the All Blacks, who had already won the trophy two weeks ago. +The series finale will be at Ellis Park in Johannesburg next week, where the Springboks face Australia. +A moderate earthquake hit western Montana at 10:08 p.m. Monday. +The U.S. Geological Survey and the National Earthquake Information Center did not immediately report any damage. +The earthquake's epicenter was about 12 miles (15 km) north northeast of Dillon and about 40 miles (65 km) south of Butte. +The highly pathogenic H5N1 avian influenza virus has been confirmed in a dead wild duck found on Monday in an eastern French marshland near Lyon. +France is the seventh European Union country to be hit by the virus, following Austria, Germany, Slovenia, Bulgaria, Greece, and Italy. +Cases of suspected H5N1 in Croatia and Denmark have not yet been confirmed. +Chambers accused God of "splattering death, destruction, and terrorizing millions and millions of people on earth." +Chambers, an agnostic, argued that his suit was "frivolous" and that "anyone could sue anybody." +The storyline of the French opera by Camille Saint-Saens is about an artist "whose life is directed by a passion for drugs and Japan". +Accordingly, the actors on stage will be smoking cannabis cigarettes and the theatre is encouraging the audience to participate. +Former U.S. Speaker of the House Newt Gingrich, Texas Gov. Rick Perry and U.S. Rep. Michele Bachmann placed fourth, fifth and sixth respectively. +After the results were in, Gingrich praised Santorum but took aim at Romney over an Iowa advertisement that ran a negative campaign against Gingrich. +Perry said he would "take a hard look at the results from tonight's caucus and see if there is a path forward for me in this race," although he later said he would continue in the race and appear at the Jan. 21 South Carolina primary. +Bachmann, who won the Ames Straw Poll in August, decided to end her campaign. +The photographer was taken to Ronald Reagan UCLA Medical Center, where he later died. +He was reportedly 20 years old at the time and in a statement, Bieber said, "While my heart breaks for the victim, I do not condone the senseless violence that took the life of an innocent human being." +The news and gossip site TMZ believes the paparazzo was across the street on Sepulveda Boulevard trying to take photos of the police detaining the man when the California Highway Patrol officer directing traffic waved him back twice. +Police said no charges would be laid against the driver of the vehicle that struck the photographer. +With only eighteen medals available per day, a number of countries were unable to win any. +Netherlands has Anna Jochemsen in 9th place in the women's Super-G standings while Finland has Katja Saarinen in 10th. +Australia's Mitchell Gourley finished 11th in the men's super-G, while Czech sit-skier Oldrich Jelinek was 16th. +Arly Velasquez of Mexico finished 15th in the men's sitting super-G. Adam Hall of New Zealand finished ninth in the men's standing super-G. +Polish skier Maciej Krezel, in the men's visually impaired category, and his guide Anna Ogarzynska finished 13th in the super-G. South Korea's Jong Seork Park finished 24th in the men's sitting super-G. +UN peacekeepers who have been stationed in Haiti since the 2010 earthquake have been accused of spreading a deadly cholera epidemic. +According to the suit, waste generated at the U.N. camp was not properly sanitized, allowing bacteria to leach into the Artibonite River, one of Haiti's largest. +Before the troops arrived, Haiti had not had a case of the disease since 1800. +The Haitian Institute of Justice and Democracy cited independent studies that found the UN's Nepalese peacekeeping battalion knew it was bringing cholera to Haiti. +Danielle Lantagne, a UNICEF expert on the disease, said the outbreak was probably caused by U.N. peacekeepers. +Hamilton confirmed that Howard University Hospital was admitting the patient in stable condition. +The patient was in Nixeria, where a number of Ebola virus cases have been reported. +The hospital followed infection-control protocols, including isolating patients, to prevent any potential cross-infection. +Before The Simpsons, Simon had worked on a number of other shows in various capacities. +He worked in the 1980s on shows including Taxi, Cheers, and The Tracy Ullman Show. +In 1989, he helped create The Simpsons with Brooks and Groening, and he was responsible for hiring the show's first writing staff. +Although he left the show in 1993, he still held the title of executive producer and received millions of dollars per season in residuals. +Earlier, China's official Xinhua News Agency reported that a plane had been hijacked. +Subsequent reports said the plane had received a bomb threat and had been diverted to land in Kandahar, Afghanistan. +Earlier reports said the plane had been diverted back to Afghanistan after being denied an emergency landing in Ürümqi. +Airplane accidents are common in Iran, where the aging and poorly-maintained fleet of jets is used both for civilian and military purposes. +International sanctions have made it impossible to purchase the new aircraft. +Earlier this week, three people died and three others were injured when a police helicopter crashed. +Last month, Iran suffered its worst air disaster in years when a plane headed to Armenia crashed, killing all 168 on board. +Earlier this month, a plane crashed into a wall in Mashhad, killing 16 people. +Aerosmith Cancels the Rest of Their Tour. +The rock band was scheduled to be on a U.S. and Canada tour until September 16. +The tour was canceled after singer Steven Tyler fell off the stage during a performance on August 5. +Murray lost the first set in a tie-break after both players held their serves throughout. +Del Potro got off to a hot start in the second set, but he would eventually find himself trailing 6-6. +Potro was treated for a neck injury at the time, but returned to the match. +The show started at 20:30 local time (15:00 UTC). +Prominent singers from across the country presented "bhajans" or devotional songs at the feet of Shri Shyam. +Singer Sanju Sharma started the night, followed by Jai Shankar Choudhary. Lakkha Singh also presented the bhajan "Chhappan bhog". Singer Raju Khandelwal accompanied. +Lakkha Singh then took the lead in singing the "bhajans". +He served Baba Shyam 108 dishes of Chhappan Bhog (56 different edibles in Hinduism, such as sweets, fruits, dry fruits, dishes, etc., offered to a deity). +Lakkha Singh also performed the "chhappan bhog bhajan". Singer Raju Khandelwal accompanied him. +In the main presentation at the Tokyo Game Show on Thursday, Nintendo president Satoru Iwata unveiled the design for the company's new console, the Nintendo Revolution. +Similar to a person waving a remote control behind a TV, the controller uses two sensors placed behind the TV to triangulate its position in 3D space. +This will allow players to control actions and motions in video games by waving the device in the air. +Giancarlo Fisichella was out of control and crashed on the opening lap. +Team-mate Fernando Alonso had been ahead for most of the race but came into the pits a lap late after a wheel change, probably due to a faulty right front wheel adjustment. +Michael Schumacher retired shortly after Alonso, due to damage to his suspension from multiple crashes during his career. +He's very quiet and also has a very good singing voice," she said, according to a transcript of the news conference. +He said, "Every time I put this on, I get goosebumps, to the core of my being." +Within three minutes of launch, a camera aboard the rocket captured dozens of pieces of debris dislodging from the fuel tank. +However, it is believed the jets did not damage the engine. +NASA shuttle program manager N. Wayne Hale Jr. said the foam came off "after the time of maximum concern." +At about five minutes into the show, it started to get windy, and by about a minute later it was up to about 70 km/h (40 mph). Then the winds picked up even more and it sounded like it was raining sideways, and people were screaming and running all over the place. +I watched my sister and her friend being bullied, and on the way there I passed two disabled people in wheelchairs, people jumping over them, pushing them around," said Armand Versace. +NHK also reported that the Kashiwazaki Kariwa nuclear power plant in Niigata prefecture was operating normally. +Hokuriku Electric Power Co. said the quake had no impact on its operations and that the No. 1 and No. 2 reactors at its Shika nuclear plant were shut down. +Aware that nearly 9,400 homes in the region are without water, and about 100 are without power. +Road closures, train service interruptions and the closure of Noto airport in Ishikawa prefecture were reported. +A bomb exploded outside the governor's office. +Another three bombs exploded near government buildings in a two-hour span. +Some information put the official death toll at eight, and official communications confirmed at least 30 were injured, but the figure is still unclear. +Both cyanuric acid and melamine were found in the urine of dogs that died after eating contaminated pet food. +The two compounds interact to form crystals that can block kidney function, researchers at the university said. +Researchers found that when they added melamine and cyanuric acid to cat food, crystals formed in the urine of the cats. +The composition of these crystals matches what is found in petroglyphs when they are compared by infrared spectroscopy (FTIR). +I don't know if he's aware of this, but most of the goods from Central America that come into this country are free of tariffs. +However, 80 percent of our goods were taxed at Central American customs. +For me, it didn't make sense and it wasn't right. +The only thing I would say to the other side is that we're going to treat them the same way that they've treated us. +California Governor Arnold Schwarzenegger has signed a bill into law that will ban the sale or rental of violent video games to minors. +The proposed legislation would make it a misdemeanour for retailers in California to sell ultra-violent games to minors, punishable by a fine of $1,000. +Director of Public Prosecutions, Kier Starmer QC, made the announcement this morning that Huhne and Pryce would be charged. +Huhne has resigned from the Cabinet and will be replaced by backbencher Ed Davey, while business minister Norman Lamb is tipped to take over from him. +Huhne and Pryce are expected to appear at Westminster Magistrates' Court on February 16. +The deceased have been identified as 25-year-old Nicholas Alden and 21-year-old Zachary Cuddeback, the driver. +Edgar Veguilla suffered a broken arm and jaw, while Kristoffer Schneider required facial reconstructive surgery. +Uka's weapon jammed when he tried to shoot a fifth man, Schneider said, adding that he suffered constant pain, lost an eye, had a section of skull rebuilt with titanium and had his face reconstructed with metal. +Schneider was appearing via video link from a U.S. Air Force base in his home country. +In addition to the race on Wednesday, Carpanedo competed in two other individual events in the championship. +His first event was the slalom, where he received a "Did Not Finish" (DNF) on his first career start. 36 of the 116 competitors received the same result in that event. +In her other event, the giant slalom, she finished 10th in the women's sitting group with a combined time of 4:41.30, 2:11.60 behind Austrian Claudia Loesch in first and 1:09.02 behind Hungarian Gyöngyi Dani in ninth. +Four of the women in the sit-ski class did not finish their careers, and 45 of the 117 giant slalom skiers did not qualify for the competition. +Madhya Pradesh Police has recovered the stolen laptop and mobile phone. +Superintendent of Police, D.K. Arya said, "We have arrested five persons who raped 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. +Superintendent of Police Chandra Shekhar Solanki said the accused appeared in court with their faces covered. +Three people were inside the house at the time of the crash, but no injuries were reported. +The driver however suffered serious head injuries. +The road where the collision occurred was closed for several hours while emergency services freed the driver of the red Audi TT. +He was initially taken to the James Paget Hospital in Great Yarmouth. +He was later transferred to Addenbrooke's Hospital in Cambridge. +Adekoya appeared at Edinburgh Sheriff Court, charged with murdering his son. +He is being remanded in custody ahead of a hearing and trial, but any evidence from witnesses could be tainted by the extensive coverage of his image. +It is standard practice in the UK, but Scottish judges work in a different way and, following consideration by the courts, the publication of the photographs was deemed to be prejudicial. +Prof Pamela Ferguson, of the University of Dundee, said: "Journalists seem to be following a dangerous line in publishing photographs, names and addresses of those suspected." +The Crown Office, which is responsible for prosecutions, told reporters there would be no further comment - at least until charges are laid. +The document, according to the leak, will be based on the Palestinians' demand to return to the pre-1967 Six-Day War borders. +Other issues reportedly discussed include the future of Jerusalem, which is holy to both nations, and the value of the Jordan River. +Israel is demanding a continuous military presence in the West Bank for at least ten years after the agreement is signed, while the PA has agreed to only five years. +The marksmen on the trial's supplementary pest-control duty would be closely monitored by rangers during the trial and its effectiveness assessed. +A partnership between the NPWS and the Sporting Shooters Association of Australia (NSW) Inc. employed licensed volunteers under the Sporting Shooters Association shooting program. +Mick O'Flynn, Park Conservation and Heritage Manager for NPWS, said: "The four volunteers have now been selected for the first operation of the guide and training in safety. +Martelly has invested one month in the new Provisional Electoral Council (CEP) composed of nine members. +It is Martelly's fifth provisional electoral council in four years. +Last month, a presidential commission recommended that the Electoral Council (CEP) be resigned as part of a package to take the country to early elections. +Martelly responded to the widespread protests against the government that began in October with the commission. +The violent protesters have been enraged by the inability to hold elections, some of which have been postponed since 2011. +There have been nearly 60 reports of iPod overheating, resulting in six fires and minor burns to four people. +Japan's economy, trade and industry minister said there had been 27 reported accidents involving the devices. +Last week, the Ministry of Economy, Trade and Industry announced that Apple had reported an additional 34 cases of overheating, which the company considered "non-serious." +The ministry said in a statement that it was "really regrettable" that Apple had postponed the release of the report. +The quake hit Mariana at 07:19 am local time (2119 GMT Friday). +The National Weather Service in the Northern Mariana Islands said no damage was reported in the country. +The Pacific Tsunami Warning Center also reported no tsunami watches in effect. +A Filipino former policeman has hijacked a bus carrying tourists from Hong Kong in Manila, the capital of the Philippines. +Rolando Mendoza shot the tourists with his M16 rifle. +Many hostages were rescued and at least six people have been killed so far. +Six hostages, including children and elderly people, were released for the first time, as well as Filipino photographers. +Photographers later swapped places with an elderly woman who needed the toilet, and Mendoza was shot dead. +Liggins followed in his father's footsteps and became a doctor. +He trained as a general surgeon and started work at the National Women's Hospital in Auckland in 1959. +Liggins began studying preterm births in his spare time while working in the hospital. +His research showed that if the hormone was administered, lung maturation in the foetus would be accelerated. +On Wednesday, government investigators recovered the two black boxes from the flight, Xinhua reported. +Other fighters also paid tribute to Luna. +Tommy Dreamer said, "Luna was the first "Extreme" Queen. My first representative. Luna died on the night of the two full moons. Something special, almost like her. A strong woman." +Dustin "Goldust" Runnels said of Luna, "Luna was as rare as a diamond, perhaps more so... I loved her and I miss her, I hope she's in a better place." +Of the 1400 people surveyed ahead of the 2010 federal election, the number who were against Australia becoming a republic increased by eight per cent from 2008. +Former prime minister Julia Gillard argued during the 2010 federal election campaign that Australia should become a republic at the conclusion of Queen Elizabeth II's reign. +Thirty-four per cent of respondents to the survey said they believed Queen Elizabeth II should be the last monarch of Australia. +At the extremes of the survey, 29 per cent said Australia should become a republic at the earliest possible date, while 31 per cent said Australia should never become a republic. +The Olympic gold medallist was due to swim the 100m and 200m freestyle at the Commonwealth Games and was also set to compete in three relays, but his participation is now in doubt. +I can't take the medication I need to manage the pain because it's banned at the Games. +On January 25, Curtis Cooper, a mathematician and professor of computer science at the University of Central Missouri, discovered the largest known prime number. +Many people independently verified the discovery using different hardware and software by early February, which was reported on Tuesday. +Comets may have been the source of water and organic material on Earth, including proteins necessary to support life. +Scientists hope to gain insight into the process of planet formation, in particular how the Earth formed, since comets have been hitting the Earth for a very long time. +Cuomo, 53, began his term as governor this year and signed a bill last month legalizing same-sex marriage. +He called the reports "political gossip and hearsay." +He is expected to run for president in 2016. +NextGen is a system the FAA says will allow planes to fly more-efficient routes, save millions of gallons of fuel annually, and reduce carbon emissions. +It replaces older radar-based technology with satellite-based technology, which allows air traffic controllers to pinpoint a plane's location more precisely and give pilots more accurate information. +There is no extra buses and the Underground does not stop at Wembley; there is no off-site car and coach parking. +The traveling concerns opened the door for the game to be played in an empty arena with just the home team's players in attendance. +A study published in the journal Science on Thursday announced the discovery of a new bird species in the Galapagos Islands of Ecuador. +Researchers from Princeton University in the US and Uppsala University in Sweden suggested the new species evolved in as little as two generations, although they believe the process took much longer due to hybridisation between the Darwin's finch and the cactus finch. +Gold can be hammered into any shape. It can be rolled into a ball. +It can be spun into a fine thread, which can be twisted or woven. It can also be hammered or rolled into sheets. +It can be thinned down to a paste and mixed with other metals. Its thickness can be made so thin that it was used as a gesso for illuminated manuscripts, called "illuminations". +This is called the pH of a chemical. A pH indicator can be made using the red cabbage. +The solubility of a substance depends on its acidity or basicity (alkalinity). The solubility of a substance depends on its acidity or basicity (alkalinity). +pH is a measure of the amount of hydrogen ions (H+) in a particular chemical. +Hydrogen ions are the protons that have lost an electron (because hydrogen atoms consist of a proton and an electron). +Mix the dry ingredients together, then add the wet ingredients and knead into a ball. +The moisture in your hands will react with the outer layers, giving you a weird sensation and making your hands sticky. +The cities of Harappa and Mohenjo-daro had a well in most houses, connected by a sophisticated sanitation system. +Evidence of sewage systems has been found in the Minoan palaces of Crete and Akrotiri on Santorini in Greece. +In ancient Egypt, Persia, and China, there were also public toilets. In ancient Rome, public toilets were often part of public baths, which were open to both men and women. +When you call someone who is a thousand miles away, you are using a satellite. +The satellite in space hears the call and immediately echos it back to Earth. +A rocket launched the satellite into space. Scientists use telescopes in space because the atmosphere of Earth blocks some of the light and makes it hard to see. +A giant rocket over 100 feet tall is needed to launch a satellite or a telescope into space. +The wheel has changed the world in so many ways. The most important thing the wheel has given us is easy and fast transportation. +By train, by car, and by many other means. +Underneath them are more medium-sized predators, such as the spotted hyena and the striped hyena, which eat everything from dung beetles to antelopes and deer. +Finally, many small cats (including free-ranging pet cats) eat a lot of small prey, such as insects, rodents, lizards, and birds. +The secret to their success is the niche, a specialized job that every cat is assigned to and which prevents them from competing with each other. +Lions are the most social of the cat species and live in large groups called prides. +A clan may consist of one to three unrelated adult males, several dozen females, and perhaps as many as three dozen pups. +Females are usually related to each other, as they are part of a large family of brothers and sisters. +Lion kills are much like those of wolves or hyenas, other animals that are strikingly similar to lions in behavior but not to other large cats. +A well-balanced tiger can swim, run long distances, and jump five times higher than an average human can. +The tiger is a member of the same genus (Panthera) as the lion, leopard and jaguar, and is the only cat that can roar. +A tiger's roar is not like a lion's roar, it is more like a sentence with words distorted by a growl. +Ocelots prefer to eat small animals. They hunt monkeys, snakes, rodents, and birds, when they can. The animals that ocelots hunt are much smaller than the ocelots themselves. +Scientists believe that cougars hunt and find prey (food) by using their sense of smell, tracking where their prey has been. +They can see very well in the dark using their night vision, and are very graceful in their movements. The ocelots hunt their prey by crouching and pouncing upon them. +When a small group of living things (a small population) separates from the main group to which it belongs (perhaps by crossing a mountain range or a river, or by migrating to a new island), they are likely to find themselves in a different environment from the one they left. +This new boundary line has different resources and different capabilities, so the new population will need different features or adaptations to be a stronger competitor than they needed to be at that time. +The native population has not changed at all; they still pursue the same adaptations as before. +Over time, as the new population gets accustomed to their new environment, they also begin to look less like the rest of the population. +Eventually, after thousands or even millions of years, the two populations will become so different that they will no longer be the same species. +This process is called speciation, which simply means the formation of new species. Speciation is an inevitable and critical part of the evolutionary process. +Plants make oxygen that we breathe and take in carbon dioxide that we exhale (breathe out). +Plants make their food through photosynthesis. They also give shade. +We build our houses with plants, we make our clothes out of them, and most of the food we eat comes from them. Without plants, most animals would not survive. +The mosasaurus was the top predator of its time and was not afraid of anything, including other mosasaurs. +Its long snout was adorned with more than 70 sharp teeth, and it had an additional pad on its lower jaw, which meant that nothing that came into its mouth ever escaped. +We don't know for sure, but it may have had a double tongue. Its diet consisted of turtles, large fish, other mosasaurs, and possibly even cannibalism. +It also attacked anything that came into the water; even a giant creature like the Tyrannosaurus rex would not have been safe from it. +While most of their food would be familiar to us today, the Romans had an eclectic mix of exotic or unusual foods at their feasts, including peacock, wild boar, quails, and a type of rodent called a leaven. +Another difference was that while the poor and women ate while seated on chairs, wealthy men would hold a feast and sit on their sides while eating. +Ancient Rome's diet did not include foods from America or Asia that arrived in Europe in later centuries. +For example, they did not have millet, tomatoes, cashews, or coconuts, and no Roman ever ate a turkey. +The Babylonians built a temple for each of their gods that was considered the home of the deity. +The people offered sacrifices to the gods and the priests tried to meet the needs of the gods through rituals and festivals. +All of the temples have an open courtyard and then an inner sanctuary that is only accessible to the priests. +Sometimes special pyramid-shaped towers, called ziggurats, were built and used as part of the temple complex. +The top of the tower was a special sanctuary for the god. +In the hot climate of the Middle East, houses were not important. +Most Jewish families lived outdoors. +Women cooked in the courtyard; shops were simply open counters facing the street, and stone was used to build houses. +In the region of Canaan there were no great forests, and wood was very costly. +Greenland is very sparsely populated. According to Norse sagas, Erik the Red was exiled from Iceland for murder and while sailing west he discovered a land which he called Greenland. +Despite its discovery, the Eskimos had already been living there. +Although all the countries were "Scandinavian", there were great differences between the peoples, kings, traditions, and history of Denmark, Sweden, Norway, and Iceland. +If you've seen the movie National Treasure, you might think the map to the Declaration of Independence is tattooed on the back of the document. +This, however, is not correct. Though there may be something written on the back of the document, it is not a treasure map. +On the back of the Declaration of Independence was written: "The original Declaration of Independence, dated the 4th of July, 1776." The text was written below the document, upside down. +Although no one knows for certain who wrote it, it is known from early in its existence that the document was kept in a large scrolled parchment (29 3/4 by 24 1/2 inches). +Thus, that notation may simply have been added as a tag. +D-Day and the battles that followed it liberated northern France, but southern France remained under German occupation. +It was under French "Vichy" rule. These were Frenchmen who in 1940 made peace with the Germans and worked with the occupiers rather than fighting them. +On August 15, 1940, the Allies invaded southern France, code named Operation Dragoon. +In just two weeks the Americans and the Free French had pushed the Germans back into southern France. +A civilization is a unique culture shared by a large group of people living and working together: a society. +The word civilization is derived from the Latin word civilis, meaning civil, and civitas, meaning city or city-state. It is also associated with the size of a society. +Cities are the birthplaces of nations. A civilized culture is one that passes knowledge from one generation to another, leaves a lasting cultural heritage, and is widely disseminated. +Smaller civilizations often leave little or no historical record, and are not recognized as civilizations in their own right. +During the American Revolutionary War, the Thirteen Colonies created a weak central government (consisting of Congress alone) under the Articles of Confederation. +The Congress was unable to impose taxes, and without a national executive or judiciary to enforce its laws, it relied on state officials, who often refused to cooperate. +He had no power to invalidate tax laws or to set rates between the states. +Articles required the unanimous approval of all the states in order to be changed, but the states took it upon themselves so loosely that their representatives were often absent. +The Italian national team, along with the German one, is the second most successful in the world and was the FIFA World Cup champion in 2006. +Some popular sports include football, basketball, volleyball, water polo, fencing, rugby, cycling, ice hockey, roller hockey, and Formula 1 racing. +Winter sports are more popular in the northern regions, while Italians compete in international games and Olympic events. +Japan is an archipelago of over 7,000 islands (the largest of which is Honshu), and is the world's seventh-largest island country. +Because of the group of islands it comprises, Japan is often geographically referred to as an "archipelago". +Early European explorers called Taiwan "Beautiful Island" in the 16th century. +In 1624, the Dutch East India Company established a base in the southwest of Taiwan, and introduced sugarcane and manpower from China to work on their sugar and rice plantations, marking the beginning of large-scale sugar production. +In 1683, the Qing Dynasty (1644–1912) took control of the western and northern coastal regions of Taiwan, and in 1885 they declared the island a province of the Qing Empire. +Following its defeat in the First Sino-Japanese War (1894–95), the Qing government signed the Shimonoseki Treaty in 1895, ceding sovereignty over Taiwan to Japan, which governed the island until 1945. +Machu Picchu has three main structures: the Intihuatana, the Temple of the Sun and the Room of the Three Windows. +Most of the buildings on the edge of the complex have been reconstructed in order to give visitors an idea of what they looked like originally. +By 1976, 30 percent of Machu Picchu had been restored, and work continues to this day. +For example, 35 mm film size is much more common in the world of photography than standard 35 mm film size, which was the standard film size at the end of the era of analog photography. +This is still done today, but what is more important is the aspect ratio that was inherited by digital camera sensors from the days of analogue photography. +35 mm film, made even more confusingly, is 36 by 24 mm. +Thus, this aspect ratio (obtained by dividing by 12) is 3:2. +Standard formats (e.g. those in the APS family) are the same or very close to this aspect ratio. +The over-used and often ridiculous thirds rule is simply a guideline that creates dynamic tension while still maintaining some semblance of order. +It states that the most effective position for the main subject is at the intersection of the lines dividing the image into thirds vertically and horizontally (see example). +During this period in European history, the Roman Catholic Church, which had become rich and powerful, was put under the microscope. +For a thousand years, Christianity has united European states despite their differences in language and customs. +His dominance in all aspects of life affected everyone from the king to the peasant. +One of the most basic principles of Christianity is that wealth is to be used to relieve suffering, and that church funds are for that purpose. +For a thousand years, the central authority of the church was in Rome, and this concentration of power and wealth led many to question whether the church was being true to its mission. +Immediately after the start of hostilities, Britain began a naval blockade of Germany. +The strategy has been effective in cutting off vital civilian and military supplies, though it has violated international law codified by many international agreements over the past two decades. +Britain has sown mines in international waters to prevent ships from entering entire ocean areas, endangering even neutral vessels. +Because of the limited response to this approach, Germany expected a similar response to its unrestricted submarine warfare. +During the 20s, pacifism and isolationism were the prevailing mindsets among most citizens and nations. +After bearing witness to the horrors and atrocities of World War I, many nations sought to avoid a similar situation in the future. +In 1884, Tesla moved to the United States, where he accepted a job with the Edison Company in New York City. +He arrived in the U.S. with four cents in his pocket, a book of poems, and a letter from his last employer, Charles Batchelor, recommending him to Thomas Edison. +In ancient China, there was a unique method of distinguishing different periods of time; every dynasty in Chinese history or any family that came to rule was given a distinct period. +In addition, between each of the succeeding dynasties was a period of disunity among the provinces. The most well-known of these periods is the Three Kingdoms era, which lasted for 60 years from the end of the Han dynasty to the beginning of the Jin dynasty. +During these periods of time, there was a vicious war between various noble families who tried to gain the throne. +The Three Kingdoms is one of the bloodiest periods in Chinese history, with thousands of people dying in battles to claim the throne in the grand Xi'an palace. +It had many social and political consequences; for example, the use of the metric system, the passing from absolutism to republicanism, nationalism and the belief that the country belongs to the people and not to a single ruler. +After the revolution, admissions were opened to all male applicants, which allowed the most ambitious and determined to succeed. +The same is true of the military, where rank is now based on size rather than class. +The French Revolution also inspired many other working class people in other countries to start their own revolutions. +Muhammad had a great interest in matters concerning the Hereafter. He often went to a cave which came to be known as "Hirana" on the mountain of "Noor" (light) for meditation. +The same cave, which has survived the passing of time, provides a vivid insight into the spiritual beliefs of Muhammad. +Perched on top of a mountain in Mecca, the cave is completely isolated from the rest of the world. +Indeed, it is not easy to find out if someone knows it exists at all. In the cave, it is completely dark. +There is nothing to see here but the beautiful sky above the many surrounding mountains. Most of this world can not be seen or heard from inside the cave. +The Great Pyramid of Giza is the only one of the Seven Wonders of the World that still exists today. +Built in the 3rd century BCE as a funerary monument for a pharaoh, the Great Pyramid is one of several large pyramids built in ancient Egypt. +The Giza Plateau or "Necropolis of Giza" in Egypt contains many pyramids (the Great Pyramid being the largest), many tombs, several temples, and the Great Sphinx. +The Great Pyramid was built for Pharaoh Khufu, while most of the other pyramids, tombs, and temples were built for Khufu's wives and family members. +The "top hat" mark looks like a V, while the "flapper" mark resembles a triangle or square that is missing its lower half. +Top hand means to start from the tip and draw the bow, while bottom hand means to start from the heel (where the hand holds the bow) and pull the bow. +The normal upward bow produces a softer sound than the downward bow, which is more intense and assertive. +You can write your own notation, but don't forget that the printed notes on the staff are there for a musical reason and should be taken into account. +On October 6, 1789, a mob of market 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 the king's sister, Madame Isabel, to return to Paris from Versailles. +They returned to Paris on a train surrounded by a hostile crowd shouting abuse at the king and queen. +The people made the King and the Queen open the car windows. +At one point, a member of the mob ripped off the head of a Royal Guard beheaded at Versailles and held it up for a queen to see. +American imperialism in the Philippines was paid for by the Filipino people. +They had the obligation to pay taxes to the U.S. colonial regime in order to finance most of the expenditures and the interest payments on the loans issued in the name of the Philippine government by the Wall Street banks. +Of course, the extraordinary benefits from the long exploitation of the Filipino people would be the basic achievements of US imperialism. +To understand the Templars, it is necessary to understand the context in which the order was created. +The era in which these events took place is commonly referred to as the High Middle Ages, the period of European history from the 11th, 12th, and 13th centuries (A.D. 1000–1300). +The Middle Ages were preceded by the High Middle Ages and followed by the Late Middle Ages, which are usually taken to have ended around 1500. +Technological determinism is a broad concept that encompasses a range of ideas in practice, from the technological imperative or technological push to a strict sense that human destiny is determined by an underlying logic of science and its expression in technology. +Many of the interpretations of technological determinism share two main ideas: that the development of technology is independent of cultural or political influences, and that technology has "effects" on society that are inherent rather than socially constructed. +For example, you could say that the invention of the internal combustion engine led to the development of roads. +However, a national network of charging points is not economically viable for a motley collection of cars, so new methods of production are designed to reduce the cost of owning a car. +Mass ownership of cars also led to an increase in road accidents, which gave rise to the invention of new medical techniques to repair injured bodies. +Romanticism contains an important cultural determinism element, coming from writers like Goethe, Fichte and Schlegel. +In the context of Romanticism, geography shaped individuals, and over time, customs and culture associated with that geography, the valleys, because they were in harmony with the place of that society, were better than the laws imposed arbitrarily. +As Paris is known as the fashion capital of the modern world, Constantinople was considered the fashion capital of medieval Europe. +Its sound as the music of the wealthy began around 400 A.D. and lasted to about 1100 A.D. +Its status had declined by the 12th century, in part because of the Crusaders' return from the East with silk and spices which were more highly regarded than anything the Byzantine markets could provide. +This was also the time when the title of the fashion capital changed from Constantinople to Paris. +The Gothic style was at its zenith between the 10th or 11th century and the 14th century. +At first, clothing was greatly influenced by Byzantine culture in the East. +However, due to the time it took for news to travel by ship, Western styles were about 25 to 30 years behind. +By the later Middle Ages, Western Europe had begun to develop its own style. One of the great innovations of the Crusades was the use of buttons to fasten clothes. +Subsistence farming is farming for the sole purpose of providing enough food for the farmer and his family. +Subsistence farming is a simple, organic farming system using native seeds from the region, combined with crop rotation or other simple techniques to maximize yields. +Traditionally, farmers were engaged in subsistence farming, and this is still the case in many developing countries. +Subcultures are groups of individuals with similar mindsets who feel ignored by society standards and help them gain a sense of identity. +Subcultures can be distinguished by age, ethnicity, class, location, and/or gender. +The qualities that distinguish a subculture may be linguistic, aesthetic, religious, political, sexual, geographic, or some combination of those factors. +Members of a subculture often express their affiliation through a distinctive and symbolic use of style, including clothing, behavior, and jargon. +One of the most common methods used to illustrate the importance of socialization is to look at the few unfortunate cases of birds that, through neglect, abuse, or deliberate mistreatment, were not socialized by their parents as they grew up. +These birds are either called "wild" or "feral". Some wild birds have been reared by humans (often by their own parents); in some cases, abandonment of these birds is due to the parents' rejection of their serious intellectual or physical disability. +Wild children may have experienced serious abuse or trauma before being abandoned or running away. +Others were said to have been raised by animals, and some were isolated from civilization. +When raised by non-human animals, feral young will exhibit behaviors (within the bounds of their physical abilities) which are nearly identical to those of the particular animal who cared for them, whether it be fear or indifference toward humans. +While project-based learning should make learning easier and more interesting, the statistics go further. +Coaching is not a method of learning, but a support to individuals who are going through a new learning experience, such as using a new computer program, or starting a new project. +States can be either virtual or real, e.g. the master or mistress is a state, but so is the paper clip in Microsoft Office. +Virtual labs are software-based, and their purpose is to question, provoke, and explain procedures that might otherwise be difficult to tackle alone. +Children are referred to care for a wide range of reasons including neglect and abuse to drug and alcohol misuse. +No child - boy or girl - should ever be raised in an environment that is not nurturing, affectionate, and educational, but it does happen. +We viewed the foster care system as a safety net for that population of children. +It is assumed that our foster care system provides safe homes, loving caregivers, stable education, and reliable medical attention. +The foster care system is designed to provide all of the things that are missing when a child is removed from their home. +The Internet combines elements of both mass communication and interpersonal communication. +The unique features of the Internet have led to additional dimensions in the understanding of agency and gratification. +For example, "learning" and "socialization" are important motivations for Internet use (James et al., 1995). +Eighmey and McCord (1998) also identified "personal involvement" and "continuous relations" as new motivations when they studied reactions to web sites. +The use of video recordings led to fundamental discoveries in the understanding of micro expressions, facial movements lasting a thousandth of a second. +In particular, it is asserted that it is possible to read the mind of a person by correctly understanding the micro expressions. +In his article The President's Speech, Oliver Sacks explained how people who are unable to understand speech because of brain damage are still able to tell when someone is being insincere. +These skills in understanding human behaviour may even be shared with other animals, such as pet dogs. +Genetic research in the 20th century led to the discovery of two types of gene variation: hidden and expressed. +A mutation introduces a new gene variant and selection removes the set of variants expressed. +The segregation and recombination of alleles above and below each of the two reservoirs in each generation. +In the savanna, it would be hard for a primate with a digestive system more like that of a human to get enough essential amino acids from the available plants. +In addition, not doing so has serious consequences: depression, malnutrition and ultimately death. +The most easily accessible trace minerals would be the proteins in leafy greens and legumes, but these are hard for primates like us to get enough of unless they are cooked. +In contrast, animal foods (insects, termites, eggs) are easy to pronounce and provide all essential amino acids in abundant protein. +Considering all of this, it should not surprise us that our ancient ancestors solved their "protein problem" in much the same way that chimpanzees in the savannah do today. +Daytime napping is the intentional act of falling asleep during normal waking hours and then waking up a short time later (between 10 and 60 minutes). +This can easily be done using a reasonably quiet buzzer to bring the dreamer back to consciousness without fully waking up. +If you find that your alarm is off when it should be on, try moving it to the other end of the room so that you are forced to get out of bed to switch it off. +Other options based on circadian rhythms include drinking lots of fluids (preferably water or tea, a well-known diuretic) right before bed, forcing you to wake up to use the bathroom. +The amount of inner peace that a person has is inversely proportional to the amount of tension in their body and mind. +The lesser the tension, the more positive will be the vital force present. Every person has the potential to find complete peace and satisfaction. +Everyone can achieve the state of enlightenment. The only obstacle standing between us and that goal is our own tension and negativity. +Tibetan Buddhism originated from the teachings of the Buddha, but these were extended by the Mahayana path of love and by many yoga techniques from India. +At its core, Tibetan Buddhism is quite simple. It is comprised of yoga, meditation, and the path to enlightenment. +Through Kundalini yoga, Kundalini energy (creative life force) is activated through yoga postures, breathing exercises, mantras, and visualization. +The center of Tibetan Buddhist meditation is the deity Yoga. Through visualization of the various deities, the energy channels, the chakras react and enlightened consciousness is created. +Germany was a common enemy in World War II, which led to cooperation between the USSR and the U.S. post-war ideological, process and cultural clashes led to disagreements between the countries. +Two years after the end of the war, former allies had become enemies, and the Cold War began. +It would last for the next couple of centuries and was actually fought by professional soldiers in battles from Africa to Asia, in Afghanistan, Cuba, and other places. +By 17 September 1939, the Polish defense was already broken, and the only hope was to retreat and reorganize behind the Romanian bridgehead. +However, these plans became obsolete within a day or two, when 800,000 Soviet Red Army soldiers entered and created the Belarusian and Ukrainian fronts, after having invaded eastern Poland in violation of the Riga Peace Treaty, the Russo-Polish Non-Aggression Pact, and other international treaties, both bilateral and multilateral. +Using ships to transport goods is by far the most efficient way to transport large amounts of people and cargo across the ocean. +Traditionally, the function of the military has been to ensure that the country is able to move both people and goods while interfering with the enemy's ability to do the same. +One of the most notable recent examples of this was the Atlantic Campaign of World War II. The United States sought to transport men and supplies across the Atlantic Ocean to help Britain. +Meanwhile, the German Navy, mainly using its U-boats, tried to stop the traffic. +If Germany's allies had failed, Germany would have conquered Britain just as they had conquered the rest of Europe. +Domestication of sheep is believed to have taken place about 10,000 years ago in the Zagros Mountains of Iran. +Ancient cultures and tribes began domesticating these animals for easy access to milk, wool, meat, and hide. +Domestic sheep generally were kept in flocks that moved about open country, often under the supervision of a shepherd, a practice that is still common today. +The "waggonways" (carriages drawn by horses) were built in England as early as the 16th century. +Although wooden planks laid side by side made up the first railways (known as wagonways), they allowed horses to travel more quickly and carry heavier loads than the more primitive roads of the time. +Trusses were put in early to hold the road in place, but it became apparent over time that the road would be much more effective with a steel beam on top. +This became standard practice, but it was hard on the wooden wheels of the carriages. +Eventually wooden wheels were replaced by iron ones. The first all-iron wheels were introduced in 1767. +The first known method of transportation was walking upright, about two million years ago when the first homo erectus (upright man) appeared. +Its predecessor, the Australopithecus, did not walk upright like we do today. +The specialization of bipedalism dates from about 4.2 to 3.9 million years ago in the fossils of Australopithecus, though the Sahelanthropus may have been bipedal as early as seven million years ago. +We can start living in a more respectful way towards the environment, we can join a movement to defend the environment and even become an activist to reduce future suffering to some degree. +In many cases, it is simply a treatment of the symptoms. However, if you don't want a temporary solution, then you should try to find the root of the problem and fix it. +It can't be denied that the world has changed considerably as a result of the advances made by the human race in science and technology, and problems have increased due to overpopulation and the human way of life. +After Congress adopted it on July 4, 1776, a copy of the draft was sent by hand to the President of Congress, John Hancock, and the Secretary, Charles Thomson, for review about a mile away at John Dunlap's print shop. +That same night, between 150 and 200 copies were printed, now known as the "Dunlap broadsides". +The first public reading of the document was given by John Nixon on the steps of Independence Hall on July 8. +A copy was sent to George Washington on July 6 and read to his troops in New York on July 9. A second copy was sent to London on August 10. +Of Dunlap's 25 broadsides, these are the earliest surviving copies of the document. The original broadside is lost. +Some paleontologists today believe that a group of dinosaurs survived to this day. They are called birds. +Many people do not consider them to be dinosaurs even though they had feathers and could fly. +These birds have many features still similar to those of the dinosaurs. +They have scaly feet and claws, lay eggs, and walk on two legs like a Tyrannosaurus rex. +Today, nearly all computers work by representing information in the form of binary numbers. +A binary number can have only one of two values, namely 0 or 1. These numbers are called binary digits or bits in computer jargon. +Internal poisoning may not be immediately obvious. Symptoms, such as vomiting, are so nonspecific that a quick diagnosis is not possible. +The most obvious sign of internal poisoning is an open container of medications or household poisons. +Follow the instructions on the label for first aid for that particular poison. +Entomologists use the formal term bug for this group of insects. +The word is derived from the classical familiarity with lice, insects which have a great capacity to adapt to parasitism of humans. +Both male and female lice are parasites, and are adapted to living on a single host, either human or another animal. +Across the United States, there are approximately 400,000 known cases of multiple sclerosis (MS), making it the most common neurological disease of young adults and middle-aged individuals. +Multiple sclerosis is a disease that affects the central nervous system, which includes the brain, spinal cord, and optic nerves. +The research showed that women are twice as likely to suffer from multiple sclerosis than men. +A couple may decide that it is not in their interest, nor in the best interests of the child, to have a child. +These couples can choose an adoption plan for their baby. +In an adoption, biological parents give up their parental rights, and another couple may take in the child or the child may be placed in foster care. +The goal of science is to determine the nature of the world through scientific methods. This methodology, in fact, forms the basis for most scientific research. +It is not only through experimentation, but the experiment is a test of one or more hypotheses, and questions and observations lead to scientific investigation. +Naturalists and philosophers focused on classical texts, especially the Latin Bible. +Aristotle's opinion was accepted in all matters relating to science, including psychology. +As the knowledge of the Greeks declined in the west, western civilization separated itself from its philosophical and scientific roots. +Many rhythms observed in physiology and behavior are dependent on the presence of endogenous cycles and their production by biological clocks. +Most living things, including bacteria, fungi, plants, and animals, exhibit regular rhythmic patterns that are not responses to periodic environmental cues. +Biological clocks are self-sustaining oscillators that will keep ticking away without any external input. +Hershey and Chase's experiment was one of the pieces of evidence leading to the suggestion that DNA is genetic material. +Hershey and Chase used bacteriophages, or viruses, to get their own DNA into bacterial cells. +They conducted two experiments in which either the bacteriophage's DNA was labelled with radioactive phosphorus, or its protein was labelled with radioactive sulfur. +Mutations can have many different effects depending on their class, the significance of the affected gene, and whether the affected cells are progenitor or differentiated. +Only mutations in germ cells can be passed on to offspring, while mutations in other areas can cause cell death or cancer. +Nature tourism is interested in people who want to visit nature areas to enjoy landscapes, also flora and fauna. +Examples of on-site activities include hunting, fishing, bird watching, park visits, and ecosystem studies. +For example, visit, photograph, and learn about orangutans in Borneo. +Every morning, people from small rural towns would drive to work, pass each other going to the same place they just came from. +This dynamic ride-hailing service connects riders around the world and supports private vehicle-based transportation. +Science today tells us that this massive carbon-based economy is changing one of the stable states of the biosphere that has supported human evolution for the past two million years. +We all participate in society, and we all use the transportation system. Everyone around the world complains about the transportation system. +In developed countries, you rarely hear similar levels of complaints about the quality of the water or bridges collapsing. +Why do transport systems generate so many complaints? Why do they fail so often? Are transport engineers simply incompetent, or is there some more fundamental problem? +Traffic flow is the study of how cars and other motorized vehicles move from one place to another and interact with each other. +Unfortunately, traffic flow is hard to study because driver behavior cannot be predicted with 100% certainty. +Fortunately, drivers are reasonably predictable, so traffic flows are reasonably regular and can be approximated mathematically. +To gain a better understanding of traffic flow, relations were established between its three main characteristics: (1) flow, (2) density and (3) speed. +These relationships help to plan and design traffic operations. +Insects were the first to take to the air. Their ability to fly meant that they could escape from predators, find food more efficiently, and attract mates. +Most insects can fold their wings back against the body. +This will give them a wider range of small places to hide from predators. +Today, the only insects that cannot fold their wings are the dragonflies and damselflies. +About a thousand years ago, a man named Aristarchus said that the Solar System went around the Sun. +Some people thought he was right, but most people disagreed; the Solar System, including the Sun (and the other stars) went around the Earth. +It's intuitive, right? The Earth doesn't seem to be moving, does it? +The Amazon is the second longest, and has the largest volume of water of any river on Earth, discharging 8 times more water than the world's second largest river. +The Amazon is also the widest river on Earth, at six miles across. +Twenty percent of all the world's fresh water that flows into the oceans comes from the Amazon. +The main river of the Amazon is 6,387 km (3980 miles) long. It gathers water from thousands of smaller rivers. +Although stone pyramids were built right up to the end of the Old Kingdom, they were never as large as those at Giza, nor as technically sophisticated in their construction. +The new regime desecrated the tombs of the old kings, some of which were more than a thousand years old. +The population of the Vatican City is around 800 people, and it is the smallest independent country in the world by population. +Vatican City has Italian as the official language for its legislation and official communications. +Italian is also the language spoken by most of the people working in the state, while Latin is often used in religious ceremonies. +All citizens of the Vatican are Roman Catholics. +Humans have known the basic chemical elements gold, silver, and copper from antiquity, as they occur in nature and can be extracted from it using primitive tools. +Philosopher Aristotle theorized that all matter was composed of one or more of the four elements: earth, water, air, and fire. +This was similar to the four states of matter (in the same order): solid, liquid, gas, and plasma, but also the theory that they can be transformed into new stuff that makes up everything we see. +Alloys are basically a mixture of two or more materials. Don't forget that the periodic table contains many elements. +Elements like calcium and potassium are metals. Of course there are other metals like silver and gold. +Some alloys also include small amounts of non-metallic elements, such as carbon. +Everything in the universe is made of matter, and all matter is made of tiny particles called atoms. +Atoms are so small that trillions of them can fit into the period at the end of this sentence. +Thus, the pencil became a good friend of many people at the time of its invention. +Unfortunately, with the introduction of new methods of writing, the pencil was relegated to inferior status and uses. +Nowadays people send messages on their computers without ever touching a keyboard or mouse. +We can only imagine what the keyboard will look like when something new comes along to replace it. +The nuclear fission reactor works on the principle that it takes energy to force a nucleus with many protons and neutrons together. +It's like trying to push a heavy car uphill. When you break the nucleus apart, some of that energy is released. +Some atoms have unstable nuclei, which means that they tend to break down if you hit them with a little bit of energy. +The moon's surface is covered in rocks and soil. The outer layer of the moon is called the regolith. +The crust is approximately 70 km (40 mi) thick at its thinnest point and 100 km (60 mi) thick at its thickest point. +It's thinner under the sea and thicker on land. +There might be more magma closer to the surface on the near side, because the crust is thinner. It would be easier for the lava to come up. +Theories about content tend to focus on what motivates people or what they find attractive. +These theories suggest that people have certain needs and desires that are internalized when they become adults. +These theories study what makes people want to do certain things, and what makes them do or not do certain things. +Two popular theories of motivation are Maslow's Hierarchy of Needs Theory and Herzberg's Two-Factor Theory. +In general, two types of behaviors can be observed when former peers become leaders. On one extreme, they may try to remain "one of the guys" (or gals). +These managers have a hard time making unpopular decisions, giving out discipline, assessing performance, allocating responsibilities, and holding people accountable. +On the other hand, he becomes an individual no one recognizes, and he believes he has to change everything that made the team successful and made it his own. +After all, the captain is the last person responsible for the success or failure of the team. +This behavior often creates a rift between leaders and the rest of the team. +Virtual teams function at the same levels of excellence as conventional teams, but there are some differences. +Virtual team members often serve as a proxy for physical teammates. +They are likely to be more independent than conventional team members, since their teammates can be in other time zones, and this may be something that the national coach does not understand. +The presence of a true "invisible team" (Larson and LaFasto, 1989, p. 109) is also a unique characteristic of virtual teams. +Your "invisible team" is the group of people you answer to, and your "invisible team" sets standards for everyone on it. +Why would you want a learning organization to go through the slow process of establishing an organization that promotes learning? One of the goals of becoming a learning organization is innovation. +When all available resources are used effectively by all departments in a company, creativity and ingenuity can flourish. +Thus, the process of a company that works together to overcome an obstacle can create a new process of innovation that is responsive to the customer's needs. +Before an organization can be innovative, leadership must create a culture of innovation, and share knowledge and learning across the organization. +Angel (2006) explains the continuous approach as a methodology used to help organizations achieve a higher level of performance. +Neurobiological data provides physical evidence to support theoretical research into cognition, thus reducing the scope of the research and making it more precise. +The correlation between brain pathology and behavior supports the scientists' research. +It has long been known that a variety of brain damage, trauma, lesions, and tumors can affect behavior and impair certain mental functions. +The application of new technologies has allowed us to see and investigate brain structures and processes in a way that was never possible before. +This provides an abundance of information and material that can be used to build simulation models to help us understand the process in our mind. +While AI has strong science fiction overtones, it is a branch of computer science which studies the behavior, learning, and adaptation of intelligent machines. +Artificial intelligence research seeks to produce machines that can automatically perform tasks that would normally require intelligent behavior. +Examples include controlling, planning, and scheduling, being able to respond to patient questions and concerns, and knowing how to read, write, and speak. +These things have become separate disciplines, and they try to give solutions to real-life problems. +Artificial intelligence is now widely utilized in the fields of economics, medicine, engineering, and military, and has been integrated into numerous consumer software applications and video games. +Tours are an important part of any course, and often teachers will be keen to take their students to places that are inaccessible by bus. +Technology offers a solution in the form of virtual field trips. Students can see museum exhibits, visit an aquarium, or admire beautiful works of art, all from their desks. +Taking a virtual field trip can also be a great way to reflect on the expedition and to share experiences with other classes in the future. +For example, students at North Carolina's Bennet School create a website about their annual trip to the state capital; the website is redesigned every year, but the old ones are kept online to act as an album. +Blogs can also help students improve their writing. While students often start blogging with poor grammar and spelling, the presence of an audience will generally encourage them to improve. +As students, we are often the most critical audience, so the blog editor would have been keen to improve his writing and avoid criticism. +Also, maintaining a blog "forces students to learn more about the world around them." The need to engage the audience and interest the readers motivates students to showcase their intelligence and be interesting (Toto, 2004). +Blogs are a tool that encourages collaboration and can engage students in learning beyond traditional school hours. +A savvy use of blogs "can empower students to become more analytical and critical; by offering an active response to online materials, students can take a stance on issues and develop their own views on particular topics (Oravec, 2002). +Ottawa is Canada's bilingual capital with an array of art galleries and museums to explore the country's past and present. +To the south are the Niagara Falls and to the north is the unspoiled natural beauty of Muskoka and beyond. +All of these things, and many more, are why Ontario is considered by foreigners to be intrinsically Canadian. +Much of the country to the north is sparsely populated, and many areas are virtually uninhabited. +Here's a number that will surprise many people: There are more African Americans living in the U.S. than there are Canadian citizens. +East Africa or Eastern Africa is the easternmost region of the African continent, which includes Kenya, Tanzania, Uganda, Rwanda, Burundi and Somalia. +Madagascar is by far the largest of the islands, a full-fledged continent in terms of its flora and fauna. +Most of the smaller islands are independent nations or French overseas territories, well-known for their luxury beach resorts. +Arabs also brought Islam to the region, which became entrenched in Comoros and Mayotte. +European exploration and colonialism began in the 15th century with the discovery of the sea route from Europe to India by Portuguese explorer Vasco da Gama. +The region borders the Sahel to the north, the Atlantic Ocean to the west, and the South Atlantic Ocean to the south. +Women: Tell women visiting here to say they are married, even if they are not. +A wedding band (not too expensive-looking) can also be useful. +Women should be aware that cultural differences may be perceived as harassment, and that they may be pursued, grabbed, etc. +Stand up to men when they disrespect you, and never be afraid to speak your mind (even if it's different from theirs, it's not acceptable!). +The modern city of Casablanca was founded by Berber sailors in the 10th century, and was used by Phoenicians, Romans, and Merinids as a strategic port called Anfa. +The Portuguese destroyed it and rebuilt it as the White House, but eventually abandoned it after the 1755 earthquake. +The Moroccan sultan rebuilt the city, naming it Daru l-Badya, and Spanish traders established a trading post there, which they called Casablanca. +Casablanca is one of the least interesting places to shop in all of Morocco. +In and around the old medina there are many shops selling traditional Moroccan items, such as tagines, pottery, leatherware, "hookahs" and a wide range of tourist souvenirs. +Goma is a city in the Democratic Republic of the Congo, near Rwanda. +In 2002, lava from Nyiragongo volcano destroyed Goma and most of the city's streets, especially in the center. +While Goma is relatively safe, any visiting outside the city should be researched to understand the ongoing conflict in the North Kivu province. +The city is also a base for visiting Nyiragongo Volcano, and is one of the cheapest places to track mountain gorillas in Africa. +Taxis (mototaxis) called boda-boda can be used to get around Goma. A normal (local) price for this short trip is around 500 Congolese francs. +In addition to its relative inaccessibility, the name Timbuktu in English has become an archetype for exotic and remote places. +Today, Tombouctou is a very poor city, but its reputation makes it a tourist attraction, and it has an airport. +In 1990, it was placed on the World Heritage in Danger List due to the threat posed by the encroaching desert. +He was featured in Henry Louis Gates's PBS special, Wonders of the African World. +The city offers a dramatic contrast to the rest of the country, being more Arabic or African in atmosphere. +The Kruger National Park (KNP) is located in the northwest of South Africa, and is bounded by Mozambique to the east, Zimbabwe to the north and the Crocodile River to the south. +The park consists of 19,500 km2 (7,500 sq mi) and contains 14 different ecoregions, each with its own unique flora and fauna. +It is one of South Africa's most popular attractions and is considered the flagship of the South African National Parks (SANParks). +Like other national parks in Southern Africa, there are daily conservation and park entrance fees. +A Wildcard may also be a good idea, which will give you access to either a selection of South African parks, or all of the South African National Parks. +The island of Hong Kong gives its name to the entire territory, and is where most visitors go. +The skyscrapers that define the Hong Kong skyline have been likened to a shimmering bar chart, thanks to the waters of Victoria Harbour. +For the best views of Hong Kong, head across the harbour to Kowloon on the opposite side of the island. +Most of Hong Kong's new development is taking place on land reclaimed from the sea along the north coast. +British colonialists made this place their home, so if you are interested in exploring the colonial history of the land, this is a good place to start. +The Sundarbans is the largest mangrove forest in the world, covering 80 km (50 miles) along the coasts of Bangladesh and India. +The Sundarbans is a UNESCO World Heritage Site and a national park in India. +The forests are not just mangrove swamps: they contain some of the last vestiges of the once-impressive jungles that clothed the Ganges-Brahmaputra basin. +The Sundarbans covers an area of 3,850 km2, of which approximately one third is water, mangroves, and marshes. +Since 1966, Sundarbans has been a tiger and crocodile sanctuary, and today there are estimated to be 400 Bengal tigers and 30,000 crocodiles there. +Buses ply the inter-district bus station (across the river) constantly throughout the day, but most, especially those to the east (Jakar/Bumthang) leave between 06:30 and 07:30. +As buses between districts are often full, it is best to book your seat in advance. +Most districts are served by small Japanese Coaster buses, which are comfortable and sturdy. +Taxis are a quick and comfortable way to get around, e.g. to Paro (150 Nu) and Punakha (200 Nu). +The Oyapock River Bridge is dramatic. The bridge crosses the Oyapock River to connect the Brazilian town of Oiapoque with Saint-Georges de l'Oyapock, French Guiana. +Both towers are 83 metres high, the bridge is 378 metres long with two 3.5 metre wide lanes. +The arch beneath the bridge is 15 metres high. Its final construction was completed in August 2011, but it did not open to traffic until March 2017. +The bridge is expected to be fully operational by September 2017, when Brazilian customs controls are expected to be completed. +The Guarani were the most important indigenous group to inhabit what is now eastern Paraguay; they were nomadic hunter-gatherers who also practiced some subsistence agriculture. +The Chaco region was home to other Native American tribes, such as the Wichita and the Payaguá, who survived by hunting, gathering, and fishing. +In the 16th century, present-day Paraguay, then known as the "Giant Province of the Indies", was a meeting place between Spanish conquerors and indigenous groups. +The Spanish colonial period lasted for three centuries. +Since the founding of Asunción in 1537, Paraguay has largely maintained its indigenous character and identity. +Argentina is famous for having one of the best polo players, and teams, in the world. +The most important tournament of the year takes place in December, at the Las Cañadas Polo Club. +During other parts of the year, minor tournaments and matches can also be viewed here. +For information on tournaments and where to buy tickets for polo matches, visit the Argentine Polo Association. +The official currency of the Falkland Islands is the Falkland Island pound (abbreviated FKP), which is fixed at a rate of 1:1 with the British pound sterling (GBP). +Money can be exchanged at one bank on the island, which is located in Stanley, across from the FIC West store. +Pound sterling is widely accepted in all of the islands, and US dollars and major credit cards are also accepted in Stanley. +In the outer islands, credit cards are unlikely to be accepted, even though U.S. and British money is. Check with your hosts in advance as to what is the acceptable method of payment. +It is next to impossible to change money outside of the Falkland Islands, so it would be best to change your money before departing. +When it is winter in the northern hemisphere, it is summer in Montevideo, which is south of the equator. +Montevideo has a subtropical climate; in the summer, temperatures above 30 °C (86 °F) are common. +Winter can be deceptively cold, with temperatures almost never below freezing, but wind and humidity make it feel colder than it is. +There is no such thing as a "rainy" or "dry" season - precipitation remains high throughout the year. +While most of the park's animals are accustomed to the presence of humans, they are still wild animals and should not be approached or fed. +Park rangers recommend that you remain at least 100 yards away from bears and wolves, and 25 yards away from all other wildlife. +Regardless of how docile they may appear, all large animals, including bison, bears, and wolves, can be dangerous. +Every year, dozens of visitors get hurt when they get too close to the animals, which are large, wild, and potentially dangerous. +Additionally, you should be aware that both bears and other wild animals are attracted to food by its smell, so food should never be left unattended, and your campsite should be kept clean. +Apia is the capital of Samoa. The city is located on the island of Upolu and has an estimated population of 40,000. +Apia was founded in the 1850s, and has been the official capital of Samoa since 1959. +This was the site of the infamous naval standoff in 1889, when seven German, American, and British ships refused to leave. +They sank every ship, including a British cruiser. Over 200 American and German lives were lost. +During the Mau Mau Uprising, a peaceful demonstration in the town led to the murder of paramount chief Tupua Tamasese Lealofi III. +Because Auckland is between two harbours, it has many beaches. The most popular ones are located in three areas. +The beaches of the North Shore (part of the North Harbour district) are on the Pacific Ocean and stretch from Long Bay in the north to Devonport in the south. +All the beaches are safe for swimming, and most are shaded by pohutukawa trees. +Tamaki Drive runs along the shores of Waitemata Harbour, past the upmarket residential areas of Mission Bay and St Heliers in central Auckland. +These are family-friendly beaches with plenty of shops right on the beach. Swimming is safe. +The most famous local brew is "Number One"; it is not a sophisticated beer, but it is pleasant and refreshing. "Manta" is another local beer. +There are many types of French wines to choose from, but the New Zealanders and Australians are probably better suited to travel. +Tap water is safe to drink, but bottled water is widely available. +For Australians, the idea of a "milk coffee" is strange. A coffee is just an "espresso", a cappuccino has a layer of frothed milk and tea is served without milk. +Belgian chocolate meets expectations. The ice cream is expensive but good. +Diving accidents are rare in reefs that are regularly visited by divers throughout the year. +However, you should follow the advice of local authorities, heed the instructions of warning signs, and pay particular attention to safety notices. +Medusae can be found along beaches and in river mouths from October to April north of 1770. They can be seen outside of this time. +They do exist; however, they rarely attack humans. Most quolls are afraid of humans and would rather swim away. +Saltwater crocodiles do not actively hunt in the ocean; their main habitat is in the mangrove-lined rivers north of Rockhampton. +Booking in advance allows the traveler to have a place to stay when they arrive at their destination. +Travel agents often have specialized offers for hotels, but other types of lodging, such as hostels, may also be booked through a travel agent. +Travel agents often offer packages which include breakfast, transportation to and from the airport, or even airplane and hotel combinations. +Also, if you need more time to review the offer or to gather other documents for the destination (e.g. visa). +However, any changes or requests must be processed through the travel agent, and not directly with the hotel. +For some festivals, most attendees either camp on site or otherwise consider it an essential part of the experience. +If you want to be close to the action, you'll need to arrive early to secure a spot for your tent. +Don't forget that even though the main stages may have finished for the night, there will still be music going on elsewhere on the site until the early hours. +Some festivals have family-friendly camping areas. +If you cross the northern Baltic Sea in winter, make sure you know where your cabin is, as the ice crushing against the hull makes an extremely unpleasant noise which some people are particularly sensitive to. +St. Petersburg's cruises include time in the city. Cruise passengers do not require a visa (check conditions). +Typically, casinos go to great lengths to maximize the time and money spent by their guests. Clocks and windows are often absent, and it is difficult to find the exits. +They often have specialty food, beverage, and entertainment options to keep guests happy and on-site. +In some places, alcoholic drinks are served for free. Intoxication, however, impairs your judgment, and all players are well aware of the importance of not getting drunk. +People traveling in northern latitudes or in mountainous terrain would do well to consider the possibility of encountering snow, ice, or sub-zero temperatures. +On icy or snow-covered roads, the amount of friction is reduced, so you can't drive as fast as you would on a normal road. +Within a short time, several inches of snow can fall, posing the risk of being stranded. +Visibility can also be reduced by snow or rain, or by condensation or frost on the windshield. +On the other hand, ice and snow are normal in many countries, and traffic delays can be expected at all times of the year. +Perhaps the biggest draw for tourists to Africa is the safari, and for many it is the highlight of their entire visit. +The word safari is popularly used to refer to a journey through Africa to see its amazing wildlife, especially on the savannah. +Some animals, such as elephants and giraffes, approach the car very closely, so a normal lens will give you a good view. +Lions, leopards and cheetahs can sometimes be shy, and a pair of binoculars is a great way to see them. +A foot safari (also known as trekking, hiking or walking) involves hiking for several hours or several days. +The Paralympics will be held from 24 August to 5 September 2021. Some events will be held at other locations in Japan. +Tokyo will be the only Asian city to have hosted both the summer and winter Olympics, after it hosted the games in 1964. +If you've already booked your flights and accommodation for 2020 before the postponement was announced, this may become a problem. +Travel insurance policies vary, but most coronavirus-related cancellations will be effective no later than July 2020, which is when the Olympics are scheduled to be held. +Most tickets for the event are priced between ¥2,500 and ¥130,000, which is around the average of ¥7,000. +Ironing a wet item of clothing can help remove wrinkles. Many hotels provide an ironing board and iron in the room, even if they are not in the actual room. +If you don't have a clothes iron or don't want to iron your socks, you can try using a hair dryer. +Do not overload the material (this can cause it to rip or, in extreme cases, burn). +There are several ways to purify water, some effective against specific threats. +In some areas, the water will be boiling for a minute, in others it will take several minutes. +The effectiveness of filters varies widely, so if in doubt, consider buying bottled water from a reputable company. +Travelers can get sick from animals they are unfamiliar with in a new region. +Diseases can put food at risk, cause pain, or, at their worst, allergic reactions, swelling, or infections. +Diseases that are not infectious in and of themselves, or animals that are not dangerous to humans by virtue of their ability to inflict injury or death, are not considered pests. +Shopping at a Duty Free store is an opportunity to purchase goods tax and duty-free in certain locations. +Travellers heading to countries with high taxes on things like alcohol and cigarettes can save a lot of money, especially on things like alcohol and cigarettes. +The stretch from Point Marion to Fairmont is among the most challenging portions of the Buffalo-Pittsburgh Turnpike, which often plunges through deep woods in the middle of nowhere. +If you are not accustomed to driving on secondary roads, take it easy: steep cliffs, narrow trails, and sharp curves are the norm. +The speed limits on this section are considerably lower than those on the approach and following sections (usually 35-40 mph (56-64 km/h), and the strict enforcement of the speed limit is even more important here. +Interestingly, however, cell phone coverage is better here than in other portions of the trail, such as the Pennsylvania Wilds. +German pastries are quite buttery, and in Bavaria they are quite sweet and varied, similar to their southern neighbors, Austria. +Pastries are ubiquitous, with year-round baked goods in seasonal flavors like strawberries and peaches in the summer. +Many German baked goods also contain nuts, raisins, and other dried fruit, and popular cookies are often filled with a strong coffee. +If you're in the mood for some crispy, doughy goodness, try a Berliner (or Pfannkuchen or Krapfen, depending on where you are). +A curry is a dish made from a combination of herbs and spices with meat or vegetables. +A curry can be either "dry" or "wet" depending on how much liquid is used. +In northern India and Pakistan, yogurt is used as a marinade for curries; in southern India and other coastal regions of the subcontinent, coconut milk is more common. +With 17,000 islands to choose from, Indonesian cuisine is a broad term that encompasses an array of dishes found throughout the country. +However, without any other modifiers, it is used to refer to the traditional food of the central and eastern parts of the main island. +Available today throughout the archipelago, Javanese cuisine includes an array of simple condiments, with peanuts, chiles, sugar (especially coconut sugar from Java), and various aromatic spices as popular flavorings. +Stirrups are leather supports for the feet on either side of the saddle. +They are more stable for the rider, but can be a safety issue in case the rider's feet get trapped in them. +If a rider falls off a horse and a leg is caught in the stirrup, the rider could be dragged by the horse if he or she is unable to free the leg. There are a number of safety precautions that can be taken to avoid this. +For one thing, most drivers are shoehorned into boots with a high heel and a very narrow sole. +Some saddles, particularly English saddles, have safety bars which allow a leather knee pad to come down over the saddle when the rider falls backwards out of the saddle. +Patagonia's main attraction for climbers, Chile's Parque Nacional Torres del Paine, also known as the "Yosemite of South America," offers a variety of granite cliffs and boulders. +The peaks offer impressive views. Climbers from around the world continue to establish new routes on the infinite possibilities of the cliffs. +Alpine skiing, which includes skiing and snowboarding, is popular and involves going down a snow-covered mountain on skis or a snowboard. +Skiing is a popular activity with many followers, occasionally pejoratively referred to as "ski bums", who travel extensively to ski at multiple ski areas. +The idea of skiing is an old one: rock paintings of skiers date from as early as 5000 B.C.! +Alpine skiing as a recreational sport originated at least in the 17th century, and in 1861 the first ski club outside of Norway was established in Australia. +Backcountry skiing: Also called backcountry touring, backcountry skiing or ski touring. +It is related to, but does not involve alpine skiing or mountaineering, which is done on steep ground and requires much stiffer boots and skis. +You should think of skiing as similar to hiking. +In good condition they can cover slightly more distance than a pedestrian, but will seldom approach the speed of a cross-country skier with a heavy backpack on a prepared trail. +Europe is a small continent geographically, but consists of many independent countries. Normal travel between multiple countries requires multiple visas and passport controls. +However, in some ways the Schengen Area is more like a single country. +Whenever you enter or leave this area, you will generally not have to pass through immigration checkpoints. +Also, with a Schengen visa, you do not have to apply for a separate visa for each of the Schengen member countries, thus saving time, money, and paperwork. +There is no universal definition of what constitutes an antique. Some governments define antique items to be those that are 100 years old or more. +The geographic variations in the definition of the Eocene are such that the Eocene in North America is likely to be younger than it would be in Europe. +Handicrafts can be defined as antique, though they are more recent than similar items made in large numbers. +Reindeer herding is an important livelihood for the Sami people, and the culture surrounding the trade is important to many other professions. +Traditionally, not all Sami people participated in large-scale reindeer herding, but relied on fishing, hunting, and similar activities, and regarded the reindeer mostly as draft animals. +Today, many Sami work in modern professions. Tourism is an important source of income for the Sami people in Lapland. +Although its use is widespread, especially among non-Romance speakers, the word "gypsy" is often considered pejorative because of its associations with negative stereotypes and inaccurate perceptions of the group. +If travel advisories are in effect for the country you are traveling to, your health insurance or trip cancellation coverage may be affected. +Maybe you should seek advice from other governments, but your advice is directed at your citizens. +For example, an American in the Middle East might face different issues than an European or an Arab. +Alerts are a brief overview of the political situation in a given country. +The views presented are typically superficial, general, and greatly simplified compared to what is available at other sites. +Extreme weather is a general term for any event that produces a significant amount of damage, disruption, or casualties. +Extreme weather conditions can happen anywhere in the world, and they come in many forms, depending on geography, topography, and atmospheric conditions. +Hurricanes, typhoons, floods, and wildfires are all forms and effects of extreme weather, as are hailstorms, tornadoes, tsunamis, and cyclones. +Some regional and seasonal severe weather phenomena include thunderstorms, snowstorms, hailstorms, and tornadoes. +Travelers are strongly advised to check for any severe weather conditions that may affect their area, as this could impact their travel plans. +Anyone planning to visit a country that is a potential conflict zone should seek professional advice. +A web search for "Hostile Media Training" is likely to turn up the address of a local company. +A normal course would cover everything we've talked about here in more detail, usually with practical exercises. +A typical course is 2-5 days long, with role-playing, many first aid exercises, and sometimes weapons training. +Books and magazines about surviving in the wilderness are common, but few deal with survival in a war zone. +Travellers who undergo sex reassignment surgery overseas should ensure they have valid travel documents to return home. +Government policies on gender-neutral (X) passports and updated documents to reflect a desired name and sex vary widely. +The willingness of foreign governments to comply with such documents varies widely. +Security checks at airports became much more intrusive after 9/11 2001. +Transgender people will not be required to undergo body scans to protect their privacy and dignity. +Return currents are the flow that comes back to the shore after breaking at a reef or other feature. +Because of the topography of the underground waters, the return flow concentrates in a few deep sections and possibly a fast current away from the deep waters. +Most deaths occur from exhaustion trying to swim back against the current, which may be impossible. +As soon as you get back into the current, swimming is no more difficult than usual. +Try again in a different area where you won't get trapped or, if you're able to swim and it's been seen before, wait for rescue. +The readjustment phase comes before the cultural shock (the honeymoon phase is shorter), is longer-lasting, and can be more serious. +For travelers who find it easy to adapt to a new culture, it can be difficult to adjust to their home culture. +When you come back home after living in a foreign country, you are already adapted to a new culture and some of your habits from your home country are gone. +When you travel in a foreign country for the first time, people are probably going to be patient and understanding, knowing that it takes time to adjust to a new country. +People may also need patience and understanding when they return home. +The light and sound show at the Pyramid is one of the most interesting things to do with kids in the area. +The pyramids can be viewed at night, and it is best to do so in silence before the show starts. +Traditionally, there has always been the noise of the tourists and the market traders. The story of sound and light is like a fairy tale. +The Sphinx serves as the backdrop and narrator of a long story. +The scenes are then projected onto the illuminated pyramids. +Many countries claim the Shetland Islands, discovered in 1819, which are home to the largest number of bases with sixteen of them active in 2020. +The archipelago is located 120 km (75 miles) north of the peninsula. The largest island is King George Island with the base Villa Las Estrellas. +Others include the Isle of Livingstone and Deception, where an active volcano's crater lake provides a dramatic backdrop to a natural harbour. +Ellsworth Land is a landmass south of the Peninsula, bounded by the Sea of Bellingshausen. +The peaks of the peninsula give way to the chaotic terrain of the Ellsworth Mountains, a 360 km (220 mi) long range that contains the Minnesota Glacier. +The northern part of the Sentinel Range includes the highest mountains in Antarctica, including 4,892-metre (16,050 ft) Mount Vinson in the Vinson Massif. +In remote locations without cellphone coverage, a satellite phone is likely to be the only option for communications. +A satellite phone is not a replacement for a mobile phone, as it can only work outdoors with a clear view of the sky. +This service is often used for ship-to-shore deliveries, remote field trips, and remote data and voice communications. +Your local phone service provider should be able to provide more details on how to access this service. +An increasingly popular option for those taking a gap year is to travel and learn a language. +This is particularly popular among school-leavers, who can take a gap year before going to university, without jeopardising their education. +In many cases, matriculating in a year abroad at a foreign university can actually improve your chances of getting into university in your home country. +In general, registration is required for these educational programs. +Finland is an excellent choice for boat trips. The "land of a thousand lakes" has thousands of islands, in lakes and coastal archipelagos. +In the islands and lakes, a boat is not necessary. +While the offshore islands and larger lakes are undoubtedly great places for any size boat, smaller boats or even a canoe will allow you to experience something different. +Boating is the national pastime of Finland, where there is a boat for every seven or eight people. +This is also the case in Norway, Sweden and New Zealand, but it is still somewhat of an exception (in the Netherlands the ratio is 1 in 100). +Most of the Baltic Sea cruises include an extended stay in St. Petersburg, Russia. +This means that you could spend a couple of days exploring the historic town and then head back to the boat for the night. +If you are only going to disembark for excursions from the ship, then no additional visa is required (effective from 2009). +Some cruise lines include Berlin (Germany) in their brochures. As the map above shows, Berlin is far from the sea and cruise ship tours of the city are not included in the cruise price. +Flying can be an unnerving experience for people of all ages and backgrounds, but especially those who have never flown before or have had a traumatic experience. +This is not something to be embarrassed about: it is no different from the fears and prejudices people have about other things. +For some, understanding some of the workings of the aircraft, and what occurs during a flight, may help overcome a fear of the unknown, or of being out of control. +Delivery companies are paid a premium to deliver items quickly. Often, time is of the essence when it comes to business documents, merchandise or parts for an urgent repair. +For some routes, larger companies have their own jets, but for others, and for smaller companies, this has been a problem. +If you ship something by air, it may take a day or two for it to be delivered and processed by customs when it arrives at its destination. +The only way to get it there sooner would be to ship it as cargo, but that is against airline policy to ship cargo without a passenger. This is where you come in. +A great way to fly first class, or at least business class, is to put a big charge on your card for a privilege (or better yet, make your company pay). +However, they are not cheap: expect to pay anywhere from twice to eleven times as much as you would pay for a normal business class fare, depending on the class of service. +In general, it is not worth paying a premium for a business or first class ticket on a direct flight from A to B. +Airlines know there is a group of passengers who are willing to pay a premium to arrive at their destination quickly and comfortably, and charged accordingly. +The capital of Moldova is Chisinau. The local language is Romanian, but Russian is also widely spoken. +Moldova is a multi-ethnic republic that suffered from ethnic conflicts. +In 1994, this conflict gave rise to the Transnistrian "Republic" in western Moldova, which has its own government and currency but is not recognized by any UN member. +Economic links have been restored between the two parts of Moldova despite the failure of political negotiations. +The main religion in Moldova is Eastern Orthodox Christianity. +Izmir is Turkey's third-largest city with a population of 3.7 million, the country's second-largest port after Istanbul, and a major transportation hub. +The ancient city of Smyrna is now a modern, extensive, and popular shopping center, overlooking a huge bay and surrounded by mountains. +Wide avenues, modern glass-fronted buildings, and glittering shopping malls mingle with traditional red-tiled roofs, 18th-century market, old mosques and churches, though the city has more of a Mediterranean European feel to it than a traditional Turkish one. +The village of Haldarsvík overlooks the island of Eysturoy and has a distinctive octagonal church. +Interesting marble sculptures of pigeons on tombstones can be seen in the cemetery. +Take a half-hour stroll around this intriguing town. +To the north and easily accessible is the romantic and fascinating town of Sintra, which was brought to the notice of foreigners by Lord Byron's enthusiastic description of its charms. +Scotturb bus 403 regularly departs from Sintra and stops at Cabo da Roca. +Also in the north, the huge Shrine of Our Lady of Fátima (tomb) is a world-renowned center of pilgrimage, and home to the famous apparitions of the Virgin. +Remember, you're more or less standing atop a giant hole in the ground, in a place that has great significance to a large portion of the world's population. +There are still many people - both Jews and non-Jews - who either survived the Holocaust or lost loved ones, who were murdered by the Nazis, and worked until they died in the camps. +This place must be treated with the dignity, solemnity, and respect it deserves. There is no room for jokes about the Holocaust and the Nazis. +It is prohibited to deface or vandalize the perimeter with tags or paint scribble on the structures. +The official languages of Barcelona are Catalan and Castilian. About half of the population speaks Catalan, and everyone understands Castilian, and almost everyone can speak it. +However, most signs are written in Catalan, as Catalan is the official language in Catalonia by law. +However, Catalan: is widely used in public transportation and other services. +Normal metro announcements are only in Catalan, but unexpected delays are announced by an automated system in Catalan, Spanish, French, Arabic and Japanese. +Parisians have a reputation for being egocentric, ill-mannered, and arrogant. +Although this is often a misconception, the best way to blend in Paris is to be polite and well mannered. This will make exploring the city much easier. +Parisians may seem rude at first, but they will quickly warm up to you if you are polite. +The Plitvice Lakes National Park has a dense mass of forests, mainly beeches, various types of pines, spruces, and a mixture of alpine and Mediterranean vegetation. +It has an incredibly diverse array of vegetation, due to its range of microclimates, soils, and elevations. +The area is also home to an incredibly diverse array of animals and birds. +Here you can find unique wildlife, such as European brown bears, wolves, eagles, lynx, wild cats and mountain goats, as well as many other common species. +Women must wear long skirts and have their heads covered when visiting the monasteries. +Most of the monasteries will provide bedding for a fee for those who do not have their own, but if you bring your own, especially a brightly colored one, you will receive a smile from the monk or nun at the door. +Men should also have trousers that come up over their heels. +These can also be borrowed from the pile by the entrance, but that clothing is not washed after every use, so you may not feel comfortable or comfortable putting those robes on. One size fits all men! +Mallorquin cuisine, like similar Mediterranean cuisine, is based on bread, vegetables, and meat (pork in particular), and uses olive oil for cooking. +A simple popular snack, especially in the summer, is the Pa amb Oli (bread with olive oil, tomato and seasoning, e.g. cheese, tuna, etc.) +All nouns, including the pronoun Sie (meaning they), are always capitalized, even in the middle of a sentence. +It is a significant way of distinguishing between some verbs and objects. +In theory, it is easy to read, though writing is somewhat hampered by the need to decide whether a verb or an adjective is being used as a noun. +Italian:Italian:pronunciation is relatively easy because most words are pronounced exactly as they are spelled. +The main letters to watch out for are C and G, because their pronunciation depends on the following vowel. +He would also need to learn to distinguish between the pronunciation of r and rr: caro means dear while carro is a cart. +Persian has a very regular and simple grammar. +Therefore, by learning this basic grammar you will be able to understand many sentences in Persian and this will help you learn more about the Persian language. +It can't be stressed enough that if you already speak a Romance language, learning Portuguese will be an easier task. +Nevertheless, those who are familiar with Spanish might be tempted to think that Portuguese is similar enough to not need to be studied separately. +Premodern observatories are now mostly obsolete, and are preserved either as museums or educational centres. +At the time of their prime, when light pollution was not a problem as it is today, they were usually found in or near cities or college campuses, which were easier to reach than modern observatories. +Most modern research telescopes are giant instruments in remote locations with excellent observing conditions. +The practice of viewing cherry blossoms, known as hanami, has been part of Japanese culture since the eighth century. +The Chinese concept of the vineyard, where peaches were the favorite fruit. +In Japan, the first cherry blossom viewing parties were held only for the emperor and other members of the imperial court. +Plants are at their best when found in their native habitat, so it would be best to resist the temptation to collect or uproot even one specimen. +Visiting a formal garden, picking "samples" will result in immediate expulsion, without discussion. +Singapore is generally a very safe place to visit, and is easy to navigate, and almost everything can be bought once you arrive. +However, while it is in the "high tropics" and only a few degrees north of the equator, expect year-round heat and intense sunshine (when the sky is unobscured, which is most of the time). +There are also buses heading north to Hebron, the traditional burial place of the Biblical patriarchs Abraham, Isaac and Jacob, and their wives. +He discovered that the bus he was thinking of taking would go to Hebron and not just to the nearby Jewish settlement of Kiryat Arba. +Inland waterways can be a great theme for a vacation. +For example, visit castles along the Loire, Rhine, or Danube rivers, or take a cruise along the interesting towns of the Erie Canal. +They also mark routes for popular hiking or cycling tours. +Christmas is one of the most important festivals of Christianity, celebrating the birth of Jesus. +Many of the traditions surrounding the celebration have been adopted by non-Christians in Christian and non-Christian countries around the world. +There is a tradition of spending Easter Eve outdoors at a vantage point to watch the sun rise. +Of course, there are Christian theological explanations for this tradition, but it is more likely to be a pre-Christian ritual celebrating the coming of spring and fertility. +Traditional churches often hold a Paschal Vigil on the Saturday night of Easter weekend, and then hold an Easter morning service to celebrate the resurrection of Christ. +All the animals that are now on the islands came here either by swimming, flying, or howling. +Because of the distance from the mainland, most mammals were unable to make it to the Galapagos, so the Galapagos Giant Tortoise became the first herbivore in the Galapagos. +Since humans arrived in the Galapagos, many mammals have been introduced, including goats, horses, cows, rats, cats, and dogs. +If you visit the Arctic or Antarctic in the winter, you can experience the polar night—when the sun never rises over the horizon. +This is a great time to see the Northern Lights, as it is almost dark 24 hours a day. +As these areas are lightly populated, and light pollution is not a problem, you can enjoy the stars. +Japanese working culture is more hierarchical and formal than in the West. +Business suits are standard business attire, and coworkers refer to each other by title or job name. +Having a sense of harmony at work is important, and this includes a group effort rather than individual recognition. +Employees are often required to obtain approval from supervisors for any decisions they make and are expected to comply with instructions. diff --git a/test-gl-en.bleu b/test-gl-en.bleu new file mode 100644 index 0000000000000000000000000000000000000000..1b29cf9134841ddf30f708ab13962aefa228dc42 --- /dev/null +++ b/test-gl-en.bleu @@ -0,0 +1 @@ +BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 31.56 63.5/37.8/24.8/16.9 (BP = 0.997 ratio = 0.997 hyp_len = 24650 ref_len = 24721) diff --git a/test-gl-en.comet b/test-gl-en.comet new file mode 100644 index 0000000000000000000000000000000000000000..a18211215be15de591e494d56c4c17549f2fb3e9 --- /dev/null +++ b/test-gl-en.comet @@ -0,0 +1,1013 @@ +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 0 score: 0.6466 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 1 score: 0.8955 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 2 score: 0.9034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 3 score: 0.8264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 4 score: 0.8955 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 5 score: 0.7941 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 6 score: 0.8427 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 7 score: 0.8744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 8 score: 0.7979 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 9 score: 0.8746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 10 score: 0.8939 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 11 score: 0.8864 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 12 score: 0.8879 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 13 score: 0.8811 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 14 score: 0.8564 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 15 score: 0.8433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 16 score: 0.9093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 17 score: 0.9158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 18 score: 0.9190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 19 score: 0.8012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 20 score: 0.8767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 21 score: 0.9627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 22 score: 0.8774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 23 score: 0.9030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 24 score: 0.7849 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 25 score: 0.8634 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 26 score: 0.8749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 27 score: 0.8651 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 28 score: 0.8029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 29 score: 0.9345 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 30 score: 0.8031 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 31 score: 0.8272 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 32 score: 0.7765 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 33 score: 0.9028 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 34 score: 0.9222 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 35 score: 0.8943 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 36 score: 0.9050 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 37 score: 0.8874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 38 score: 0.8495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 39 score: 0.8716 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 40 score: 0.7947 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 41 score: 0.8691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 42 score: 0.9195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 43 score: 0.8655 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 44 score: 0.7534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 45 score: 0.8475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 46 score: 0.8988 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 47 score: 0.8953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 48 score: 0.9092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 49 score: 0.8847 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 50 score: 0.8403 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 51 score: 0.8942 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 52 score: 0.8971 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 53 score: 0.9247 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 54 score: 0.8815 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 55 score: 0.8869 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 56 score: 0.8661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 57 score: 0.8769 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 58 score: 0.9042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 59 score: 0.9226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 60 score: 0.8006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 61 score: 0.8773 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 62 score: 0.8428 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 63 score: 0.8939 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 64 score: 0.8978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 65 score: 0.7647 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 66 score: 0.8674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 67 score: 0.8389 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 68 score: 0.9318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 69 score: 0.8263 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 70 score: 0.7356 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 71 score: 0.8624 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 72 score: 0.8563 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 73 score: 0.8931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 74 score: 0.8433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 75 score: 0.7479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 76 score: 0.8731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 77 score: 0.8367 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 78 score: 0.9569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 79 score: 0.9118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 80 score: 0.7124 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 81 score: 0.7844 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 82 score: 0.9147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 83 score: 0.8726 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 84 score: 0.8302 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 85 score: 0.8226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 86 score: 0.7030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 87 score: 0.9040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 88 score: 0.9181 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 89 score: 0.8303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 90 score: 0.7764 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 91 score: 0.8771 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 92 score: 0.8711 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 93 score: 0.8608 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 94 score: 0.8945 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 95 score: 0.8864 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 96 score: 0.8751 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 97 score: 0.8485 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 98 score: 0.7902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 99 score: 0.8447 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 100 score: 0.8949 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 101 score: 0.8515 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 102 score: 0.8716 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 103 score: 0.9593 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 104 score: 0.8558 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 105 score: 0.6632 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 106 score: 0.8703 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 107 score: 0.8857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 108 score: 0.8224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 109 score: 0.7819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 110 score: 0.9067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 111 score: 0.9183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 112 score: 0.9516 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 113 score: 0.8766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 114 score: 0.8984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 115 score: 0.8206 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 116 score: 0.8576 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 117 score: 0.8974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 118 score: 0.9446 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 119 score: 0.8711 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 120 score: 0.8594 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 121 score: 0.8735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 122 score: 0.8450 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 123 score: 0.8567 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 124 score: 0.8619 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 125 score: 0.8290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 126 score: 0.7612 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 127 score: 0.8775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 128 score: 0.8934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 129 score: 0.8539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 130 score: 0.9103 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 131 score: 0.8655 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 132 score: 0.8535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 133 score: 0.8813 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 134 score: 0.8512 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 135 score: 0.8574 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 136 score: 0.8790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 137 score: 0.8189 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 138 score: 0.8946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 139 score: 0.8601 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 140 score: 0.8762 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 141 score: 0.8392 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 142 score: 0.9270 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 143 score: 0.8864 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 144 score: 0.9198 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 145 score: 0.8747 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 146 score: 0.9068 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 147 score: 0.8739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 148 score: 0.8820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 149 score: 0.9099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 150 score: 0.8770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 151 score: 0.8669 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 152 score: 0.8364 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 153 score: 0.8257 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 154 score: 0.7468 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 155 score: 0.9014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 156 score: 0.8751 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 157 score: 0.8270 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 158 score: 0.8925 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 159 score: 0.8737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 160 score: 0.8797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 161 score: 0.8479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 162 score: 0.8266 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 163 score: 0.8880 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 164 score: 0.8955 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 165 score: 0.8260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 166 score: 0.8601 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 167 score: 0.8884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 168 score: 0.8309 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 169 score: 0.9041 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 170 score: 0.8949 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 171 score: 0.9410 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 172 score: 0.8522 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 173 score: 0.8452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 174 score: 0.8985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 175 score: 0.9068 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 176 score: 0.8733 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 177 score: 0.7696 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 178 score: 0.9258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 179 score: 0.9637 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 180 score: 0.8658 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 181 score: 0.9479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 182 score: 0.8923 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 183 score: 0.9205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 184 score: 0.8765 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 185 score: 0.9318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 186 score: 0.9314 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 187 score: 0.8191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 188 score: 0.9317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 189 score: 0.8881 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 190 score: 0.8551 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 191 score: 0.8572 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 192 score: 0.8403 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 193 score: 0.8430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 194 score: 0.9609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 195 score: 0.9315 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 196 score: 0.7806 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 197 score: 0.7369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 198 score: 0.8433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 199 score: 0.8659 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 200 score: 0.7580 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 201 score: 0.8060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 202 score: 0.8970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 203 score: 0.8185 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 204 score: 0.8264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 205 score: 0.8930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 206 score: 0.8914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 207 score: 0.8453 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 208 score: 0.9103 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 209 score: 0.9398 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 210 score: 0.8739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 211 score: 0.8727 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 212 score: 0.9058 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 213 score: 0.9330 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 214 score: 0.9397 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 215 score: 0.8830 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 216 score: 0.9135 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 217 score: 0.8964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 218 score: 0.9224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 219 score: 0.8689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 220 score: 0.9219 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 221 score: 0.8978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 222 score: 0.9252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 223 score: 0.8188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 224 score: 0.7726 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 225 score: 0.9099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 226 score: 0.8874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 227 score: 0.8664 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 228 score: 0.8184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 229 score: 0.8470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 230 score: 0.9062 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 231 score: 0.8946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 232 score: 0.8649 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 233 score: 0.8906 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 234 score: 0.8324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 235 score: 0.9244 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 236 score: 0.9028 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 237 score: 0.8070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 238 score: 0.9146 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 239 score: 0.7867 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 240 score: 0.7862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 241 score: 0.7013 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 242 score: 0.8294 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 243 score: 0.5819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 244 score: 0.8009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 245 score: 0.7165 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 246 score: 0.8410 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 247 score: 0.7224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 248 score: 0.7970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 249 score: 0.9565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 250 score: 0.8849 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 251 score: 0.8797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 252 score: 0.8320 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 253 score: 0.9356 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 254 score: 0.9232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 255 score: 0.8986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 256 score: 0.8978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 257 score: 0.9300 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 258 score: 0.8540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 259 score: 0.8430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 260 score: 0.8587 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 261 score: 0.7823 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 262 score: 0.8619 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 263 score: 0.7196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 264 score: 0.9409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 265 score: 0.8234 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 266 score: 0.8926 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 267 score: 0.8374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 268 score: 0.9474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 269 score: 0.8455 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 270 score: 0.8671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 271 score: 0.8168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 272 score: 0.8776 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 273 score: 0.8596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 274 score: 0.7436 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 275 score: 0.7720 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 276 score: 0.7626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 277 score: 0.9450 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 278 score: 0.8840 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 279 score: 0.9463 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 280 score: 0.9252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 281 score: 0.8582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 282 score: 0.9046 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 283 score: 0.8941 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 284 score: 0.9192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 285 score: 0.9394 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 286 score: 0.8857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 287 score: 0.8321 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 288 score: 0.8461 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 289 score: 0.8711 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 290 score: 0.8833 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 291 score: 0.8077 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 292 score: 0.8819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 293 score: 0.8733 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 294 score: 0.7746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 295 score: 0.8268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 296 score: 0.7308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 297 score: 0.8115 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 298 score: 0.7582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 299 score: 0.8464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 300 score: 0.8335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 301 score: 0.8317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 302 score: 0.8819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 303 score: 0.8664 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 304 score: 0.8565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 305 score: 0.8782 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 306 score: 0.8623 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 307 score: 0.7789 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 308 score: 0.8656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 309 score: 0.8563 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 310 score: 0.9080 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 311 score: 0.8822 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 312 score: 0.8795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 313 score: 0.7216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 314 score: 0.9310 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 315 score: 0.8630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 316 score: 0.8804 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 317 score: 0.8828 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 318 score: 0.8317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 319 score: 0.8798 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 320 score: 0.8084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 321 score: 0.8020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 322 score: 0.9053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 323 score: 0.8767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 324 score: 0.8757 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 325 score: 0.8903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 326 score: 0.8047 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 327 score: 0.8007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 328 score: 0.9130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 329 score: 0.8980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 330 score: 0.8946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 331 score: 0.8507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 332 score: 0.9464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 333 score: 0.7993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 334 score: 0.9335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 335 score: 0.9042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 336 score: 0.8980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 337 score: 0.7784 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 338 score: 0.7475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 339 score: 0.8887 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 340 score: 0.7729 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 341 score: 0.7698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 342 score: 0.8462 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 343 score: 0.7493 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 344 score: 0.8905 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 345 score: 0.5658 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 346 score: 0.8681 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 347 score: 0.8853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 348 score: 0.7406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 349 score: 0.7831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 350 score: 0.8653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 351 score: 0.8181 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 352 score: 0.8704 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 353 score: 0.9537 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 354 score: 0.8523 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 355 score: 0.8749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 356 score: 0.9148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 357 score: 0.8714 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 358 score: 0.6325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 359 score: 0.7119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 360 score: 0.8570 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 361 score: 0.8913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 362 score: 0.9031 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 363 score: 0.7701 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 364 score: 0.8325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 365 score: 0.7153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 366 score: 0.7699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 367 score: 0.8650 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 368 score: 0.7492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 369 score: 0.8486 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 370 score: 0.7792 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 371 score: 0.7946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 372 score: 0.8484 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 373 score: 0.8277 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 374 score: 0.8845 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 375 score: 0.9230 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 376 score: 0.9141 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 377 score: 0.9243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 378 score: 0.8584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 379 score: 0.9255 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 380 score: 0.9030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 381 score: 0.8976 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 382 score: 0.8082 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 383 score: 0.8375 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 384 score: 0.8416 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 385 score: 0.8543 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 386 score: 0.7726 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 387 score: 0.8921 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 388 score: 0.8736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 389 score: 0.8944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 390 score: 0.9115 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 391 score: 0.8984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 392 score: 0.9159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 393 score: 0.9557 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 394 score: 0.9051 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 395 score: 0.7303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 396 score: 0.8701 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 397 score: 0.9340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 398 score: 0.8585 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 399 score: 0.8117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 400 score: 0.9331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 401 score: 0.8223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 402 score: 0.9046 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 403 score: 0.8309 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 404 score: 0.8343 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 405 score: 0.8452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 406 score: 0.8482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 407 score: 0.8865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 408 score: 0.8968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 409 score: 0.8432 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 410 score: 0.9163 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 411 score: 0.8614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 412 score: 0.8264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 413 score: 0.8483 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 414 score: 0.8653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 415 score: 0.8968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 416 score: 0.8715 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 417 score: 0.8525 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 418 score: 0.8943 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 419 score: 0.9392 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 420 score: 0.9218 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 421 score: 0.8306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 422 score: 0.8925 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 423 score: 0.6651 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 424 score: 0.8361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 425 score: 0.9092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 426 score: 0.9076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 427 score: 0.9150 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 428 score: 0.9023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 429 score: 0.9405 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 430 score: 0.7378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 431 score: 0.7997 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 432 score: 0.7086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 433 score: 0.7311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 434 score: 0.8548 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 435 score: 0.7787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 436 score: 0.9084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 437 score: 0.9032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 438 score: 0.9021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 439 score: 0.8636 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 440 score: 0.8804 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 441 score: 0.8922 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 442 score: 0.9378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 443 score: 0.8743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 444 score: 0.8599 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 445 score: 0.9103 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 446 score: 0.9058 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 447 score: 0.9018 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 448 score: 0.9314 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 449 score: 0.8627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 450 score: 0.8758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 451 score: 0.8523 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 452 score: 0.9118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 453 score: 0.8504 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 454 score: 0.8861 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 455 score: 0.8698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 456 score: 0.8279 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 457 score: 0.9148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 458 score: 0.8570 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 459 score: 0.8410 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 460 score: 0.9070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 461 score: 0.8081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 462 score: 0.8671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 463 score: 0.9090 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 464 score: 0.8707 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 465 score: 0.8606 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 466 score: 0.8709 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 467 score: 0.7779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 468 score: 0.8124 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 469 score: 0.8334 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 470 score: 0.7211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 471 score: 0.8095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 472 score: 0.8275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 473 score: 0.6805 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 474 score: 0.7707 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 475 score: 0.8424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 476 score: 0.8661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 477 score: 0.8330 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 478 score: 0.8837 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 479 score: 0.9250 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 480 score: 0.9003 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 481 score: 0.8913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 482 score: 0.9046 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 483 score: 0.7949 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 484 score: 0.8009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 485 score: 0.8930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 486 score: 0.8786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 487 score: 0.8014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 488 score: 0.9037 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 489 score: 0.7053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 490 score: 0.8546 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 491 score: 0.8764 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 492 score: 0.9130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 493 score: 0.9023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 494 score: 0.7462 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 495 score: 0.8485 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 496 score: 0.8688 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 497 score: 0.9055 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 498 score: 0.9436 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 499 score: 0.8758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 500 score: 0.9067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 501 score: 0.9464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 502 score: 0.9070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 503 score: 0.7914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 504 score: 0.7752 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 505 score: 0.9195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 506 score: 0.7556 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 507 score: 0.8558 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 508 score: 0.8253 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 509 score: 0.8622 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 510 score: 0.6077 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 511 score: 0.7796 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 512 score: 0.7946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 513 score: 0.8672 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 514 score: 0.8676 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 515 score: 0.9218 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 516 score: 0.8234 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 517 score: 0.9553 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 518 score: 0.8369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 519 score: 0.9374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 520 score: 0.9031 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 521 score: 0.8983 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 522 score: 0.7790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 523 score: 0.8398 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 524 score: 0.8659 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 525 score: 0.8807 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 526 score: 0.8107 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 527 score: 0.6325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 528 score: 0.8746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 529 score: 0.8901 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 530 score: 0.8345 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 531 score: 0.7631 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 532 score: 0.8681 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 533 score: 0.7831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 534 score: 0.8445 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 535 score: 0.7742 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 536 score: 0.8233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 537 score: 0.8790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 538 score: 0.8900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 539 score: 0.9057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 540 score: 0.8852 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 541 score: 0.8508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 542 score: 0.8744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 543 score: 0.8384 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 544 score: 0.8368 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 545 score: 0.9331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 546 score: 0.8047 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 547 score: 0.9096 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 548 score: 0.8621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 549 score: 0.9385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 550 score: 0.7984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 551 score: 0.9144 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 552 score: 0.8842 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 553 score: 0.8792 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 554 score: 0.8655 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 555 score: 0.8637 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 556 score: 0.7624 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 557 score: 0.8214 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 558 score: 0.8058 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 559 score: 0.8130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 560 score: 0.7857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 561 score: 0.8917 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 562 score: 0.8770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 563 score: 0.8596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 564 score: 0.8324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 565 score: 0.9094 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 566 score: 0.8582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 567 score: 0.8457 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 568 score: 0.8156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 569 score: 0.8846 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 570 score: 0.9173 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 571 score: 0.9217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 572 score: 0.7890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 573 score: 0.8891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 574 score: 0.8673 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 575 score: 0.8078 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 576 score: 0.8243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 577 score: 0.8685 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 578 score: 0.9214 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 579 score: 0.9231 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 580 score: 0.8792 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 581 score: 0.9136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 582 score: 0.8882 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 583 score: 0.8268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 584 score: 0.7083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 585 score: 0.8870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 586 score: 0.8361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 587 score: 0.8707 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 588 score: 0.8766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 589 score: 0.9220 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 590 score: 0.8575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 591 score: 0.9053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 592 score: 0.7989 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 593 score: 0.9297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 594 score: 0.9070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 595 score: 0.8599 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 596 score: 0.9162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 597 score: 0.8740 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 598 score: 0.8401 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 599 score: 0.8746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 600 score: 0.8668 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 601 score: 0.8530 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 602 score: 0.8361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 603 score: 0.9138 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 604 score: 0.7939 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 605 score: 0.9231 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 606 score: 0.7727 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 607 score: 0.7499 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 608 score: 0.7480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 609 score: 0.8636 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 610 score: 0.8896 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 611 score: 0.9341 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 612 score: 0.9147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 613 score: 0.8194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 614 score: 0.9101 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 615 score: 0.8734 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 616 score: 0.9182 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 617 score: 0.8964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 618 score: 0.8967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 619 score: 0.8187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 620 score: 0.9426 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 621 score: 0.8430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 622 score: 0.9070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 623 score: 0.8827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 624 score: 0.8646 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 625 score: 0.8487 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 626 score: 0.9285 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 627 score: 0.9098 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 628 score: 0.9279 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 629 score: 0.8258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 630 score: 0.7015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 631 score: 0.8823 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 632 score: 0.9186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 633 score: 0.9286 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 634 score: 0.9588 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 635 score: 0.8949 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 636 score: 0.8970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 637 score: 0.8860 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 638 score: 0.9178 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 639 score: 0.9410 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 640 score: 0.8996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 641 score: 0.9498 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 642 score: 0.9010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 643 score: 0.8821 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 644 score: 0.8737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 645 score: 0.7553 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 646 score: 0.8685 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 647 score: 0.8709 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 648 score: 0.8255 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 649 score: 0.8595 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 650 score: 0.8363 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 651 score: 0.8042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 652 score: 0.7623 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 653 score: 0.7987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 654 score: 0.8612 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 655 score: 0.9233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 656 score: 0.8361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 657 score: 0.8841 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 658 score: 0.8486 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 659 score: 0.8883 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 660 score: 0.7665 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 661 score: 0.8616 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 662 score: 0.9338 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 663 score: 0.8915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 664 score: 0.8528 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 665 score: 0.8133 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 666 score: 0.9172 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 667 score: 0.7352 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 668 score: 0.8183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 669 score: 0.9008 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 670 score: 0.8805 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 671 score: 0.9243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 672 score: 0.9208 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 673 score: 0.8899 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 674 score: 0.9281 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 675 score: 0.9044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 676 score: 0.9039 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 677 score: 0.9100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 678 score: 0.8994 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 679 score: 0.8892 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 680 score: 0.7878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 681 score: 0.9289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 682 score: 0.8767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 683 score: 0.8290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 684 score: 0.8755 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 685 score: 0.8848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 686 score: 0.8759 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 687 score: 0.9041 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 688 score: 0.8289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 689 score: 0.8760 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 690 score: 0.9028 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 691 score: 0.8580 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 692 score: 0.8891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 693 score: 0.8673 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 694 score: 0.8372 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 695 score: 0.8795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 696 score: 0.8804 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 697 score: 0.6230 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 698 score: 0.7907 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 699 score: 0.8868 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 700 score: 0.8523 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 701 score: 0.9056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 702 score: 0.8387 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 703 score: 0.7388 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 704 score: 0.7653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 705 score: 0.8381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 706 score: 0.7677 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 707 score: 0.8956 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 708 score: 0.8528 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 709 score: 0.8970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 710 score: 0.9642 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 711 score: 0.8322 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 712 score: 0.8852 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 713 score: 0.8519 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 714 score: 0.8917 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 715 score: 0.8511 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 716 score: 0.8632 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 717 score: 0.8679 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 718 score: 0.9099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 719 score: 0.7829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 720 score: 0.8141 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 721 score: 0.8348 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 722 score: 0.8597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 723 score: 0.8378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 724 score: 0.9328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 725 score: 0.9110 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 726 score: 0.8830 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 727 score: 0.8401 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 728 score: 0.7886 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 729 score: 0.8731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 730 score: 0.8316 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 731 score: 0.8841 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 732 score: 0.8290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 733 score: 0.7951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 734 score: 0.8502 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 735 score: 0.8927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 736 score: 0.8698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 737 score: 0.8761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 738 score: 0.8318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 739 score: 0.9528 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 740 score: 0.8786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 741 score: 0.7638 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 742 score: 0.8369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 743 score: 0.8905 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 744 score: 0.9182 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 745 score: 0.9075 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 746 score: 0.8916 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 747 score: 0.8211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 748 score: 0.8603 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 749 score: 0.9276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 750 score: 0.9297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 751 score: 0.8618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 752 score: 0.8335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 753 score: 0.9056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 754 score: 0.8433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 755 score: 0.9073 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 756 score: 0.8461 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 757 score: 0.8472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 758 score: 0.8376 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 759 score: 0.8239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 760 score: 0.8997 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 761 score: 0.9076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 762 score: 0.8767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 763 score: 0.8843 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 764 score: 0.8960 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 765 score: 0.8614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 766 score: 0.8308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 767 score: 0.7872 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 768 score: 0.9250 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 769 score: 0.9575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 770 score: 0.8835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 771 score: 0.8723 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 772 score: 0.8478 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 773 score: 0.8974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 774 score: 0.9205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 775 score: 0.8957 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 776 score: 0.8306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 777 score: 0.8810 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 778 score: 0.8936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 779 score: 0.7339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 780 score: 0.8250 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 781 score: 0.7957 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 782 score: 0.8439 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 783 score: 0.7860 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 784 score: 0.8789 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 785 score: 0.7521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 786 score: 0.8650 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 787 score: 0.8843 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 788 score: 0.8390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 789 score: 0.8717 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 790 score: 0.9173 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 791 score: 0.7953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 792 score: 0.8997 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 793 score: 0.8432 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 794 score: 0.8536 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 795 score: 0.8460 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 796 score: 0.8466 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 797 score: 0.7865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 798 score: 0.9041 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 799 score: 0.8465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 800 score: 0.8089 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 801 score: 0.8217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 802 score: 0.8662 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 803 score: 0.8411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 804 score: 0.7915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 805 score: 0.8957 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 806 score: 0.8322 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 807 score: 0.8929 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 808 score: 0.8932 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 809 score: 0.8315 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 810 score: 0.8649 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 811 score: 0.8690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 812 score: 0.9319 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 813 score: 0.9146 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 814 score: 0.8952 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 815 score: 0.8571 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 816 score: 0.8106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 817 score: 0.8026 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 818 score: 0.8096 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 819 score: 0.8309 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 820 score: 0.9348 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 821 score: 0.8544 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 822 score: 0.8668 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 823 score: 0.8174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 824 score: 0.7839 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 825 score: 0.8360 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 826 score: 0.8382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 827 score: 0.8077 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 828 score: 0.8607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 829 score: 0.8613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 830 score: 0.8257 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 831 score: 0.8738 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 832 score: 0.8551 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 833 score: 0.6742 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 834 score: 0.8196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 835 score: 0.7681 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 836 score: 0.9077 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 837 score: 0.9377 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 838 score: 0.8699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 839 score: 0.8873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 840 score: 0.8013 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 841 score: 0.8480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 842 score: 0.7774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 843 score: 0.8671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 844 score: 0.8131 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 845 score: 0.7075 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 846 score: 0.7809 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 847 score: 0.8433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 848 score: 0.7898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 849 score: 0.8579 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 850 score: 0.7743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 851 score: 0.8920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 852 score: 0.8963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 853 score: 0.7582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 854 score: 0.8398 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 855 score: 0.8229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 856 score: 0.7508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 857 score: 0.8618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 858 score: 0.8764 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 859 score: 0.8224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 860 score: 0.8959 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 861 score: 0.8811 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 862 score: 0.6047 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 863 score: 0.8900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 864 score: 0.8927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 865 score: 0.8413 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 866 score: 0.8226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 867 score: 0.8825 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 868 score: 0.9038 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 869 score: 0.8262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 870 score: 0.8946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 871 score: 0.8710 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 872 score: 0.8853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 873 score: 0.8785 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 874 score: 0.9132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 875 score: 0.8654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 876 score: 0.9120 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 877 score: 0.8899 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 878 score: 0.8930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 879 score: 0.8590 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 880 score: 0.8581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 881 score: 0.9053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 882 score: 0.8827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 883 score: 0.8817 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 884 score: 0.8077 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 885 score: 0.8959 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 886 score: 0.8686 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 887 score: 0.8108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 888 score: 0.8141 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 889 score: 0.8265 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 890 score: 0.9064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 891 score: 0.8999 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 892 score: 0.7023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 893 score: 0.8373 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 894 score: 0.8390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 895 score: 0.8827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 896 score: 0.8441 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 897 score: 0.8028 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 898 score: 0.8978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 899 score: 0.8284 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 900 score: 0.8217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 901 score: 0.9185 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 902 score: 0.8073 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 903 score: 0.8730 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 904 score: 0.8881 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 905 score: 0.8217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 906 score: 0.8963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 907 score: 0.7766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 908 score: 0.8497 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 909 score: 0.9308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 910 score: 0.8290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 911 score: 0.7853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 912 score: 0.9275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 913 score: 0.9059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 914 score: 0.8815 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 915 score: 0.8702 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 916 score: 0.7915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 917 score: 0.8645 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 918 score: 0.7986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 919 score: 0.8041 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 920 score: 0.9163 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 921 score: 0.8347 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 922 score: 0.9207 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 923 score: 0.8031 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 924 score: 0.8568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 925 score: 0.8710 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 926 score: 0.8956 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 927 score: 0.8504 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 928 score: 0.8777 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 929 score: 0.8449 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 930 score: 0.8762 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 931 score: 0.8009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 932 score: 0.7575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 933 score: 0.7875 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 934 score: 0.8295 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 935 score: 0.8366 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 936 score: 0.8483 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 937 score: 0.9410 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 938 score: 0.9499 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 939 score: 0.8898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 940 score: 0.9192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 941 score: 0.9414 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 942 score: 0.8936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 943 score: 0.8928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 944 score: 0.8483 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 945 score: 0.8932 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 946 score: 0.7869 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 947 score: 0.8443 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 948 score: 0.8575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 949 score: 0.9212 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 950 score: 0.7906 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 951 score: 0.6432 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 952 score: 0.7791 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 953 score: 0.9217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 954 score: 0.7304 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 955 score: 0.8562 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 956 score: 0.8406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 957 score: 0.8653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 958 score: 0.8556 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 959 score: 0.9194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 960 score: 0.7707 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 961 score: 0.7464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 962 score: 0.8535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 963 score: 0.8906 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 964 score: 0.9345 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 965 score: 0.8533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 966 score: 0.8219 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 967 score: 0.7660 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 968 score: 0.7451 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 969 score: 0.7510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 970 score: 0.8901 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 971 score: 0.8738 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 972 score: 0.7578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 973 score: 0.9248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 974 score: 0.8418 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 975 score: 0.8648 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 976 score: 0.9006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 977 score: 0.8082 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 978 score: 0.9363 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 979 score: 0.8141 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 980 score: 0.7139 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 981 score: 0.8568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 982 score: 0.9258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 983 score: 0.8190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 984 score: 0.8750 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 985 score: 0.9014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 986 score: 0.6596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 987 score: 0.8513 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 988 score: 0.8344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 989 score: 0.8099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 990 score: 0.9263 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 991 score: 0.7991 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 992 score: 0.9296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 993 score: 0.8683 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 994 score: 0.9067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 995 score: 0.8703 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 996 score: 0.9303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 997 score: 0.9278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 998 score: 0.8862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 999 score: 0.8326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 1000 score: 0.9074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 1001 score: 0.8197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 1002 score: 0.8047 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 1003 score: 0.7268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 1004 score: 0.9176 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 1005 score: 0.8771 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 1006 score: 0.7568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 1007 score: 0.8759 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 1008 score: 0.9002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 1009 score: 0.8702 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 1010 score: 0.8503 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en Segment 1011 score: 0.8606 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-gl-en score: 0.8571 diff --git a/test-it-en b/test-it-en new file mode 100644 index 0000000000000000000000000000000000000000..1225e5af9590fd47cdbfa3d998b8a2074a651942 --- /dev/null +++ b/test-it-en @@ -0,0 +1,1012 @@ +We have four-month-old babies who were diabetic and now aren't," he added. +The study is in its early stages, said Dr. Ehud Ur, a professor of medicine at Dalhousie University in Halifax, Nova Scotia, and the scientific and clinical director of the Canadian Diabetes Association. +As with other experts, he is sceptical about the ability to cure type 1 diabetes, noting that these results are not relevant to those already diagnosed with type 1 diabetes. +The permanent secretary of the Nobel Prize Committee for Literature at the Swedish Academy, Sara Danius, announced on a Swedish radio show Monday that the committee had given up trying to contact Bob Dylan directly in order to inform him that he had won the Nobel Prize in Literature for 2016. +Danius explained: "Right now, we are not doing anything. I have called and e-mailed his closest colleague, who responded very kindly. That's it for now." +Earlier, Ring CEO Jamie Siminoff said the company was born when he was unable to hear the doorbell from his garage shop. +He said he invented a Wi-Fi doorbell. +Siminoff said sales were boosted after he appeared on the show Shark Tank in 2013, when the show's panel of investors declined to fund the startup. +Siminoff appeared on the shopping channel QVC in late 2017. +Ring also announced a partnership with rival security company ADT Corporation. +While there is an experimental vaccine that is said to be effective against Ebola, there is no proven effective treatment for the infection itself. +A cocktail of antibodies, ZMapp, showed early promise but formal studies showed it was less effective at preventing deaths than had been hoped. +In the PALM study, ZMapp was used as a control, meaning that scientists used it as a reference and compared it to the other three treatments. +USA Gymnastics is supporting the letter from the U.S. Olympic & Paralympic Committee and recognizes the importance of the entire Olympic community working to create a safe environment for all athletes. +We agree with what the USOC has said, that the best way to serve the interests of our athletes, our clubs, and our sport is a significant change from within our organization, and not a decertification. +USA Gymnastics has launched an independent investigation to determine how the abuse described by the brave survivors of Larry Nassar was able to go undetected for so long, and is committed to implementing any and all necessary changes. +USA Gymnastics and the USOC have the same goal: making gymnastics and all sports as safe as possible so athletes can pursue their dreams in a reliable, positive, and accountable environment. +In the 1960s, Brzezinski was an adviser to John F. Kennedy and later to Lyndon B. Johnson. +During the 1976 presidential election, he advised Carter on foreign policy and served as national security adviser from 1977 to 1981, succeeding Henry Kissinger. +As an NSA, he worked with Carter on international diplomacy, including the 1978 Camp David Accords, U.S. normalization of relations with China in the late 1970s, the Iranian Revolution 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 received nominations for Best Actor and Best Actress, respectively. +Other nominations include best picture, best director, best cinematography, best costume design, best editing, best original score, best production design, best sound, and best 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. +U.S. President Donald Trump made a statement through his press secretary late Sunday, announcing the withdrawal of U.S. troops from Syria. +The announcement came after a phone call between US President Donald Trump and Turkish President Recep Tayyip Erdogan. +Turkey, according to the statement, would also take over the imprisoned ISIS fighters who were not repatriated by European countries. +This not only confirms that some dinosaurs had feathers, a theory which has already gained widespread acceptance, but also provides details from the fossils such as colour and three-dimensional arrangement. +Scientists say the bird's plumage was brownish-grey above and pale or carotenoid below. +The discovery also allows for detailed information to be gathered on the evolution of bird feathers. +Because the dinosaur's feathers do not have the basic structure, the so-called rachis, but have other features typical of feathers, hair and bristles, researchers have concluded that the rachis is probably the result of subsequent evolutionary development from such features. +The structure of the feathers suggests that they were not used for flight, but for temperature regulation or display. The researchers speculate that even though the specimen is the tail of a young dinosaur, it would have been an adult's feathers, not the down of a baby. +Although the tail belongs to a young dinosaur, the specimen is feathered like an adult and not a juvenile, according to the researchers. +A car bomb exploded at a police headquarters in Gaziantep, Turkey, yesterday morning, killing two policemen and injuring more than twenty people. +The governor's office said nineteen police officers were among the injured. +Police said the man suspected of carrying out the attack was a member of ISIS. +They discovered that the operation of the Sun depends on the same basic principles as those of all the other stars in the Solar System: the activity of all the stars in the Solar System is simply a function of their luminosity and rotation. +Luminosity and rotation are used together to define the Rossby number of a star, which is related to the plasma flow. +The fewer the number of Rossby waves, the less active the star is in terms of magnetic field reversals. +During his travels, Iwasaki has gotten into some trouble. +He has been robbed by pirates, bitten by a rabid dog in Tibet, escaped a forced marriage in Nepal, and arrested in India. +802.11n can operate in either the 2.4 or 5 GHz bands. +Since the base station has two radios, it will be backward compatible with 802.11a, 802.11b, and 802.11g. +The speeds of 802.11n are dramatically higher than those of the previous versions, with a theoretical maximum throughput of 600 Mbps. +A married father of two, Duvall was of little interest to Miller, who told him the story. +In response to a request for comment, Miller said, "Mike was speaking at the hearing and I was preparing to testify, so I wasn't paying attention to what he was saying." +Hu said China would try to cut carbon dioxide emissions per unit of GDP by a significant amount by 2020, compared with 2005 levels. +He did not put a precise number on the reduction, saying it would depend on how the Chinese economy performed. +Hu called on developing countries to "avoid the old path of damaging the environment and then paying for its restoration." +He added that they should not, however, be expected to take on responsibilities that were beyond their development stage, nor their skills and capabilities. +The Iraq Study Group will release its report at noon GMT today. +He warns: "No one can guarantee that any action in Iraq now will not lead to sectarian war, rising violence and a slide into chaos." +The report begins with a call for an open debate and the creation of a U.S. policy consensus on the Middle East. +The report is highly critical of nearly all aspects of the current U.S. policy toward Iraq, and calls for an immediate change of course. +Its first of 78 recommendations is a new diplomatic offensive by year-end to protect Iraq's borders from hostile action and to re-engage with neighbors. +Argentina's current senator and first lady, Cristina Fernandez de Kirchner, announced her presidential candidacy last night in La Plata, a city 50 kilometers (31 miles) from Buenos Aires. +Kirchner chose the Argentine Theater to announce his intention to run for the presidency, where in 2005 he launched his campaign for the Senate as a member of the Buenos Aires provincial delegation. +The debate was touched off by criticism of spending for hurricane relief and rebuilding after Hurricane Katrina, which some conservative fiscal hawks joked was "Bush's New Deal for New Orleans." +Liberal criticism of the reconstruction effort has focused on the awarding of reconstruction contracts to Washington insiders. +More than four million people came to Rome to pay their respects. +So many people were present that not everyone was able to fit inside St. Peter's Square for the funeral. +Large television screens have been set up around Rome to allow people to watch the ceremony. +Similar rallies were held in many other Italian and foreign cities, especially in Poland, and many people watched them on big screens. +Historians criticized the FBI's previous policies, which they said focused resources on easily solved cases, particularly car thefts, in order to boost the agency's success rate. +The Obscenity Prosecution Initiative has been funded by Congress since fiscal year 2005, with a specific request for the FBI to assign 10 agents to adult obscenity. +Robin Uthappa led all scorers with 70 runs off 41 balls, including 11 fours and 2 sixes. +Middle-order batsmen Sachin Tendulkar and Rahul Dravid batted well and put up a century stand for the fourth wicket. +Then the captain lost his wicket and from there until the end of the innings, India managed to score only 36 runs and lost 7 wickets. +U.S. President George W. Bush arrived in Singapore on November 16, beginning a weeklong trip to Asia. +Singapore's Deputy Prime Minister Wong Kan Seng and Prime Minister Lee Hsien Loong were there to welcome him, and they discussed issues ranging from trade to terrorism. +Following a week of mid-term election losses, Bush gave a speech promoting trade with Asia. +After a 25-minute meeting with NDP leader Jack Layton at the PMO on Tuesday, Prime Minister Stephen Harper agreed to refer the government's "Clean Air Act" to a standing committee of all parties for review ahead of second reading. +At the meeting with the prime minister, Layton had called for some amendments to the Conservative environment bill, and called for a "full and careful re-draft" of the legislation. +Since the federal government took over the funding of the Mersey Hospital in Devonport, Tasmania, the state government and several MPs have been critical of the move, saying it was a pre-election stunt ahead of the November federal election. +Prime Minister John Howard, however, said the purpose of the gift - an extra A$45 million from the Australian government - was to prevent the Tasmanian government from downgrading the hospital's status. +Tsunami waves have been reported following the earthquake, according to the latest advisory. Tsunami activity was reported in the vicinity of Pago Pago and Niue. +No damage to property or injuries were reported in Tonga, but power was knocked out temporarily, preventing the Tongan authorities from receiving the tsunami warning from the PTWC. +Fourteen schools in Hawaii that are located near the shoreline were closed for the entire day Wednesday as a precaution. +U.S. President George W. Bush welcomed the announcement. +Gordon Johndroe, a spokesman for Bush, called the North Korean pledge "a significant step toward achieving the goal of the denuclearization of the Korean peninsula." +Today a tenth tropical storm of the Atlantic hurricane season, Tropical Storm Jerry, has formed in the Atlantic Ocean. +As of now, Jerry is not expected to make landfall, according to the National Hurricane Center (NHC). +According to the U.S. Army Corps of Engineers, 6 inches of additional rainfall could cause levees that were already damaged to break. +The Ninth Ward, which was devastated by Hurricane Katrina's storm surge up to 20 feet, is now mostly under water as the levee near it broke. +Water was pouring over a 100-foot-wide section of the levee. +Commons administrator Adam Cuerden expressed his disapproval of the deletions in a conversation with Wikinews last month. +Basically, they've been lying to us from the start. First of all, they said it was for legal reasons. Secondly, they said they were going to listen to us until they actually canceled the contracts." +Following the community's discomfort, a policy relating to sexual content on the site, which hosts millions of open-licensed media, has been drafted. +The activity was mostly theoretical, but the exercise was designed to mimic the survey of the Sagittarius Galaxy. +The effect the team wanted to see was caused by the gravity of the dark matter in this galaxy pulling on the dark matter in the Milky Way. +As the Moon's gravity pulls on Earth and makes the tides, so the Milky Way's gravity pulls on our galaxy, the Milky Way Galaxy. +Scientists have been able to show that the effects of dark matter on other dark matter are the same as the effects of "normal" matter. +This theory suggests that most of the dark matter surrounding a galaxy is collected in a haze of tiny particles. +TV footage showed white smoke billowing from the plant. +Officials are urging residents living near the power plant to stay indoors, close their air conditioners and not to drink tap water. +Japan's nuclear agency says it has detected radioactive cesium and iodine at the plant. +Authorities believe that this indicates a rupture and subsequent loss of containment of the uranium fuel rods at the site. +Dr. Tony Moll found extensively drug-resistant tuberculosis (XDR-TB) in the South African province of KwaZulu-Natal. +In a statement released after the interview aired, the health ministry said the new variant was "highly concerning and alarming" because of its high mortality rate. +Doctor Moll said some patients may have contracted the bug at the hospital, and at least two of them were hospital staff. +Over a year, an infected person can infect 10 to 15 close contacts. +However, the percentage of XDR-TB in the entire group of people with tuberculosis remains low; 6,000 out of 330,000 people with tuberculosis at any given time in South Africa. +Both satellites, each of which weighs more than 1,000 pounds and is traveling at about 17,500 miles per hour, crashed about 491 miles above Earth. +Scientists say the collision created an enormous explosion. +They are still trying to determine the size of the crash and its effect on Earth. +U.S. Strategic Command, which oversees the U.S. military's nuclear arsenal, is tracking the debris. +The results of the track analysis will be published on a public website. +An Ohio doctor who worked at Children's Hospital of Pittsburgh in Pennsylvania has been charged with murder in the death of his mother, whose body was found in the trunk of her car on Wednesday, authorities said. +Dr. Malar Balasubramanian, 29, was found unclothed and apparently under the influence of drugs in a ditch along a road in Blue Ash, Ohio, a suburb of Cincinnati, authorities said. +He led officers to his black Oldsmobile Intrigue, which was parked about 500 feet away. +There, covered in blood, lay the body of 53-year-old Saroja Balasubramanian. +Police said the body had been there for a day or two. +The first cases of the season were reported by the end of July. +Pigs are carriers of the disease, and the infection is transmitted to humans through the bite of a mosquito. +India's government, pushed by the epidemic, has introduced some measures including deploying people to catch pigs in the worst-hit areas, distributing thousands of mosquito nets and spraying pesticides. +The government has also promised several million doses of a vaccine against Japanese encephalitis, to ensure that health facilities are not caught short next year. +Plans to roll out vaccines in the hardest-hit areas this year have been set back by funding shortfalls and a lower priority than other diseases. +Three years after he moved to Sweden in 1956, Słania started working for the Swedish Postal Service, becoming the chief engraver. +He has designed more than 1,000 stamps for Sweden and another 28 countries. +The quality and detail of his work is so universally admired that he has become one of the very few "household names" among stamp collectors. Some specialise in collecting his work alone. +In 2000, he received his 1,000th stamp, the beautiful "Great Deeds by Swedish Kings" by David Klöcker Ehrenstrahl, which is listed in the Guinness Book of Records. +His work has also included designing banknotes for many foreign countries, most recently the portraits of the Prime Minister on the front of the new Canadian $5 and $100 banknotes. +Gibson, after the crash, was taken to a local hospital where he was pronounced dead a short time later. +The lorry driver, 64, was unhurt in the collision. +The vehicle involved in the incident was removed from the scene by around 12:00 BST on the day of the crash. +A man who works in a nearby garage said: "There were kids waiting to cross the road and they were all screaming in tears." +Everyone involved in the crash was taken to the hospital. +Other issues on the Bali agenda include saving the world's remaining forests and sharing green-growth technologies with developing nations. +The U.N. is also appealing for the creation of a fund to help developing countries tackle the impacts of global warming. +The money could be used to build flood-resilient houses, improve water management and diversify crops. +Fluke wrote that efforts by some to discourage women from openly discussing women's health issues have been unsuccessful. +She came to this conclusion after receiving an overwhelming amount of positive comments and encouragement from both men and women urging the recognition of contraceptive drugs as a medical necessity. +Following the fighting, when the injured were taken to the hospital, about 40 of the remaining inmates were left in the yard, refusing to return to their cells. +Negotiators have been trying to resolve the standoff, but the inmates' demands are unclear. +Between 10:00 p.m. and 11:00 p.m. MDT, inmates started a fire in the courtyard. +Minutes later, officers in riot gear entered the courtyard and cornered the inmates, using pepper spray. +Firefighters eventually got the blaze under control at 11:35 p.m. +When the dam was built in 1963, regular seasonal flooding that deposited sediment throughout the river was stopped. +This sediment has been instrumental in creating both beaches and dune habitats that are important for wildlife. +As a result of this, two fish species have become extinct and another two are endangered, including the flathead sculpin. +Although the inundation will only raise the water level by a few metres, officials hope it will be enough to restore eroded sand banks further downstream. +No tsunami warning has been issued and the Jakarta-based geophysics agency said in a statement there would be no tsunami threat since the quake's magnitude was below 6.5. +With no tsunami risk, residents began to panic, leaving their homes and businesses. +Although Winfrey wept as she took her leave, she assured fans that she would be back. +This is not a farewell. This is the closing of a chapter and the opening of a new one. +Namibia's presidential and parliamentary elections produced a landslide victory for incumbent President Hifikepunye Pohamba. +Even the parliamentary elections in 2014 were won by the ruling party, the South West Africa People's Organization (SWAPO). +Coalition and Afghan forces were dispatched to the scene, and additional coalition aircraft were called in to support them. +The accident occurred in mountainous terrain and is believed to have been caused by enemy fire. +The search for the crash site has been hampered by bad weather and rugged terrain. +The nongovernmental health organization Mangola, Doctors Without Borders, and the World Health Organization said this is the worst outbreak recorded in the country. +A spokesperson for Medecins Sans Frontieres, Richard Veerman, said: "Angola is about to experience its worst ever Ebola epidemic and the situation in the country remains very serious." +Today at 10:00 time was perfect for the start of the matches, and despite a brief shower in the middle of the morning, it was a perfect day for sevens rugby. +As the tournament's top seed, South Africa got off to a flying start, cruising to a 26-0 win over fifth seeds Zambia. +Even though they looked a bit rusty in their game against the "sisters" from the south, South Africa have improved steadily over the course of the tournament. +He credited their disciplined defense, ball control and teamwork for their success. They were the team to beat. +According to the city of Amsterdam and the Anne Frank Museum, the tree is infested with a fungus and is a danger to public health, as it is about to collapse. +It was due to be demolished on Tuesday but was saved by an eleventh-hour court order. +The entrances to the caves, called the "Seven Sisters", are all at least 100-250 metres (328-820 ft) wide. +Infrared images show daily and nightly temperature variations, which is consistent with the presence of caves. +During the day they are cooler than the surrounding terrain, and at night they are warmer. +Glen Cushing, a geologist with the U.S. Geological Survey and Northern Arizona University in Flagstaff, Ariz., said, "Their thermal behavior isn't like that of large caves on Earth, which often have fairly constant temperatures, but it is consistent with what you would expect from a deep hole in the ground." +Traditionally, voting in France has been a low-tech affair: Voters go into a booth alone, fill out a printed ballot, and drop it in a box. +After verifying your identity, the voter places the ballot in the ballot box and signs the poll book. +French electoral law is quite detailed in its provisions. +Since 1988, all ballot boxes have been transparent, so that voters and observers can see that there are no envelopes in the ballot box at the start of the poll, and that no more ballots are put in the box than the number of voters, as counted and authorized. +Candidates can send representatives to attend every phase of the process. In the evening, volunteers count the ballots in the presence of observers according to special procedures. +ASUS's Eee PC, previously launched worldwide as a cost-saving and function-oriented product, has become a hot topic at the Taipei IT Month 2007 event. +But the market for mobile PCs will be dramatically changed and different after the Taiwan Sustainable Award in 2007 was awarded to ASUS by the Executive Yuan of the Republic of China. +The station's website describes the show as "old-time radio play style with a new and bizarre geek twist!" +At first, the show was only streamed online on Toginet Radio, an online radio network that specializes in talk radio. +TogiNet established AstroNet Radio as a sister station in late 2015. +The original show's cast was comprised of non-professional actors from East Texas. +Scattered looting was reported overnight, with police nowhere to be seen in Bishkek. +According to one witness, Bishkek was descending into "anarchy" with gangs roaming the streets and looting food stores. +Residents of Bishkek have criticized the southern protesters for their illegal actions. +South Africa has defeated the All Blacks (New Zealand) in a Tri Nations rugby match at the Royal Bafokeng Stadium in Rustenburg, South Africa. +The final score of 21-20 ended a 15-match winning run by the All Blacks. +It was a fifth consecutive defeat for the Springboks. +It was the All Blacks' last game, as they had already won the Cup two weeks ago. +The final match of the tournament will see the Springboks take on Australia at Johannesburg's Ellis Park next week. +A light earthquake hit western Montana at 10:08 p.m. Monday. +The U.S. Geological Survey and its National Earthquake Information Center did not immediately report any damage. +The epicenter of the quake was located about 12 miles (15 km) north northeast of Dillon and about 40 miles (65 km) south of Butte. +It has now been confirmed that the H5N1 avian influenza virus, which is lethal to humans, has infected a wild duck that was found dead on Monday in eastern France, near Lyon. +France is the seventh European Union country to be hit by the virus, after Austria, Germany, Slovenia, Bulgaria, Greece, and Italy. +Cases of suspected H5N1 in Croatia and Denmark have not yet been confirmed. +Chambers was suing God for "causing death, destruction, and terror to millions and millions of people around the world." +Chambers, an agnostic, said his suit was "frivolous" and "anyone could be sued for anything." +Camille Saint-Saens's story for the Paris Opera tells of an artist "whose life revolved around a love of drugs and Japan." +This means that during the show, the actors are smoking cannabis and urging the audience to join them. +Former U.S. Speaker of the House Newt Gingrich, Texas Gov. Rick Perry and U.S. Rep. Michele Bachmann round out the top-six. +After the results came in, Gingrich praised Santorum but took aim at Romney, who he accused of running negative ads in Iowa against Gingrich. +Perry said in a statement, "I'm going back to Texas and going to take a hard look at the results from tonight's debate and see if there is a path forward." However, he later said he would stay in the race and participate in the South Carolina primary on January 21. +Bachmann, who won the Iowa Straw Poll in August, has decided to end her campaign. +The photographer was rushed to Ronald Reagan UCLA Medical Center, where he later died. +He was said to be about 20 years old. Bieber said in a statement, "While I was not present or directly involved in the incident, my heart goes out to the family of the victim." +A photographer from the entertainment news website TMZ stopped his car on the opposite side of Sepulveda Boulevard and tried to take a photo of the officer directing traffic, then crossed the street and continued on, forcing the California Highway Patrol officer directing traffic to tell him twice to return to his car, according to the website. +It is unlikely that the driver of the car that struck the photographer will face criminal charges, police said. +With only eighteen medals available per day, a lot of countries were left without a podium finish. +These include the Netherlands with Anna Jochemsen ranked ninth in the women's Super-G standings yesterday, and Finland with Katja Saarinen ranked tenth. +Australian Mitchell Gourley finished 11th in the men's super-G while his Czech rival Oldrich Jelinek was 16th. +Mexican Arly Velasquez finished 15th in the Men's Super-G Sitting. New Zealand's Adam Hall finished ninth in the Men's Super-G Standing. +Polish visually impaired skier Maciej Krezel and his guide Anna Ogarzynska finished in 13th in the super-G. South Korean skier Jong Seork Park was 24th in the men's super-G. +UN peacekeepers stationed in Haiti since the 2010 earthquake are being blamed for the cholera outbreak that began near their camp. +According to the suit, inadequate sanitation at the United Nations base contaminated the Artibonite River, one of Haiti's largest. +Before the arrival of the troops, Haiti's problems with disease went back to the 1800s. +Haiti's Justice and Democracy Institute cited independent studies that said the disease had been inadvertently introduced to Haiti by United Nations peacekeepers from Nepal. +Danielle Lantagne, a UNICEF expert on disease, said the outbreak may have been caused by peacekeepers. +Hamilton confirmed the patient was being treated at Howard University Hospital. +The patient had traveled to Nigeria, where several cases of Ebola virus disease have been reported. +The hospital followed infection-control protocols, including isolating the patient, to prevent others from becoming ill. +Before The Simpsons, Simon had worked on a number of other shows in a variety of roles. +He went on to create shows in the 1980s such as Taxi, Cheers and The Tracey Ullman Show. +In 1989, he helped create The Simpsons with Brooks and Groening, and he hand-picked the show's original writing staff. +He left the show in 1993, but as an executive producer he still earned tens of millions of dollars a year in royalties from each new season. +Earlier, China's official Xinhua News Agency reported a hijacking of a plane. +The aircraft later received a bomb threat and was diverted to land in Kandahar, Afghanistan, according to reports. +Early reports said the plane had been redirected to Afghanistan after an aborted landing in Ürümqi. +Airplane crashes are common in Iran, which has an aging and poorly-maintained fleet of both civilian and military aircraft. +International sanctions made it impossible to purchase new aircraft. +Earlier this week, three people were killed and three others injured in a police helicopter crash. +Iran suffered its worst air disaster in recent years last month when a plane headed to Armenia crashed, killing all 168 on board. +Another major airline crashed in Mashhad earlier this month, killing seventeen. +The rest of the tour was canceled by Aerosmith. +The rock band was set to begin a U.S. and Canadian tour on September 16. +He cancelled the tour after lead singer Steven Tyler injured his back in a fall from the stage on August 5. +Murray lost the first set in a tie-break, having traded breaks with his opponent in the set. +Del Potro got an early foothold in the second set, which also went to a tiebreak at 6-6. +Del Potro was treated for a shoulder injury but returned to play. +The show started at 20:30 local time (15:00 UTC). +Prominent singers from all over the country offered bhajans, devotional songs, to the feet of Shri Shyam. +Singer Sanju Sharma opened the evening, followed by Jai Shankar Choudhary. Lakkha Singh, accompanied by singer Raju Khandelwal, also presented the bhajan chhappan bhog. +Lakkha Singh then took over and started singing bhajans. +Baba Shyam was offered 108 dishes Chhappan Bhog (56 edible items including sweets, fruits, nuts, food, etc. offered to the deity). +Lakkha Singh also presented the bhajan for the chhappan bhog. He was accompanied by singer Raju Khandelwal. +During his speech at the Tokyo Game Show on Thursday, Nintendo president Satoru Iwata unveiled the design for the new Nintendo Revolution console's controller. +Similar to a TV remote control, two sensors placed next to the user's TV enable the controller to triangulate its position in three-dimensional space. +This will allow players to control actions and movements in the game by tilting the device. +A few laps later, Giancarlo Fisichella crashed his car out of the race. +Fernando Alonso, his teammate, led most of the race, but his day ended shortly after his pit stop when his right front wheel came loose. +Michael Schumacher came into the pits behind Alonso because of a suspension problem he suffered in one of the battles in the race. +According to a transcript of the press conference, he was quoted as saying, "she's lovely and she can sing quite well." +Every time we've tested, I've been moved to my core. +After about 3 minutes into the flight, pieces of insulation were seen separating from the fuel tank on a camera inside the rocket. +However, they are not believed to have caused any damage to the shuttle. +NASA's Space Shuttle Program Manager, N. Wayne Hale Jr., said the foam came down after the problem had been discovered. +Five minutes into the show, the winds started getting high, about a minute later the winds were up to 70 miles an hour, then the rain came down in buckets, stinging your skin like needles, then the hail started coming down, people were screaming and running and getting hit by hail. +Armand Versace said, "I lost my sister and her friend, and as I was moving up the stairs I saw two people in wheelchairs, and people were jumping over them, pushing them." +NHK also reported that the Kashiwazaki Kariwa nuclear power plant in Niigata prefecture was operating normally. +Hokuriku Electric Power Co. said there were no reports of damage from the quake, and that the No. 1 and No. 2 reactors at the Shika nuclear power plant had been shut down. +About 9,400 homes in the area are without water, and about 100 are without power, officials said. +Some roads are damaged, railway services have been interrupted in the affected areas and Noto airport in Ishikawa prefecture remains closed. +A bomb has exploded outside the Governor-General's office. +Another three bombs exploded near government buildings about two hours later. +According to some reports, the official death toll is eight, with official reports confirming up to 30 injuries, though final figures are still not known. +In domestic urine samples from dead pets fed the tainted food, both cyanuric acid and melamine were detected. +University researchers said the two compounds react to each other to form crystals that can interfere with kidney function. +Researchers found crystals in the urine of the cats, resulting from the addition of melamine and cyanuric acid. +When compared by infrared spectroscopy (FT-IR), the composition of these crystals was found to be identical to that in the urine of pet animals afflicted with the disease. +I don't know if you're aware of this or not, but most of the goods from Central America come into our country duty-free. +However, 80 percent of our goods go to Central American countries and are taxed. +It didn't make sense to me, and it wasn't right. +All I say to people is, treat people like you would want to be treated. +California Governor Arnold Schwarzenegger has signed a bill into law that makes it illegal to sell or rent violent video games to minors. +The proposed legislation would require violent video games sold in California to bear an "18" sticker, and it would make it a misdemeanour punishable by a $1,000 fine to sell them to minors. +The Director of Public Prosecutions, Kier Starmer QC, said this morning that both Huhne and Pryce would be charged. +Huhne has resigned from the government and will be replaced by Ed Davey MP. Norman Lamb MP is expected to become Business Minister, a role which was vacated by Davey. +Huhne and Pryce are expected to appear at Westminster Magistrates' Court on February 16. +The victims were identified as 25-year-old Nicholas Alden and the driver, 21-year-old Zachary Cuddeback. +Edgar Veguilla suffered a broken arm and jaw, while Kristoffer Schneider will require facial reconstructive surgery. +Uka's weapon did not fire when it was pointed at the head of a fifth man, Schneider said, adding that he was in constant pain, was missing a section of skull, had a titanium face and was blind in one eye. +Schneider was appearing via video conference from a U.S. Air Force base in his home country. +In addition to Wednesday's event, Carpanedo competed in two singles matches at the Championships. +He was first in the slalom, where he crashed on his first run. Another 36 of the 116 competitors in that race did not finish. +She also competed in the giant slalom, where she was tenth in the women's sitting group, with a combined time of 4:41.30, which was 2:11.60 behind the fastest woman, the Austrian Claudia Loesch, and 1:09.02 behind the ninth-placed Hungarian Gyöngyi Dani. +Four of the women in the giant slalom field did not finish their runs, and 45 of the 117 men competing in the giant slalom did not finish their runs. +The Madhya Pradesh Police was able to recover the stolen laptop and mobile phone. +Deputy Inspector General of Police, DK Arya, said, "Five people have been arrested for raping the Swiss woman. We have also 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 appeared in court with their faces covered. +No one of the three people inside the car at the time of the crash was hurt. +The driver however suffered a serious head injury. +The road was closed for several hours while emergency services freed the man from the red Audi TT. +He was initially taken to the James Paget Hospital in Great Yarmouth. +He was then transferred to Addenbrooke's Hospital in Cambridge. +Adekoya has appeared at Edinburgh Sheriff Court, charged with murdering his son. +She is being remanded in custody ahead of a bail hearing and trial, but that would be tainted by the fact that her image has been widely disseminated. +It is standard practice elsewhere in the UK but was deemed potentially prejudicial by Scottish courts. +Professor Pamela Ferguson, of the University of Dundee, said: "Journalists reporting on suspected paedophiles are treading a fine line. +The Crown Office, which is responsible for prosecutions, told reporters there would be no further comment - at least until formal charges are laid. +According to the report, the document will be about border issues, and the Palestinians want the borders to be based on the pre-1967 Middle East War lines. +Other issues said to have been discussed include the future status of Jerusalem, which is holy to both sides, and the issue of the Jordan Valley. +Once the agreement is signed, Israel will demand a constant military presence in the valley, while the Palestinian Authority will agree to pull out of the valley after five years. +The shooters participating in the experimental nuisance wildlife control program were to be closely monitored by park rangers, as the experiment was being monitored and its effectiveness assessed. +NPWS in partnership with the Sporting Shooters Association of Australia (NSW) Inc. has recruited qualified volunteers through the Sporting Shooters Association of Australia (NSW) Inc. +Mick O'Flynn, acting park conservation and heritage manager for NPWS, said the four volunteer shooters selected for the first operation had been given extensive training and safety briefings. +Yesterday, Martelly swore in a new Provisional Electoral Council (CEP) composed of nine members. +It is Martelly's fifth provisional electoral council in four years. +Last month, a presidential commission recommended a package of reforms that would push the country toward new elections, including the resignation of the previous CEC members. +The commission was set up in response to widespread protests that began in October against the government. +Occasional violent protests have been sparked by the delayed elections, some of which were originally scheduled for 2011. +There have been approximately 60 reports of malfunctioning iPods overheating, which have caused six fires and minor burn injuries to four people. +Japan's Ministry of Economy, Trade and Industry (METI) said it was aware of 27 device-related incidents. +Last week, the Ministry of Economy, Trade and Industry (METI) said it had been notified by Apple of another 34 cases of overheating, which the company described as "non-serious." +The ministry said in its response that it was "highly regrettable" that Apple had delayed the release of the report. +The earthquake in the Mariana Islands occurred at 7:19 a.m. local time (2119 UTC Friday). +The Northern Mariana Islands Office of Emergency Management reported no damage to the nation. +And the Pacific Tsunami Warning Center reported no tsunami threat. +In Manila, the Philippines, a former Filipino police officer has taken hostage some Hong Kong tourists after hijacking their bus. +Rolando Mendoza fired his M16 at the tourists. +Many hostages have been freed, at least six have been killed. +Six hostages, including children and elderly people, were freed shortly after the Filipino photographers were released. +Photographers then took the place of an elderly woman who needed to use the bathroom, and Mendoza was killed. +Liggins followed in his father's footsteps and became a doctor. +After completing his obstetrics training in 1959 he joined the staff of the National Women's Hospital in Auckland. +While working in the hospital, Liggins began studying cases of premature births in his spare time. +His research showed that giving the hormone to pregnant women would speed up the development of the lungs in the foetus. +On Wednesday, government investigators recovered two "black boxes" from the wreckage, Xinhua reported. +His fellow wrestlers also paid tribute to Luna. +Tommy Dreamer said, "Luna was the first Queen of Extreme. My first manager. She died on the night of the two full moons. Unique, just like her. A strong woman." +“Luna was unique, just like I am, maybe even more so, and I love her and I’ll miss her, and I hope she’s in a better place,” said Dustin “Goldust” Runnels. +A survey of 1400 people ahead of the 2010 federal election found those opposed to Australia becoming a republic had risen to eight per cent from six per cent in 2008. +During the 2010 federal election campaign, acting prime minister Julia Gillard said she believed Australia should become a republic at the conclusion of Queen Elizabeth II's reign. +This view is held by 34 per cent of survey respondents, who believe Queen Elizabeth II should be the last Australian monarch. +On the opposite end of the spectrum, 29 per cent of respondents said Australia should become a republic as soon as possible, while 31 per cent said it should never become one. +The Olympic gold medallist was due to compete in the 100m and 200m freestyle and three relay teams at the Commonwealth Games but was plagued by illness and injury. +He was unable to take the necessary drugs to relieve the pain because they are banned at the Games. +On January 25, Curtis Cooper, a mathematician and professor of computer science at the University of Central Missouri, discovered the largest prime number known to date. +The discovery was verified by multiple people using multiple pieces of hardware and software in early February, and was announced on Tuesday. +Comets may have been one of the sources that delivered water and organic material to Earth, the stuff of which proteins are made and which supports life. +Scientists have been hoping to gain insight into how planets form, in particular how the Earth formed out of a collision between comets long ago. +Cuomo, 53, has been in office since the beginning of the year and last month signed a law making same-sex marriage legal. +He called the speculation "gossip and political nonsense." +He is expected to launch a 2016 presidential bid. +The NextGen system, according to the FAA, would allow planes to take shorter routes and save millions of gallons of fuel annually, reducing carbon emissions. +The system replaces old-fashioned ground-based radar with satellite-based technology, allowing air-traffic controllers to pinpoint planes more accurately and provide pilots with more accurate information. +There are no additional buses laid on and the tube trains do not stop at Wembley, and there is no off-site car parking or interchange parking at the stadium. +Those travel fears have raised the possibility of the match being played behind closed doors, without the backing of the home fans. +A new bird species has been born in the Galapagos islands of Ecuador, according to a study published in the journal Science on Thursday. +According to researchers at Princeton University and the University of Uppsala in Sweden, the new species evolved in as little as two generations, even though it was thought to take much longer for this process to take place, thanks to a mating between a male Darwin's finch, Geospiza fortis, and a female cactus finch, Geospiza conirostris. +Gold can be worked in all kinds of ways. It can be rolled very thin. +It can be drawn into a fine wire and woven or braided. It can be hammered or rolled into sheets. +It can be made very thin and attached to other metals. It was sometimes used as a decoration for hand-painted pictures in a type of small book called a "codex". +This is called the pH of the substance. You can make a pH indicator with red cabbage juice. +The juice from the cabbage is affected by the acidity or basicity (alkalinity) of the chemical element. +The pH of a chemical is the amount of hydrogen ions present (the H in pH). +A hydrogen ion is a proton that has been stripped of its electrons (because hydrogen atoms consist of a proton and an electron). +Mix the powders together, then rub them into a ball using your clean, wet hands. +Between the moisture in your hands and the outer layers of the balloon, a chemical reaction will take place, creating a weird sensation and forming a sort of skin. +Nearly all of the houses in the cities of Harappa and Mohenjo-daro had a bathroom with running water connected to a sophisticated sanitation system. +Evidence of sewers has been found in the Minoan palaces of Crete and Santorini in Greece. +Bathrooms in ancient times were also found in Egypt, Persia, and China. In ancient Rome, they were sometimes found in public baths, which were open to men and women. +To talk to someone on the other side of the world, you would use a satellite. +The satellite in space receives the signal and then immediately sends it back to Earth. +The satellite was launched into space by a rocket. Scientists use space telescopes because some of the light is distorted by Earth's atmosphere. +A rocket over 100 feet tall is needed to launch a satellite or a telescope. +The wheel is one of the most important inventions in the history of the world. It gave us simple and fast transportation. +Thanks to his invention, the train, the car, and many other means of transportation came into existence. +There are smaller medium-sized cats below them which hunt medium-sized prey, from rabbits to deer and antelopes. +Small cats, including the free-ranging domestic cat, also hunt and eat many small prey, such as insects, rodents, lizards, and birds. +The concept of the niche is what has made them so successful, a unique purpose for every cat that allows them to not compete with other cats. +Lions are the most social of all cats and live in large groups called prides. +Prides consist of adult males, usually 2 or 3 related males, and several females and cubs numbering up to 30. +Females are usually closely related to each other, as they are part of a large family of sisters and daughters. +A pride of lions behaves much like a pack of wolves or dogs, and their behavior is actually quite similar to that of lions (but not that of other large cats). +A complete athlete: The tiger can climb (though not well), swim, jump very far, and exert a pulling strength five times that of a very strong man. +The tiger is a member of the same family (Panthera) as the lion, leopard and jaguar. These four big cats are the only ones that roar. +The tiger's roar is not as powerful as the lion's, but it sounds more like a series of words being shouted angrily. +Wolves prefer to eat small animals. If possible, they will hunt monkeys, snakes, rodents, and birds, and most of their prey are much smaller than they are. +Scientists have found that coyotes use their sense of smell to find food (prey). They smell the ground to see what has been there. +They have excellent night vision, which allows them to see well in the dark, and they are able to move quietly and pounce on their prey. +When a small group of living things (a small population) separates from the main group to which it belongs (perhaps by moving over a mountain range or along a river, or by moving to a new island), it is likely to find itself in a different environment from the one it left. +This new environment will have different resources and competitors, so to be a strong competitor, the new population will require different features or transformations than before. +The native population has not changed at all; they still need those original adaptations. +Over time, as the new population establishes itself in its new environment, it becomes less and less like the original population. +At some point in the next thousands or even millions of years, the two populations will become so different that they will no longer be the same species. +The process by which new species form is called speciation. Speciation is an inevitable consequence of evolution and is a fundamental part of the evolutionary process. +Plants produce the oxygen we breathe and take in the carbon dioxide we exhale. +Plants make their own food using the sun, a process called photosynthesis, and also provide shade. +We build our houses from plants, we make our clothes out of plants, most of the food we eat is made from plants. Without plants, animals would not be able to survive. +The mosasaurus was the top predator of its time, and so was not afraid of anything - except other mosasaurs. +Its mouth was lined with more than 70 razor-sharp teeth, and it had another row of teeth on the roof of its mouth, so you couldn't escape once you were in its jaws. +We don't know for sure, but he may have had a forked tongue. His diet included turtles, large fish, other mosasaurs, and possibly even cannibalism. +He would attack anything that came into the water; even a giant like the T-Rex would have been no match for him. +While much of their food would be familiar to us today, Roman banquets also featured some bizarre or exotic dishes, such as boar, peacock, snails, and a rodent called a gryphon. +Another difference was that while the poor and women ate while seated on the stools, the wealthy men preferred to recline on one side while consuming their food. +Of course, the food of the ancient Romans did not include foods from America or Asia, which came to Europe much later. +For example, they did not have wheat, tomatoes, potatoes, or chocolate, and no ancient Roman would have known what a hot dog tasted like. +The Babylonians built a main temple for each deity, where the god was said to reside. +People made sacrifices to the gods, and priests tried to please the gods with rituals and festivals. +Each temple had an open courtyard and then an inner sanctuary to which only the priests were admitted. +Sometimes special pyramid-shaped towers, called ziggurats, were built as part of the temple. +The top of the tower was a sanctuary dedicated to the god. +Because of the mild climate in the Middle East, housing was not an important issue. +Most of life of the Jewish family was spent outdoors. +Women cooked in the courtyard, and shops were simply open counters facing the street, and stone was used to build houses. +In the land of Canaan there were no great forests, and wood was very costly. +Greenland was sparsely populated. According to Norse sagas, it was named by Erik the Red, who sailed from Iceland after being banished for murder. +But, regardless of its discovery, Eskimos had already been living there for some time. +Although all the Scandinavian countries were very similar, the peoples, kings, customs, and history of Denmark, Sweden, Norway, and Iceland were very different. +If you've seen the movie "National Treasure" you might think the back of the Declaration of Independence is a map to a treasure. +However, this is false. Even though the document says something on the back, it is not a treasure map. +The back of the Declaration of Independence reads "The unanimous Declaration of the thirteen united States of America, When in the Course of human events, it becomes necessary for one people to dissolve the political bands which have connected them with another, and to assume among the powers of the earth, the separate and equal station to which the Laws of Nature and of Nature's God entitle them, a decent respect to the opinions of mankind requires that they should declare the causes which impel them to the separation. +Although it is unknown who created the large parchment (29.75 by 24.5 inches) at the beginning of its existence, it is known that it was rolled up for storage. +Perhaps, therefore, the annotation was only meant as a label. +The D-Day landings and subsequent battles had liberated northern France but the south was still occupied. +It was under the rule of Vichy France, the French who in 1940 made a deal with the Germans and sided with the invaders rather than fighting them. +On August 15, 1940, the Allies invaded southern France in an offensive called Operation Dragoon. +American and Free French forces had liberated southern France in just two weeks and were advancing into Germany. +A civilization is a specific culture shared by a significant number of people living and working together in a collaborative society. +The word civilization is derived from the Latin "civilis", meaning civil, and it is also associated with "civis", meaning citizen, and "civitas", meaning city or city-state, and in some ways defines the size of a society. +The city-state was the first reality to recognize the concept of a nation. The culture of a civilization is to pass knowledge from one generation to another, to leave an indelible cultural mark through a fair distribution. +Smaller cultures often leave no trace of their existence, and are thus not recognized as distinct civilizations. +During the Revolutionary War, the thirteen states formed a weak central government for the first time, and Congress was the sole component of that government, per the Articles of Confederation. +The Congress had no power to tax, and as there was neither a national executive nor a national judiciary, recourse had to be had to the several states for the execution of its acts. +It did not have the authority to bypass taxes and trade barriers between the states. +Article changes required the unanimous consent of all the states, and as a result, the central government was so powerless that its representatives were often absent. +The Italian national football team is, together with the German team, the second most successful football team in the world, and won the FIFA World Cup in 2006. +The most popular sports are association football, basketball, volleyball, swimming, fencing, rugby, cycling, ice hockey, roller hockey, and Formula 1 car racing. +Winter sports are more popular in the northern parts of the country, and Italians compete in international and Olympic events. +Japan is composed of almost 7,000 islands (the largest of which is Honshu), and is the world's seventh-largest island country. +Geographically, Japan is an archipelago because it is a group of islands. +The island of Taiwan was named Ilha Formosa, or Beautiful Island, by European sailors in the 1500s. +The Dutch East India Company established a base on the southwest coast of Taiwan in 1624, beginning a period of change in which the indigenous grain-producing systems were disrupted and Chinese contract laborers were brought in to work on the company's rice and sugar plantations. +In 1683, the western and northern coastal areas of Taiwan were taken over by the Qing Dynasty (1644-1912); in 1885, Taiwan was declared a province of the Qing Empire. +After being defeated in the First Sino-Japanese War (1894–1895), the Qing government signed the Shimonoseki Treaty in 1895, ceding the sovereignty of Taiwan to Japan, which governed the island until 1945. +Machu Picchu has three main buildings, the Intihuatana, the Temple of the Sun and the Temple of the Three Windows. +Most of the outlying buildings have been reconstructed in order to give visitors a better idea of their original appearance. +In 1976, 30 percent of Machu Picchu had been restored, but restoration work continues to this day. +35 mm film was standard for still photography in the world, and it was the same size as standard 35 mm film in the era of analog photography. +It is still made today, and more importantly, its aspect ratio is inherited from digital camera sensors. +Interestingly, 35 mm film has a height of 24 mm and a width of 36 mm. +The aspect ratios of this format (divided by twelve for the most common integer ratio) are therefore 3:2. +The aspect ratios of many common aspect ratios (e.g. the APS family of aspect ratios) are very close to this value. +The much-used and often-derided rule of thirds is simply a guideline that creates tension while still maintaining a sense of order within a picture. +This rule states that the most effective placement of the main subject is at the intersection of the lines that divide the image into thirds, both horizontally and vertically (see example). +During this period in European history, when the Roman Catholic Church had become wealthy and powerful, it fell under scrutiny. +For more than a thousand years, Christianity has been the glue that has bound together the nations of Europe, despite their differing languages and customs. +His pervasive power has touched kings and commoners alike. +One of the foundations of Christianity is that wealth is to relieve the suffering and poverty, and the treasury of the church exists for that purpose. +The central authority of the church has been based in Rome for over a thousand years, and this concentration of power and wealth has led many to question whether this principle was being upheld. +Shortly after the beginning of the war, Britain declared a naval blockade of Germany. +The strategy proved effective: It would have cut off any essential military and civilian supplies, even though such a blockade would have been in violation of international law, which has been accepted by many international conventions of the past two centuries. +Britain threatened to make the high seas off-limits to any ship, friend or foe, and even put neutral ships at risk. +Because of the limited response, Germany expected a similar reaction to its indiscriminate U-boat warfare. +In the 1920s, most people and nations were pacifist and isolationist. +Following the atrocities and devastation of World War I, many nations sought to avoid a similar situation in the future. +In 1884, Tesla accepted a job offer from the Edison Electric Light Company of New York City, and moved to the United States. +He came to the United States with four pennies, a book of poems, and a letter of recommendation from Charles Batchelor (a former employer) to Thomas Edison. +In ancient China, different periods of time were marked by different dynasties. A dynasty was a series of rulers from the same family. +Even the intervals between individual dynasties were periods of instability and division among the provinces. The most famous of these was the so-called Three Kingdoms period between the Han and Jin dynasties, lasting for 60 years. +In these times, many noble families were struggling for the throne, and great wars ensued. +The Three Kingdoms period is considered to be one of the most violent periods in Chinese history. Thousands of people died fighting for a place in the magnificent Xi'an Palace. +The social and political effects are numerous, some of which include the use of the metric system, the switch from absolutism to republicanism, nationalism and the belief that the nation belongs to the people, not one sole king. +Furthermore, after the Revolution all professions were open to men, allowing the most ambitious and successful to prosper. +This also holds true for the military, as military rankings are now based on caliber, rather than class. +The French Revolution was an inspiration to many other oppressed workers in other countries to start their own revolution. +Muhammad had a profound interest in the afterlife. He would often meditate in a cave called "Hira" on the mountain of "noor" (light). +The cave, which has been preserved to this day, provides a clear picture of the spirituality of Muhammad. +The cave sits atop a mountain north of Mecca, and is completely isolated from the rest of the world. +In fact, it's not an easy place to find, even if you know it exists. Once inside the cave, you are completely isolated. +Inside the cave you see nothing but a beautifully clear sky, and many mountains surrounding you. From the inside of the cave you see very little of the outside world. +The Great Pyramid of Giza is the only one of the Seven Wonders of the World to survive to the present day. +The Great Pyramid of Giza, also known as the Pyramid of Khufu, is the largest of the three pyramids in the Giza pyramid complex and the only remaining one of the Seven Wonders of the Ancient World. +The Giza Plateau, also known as the Giza Necropolis, is the site of the Great Pyramid of Giza, several smaller pyramids, the Great Sphinx, and various tombs and temples. +The important pyramid was built in honor of King Cheops, and many of the smaller pyramids, tombs, and temples were built to honor the king's wives and other relatives. +The "upward-pointing triangle" resembles a V, while the "downward-pointing triangle" looks like an inverted trapezoid. +High bowing means to start at the tip and pull the bow toward you, and low bowing means to start at the frog (where the hand holds the bow) and push the bow away from you. +A rising bow makes a softer sound, while a descending bow produces a louder, more definite tone. +You could add your own personal markings in pencil, but you would then have to take note of the musical significance of the printed pitches, more or less. +On October 6, 1789, a mob of market women forced King Louis XVI, his wife Queen Marie Antoinette, their two young children (11-year-old Marie-Thérèse and 4-year-old Louis-Charles) and his sister Elizabeth to leave Versailles and return to Paris. +They were driven back to Paris in a carriage, surrounded by an angry mob shouting abuse at the royal family. +The crowd so packed the streets that the king and queen had to open the windows of their carriage. +At one point someone in the crowd held up the severed head of a Royal Guard who had been killed at Versailles. +The American imperialist war expenses incurred in taking over the Philippines were paid for by the Filipino people themselves. +They were made to pay taxes to the U.S. colonial regime to pay for most of the expenses, and the interest on the bonds issued by the Philippine government through the Wall Street banks went to the U.S. Treasury. +Clearly, the huge profits from the long-term exploitation of the Filipino people formed the basis of American imperialism. +To understand the Templars, you need to know the context in which this order was created. +The period in which these events took place is commonly referred to as the High Middle Ages, the period between the 11th, 12th, and 13th centuries (1000–1300 CE). +The High Middle Ages were followed by the Late Middle Ages, which ended around 1500. +Technological determinism is a broad concept that encompasses a number of ideas ranging from technological innovation or the technological imperative to the concept of technological determinism in the strict sense that the fate of man is subject to laws of nature and their realization in technology. +Most of the interpretations of technological determinism have two general ideas in common: 1) that the development of technology itself follows a course which is independent of political and cultural influence, and 2) that technology has "effects" upon society which are intrinsic rather than socially conditioned. +For example, we might say that the invention of the automobile required the development of an extensive road network. +However, a national network of roads for only a few cars is not economically viable, so new methods of production are developed to reduce the cost of car ownership. +The large number of cars on the road also led to an increase in road accidents, and thus the invention of new techniques to treat injured people. +Romanticism had a strong cultural determinism component, coming from authors like Goethe, Fichte and Schlegel. +In the framework of Romanticism, geography influenced individuals, and over time customs, culture, and ways of life emerged that were in harmony with the context of the society, and were therefore more effective than arbitrary laws. +Like Paris today, Constantinople was the fashion capital of the medieval world. +Its prominence as a centre of luxury goods began about 400 A.D. and lasted to about 1100 A.D. +By the 12th century, its prestige had declined, in part because the Crusaders returned from the East with silk and spices, which were more highly regarded than anything the Byzantine markets could provide. +It was at this point that the title of a fashion capital moved from Constantinople to Paris. +The period from the 10th to the 11th century, and the 14th century were the high points of the Gothic style. +Initially, the clothing was greatly influenced by the Byzantine culture of the East. +But due to the lag of the communication ways the spreading of the styles in the West could be delayed by 25-30 years. +By the end of the Middle Ages, Western Europe had developed its own style. One of the most significant developments from the Crusades was the invention of buttons for clothing. +Subsistence farming is when farmers farm for the sole purpose of providing enough food for their family and themselves. +Subsistence farming is a simple system, usually of a biological nature, using seeds from the local ecosystem in conjunction with crop rotation or other relatively simple techniques to get the most from the produce. +Traditionally, most farmers were subsistence farmers, and in many developing countries, that is still the case. +Subcultures are groups of people with similar views who do not feel represented by the standards of society, and thus gain a sense of identity. +Subcultures can be distinguished by age, ethnicity, class, location, and/or gender. +The characteristics that define a subculture may be linguistic, aesthetic, religious, political, sexual, geographic, or some combination. +Members of a subculture often identify themselves through a distinctive use of style, mannerisms, and argot. +One way of illustrating the importance of socialization is to look at some unhappy cases of children who, through neglect, or as a result of misfortune, or through intentional abuse, have been deprived of proper socialization by adults. +These children are referred to as "feral" or "wild" children. Some of them have been isolated by people (often their own parents): in some cases, abandonment is the result of a serious intellectual or physical disability. +Wild children may have experienced serious abuse or trauma before being abandoned or running away. +Other children may have been raised by animals; others may have lived in the wilderness alone. +When a feral child is raised entirely by non-human animals, they exhibit behavior (within the bounds of physical possibility) which is similar to that of the particular animal who cared for them, such as a fear or indifference to humans. +Learning through projects should make learning itself easier and more interesting, while scaffolding goes a bit further. +The scaffolding is not a learning style, but rather a way to help a learner get started on a new learning experience, such as using a new computer program or starting a new project. +Scaffolding can be either virtual or real. In other words, a teacher is an example of "scaffolding", but so is the little Microsoft Office assistant. +Virtual labs are integrated into the software and designed to question, prompt, and explain procedures that students may have had trouble handling alone. +Children are placed in foster care for many reasons, including neglect, abuse, or extortion. +No child should ever be raised in a situation from which they are denied the necessities of food, care, and education, yet this is what is happening to them. +We believe that foster care is a safe place for these children. +Our foster care system should provide safe homes, nurturing parents, stable education, and accessible health care. +It is assumed that foster care will meet all the needs of the child that were not met in the home from which they were removed. +The Internet combines some elements of mass communication with some elements of interpersonal communication. +The distinctive features of the Internet lead to additional dimensions in the theory of uses and gratifications. +For example, important reasons for using the Internet include "learning" and "socialization" (James et al., 1995). +Eighmey and McCord's (1998) study of audience reactions to web sites identified two new aspects of motivation, namely "personal involvement" and "continuing relationships". +The use of video recording has led to significant advances in the understanding of micro expressions, which are fleeting facial movements that can reveal a person's true feelings. +In particular, it is said that you can tell if someone is lying by reading their micro expressions correctly. +In his essay "The President's Speech," Oliver Sacks showed how people who are unable to understand spoken language because of brain damage are able to accurately judge the sincerity of others. +He even suggests that these skills in understanding human behaviour could be shared with animals, such as pet dogs. +In the 20th century, research showed that there were two pools of genetic variation, namely hidden and expressed. +With the mutation a new gene variant is added, with selection it is removed from the pool of expressed variants. +From one generation to the next, segregation and recombination redistribute the variability both forward and backward between the two pools. +For a primate with a digestive system similar to that of a human, it would have been difficult to obtain essential amino acids from the vegetation available in the savanna. +Further, failure to engage in these activities has serious consequences: stunted growth, malnutrition, and ultimately death. +The most easily available plant foods would have been proteins in leaves and seeds, but these are hard for primates to digest unless they are cooked. +Animal foods (such as ants, termites, eggs) are not only easy to digest, but provide a high amount of protein, containing all the essential amino acids. +Given this, it should not be surprising that our ancient ancestors solved their "protein problem" in much the same way that today's savanna chimpanzees do. +REM sleep is the stage of sleep characterized by rapid eye movement, high brain activity, and dreaming. +This can easily be accomplished using a reasonably quiet alarm clock to wake you up without fully rousing you. +If you would be tempted to hit the snooze button, put your alarm clock on the other side of the room so you would have to get out of bed to turn it off. +Other options that focus on circadian rhythms involve drinking lots of liquids before bed, especially water or tea, which are known for their diuretic effects, which will make you wake up to urinate. +A person has an inner peace which is inversely proportional to the tension in his body and spirit. +The lower the tension, the higher the quality of life. Everyone has the potential to find complete peace and fulfillment. +Everyone can achieve enlightenment. This is only prevented by our tension and negativity. +Tibetan Buddhism is based on the teachings of the Buddha, but it has been enriched by the Mahayana path of love and various yoga techniques of India. +In essence, Tibetan Buddhism is quite simple. It is based on Kundalini Yoga, meditation, and a universal love. +Kundalini yoga activates the energy of Kundalini (energy of enlightenment) through yoga poses, breathing exercises, mantras, and visualization. +Deity Yoga is the focus of Tibetan meditation. Through visualization of various deities, energy channels are cleansed, chakras activated, and enlightened consciousness developed. +Germany was a common enemy in World War II, which led to cooperation between the USSR and the United States. With the end of the war, ideological, procedural, and cultural conflicts led to a split between the two countries. +Two years after the end of the war, former allies had become enemies, and the Cold War had begun. +It would last for the next 40 years, and would be fought by professional soldiers, in battlefields from Africa to Asia, in Afghanistan, Cuba, and many other countries. +By September 17, 1939, the Polish defense had already been breached, and the only option was to retreat and regroup in Romania. +However, these plans became obsolete when more than 800,000 Soviet Red Army soldiers advanced and created the Belarusian and Ukrainian fronts after invading eastern Poland, violating the Riga Peace Treaty, the Soviet–Polish Non-Aggression Pact, and other international, bilateral, and multilateral treaties. +Using ships to transport goods is without a doubt the most efficient way of moving large amounts of people and goods across the oceans. +Traditionally, the job of the Navy has been to ensure that the country has the ability to move people and goods, while denying that ability to the other side. +A recent example that supports this theory and is more well-known is the Battle of the Atlantic during World War II. During the battle, the United States sought to supply Britain across the Atlantic Ocean. +At the same time the German Navy, mostly using submarines, tried to interrupt this traffic. +If the Allies had failed, Germany would have likely invaded and conquered Great Britain, just as they had done in the rest of Europe. +Goats were first domesticated approximately 10,000 years ago in the Zagros Mountains of Iran. +They were domesticated by ancient cultures and tribes for their milk, wool, meat, and hides. +Domestic sheep were usually kept in flocks that grazed on the hills or other open land, often under the supervision of a shepherd, who was often a child or adolescent. These traditional methods of pastoral farming are still used today. +The first wagonways were made in England in the 16th century. +Although they were simply wooden planks laid side by side, the wagons, when compared to the slightly more rugged roads of the period, allowed horses to travel faster and carry more weight. +Crossties were introduced fairly early on to hold the rails in place. Eventually it was discovered that the rails would be more efficient if they had a metal top on them. +It became common practice, though it was hard on the wooden wheels of wagons. +Eventually wooden wheels were replaced by iron ones. In 1767 the first all-iron wheels appeared. +The first means of transportation invented by humans were legs. The first upright man, Homo erectus, appeared about two million years ago. +Its predecessor, the australopithèque, did not habitually walk upright. +Evidence of bipedalism in the 4.2–3.9 million year old fossils of Australopithecus is present, though Sahelanthropus may have been bipedal as early as seven million years ago. +To lessen the impact of future suffering, we can start by adopting an environmentally-friendly lifestyle, join the environmental movement, and become an activist. +In many cases this is only a symptomatic treatment. If we don't want just a temporary solution, we have to find the real reason and deal with it. +It can't be gainsaid that the world has undergone a sea change due to the scientific and technological advancement of the human race, but problems have increased due to overpopulation and the bizarre style of living of the human beings. +After Congress adopted it on July 4, a handwritten copy signed by both President of Congress John Hancock and Secretary Charles Thomson was sent to John Dunlap, a printer just a few blocks away. +In the night between 150 and 200 broadsides were printed, today known as the "Dunlap broadsides". +The document was read publicly for the first time on July 8 in the courtyard of Independence Hall, and the reading was performed by John Nixon. +A copy was sent to George Washington on July 6 and read to his troops in New York on July 9, while a copy was sent to London on August 10. +Dunlap's 25 surviving broadsides are the earliest known copies of the document. The original manuscript is lost. +Today, many paleontologists believe that a group of dinosaurs survived and are still alive today. We call them birds. +Many people do not consider them to be dinosaurs because of their feathers and ability to fly. +Birds, however, have many features that are similar to those of the dinosaurs. +Like the T. rex, they have scaly feet and claws, lay eggs, and walk on two legs. +In essence, the manipulation of encoded information in the form of binary numbers is what all modern computers do. +A binary number can have only one of the two values, 0 or 1, and in computer science, these numbers are called binary numbers or bits. +Internal poisoning may not be immediately apparent and its symptoms, such as vomiting, are very generic, making immediate diagnosis difficult. +The most common sign of an internal poisoning is when a container of poisonous chemicals or drugs is found open in the home. +See if there is poison-specific first aid instructions on the label. +Entomologists formally call this group of insects acari. +The word is derived from the ancient familiarity with bed bugs, an insect which has become highly adapted to being a parasite of man. +Both the assassin bugs and bed bugs are nest predators, meaning that they are adapted to living in the nests or homes of their hosts. +In the United States, multiple sclerosis (MS) affects an estimated 400,000 people, more than any other neurological disorder in young adults and middle-aged individuals. +MS is a neurological disease that affects the central nervous system, including the brain, spinal cord and optic nerve. +The research showed that women were twice as likely to develop SM than men. +A couple may decide that having a child is not in their best interest or the best interest of their child. +These couples would be able to choose an adoption plan for their child. +In an adoption, biological parents give up their parental rights so that another couple may become the legal parents of the child. +The primary goal of science is understanding how the world works, and this is largely achieved through the scientific method. +But it's not just experimentation, because an experiment is a test of one or more hypotheses; asking questions and making observations can also help guide scientific research. +Naturalists and philosophers focused on classic texts, especially the Latin Bible. +Aristotle's views on most subjects of knowledge, including psychology, were accepted. +With the gradual decline of the Greek language, the West was cut off from its Greek philosophical and scientific roots. +Many have noted that physiological rhythms and behavior are dependent on the presence of endogenous rhythms and their production by the biological clock. +Most living things, including bacteria, fungi, plants, and animals, exhibit periodic behavior that is not just a response to periodic stimuli. +Biological clocks are independent oscillators, and their free running period is unaffected by external stimuli. +One of the earliest experiments to suggest that DNA was a genetic material was performed by Hershey and Chase. +Hershey and Chase used bacteriophages, or viruses, to put their own DNA into a bacterium. +They performed two experiments using radioactive phosphorus or sulfur to label either the bacteriophage's DNA or its protein. +Mutations can have a number of different effects depending on the type of mutation, the importance of the piece of genetic material affected, and whether the mutation occurs in a germ cell or a somatic cell. +The mutations that can be passed on to offspring are only those in the germinal cells; mutations elsewhere can kill the cell or cause cancer. +Naturalist tourism involves people visiting areas of natural beauty, including wild flora and fauna. +Some local activities include hunting, fishing, photography, birdwatching, park visits, and ecosystem learning. +Perhaps by visiting, photographing, and learning about the orangutans of Borneo. +Every morning, people leave the small towns for their cars to go to work, and pass other people on their way to the place they just came from. +In this dynamic flow, everyone is in some way connected to the private-car-based system that simultaneously supports them. +Today, science is revealing that this carbon-based economy has pushed the biosphere outside of one of its stable states that has allowed for the evolution of humans over the past two million years. +Everyone participates in social life and relies on the transportation system, which most people complain about. +In developed countries, you seldom hear complaints about the quality of the water or bridges collapsing. +Why are so many transport systems plagued by complaints, why are they rejected every day? Is it because the engineers who designed them are incompetent, or are there deeper reasons? +Traffic flow (or traffic flow) is the study of how individual drivers and vehicles move from one place to another and interact with each other. +Unfortunately, traffic flow studies are complicated by the fact that driver behavior cannot be predicted with 100% certainty. +Fortunately, driver behavior tends to be reasonably stable, so traffic flows can be represented reasonably well by a mathematical model. +To obtain a more accurate representation of traffic flow, the three main variables (1) throughput, (2) density, and (3) velocity were correlated. +These relationships are useful for planning, designing, and operating roadways. +Insects were the first animals to take to the air. Their ability to fly made it harder for predators to catch them, and also made it easier to find food and mates. +Most insects are able to fold their wings back over their bodies. +This allows them to make use of a greater number of small crevices for hiding from predators. +Of all the insects in existence today, the only ones that cannot fold their wings are the dragonflies and damselflies. +About a thousand years ago, a man named Aristarchus said that the solar system went around the Sun. +For some, this made sense, but many others believed that the solar system, including the Sun (and the other stars), orbited the Earth. +Which makes sense, right? Because we don't feel the Earth moving, do we? +The Amazon is the largest river on Earth, and the second-longest river. It discharges about eight times as much water as the world's second-largest river. +The Amazon River is also the widest river on Earth, in places reaching six miles across. +Twenty percent of the world's fresh water that flows into oceans comes from the Amazon River. +The main stem of the Amazon River is 6,387 kilometres (3,980 mi) long. It has more than a thousand tributaries. +Stone pyramids were built right up to the end of the Old Kingdom, but the pyramids of Giza were never exceeded in size or technical excellence. +The ancient Egyptians of the New Kingdom would have been in awe of the monuments of their ancestors, who had been dead for more than a thousand years. +The population of the Vatican City is approximately 800 people, and it is the smallest independent state in the world by population. +As the language of the Vatican City for legislation and official communications, Italian is used. +In addition to being the everyday language of most people who work in the country, Italian is also the official language of the state, while Latin is often used in religious ceremonies. +All the citizens of Vatican City are Roman Catholics. +Humans have known the basic chemical elements such as gold, silver, and copper from antiquity: these elements can be found uncombined in nature, and can be extracted from ores using primitive tools. +According to the ancient Greek philosopher Aristotle, everything is composed of one or more of the four elements: earth, water, air, and fire. +These states actually resemble the four states of matter, namely (in order) solid, liquid, gaseous, and plasma. However, he also theorized that they would form new things. +An alloy is basically a mixture of two or more metals. You will find many elements in the periodic table. +Elements like calcium and potassium are considered metals. Of course there are other metals such as silver and gold. +They can also contain small amounts of non-metallic elements, such as carbon. +Everything in the universe - including you - is made of atoms, and all atoms are made up of even smaller particles called molecules. +Atoms are incredibly small, in fact a trillion of them would fit into the period at the end of this sentence. +After its invention, the pencil became a good friend to many. +Unfortunately, with the introduction of new writing methods, the pencil became less important and was used more and more seldom. +Today, everyone is texting on their computer screens and never has to get close to a typewriter. +We can only wonder what the keyboard will be like when something newer comes along. +The principle that it takes energy to assemble a nucleus of many protons and neutrons is the basis for how a fission bomb works. +It's kind of like rolling a heavy car up a hill. So, by splitting the nucleus, some of that energy is released. +Some atoms have unstable nuclei, meaning that they tend to break down when given a little push. +The moon's surface is covered with rocks and dust, and its outer shell is called the crust. +The rift is approximately 70 km (43 mi) wide at its narrowest point and 100 km (62 mi) wide at its widest point. +It is thinner under the sea and thicker over land. +The cones may be thicker on one side because the crust is thinner there. This allowed the lava to rise higher. +Content theories focus on what people are interested in or what they find satisfying. +According to these theories, people have certain needs and desires that are internalized as they become adults. +These theories look at what unites people and what motivates them to do what they do, and what are the factors in their environment that lead them to do or not do certain things. +Some popular theories of motivation include Maslow's hierarchy of needs and Herzberg's two-factor theory. +When managers start to manage their former colleagues, two approaches can emerge. One is to try to remain "one of the boys" (or girls). +A manager of this type has a hard time making unpopular decisions, implementing discipline, assessing performance, defining and assigning responsibilities. +At the other extreme, the manager becomes a completely different person - someone who feels he has to change the entire approach of the team and make it his own. +Ultimately, the leader is the person who is responsible for the overall success and failure of the team. +This attitude often creates tension between leaders and the rest of the team. +The standard of excellence for a virtual team is no different from that of a conventional team, but there are some slight differences. +Members of the virtual team often serve as a point of contact for their physical team. +They are often able to offer more leeway on meeting times than conventional tour groups, which may not fall within local time zones. +The existence of a "virtual invisible team" (Larson and LaFasto, 1989, p. 109) is also a fundamental element of a virtual team. +The "invisible team" is the management team to which every member refers, and which sets standards for every member. +Why would a company want to go through the long process of building a learning organization? A good reason to embrace the concepts of organizational learning is innovation. +When all resources are effectively utilized by all functional departments in an organization, creativity and innovation can flourish. +Accordingly, a path to collaboration within an organization to overcome a roadblock could lead to a new innovative process to meet the customer's needs. +For an organization to be innovative, leaders must create a culture of innovation, shared knowledge, and organizational learning. +Angel (2006) illustrates the theory of the continuum as a method for helping organizations achieve higher levels of performance. +Neurobiological results have demonstrated the physical existence of a theoretical approach to the study of cognition. The field of research becomes narrower and thus much more precise. +Scientists have been looking at the link between brain abnormalities and behaviour. +It is already known that certain types of brain damage, injury, lesions, and tumors can affect behavior and alter certain mental functions. +The introduction of new technologies has allowed us to see and probe into brain structures and processes that were never observed before. +This gives us an enormous amount of information, and materials with which to create simulation models that will help us understand our mental processes. +Although AI has a strong science fiction-like connotation, AI is an important field of computer science which is concerned with the behavior, learning, and adaptation of intelligent machines. +Artificial intelligence research is concerned with the creation of intelligent machines. +Some examples of applications are control, planning and scheduling, being able to respond to client inquiries and diagnoses, and understanding verbal, written, and facial expressions. +These things have become separate disciplines, which are focused on solving real problems. +Artificial intelligence is widely used today in economic, medical, engineering, and military contexts, and is increasingly being incorporated into consumer software and computer games. +Field trips are an important part of the curriculum. Teachers often wish to take their students somewhere that cannot be reached by bus. +This is where the technology of the virtual tours comes in. Students can look at artifacts in museums, visit an aquarium, or admire beautiful works of art, all from their classroom. +A virtual field trip can also be a great way to share travel experiences and reflections with future classes. +For instance, students at Bennet School in North Carolina create a website about their trip to the capital every year; the website is redesigned every year but the old ones are kept online and become an album. +Blogs can also help students become better writers. Often when students begin blogging, their grammar and spelling is poor, but the presence of an audience changes that. +Since students are usually the toughest critics, the blogger made it a point to improve his writing skills. +Blogs also "force students to become more aware of the moment they are in." The desire to engage the reader leads students to be creative and interesting (Toto, 2004). +The blog is a tool that is designed to encourage collaboration and learning beyond normal school hours. +Proper use of blogs "can help learners become more critical and analytical. By actively responding to materials on the Internet, learners can position themselves within the writings of others, and even articulate their views on specific issues" (Oravec, 2002). +Ottawa is the beautiful, bilingual capital of Canada, and is filled with art galleries and museums that tell the story of the country - past and present. +To the south are the Falls at Niagara, and to the north the unspoiled natural beauty of the Muskoka region. +All of this, and more, makes Ontario typically Canadian in the eyes of foreigners. +Much of the country's area in the north is sparsely populated, some of it being nearly uninhabited wilderness. +If you compare the population as a whole, this may come as a surprise to many people: there are more African Americans in the U.S. than there are Canadian citizens. +East Africa or Eastern Africa is the eastern portion of the African continent, comprising the countries of Kenya, Tanzania, Uganda, Rwanda, Burundi and Somalia. +Madagascar is by far the largest, and its unique natural heritage makes it a world of its own. +Most of the smaller islands are independent countries or French overseas collectivities. +The Arabs also brought Islam to these lands, and it was a long journey to the Comoros and Mayotte. +In the 15th century, the discovery of the sea route from Europe to India by Portuguese explorer Vasco da Gama opened the way for European influence and colonialism. +To the north, the region is bounded by the Sahel, to the south and west by the Atlantic Ocean. +For women travellers: a married woman of any age should always register herself as such. +A ring (but not an expensive-looking one) can also be useful. +Women should be aware that cultural differences may mean that what they consider to be harassment would not be perceived as such by local men, and that being grabbed, groped, etc. is not uncommon. +Have the courage to refuse men, and don't be afraid to stand up to them (cultural differences are no excuse!). +The modern city of Casablanca was founded by Berber fishermen in the 10th century BCE under the name Anfa; it was a major port for the Phoenicians, Romans, and Merinids. +The Portuguese destroyed it, rebuilt it as the White House, and abandoned it in 1755 after an earthquake. +The Moroccan sultan rebuilt the city, which was called Daru l-Bayda, later to be called Casablanca by the Spanish traders who chose it as a base for their businesses. +Compared to the rest of Morocco, Casablanca is one of the least interesting places to go shopping. +In and around the old medina there are plenty of shops selling traditional Moroccan items such as tagines, pottery, leatherware, narghiles and an abundance of tourist tat. +Goma is a tourist city located in the eastern Democratic Republic of the Congo, near Rwanda. +In 2002, a lava flow from Nyiragongo devastated Goma, destroying most of the city's roads, especially in the city center. +While Goma is reasonably safe, you would be advised to carefully consider the ongoing conflict in the North Kivu province before heading there. +The city is also a starting point for climbing the Nyiragongo volcano, and is one of the cheapest places to see mountain gorillas in Africa. +Taxis (motorcycle with a sidecar) are available in Goma, and a normal fare (in local currency) is around 500 Congolese francs for a short trip. +Due to its relative inaccessibility, "Timbuktu" has come to represent a distant and exotic land. +Today, Timbuktu is a decaying city, but its reputation as a tourist attraction is still intact, and it has an airport. +In 1990, it was placed on the World Heritage in Danger List due to threats from encroaching desert sands. +It was a major stop on Henry Louis Gates's PBS series Wonders of the African World. +With its more Arab than African feel, the city is distinctly different from other African countries. +The Kruger National Park (Kruger National Park, KNP) is located in the northeast of South Africa and extends east along the Mozambican border, north to Zimbabwe, and south to the Crocodile River. +Spanning 19,500 km2, the park contains 14 different ecosystems, each supporting its own unique wildlife. +It is one of South Africa's most popular attractions, and is the country's largest national park (SANParks). +As with all of South Africa's national parks, daily conservation and park admission fees are payable. +Consider purchasing a Wild Card, which will give you access to a selection of South African parks, or a National Parks Pass, which will give you access to all South African national parks. +Hong Kong Island, whose name the entire territory is derived from, is the main attraction for many visitors. +The skyline of Hong Kong has been likened to a glittering bar chart, and is even more striking when viewed from the waters of Victoria Harbour. +For the best views of Hong Kong, leave the island and head for the waterfront promenade of Kowloon across the harbour. +Most of Hong Kong's urban development has taken place on reclaimed land in the north of the island, which is densely populated. +This is the place the English Colonists chose to settle, so if you are interested in evidence of early colonial life, this is a good place to start. +The Sundarbans is the largest contiguous mangrove forest in the world, covering 80 km (50 mi) of the coastline in Bangladesh and India. +The Sundarbans are a UNESCO World Heritage Site. The part which lies in India is called the Sundarbans National Park. +But the forests are not just mangrove swamps: they are also home to what remains of the great jungles that once clothed the Ganges Plain. +The Sundarbans has an area of 3,850 km2, of which about a third is covered by mangroves. +The Sundarbans became a wildlife sanctuary in 1966, and is estimated to contain 400 Bengal tigers and 30,000 spotted deer. +Buses depart from the inter-district bus station (on the other side of the river) throughout the day, though most (especially those to the east and to Jakar/Bumthang) leave between 06:30 and 07:30. +Because the buses between districts are often full, it would be wise to purchase your ticket a few days in advance. +Most areas are accessible by comfortable and sturdy Japanese mini-buses. +Taxis are a quick and comfortable way to get to nearby locations such as Paro (150 Nu) and Punakha (200 Nu). +The Oyapock River Bridge (Portuguese:Ponte sobre o Rio Oyapock) is a cable-stayed bridge that connects the Brazilian town of Oiapoque with Saint-Georges de l'Oyapock, French Guiana. +Its two towers are 83 metres high, it is 378 metres long and has two lanes, each 3.5 metres wide. +The vertical clearance under the bridge is 15 metres. The bridge was completed in August 2011, but opened to traffic only in March 2017. +When the Brazilian customs checkpoints are completed, probably by September 2017, the bridge should be fully functional. +The Guarani were the most important indigenous group in present-day eastern Paraguay. They were semi-nomadic hunter-gatherers and also practiced subsistence farming. +Other indigenous groups, such as the Guaycuru and Payaguá, also lived in the Chaco region and relied on hunting, gathering, and fishing for their livelihoods. +Paraguay, once called La Gran Provincia de las Indias, was established in the 16th century through the encounter between Spanish conquerors and indigenous groups. +The Spanish began a three-century period of conquests. +Since its founding in 1537, Paraguay has been able to preserve most of its indigenous identity and native features. +Everyone knows that Argentina has one of the best polo players, and polo teams, in the world. +Las Cañadas Polo Fields host the most important tournament of the year in December. +There are also minor tournaments and matches at other times of the year. +For information on tournaments and ticket purchases for polo matches, visit the Argentine Polo Association. +The Falkland Islands have their own official currency, the Falkland Island pound (FKP), which is equivalent to the British pound sterling (GBP). +The only bank on the islands, located in Stanley across from the FIC West store, offers currency exchange. +British pounds are usually accepted everywhere in the islands. In Stanley, you can sometimes pay by credit card and US dollars. +Credit cards may not be accepted in the outer islands, though U.S. and British money is easily exchanged. Check with your hosts in advance about an acceptable method of payment. +It is next to impossible to change money in the Falklands outside of the islands, so be sure to change your money before departing. +Since Montevideo is south of the equator, it is summer there when it is winter in the northern hemisphere and vice versa. +Montevideo is subtropical, and in the summer months of December, January, and February it is not uncommon for temperatures to reach 90°F (32°C). +Winter can be deceptively cold, with temperatures rarely below freezing, but the wind and humidity make it feel colder than it is. +There is no such thing as a "dry season" or a "rainy season". The amount of rainfall remains more or less the same throughout the year. +While most of the animals in the park are accustomed to seeing people, the wildlife there is still wild and should neither be fed nor bothered. +Park officials recommend a minimum distance of 100 yards/meters from bears and wolves, and 25 yards/meters from all other wildlife. +Regardless of how docile they may appear, bison, moose, deer, bears, and most other large animals can be dangerous. +Every year, dozens of visitors are injured in encounters with these large, wild, and potentially dangerous animals. It is important to give these animals their space. +Also, be aware that bears and other wildlife can be attracted to food with strong smells, so store and prepare food appropriately, and keep your campsite clean. +Apia is the capital of Samoa. It is located on the island of Upolu and has an estimated population of 40,000. +Apia was founded between 1850 and 1860, and has been the official capital of Samoa since 1959. +This is the site of the infamous Naval Standoff of 1889, in which seven ships from Germany, the United States, and Great Britain refused to leave port. +All ships except a British cruiser were sunk, and nearly 200 American and German lives were lost. +Tupua Tamasese Lealofi III, the paramount chief, was killed during a peaceful demonstration by the pro-independence Mau movement. +There are many beaches because Auckland is between two harbours. The most popular ones are in three areas. +The Pacific Ocean beaches on the North Shore (part of North Harbour) run from Long Bay in the north to Devonport in the south. +These are mainly sandy beaches, safe for swimming, and most are shaded by pohutukawa trees. +The beaches of Tamaki Drive in Auckland Central, the sophisticated suburbs of Mission Bay and St Heliers overlook the Waitemata Harbour. +These are family-friendly beaches that can get a bit crowded, but are safe for swimming. +The local beer of choice is a simple, pleasant, and refreshing brew called "Number One". A second local beer is called "Manta". +French wines are plentiful, but wines from Australia and New Zealand may be better suited to the journey. +Tap water is safe to drink everywhere, but if you're squeamish, bottled water is easily available. +According to the Australians, the "flat white" coffee was invented by a foreigner. An espresso is a short black coffee, a cappuccino is topped with milk (not foam), and tea is served without milk. +Hot chocolate is as good as in Belgium. Fruit juices are expensive but good. +Dive trips to the reef are common year-round, and injuries from diving on the reef are rare. +Seek advice from local authorities, heed warnings, and pay particular attention to safety notices. +From October to April, box jellyfish can be found along the beaches and in the rivers north of Seventeen Seventy. They are otherwise present only occasionally. +Sharks do exist, but they rarely attack humans. Most sharks are scared of humans and would rather stay away. +The saltwater crocodile's habitat is mostly in the rivers north of Rockhampton, and they are not active in the ocean. +By booking in advance, a traveler can ensure that they have a place to stay when they arrive at their destination. +Travel agencies often have agreements with certain hotels, but other types of lodging, such as hostels, can also be booked through them. +Travel agencies usually offer a range of breakfast options, airport shuttles, or even flight + hotel packages. +They can also hold your booking for you, to give you time to consider the offer or gather additional documents required for your destination (e.g. a visa). +However, any changes or requests must be submitted to the travel agent, not the hotel directly. +For many attendees of music festivals, camping is an important part of the experience. +To be close to the action, you'll need to get there early and stake out a spot near the stage. +Keep in mind that once the headliners are finished for the day, there could be late-night music going on at other areas of the festival. +Some festivals have special areas for families with small children. +If you cross the northern Baltic Sea in winter, pay attention to the location of your cabin, as the ice passing by the ship makes a lot of noise. +A cruise to St. Petersburg will include time to explore the city. Visa-free entry for cruise passengers (check requirements). +Casinos generally try to keep you playing as long as possible and spending as much money as possible. There are usually no windows or clocks, and the aisles are purposely winding to make it difficult to find the exits. +They usually provide exclusive food, drinks, and entertainment in order to keep guests from going elsewhere. +In some places, alcoholic drinks are provided by the house. However, intoxication impairs judgment, and any good gambler will tell you how important it is to stay sober. +Anyone traveling at high altitudes or in the mountains should be prepared for snow, ice, and temperatures near or below freezing. +On icy or snow-covered roads, the friction is reduced and you can't drive as well as you could on a clean road. +In a snowstorm, it can take only a few minutes for several inches of snow to fall. +Rain, snow, sleet, or fog can also reduce visibility. +However, ice and snow are normal in many countries, and traffic continues year-round. +Safaris are probably the biggest tourist attraction in Africa and the focus of many a visitor's entire trip. +In popular usage, the word safari refers to a land journey, often through wildlife-rich savannas, to see African big game. +Some animals, like elephants and giraffes, approach the cars more closely, so regular binoculars will suffice. +Lions, cheetahs, and leopards can sometimes be shy, so you're more likely to see them with binoculars. +A walking safari, also called a bush walk, is an expedition that can last anywhere from a few hours to multiple days. +The Paralympics will be held from 24 August to 5 September 2012, and some events will be held at other locations throughout Japan. +Tokyo will be the only Asian city to have hosted both the summer and winter Olympics, having hosted the games in 1964. +If your flight and/or hotel for 2020 had been booked prior to the postponement being announced, you may find yourself in a tough spot. +Cancellation policies vary depending on the airline, but most coronavirus-related cancellation policies as of March 2020 were effective through July 2020, when the Olympics were scheduled. +Tickets for most events will cost between ¥2,500 and ¥130,000, with regular tickets costing around ¥7,000. +Hang wet clothes to dry. Many hotels provide an iron and board, even if they are not in the room. +If you don't have a steam iron, or if you don't like ironing, you can try using a hair dryer. +Make sure fabrics are not exposed to high temperatures, which can cause shrinkage or, in the worst case, fire. +There are several ways to purify water and some methods are more effective against specific risks. +In some areas, a minute of boiling makes the water safe to drink, while in others several minutes are required. +The effectiveness of filters varies widely, so if in doubt, consider buying bottled water from a reputable company. +Travelers can come into contact with animals that carry parasites not found in their home regions. +Parasites can contaminate food, cause irritation or, at worst, allergic reactions, or transmit poison and infections. +The same infectious diseases and dangerous animals that can kill or injure people by force are not usually considered dangerous animals. +Duty Free shopping is a great opportunity to buy products that are exempt from taxes and duties in certain locations. +Travellers heading to high-tax countries can often save a lot on items such as alcohol and cigarettes. +The stretch of the Buffalo–Pittsburgh Turnpike between Point Marion and Fairmont is the most difficult to drive, as it often passes through isolated areas of vegetation. +If you are not accustomed to driving on country roads, you should be careful, as steep hills, narrow roads, and sharp turns are prevalent. +The speed limits on these roads are considerably lower than those on the approach and departure routes (usually 35-40 mph / 56-64 km/h). It is extremely important to strictly adhere to these speed limits. +Strangely, however, cell phone coverage in this area is much higher than in other portions of the trail, such as the Pennsylvania Wilds. +German sweets are quite nice and in Bavaria they are quite sweet and varied, similar to those of the neighboring Austria to the south. +Traditional fruitcakes are a perennial favorite, from the ubiquitous apple varieties to seasonal cherry and plum cakes. +German baked goods often contain nuts, such as almonds and hazelnuts, or stone fruit, such as peaches and plums. Popular cakes are often enjoyed with a strong cup of coffee. +For a sweet treat try some of the local cakes, which vary by region and are variously called Berliner, Pfannkuchen or Krapfen. +Curry is a dish whose flavour is achieved by the blending of herbs and spices with meat or vegetables. +Curry can be either "dry" or "wet" depending on the amount of liquid in the dish. +In northern India and Pakistan, inland regions use yogurt as a base for curry, while in southern India and some coastal regions of the subcontinent coconut milk is more common. +With 17,000 islands to choose from, Indonesian cuisine is a broad term that encompasses the many regional cuisines found throughout the country. +However, when used without further qualification, the word usually refers to food from central and eastern Java, the island's main island. +Indonesian cuisine, now ubiquitous throughout the archipelago, offers a number of simple dishes whose flavours are dominated by peanuts, chilli, sugar (especially coconut sugar), and various aromatic spices. +Stirrups are leather straps that go under the rider's boots and are attached to the sides of the saddle. +They give the rider more stability but can be a safety issue in case the rider's feet get caught in them. +If a rider is thrown from a horse but a leg is trapped in the stirrup, the horse could drag the rider off. There are some safety measures that can be taken to reduce this risk. +For one thing, most riders wear boots with a heel and a fairly thin, smooth sole. +Some saddles, especially English saddles, have added safety bars, which prevent the leather from coming out of the saddle when the rider is jerked backward in a fall. +Cochamó Valley: the most important rock climbing destination in Chile, and is often referred to as the "Yosemite of South America" due to the many huge granite walls and cliffs. +The peaks are rugged, and the views from them are spectacular. Climbers from all over the world continue to explore and establish new routes on the cliffs, and the possibilities are endless. +Snowboarding and skiing are popular winter sports which involve going down a snow-covered hill on a snowboard or skis. +Skiing is one of the main tourist activities, and has many enthusiasts, sometimes called "ski bums" who devote entire vacations to skiing in a particular ski area. +The origins of skiing as a sport are very old. The earliest known rock carvings of people skiing date from about 5000 BCE! +Skiing as a sport has its origins at least in the 17th century; in 1861, the first recreational ski club was opened in Australia by Norwegians. +Backcountry skiing, also known as off-piste or backcountry skiing or ski touring. +It is related to, though usually distinguished from, ski touring and ski mountaineering, which are done in steep terrain and require stiffer skis and boots. +Think of the ski track as a path similar to a hiking trail. +If conditions are good, you can cover more distance than on foot, but seldom as fast as a skier with a heavy pack on a trailed route. +Europe is a small continent geographically, but it is comprised of many independent countries. Normally, when traveling through multiple countries, you would need a visa and your passport would be stamped multiple times. +However, regarding this aspect, the Schengen area is more like a single country. +If you remain in this area, you will usually be able to travel from one country to another without passing through immigration checkpoints. +Also, if you already have a Schengen visa, there is no need to apply for a separate visa for each of the Schengen countries, which would save your time, money, and hassle. +There is no universally accepted definition of what makes an object an antique. Some tax authorities consider an object to be antique if it is at least 100 years old. +The age at which this happens varies geographically, and may be lower in one part of the world than another, such as in North America versus Europe. +Crafts objects might be antique by this definition, even though they are more recent than similar items made in quantity. +Reindeer herding is an important source of livelihood for the Sami people, and the culture surrounding this trade is also the basis for many other professions. +In the past, not all Sami people were involved in large-scale reindeer herding; some relied on fishing, hunting, and similar activities, using the reindeer mostly as draft animals. +Today many Sami do jobs that are considered modern. Tourism is an important source of income in Sápmi, the Sami homeland. +Although widely used, especially by non-Roma, the word "gipsy" is often considered pejorative because of its association with negative stereotypes and misconceptions about the Roma. +If a Travel Advisory is in effect for the country you are traveling to, it could affect your health insurance coverage and/or travel insurance coverage. +You may also want to consider the opinions of foreign governments, but always remember that those opinions are aimed at their citizens, not you. +For example, an American in the Middle East might face different challenges than a European or an Arab. +Alerts are simply a concise overview of the political situation in a given country. +Such summaries of opinion are often superficial, generic, and simple-minded compared to the more detailed information available elsewhere. +A "hazardous weather condition" is any event that produces a significant threat to life and property. +All parts of the world experience extreme weather, and there are many types of extreme weather, depending on geography, topography, and atmospheric conditions. +Heavy winds, hail, excessive precipitation, and wildfire are all signs and symptoms of adverse weather conditions, just as tornadoes, waterspouts, and cyclones. +Regional and seasonal severe weather phenomena include tornadoes, blizzards, ice storms, and sand storms. +Travelers would do well to check the forecast for severe weather in their area as it could affect their travel plans. +Anyone planning to visit a country that is actually at war, or where war is a real possibility, would be well-advised to have some professional training. +A search on the Internet for "Hostile Environment Training" is likely to turn up the address of a local company. +A course would normally go into these issues in much more detail, and often with practical exercises. +A normal course is 2 to 5 days long, and includes role-playing and many first aid and weapons training exercises. +Many books and magazines are available on the subject of survival in the wilderness, but few deal with the subject of survival in a war zone. +Travellers heading overseas for gender reassignment surgery should ensure they have valid travel documents for their return journey. +Governments' intentions regarding the issue of sex-neutral passports, or updated documents to reflect a desired name and/or gender are mixed. +The availability of foreign governments to accept such documents is also variable. +Security inspections have become much more thorough since the aftermath of 9/11. +Individuals who are transgender and in the pre-operative phase should not expect to go through the screening process without their privacy and dignity being compromised. +Tide pools are pockets of seawater left behind when the tide recedes, and are often found next to coral reefs or similar formations. +Because of the undersea topography, the return flow concentrates in some deep sections and can become strong enough to flow out to the open sea. +Most deaths occur from drowning while trying to swim against the current. +Once out of the current, swimming back to shore should be no more difficult than normal. +Try to find a place where you won't get trapped again, or consider waiting for help if you have the skills and it's been spotted. +The re-entry shock is shorter than the cultural shock (the "honeymoon" phase is shorter), lasts longer, and can be more serious. +Individuals who have an easy time adjusting to a new culture may have a hard time readjusting to their home culture. +When you return to your home country after living abroad, you would have become accustomed to the local culture and would have lost some of your original culture. +In your first experience of a foreign country, you are likely to meet people who are patient and understanding, knowing that visitors to a new country need time to adjust. +Many people could not have imagined that patience and understanding would also be necessary for those who returned to their homeland. +The Pyramid of Sound and Light is the most interesting thing for children in this area. +Before the show starts, you will be able to see the pyramids in total darkness and silence. +There's always the sound of tourists and shoppers, and it's quite a show. It's like a storybook. +The Sphinx becomes the background and the narrator of a long story. +The scenes are projected onto the pyramids and each pyramid is illuminated. +With the most bases of any country, the South Shetland Islands were discovered in 1819 and have sixteen active bases in 2020. +The archipelago is 120 km (75 miles) north of the peninsula. King George Island is the largest island and home to the town of Villa Las Estrellas. +Other islands include Livingston Island and Deception Island, where an active volcano's caldera has filled with water, creating a magnificent natural harbour. +Ellsworth Land is the region south of the peninsula and west of the Bellingshausen Sea. +Here the peninsula's mountains meet the plateau, re-emerging as the Ellsworth Range, a 360 km (225 mile) long chain that is bisected by the Minnesota Glacier. +The northern part, called the Sentinel Range, contains the highest mountains in Antarctica, including Vinson Massif, 4,892 m high at Mount Vinson. +In remote areas without cell phone coverage, a satellite phone may be the only option. +A satellite phone is not a substitute for a cell phone, because you have to be out in the open with a clear view of the sky to make a call. +The service is often used by recreational boaters, fishermen, and those on offshore expeditions who need remote data and voice. +Your local phone service provider should be able to provide you with information on how to connect to this service. +One of the most popular options for those taking a gap year is to travel and learn a new skill. +It is particularly common among school-leavers, since they can take a gap year before going to university without jeopardising their education. +In many cases, going to study abroad for your gap year can actually increase your chances of continuing higher education when you return to your home country. +Participation in these educational programs usually requires payment of a fee. +Finland is an ideal destination for those who love to navigate. In the "Land of a Thousand Lakes" there are also thousands of islands, both inland and along the coast. +You don't need a yacht for island hopping and lake cruising. +Although the coastal islands and inland lakes are large enough to accommodate any size yacht, smaller boats or even kayaks offer a different experience. +Finland's national pastime is boating, with a boat for every seven or eight people. +This is also the case in Norway, Sweden and New Zealand, but this is more or less a peculiarity (in the Netherlands the ratio is one to forty). +Most of the Baltic cruises call at Saint Petersburg, Russia for several days. +This means that you could spend a full two days exploring the historic town, returning to the ship for sleeping at night. +No separate visa is required for disembarking for a shore excursion (effective from 2009). +Some brochures also offer cruises to Berlin, Germany. As the map above shows, Berlin is not by the sea, and a visit to the city is not included in the cruise price. +Flying can be frightening for people of all ages and conditions, but especially those who have never flown before or have had a traumatic experience. +There is nothing to be ashamed of: it is similar to the fears and prejudices that many people have about other things. +For some people, understanding a bit about how planes work and what happens on a flight can be useful in overcoming a fear of the unknown, or of being out of control. +Couriers are paid well to deliver items quickly. This is especially important for time-sensitive business documents, shipments, or replacement parts for an urgent repair. +For some long haul flights, major airlines used their own jets, but for other routes and for smaller airlines, problems arose. +Air freight would take days to unload and clear customs on some routes. +The only way to get it there faster would be to ship it as cargo, but that's where you come in, because airline rules don't allow unaccompanied baggage. +The most obvious way to fly in a premium cabin is to pay for the privilege - or better still, to persuade your company to. +However, the price tag is hefty – expect to pay up to four times the normal economy rate for a business class flight, and up to eleven times the first class rate! +A direct flight from A to B is usually not worth booking a premium economy, business class, or first class seat. +Airlines know there are passengers willing to pay a premium to arrive at their destination quickly and comfortably, and so they charge a premium. +The capital of Moldova is Chisinau, and the local language is Romanian, but Russian is also widely spoken. +Moldova is a multi-ethnic republic that was once the site of an ethnic conflict. +In 1994, the conflict gave rise to the Transnistrian "Republic" in the east of Moldova, with its own government and currency, but not recognized by any UN member state. +Despite the failure of the political negotiations, economic relations between these two parts of Moldova have been restored. +The main religion in Moldova is Eastern Orthodox Christianity. +Izmir is Turkey's third-largest city with an estimated population of 3.7 million, after Istanbul and Ankara, and the country's second-largest port after Istanbul. +The ancient city of Smyrna is located on a large bay, surrounded by mountains, and is now a modern, active, and developed commercial center. +While the city has a distinctly Mediterranean feel to it rather than a Turkish one, its wide avenues, glass-fronted buildings, and modern shopping malls are punctuated by the ubiquitous red tiled roofs, 18th-century market, old mosques and churches. +The village of Haldarsvik offers beautiful views of the neighboring island of Eysturoy and a unique octagonal church. +There are some interesting marble sculptures of doves on some tombs in the churchyard. +A half-hour stroll around the charming village is enough to see the sights. +North of Lisbon is the romantic and enchanting town of Sintra, easily reached for a day trip. It is famous among foreigners thanks to Lord Byron's poetic account of its beauties. +Scotturb bus line 403 regularly connects Sintra with Cabo da Roca. +Still to the north, visit the great Shrine of Our Lady of Fatima (pilgrimage site), one of the most famous Marian pilgrimage sites in the world. +Remember, more than anything else, the site you are visiting is a cesspool, and has little or no meaning to most of the world's population. +There are still many survivors of these places, both Jews and non-Jews, who saw their family members murdered or worked to death. +Treat it with all the dignity, seriousness, and respect it deserves. Avoid jokes about the Holocaust or the Nazis. +Do not deface these places with tags or graffiti. +In the city of Barcelona, Catalan and Spanish are the official languages. Approximately half of the population prefers to speak Catalan, and most are able to understand it; Spanish is known by virtually all. +However, most signs are written in Catalan, which is the official first language. +Spanish is also widely used in public transportation and other services. +Normal announcements on the metro are in Catalan only. Unscheduled service disruptions are announced in several languages, including Spanish, English, French, Arabic and Japanese, on an automated system. +Parisians have a reputation for being egocentric, boastful, and proud. +Even though you will often find yourself conforming to a stereotype, the best way to feel comfortable in Paris is to be as polite and well mannered as possible, and this will certainly help you along in your travels. +Parisians may seem a bit rough around the edges, but they'll warm up to you quickly if you show some basic manners. +The Plitvice Lakes National Park has a rich variety of forests, mainly beech, oak, and spruce, with a mix of alpine and Mediterranean vegetation. +With multiple microclimates, soils, and elevations, it has a great variety of vegetation. +The area is also home to an astounding array of animal and bird life. +These areas are home to rare species such as the brown bear, wolf, eagle, lynx, wild cat and capercaillie, as well as other more common animal species. +When visiting a monastery, women should have their legs and shoulders covered. +Most monasteries will provide robes for women who arrive unprepared, but if you have your own, especially if they are brightly colored, you are likely to get a smile from the monk or nun on duty at the entrance. +Similarly, men are required to wear trousers that come all the way down to their ankles. +These can also be rented from the shop at the entrance, but clothing is not washed after every use, so you may not feel comfortable in these garments. For men, a one-size-fits-all! +Majorcan cuisine, like similar ones in the Mediterranean, is based on bread, vegetables, and pork (especially pork), and uses olive oil everywhere. +Pa amb Oli is a popular simple summer meal: bread with olive oil, tomatoes, and all the trimmings, such as cheese, tuna, etc. +All nouns, including the formal pronoun "Sie" (meaning "she" or "her"), begin with a capital letter, even when they occur in the middle of a sentence. +This is an important means of distinguishing certain verbs and complements. +This probably also makes it easier to read, though the need to understand whether a verb or an adjective is being used in its nominal form makes the writing a bit complicated. +Italian:The Italian pronunciation is relatively easy because most words are pronounced exactly as they are spelled. +The main letters to watch out for are C and G, because their pronunciation depends on the vowel that follows. +Also, make sure to pronounce "r" and "rr" differently: caro means dear, while carro means car. +Persian has a relatively regular and easy-to-learn grammar. +Therefore, this basic Persian grammar guide will help you a lot with Persian grammar and sentence structure. +Of course, if you already know a Romance language, learning Portuguese will be easier. +However, those with a limited knowledge of Spanish may come to the erroneous conclusion that Portuguese is similar enough to not warrant separate study. +By today's standards, premodern observatories are usually obsolete, and are either museums or educational sites. +Since light pollution was not a problem in their heyday, they are usually found in or near cities or college campuses, and are easier to reach than modern observatories. +Most modern telescopes used for research are huge structures in remote locations where atmospheric conditions are ideal. +The admiration of cherry blossoms, known as hanami, has been part of Japanese culture since the eighth century. +The concept originated in China, where the flowering of the plum trees was preferred. +Traditionally in Japan, the first cherry blossom viewing parties were held only by the emperor for himself and other members of the imperial court. +Plants do best when they are left alone in their natural habitat, so resist the temptation to pick just one example. +Should you find yourself in an Italian garden, even picking some of the plants will cost you your life. +Singapore is generally a safe and easy city to get around, and most things can be bought once you arrive. +But it's in the "high tropics," just a few degrees north of the equator, so expect it to be hot (always) and sunny (often, when it's not raining). +Some buses also go north to Hebron, the traditional burial place of the Biblical patriarchs Abraham, Isaac, Jacob and their wives. +Make sure the bus you want to take goes into Hebron and does not stop at the nearby Jewish settlement of Kiryat Arba. +Inland waterways can be a great theme for a vacation. +For example, you can visit the castles of the Loire and Rhine valleys, take a cruise along the interesting cities of the Danube, or sail the Erie Canal. +They also mark popular hiking and biking trails. +Christmas is one of the most important holidays in Christianity and celebrates the birth of Jesus. +Most of the traditions associated with this holiday have been adopted by non-Christian countries around the world, as well as by agnostics and atheists in Christian countries. +Traditionally, people would spend the night of Easter Eve outdoors, in order to watch the sunrise. +There are, of course, Christian theological explanations for this tradition, but it could easily be a pagan fertility rite from before the Christian era. +Traditional churches often have an Easter Vigil on the Saturday night of Easter weekend, with the service starting at midnight to celebrate the resurrection of Christ. +All the animals that originally came to the islands came either by swimming, flying, or floating in. +Because the distance from the mainland was so great, mammals were unable to travel there, so the Giant Tortoise became the main herbivore in the Galapagos. +Many mammals were introduced to the Galapagos by humans, such as goats, horses, cows, pigs, dogs, and cats. +If you visit either the Arctic or the Antarctic in the winter, you will experience the Polar Night, when the sun never rises above the horizon. +This phenomenon provides the opportunity to see the Northern Lights, because the sky is almost dark all day. +Because of how underpopulated the territories are, light pollution is often not a problem and you can even see the stars. +In Japan, work culture is more hierarchical and formal than what Westerners are accustomed to. +Business attire is usually a suit and tie or a business suit and you would address colleagues by their title and surname. +It is crucial that harmony exists within the workplace, as it emphasizes the importance of group effort rather than individual achievement. +Workers are often required to get approval from supervisors for every decision, and are expected to comply without question. diff --git a/test-it-en.bleu b/test-it-en.bleu new file mode 100644 index 0000000000000000000000000000000000000000..dc42cd7d8515f7b0140b9de9e2dd2715bf2a3bab --- /dev/null +++ b/test-it-en.bleu @@ -0,0 +1 @@ +BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 27.82 60.5/34.0/21.2/13.7 (BP = 1.000 ratio = 1.005 hyp_len = 24855 ref_len = 24721) diff --git a/test-it-en.comet b/test-it-en.comet new file mode 100644 index 0000000000000000000000000000000000000000..5efabbffbca1b2f2f2800645acc52e6233c3fed3 --- /dev/null +++ b/test-it-en.comet @@ -0,0 +1,1013 @@ +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 0 score: 0.7575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 1 score: 0.8792 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 2 score: 0.8800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 3 score: 0.8079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 4 score: 0.8744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 5 score: 0.7975 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 6 score: 0.8734 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 7 score: 0.8999 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 8 score: 0.9192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 9 score: 0.8333 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 10 score: 0.8617 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 11 score: 0.8905 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 12 score: 0.9054 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 13 score: 0.8735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 14 score: 0.8655 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 15 score: 0.8188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 16 score: 0.8988 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 17 score: 0.9138 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 18 score: 0.9045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 19 score: 0.8400 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 20 score: 0.9496 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 21 score: 0.9596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 22 score: 0.8258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 23 score: 0.8786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 24 score: 0.8678 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 25 score: 0.8893 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 26 score: 0.8087 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 27 score: 0.8724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 28 score: 0.8321 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 29 score: 0.8464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 30 score: 0.8156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 31 score: 0.8323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 32 score: 0.7693 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 33 score: 0.9177 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 34 score: 0.9272 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 35 score: 0.8718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 36 score: 0.8691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 37 score: 0.9159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 38 score: 0.8517 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 39 score: 0.8854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 40 score: 0.8634 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 41 score: 0.8801 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 42 score: 0.8894 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 43 score: 0.9069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 44 score: 0.7160 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 45 score: 0.8498 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 46 score: 0.8816 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 47 score: 0.8577 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 48 score: 0.8409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 49 score: 0.8963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 50 score: 0.9211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 51 score: 0.9032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 52 score: 0.9036 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 53 score: 0.9185 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 54 score: 0.8420 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 55 score: 0.9151 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 56 score: 0.7864 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 57 score: 0.8344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 58 score: 0.9356 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 59 score: 0.8872 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 60 score: 0.8413 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 61 score: 0.8920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 62 score: 0.8232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 63 score: 0.9057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 64 score: 0.8089 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 65 score: 0.8139 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 66 score: 0.7598 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 67 score: 0.8383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 68 score: 0.9339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 69 score: 0.8630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 70 score: 0.8718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 71 score: 0.8600 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 72 score: 0.8353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 73 score: 0.8719 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 74 score: 0.8741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 75 score: 0.7779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 76 score: 0.8975 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 77 score: 0.8709 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 78 score: 0.9763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 79 score: 0.9147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 80 score: 0.9007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 81 score: 0.8612 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 82 score: 0.8677 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 83 score: 0.8541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 84 score: 0.9030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 85 score: 0.8901 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 86 score: 0.7554 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 87 score: 0.8824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 88 score: 0.8481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 89 score: 0.8053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 90 score: 0.7307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 91 score: 0.8607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 92 score: 0.8602 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 93 score: 0.9059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 94 score: 0.9202 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 95 score: 0.9218 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 96 score: 0.7795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 97 score: 0.8238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 98 score: 0.8561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 99 score: 0.8858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 100 score: 0.9231 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 101 score: 0.8763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 102 score: 0.8722 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 103 score: 0.9215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 104 score: 0.8953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 105 score: 0.7828 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 106 score: 0.8543 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 107 score: 0.8762 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 108 score: 0.7914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 109 score: 0.8443 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 110 score: 0.8222 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 111 score: 0.9216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 112 score: 0.8707 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 113 score: 0.8991 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 114 score: 0.8596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 115 score: 0.7952 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 116 score: 0.8415 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 117 score: 0.8866 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 118 score: 0.9386 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 119 score: 0.8804 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 120 score: 0.8965 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 121 score: 0.8736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 122 score: 0.8592 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 123 score: 0.8561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 124 score: 0.8615 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 125 score: 0.8868 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 126 score: 0.6439 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 127 score: 0.8613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 128 score: 0.8648 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 129 score: 0.9229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 130 score: 0.8980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 131 score: 0.8776 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 132 score: 0.8700 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 133 score: 0.8909 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 134 score: 0.8749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 135 score: 0.8752 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 136 score: 0.8828 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 137 score: 0.9249 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 138 score: 0.9006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 139 score: 0.8891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 140 score: 0.9066 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 141 score: 0.8652 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 142 score: 0.9184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 143 score: 0.8610 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 144 score: 0.8873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 145 score: 0.8572 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 146 score: 0.8631 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 147 score: 0.8878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 148 score: 0.8832 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 149 score: 0.8958 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 150 score: 0.8992 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 151 score: 0.8888 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 152 score: 0.8078 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 153 score: 0.7724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 154 score: 0.8617 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 155 score: 0.8409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 156 score: 0.8761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 157 score: 0.8292 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 158 score: 0.8911 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 159 score: 0.8606 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 160 score: 0.8759 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 161 score: 0.8348 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 162 score: 0.8372 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 163 score: 0.8621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 164 score: 0.8521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 165 score: 0.8130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 166 score: 0.8763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 167 score: 0.8849 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 168 score: 0.8739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 169 score: 0.8949 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 170 score: 0.8585 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 171 score: 0.9292 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 172 score: 0.8280 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 173 score: 0.8150 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 174 score: 0.8765 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 175 score: 0.8808 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 176 score: 0.8978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 177 score: 0.8599 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 178 score: 0.8040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 179 score: 0.8979 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 180 score: 0.8740 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 181 score: 0.9344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 182 score: 0.8974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 183 score: 0.9139 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 184 score: 0.8830 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 185 score: 0.9298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 186 score: 0.9289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 187 score: 0.8778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 188 score: 0.9179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 189 score: 0.8527 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 190 score: 0.8337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 191 score: 0.7179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 192 score: 0.8269 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 193 score: 0.8380 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 194 score: 0.9265 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 195 score: 0.9237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 196 score: 0.8591 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 197 score: 0.8232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 198 score: 0.8996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 199 score: 0.8801 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 200 score: 0.8298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 201 score: 0.8267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 202 score: 0.8351 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 203 score: 0.8248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 204 score: 0.8399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 205 score: 0.8378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 206 score: 0.8434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 207 score: 0.8472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 208 score: 0.9142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 209 score: 0.8728 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 210 score: 0.9325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 211 score: 0.8891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 212 score: 0.8996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 213 score: 0.8864 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 214 score: 0.9052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 215 score: 0.8701 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 216 score: 0.8775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 217 score: 0.8920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 218 score: 0.8827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 219 score: 0.8925 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 220 score: 0.9381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 221 score: 0.9165 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 222 score: 0.9145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 223 score: 0.8387 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 224 score: 0.7152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 225 score: 0.8740 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 226 score: 0.8694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 227 score: 0.7891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 228 score: 0.8557 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 229 score: 0.8382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 230 score: 0.8977 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 231 score: 0.8857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 232 score: 0.8535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 233 score: 0.8884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 234 score: 0.8215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 235 score: 0.9044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 236 score: 0.8972 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 237 score: 0.8702 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 238 score: 0.8504 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 239 score: 0.7312 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 240 score: 0.8035 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 241 score: 0.7294 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 242 score: 0.8549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 243 score: 0.5569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 244 score: 0.8253 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 245 score: 0.9529 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 246 score: 0.8375 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 247 score: 0.8162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 248 score: 0.8491 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 249 score: 0.9569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 250 score: 0.8797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 251 score: 0.8982 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 252 score: 0.9299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 253 score: 0.9203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 254 score: 0.9154 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 255 score: 0.9001 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 256 score: 0.8397 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 257 score: 0.9250 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 258 score: 0.8999 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 259 score: 0.8594 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 260 score: 0.9231 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 261 score: 0.8185 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 262 score: 0.8827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 263 score: 0.8409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 264 score: 0.9239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 265 score: 0.8619 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 266 score: 0.8648 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 267 score: 0.8834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 268 score: 0.9476 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 269 score: 0.8445 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 270 score: 0.8781 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 271 score: 0.7945 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 272 score: 0.8696 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 273 score: 0.8491 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 274 score: 0.6878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 275 score: 0.7818 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 276 score: 0.7431 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 277 score: 0.9233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 278 score: 0.8705 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 279 score: 0.9470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 280 score: 0.9381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 281 score: 0.7981 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 282 score: 0.9103 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 283 score: 0.8507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 284 score: 0.9172 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 285 score: 0.9366 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 286 score: 0.8726 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 287 score: 0.7939 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 288 score: 0.8253 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 289 score: 0.7877 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 290 score: 0.8853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 291 score: 0.8469 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 292 score: 0.8661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 293 score: 0.8480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 294 score: 0.8540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 295 score: 0.7990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 296 score: 0.8697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 297 score: 0.9327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 298 score: 0.7631 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 299 score: 0.8741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 300 score: 0.9050 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 301 score: 0.8424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 302 score: 0.8827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 303 score: 0.9045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 304 score: 0.8578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 305 score: 0.8751 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 306 score: 0.8559 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 307 score: 0.7967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 308 score: 0.8831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 309 score: 0.8979 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 310 score: 0.9341 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 311 score: 0.8367 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 312 score: 0.8761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 313 score: 0.7369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 314 score: 0.9208 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 315 score: 0.8703 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 316 score: 0.8829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 317 score: 0.8314 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 318 score: 0.8095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 319 score: 0.9188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 320 score: 0.8565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 321 score: 0.8321 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 322 score: 0.8870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 323 score: 0.8826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 324 score: 0.8981 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 325 score: 0.8625 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 326 score: 0.8135 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 327 score: 0.8910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 328 score: 0.9107 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 329 score: 0.8889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 330 score: 0.8548 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 331 score: 0.8632 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 332 score: 0.9126 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 333 score: 0.8550 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 334 score: 0.8927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 335 score: 0.8994 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 336 score: 0.8983 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 337 score: 0.8248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 338 score: 0.8497 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 339 score: 0.8985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 340 score: 0.8164 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 341 score: 0.8232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 342 score: 0.8226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 343 score: 0.7882 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 344 score: 0.9054 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 345 score: 0.8038 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 346 score: 0.8769 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 347 score: 0.8824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 348 score: 0.8782 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 349 score: 0.7358 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 350 score: 0.8545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 351 score: 0.7818 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 352 score: 0.8424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 353 score: 0.8067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 354 score: 0.8676 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 355 score: 0.8893 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 356 score: 0.8847 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 357 score: 0.7526 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 358 score: 0.8322 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 359 score: 0.8470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 360 score: 0.8411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 361 score: 0.8576 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 362 score: 0.9178 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 363 score: 0.8416 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 364 score: 0.9168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 365 score: 0.7824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 366 score: 0.8406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 367 score: 0.8609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 368 score: 0.8383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 369 score: 0.8375 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 370 score: 0.8074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 371 score: 0.7558 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 372 score: 0.8360 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 373 score: 0.8868 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 374 score: 0.8964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 375 score: 0.8865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 376 score: 0.8988 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 377 score: 0.9053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 378 score: 0.8336 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 379 score: 0.8862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 380 score: 0.9208 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 381 score: 0.9085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 382 score: 0.7931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 383 score: 0.8339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 384 score: 0.8721 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 385 score: 0.8533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 386 score: 0.7799 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 387 score: 0.8635 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 388 score: 0.8250 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 389 score: 0.8739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 390 score: 0.8963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 391 score: 0.9047 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 392 score: 0.9234 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 393 score: 0.9243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 394 score: 0.8384 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 395 score: 0.8788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 396 score: 0.8611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 397 score: 0.9419 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 398 score: 0.7581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 399 score: 0.8603 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 400 score: 0.8940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 401 score: 0.8556 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 402 score: 0.9013 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 403 score: 0.4270 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 404 score: 0.8052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 405 score: 0.8833 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 406 score: 0.8952 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 407 score: 0.8341 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 408 score: 0.9192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 409 score: 0.9053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 410 score: 0.8973 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 411 score: 0.8606 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 412 score: 0.7825 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 413 score: 0.8681 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 414 score: 0.9005 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 415 score: 0.8077 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 416 score: 0.8432 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 417 score: 0.8718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 418 score: 0.9128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 419 score: 0.8777 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 420 score: 0.8972 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 421 score: 0.8547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 422 score: 0.7370 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 423 score: 0.7417 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 424 score: 0.8544 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 425 score: 0.9012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 426 score: 0.9024 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 427 score: 0.8967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 428 score: 0.8927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 429 score: 0.9385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 430 score: 0.7670 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 431 score: 0.8605 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 432 score: 0.8012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 433 score: 0.8567 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 434 score: 0.7894 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 435 score: 0.8569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 436 score: 0.8943 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 437 score: 0.9162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 438 score: 0.8680 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 439 score: 0.8206 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 440 score: 0.8372 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 441 score: 0.9198 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 442 score: 0.9080 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 443 score: 0.8515 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 444 score: 0.7664 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 445 score: 0.8245 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 446 score: 0.8604 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 447 score: 0.8912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 448 score: 0.8814 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 449 score: 0.8432 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 450 score: 0.8327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 451 score: 0.8601 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 452 score: 0.8932 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 453 score: 0.8604 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 454 score: 0.8795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 455 score: 0.8519 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 456 score: 0.8419 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 457 score: 0.8898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 458 score: 0.8360 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 459 score: 0.8502 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 460 score: 0.9183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 461 score: 0.8749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 462 score: 0.8103 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 463 score: 0.8723 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 464 score: 0.6848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 465 score: 0.8326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 466 score: 0.8808 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 467 score: 0.6999 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 468 score: 0.8112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 469 score: 0.8198 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 470 score: 0.7251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 471 score: 0.8129 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 472 score: 0.8371 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 473 score: 0.7617 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 474 score: 0.7754 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 475 score: 0.8840 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 476 score: 0.8374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 477 score: 0.8694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 478 score: 0.8949 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 479 score: 0.9235 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 480 score: 0.8720 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 481 score: 0.8110 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 482 score: 0.9056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 483 score: 0.8425 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 484 score: 0.9186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 485 score: 0.8288 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 486 score: 0.8910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 487 score: 0.8629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 488 score: 0.8304 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 489 score: 0.9034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 490 score: 0.8692 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 491 score: 0.8761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 492 score: 0.8804 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 493 score: 0.9030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 494 score: 0.8107 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 495 score: 0.8368 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 496 score: 0.8603 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 497 score: 0.8829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 498 score: 0.9350 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 499 score: 0.8512 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 500 score: 0.9134 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 501 score: 0.9338 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 502 score: 0.8935 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 503 score: 0.8442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 504 score: 0.8097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 505 score: 0.9269 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 506 score: 0.8158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 507 score: 0.8742 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 508 score: 0.8435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 509 score: 0.7836 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 510 score: 0.8010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 511 score: 0.8401 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 512 score: 0.8794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 513 score: 0.7487 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 514 score: 0.8795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 515 score: 0.9152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 516 score: 0.7983 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 517 score: 0.9041 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 518 score: 0.8879 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 519 score: 0.9096 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 520 score: 0.8789 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 521 score: 0.8718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 522 score: 0.8693 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 523 score: 0.8664 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 524 score: 0.8883 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 525 score: 0.9217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 526 score: 0.8382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 527 score: 0.8118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 528 score: 0.8541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 529 score: 0.8793 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 530 score: 0.8726 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 531 score: 0.8904 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 532 score: 0.8671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 533 score: 0.5788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 534 score: 0.8415 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 535 score: 0.7865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 536 score: 0.8289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 537 score: 0.8086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 538 score: 0.8800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 539 score: 0.8810 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 540 score: 0.8792 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 541 score: 0.8909 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 542 score: 0.8982 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 543 score: 0.8775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 544 score: 0.8934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 545 score: 0.9246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 546 score: 0.8582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 547 score: 0.8683 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 548 score: 0.8568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 549 score: 0.9378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 550 score: 0.7500 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 551 score: 0.8442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 552 score: 0.8773 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 553 score: 0.8903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 554 score: 0.9204 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 555 score: 0.8319 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 556 score: 0.8224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 557 score: 0.8815 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 558 score: 0.8376 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 559 score: 0.8708 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 560 score: 0.7967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 561 score: 0.8769 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 562 score: 0.8125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 563 score: 0.5977 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 564 score: 0.8262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 565 score: 0.8700 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 566 score: 0.8622 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 567 score: 0.7250 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 568 score: 0.8632 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 569 score: 0.8453 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 570 score: 0.8835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 571 score: 0.9115 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 572 score: 0.8038 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 573 score: 0.9337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 574 score: 0.8823 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 575 score: 0.7989 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 576 score: 0.8556 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 577 score: 0.8741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 578 score: 0.8965 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 579 score: 0.9149 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 580 score: 0.8564 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 581 score: 0.8516 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 582 score: 0.8000 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 583 score: 0.8720 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 584 score: 0.8535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 585 score: 0.8632 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 586 score: 0.8821 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 587 score: 0.8406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 588 score: 0.8607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 589 score: 0.9041 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 590 score: 0.9083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 591 score: 0.8930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 592 score: 0.8505 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 593 score: 0.9209 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 594 score: 0.9100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 595 score: 0.9076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 596 score: 0.8675 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 597 score: 0.8430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 598 score: 0.8144 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 599 score: 0.8746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 600 score: 0.8962 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 601 score: 0.8295 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 602 score: 0.8895 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 603 score: 0.8815 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 604 score: 0.8611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 605 score: 0.9133 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 606 score: 0.7762 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 607 score: 0.8267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 608 score: 0.7766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 609 score: 0.8810 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 610 score: 0.8737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 611 score: 0.9176 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 612 score: 0.8560 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 613 score: 0.7879 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 614 score: 0.9075 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 615 score: 0.8834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 616 score: 0.8995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 617 score: 0.9327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 618 score: 0.8741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 619 score: 0.8381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 620 score: 0.8218 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 621 score: 0.8069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 622 score: 0.8988 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 623 score: 0.8686 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 624 score: 0.8149 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 625 score: 0.8694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 626 score: 0.9028 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 627 score: 0.9093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 628 score: 0.8672 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 629 score: 0.8709 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 630 score: 0.7473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 631 score: 0.8787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 632 score: 0.8761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 633 score: 0.9095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 634 score: 0.9727 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 635 score: 0.8912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 636 score: 0.8857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 637 score: 0.8741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 638 score: 0.8798 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 639 score: 0.9507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 640 score: 0.8599 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 641 score: 0.8685 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 642 score: 0.8801 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 643 score: 0.8771 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 644 score: 0.8421 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 645 score: 0.7801 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 646 score: 0.9123 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 647 score: 0.8779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 648 score: 0.8569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 649 score: 0.8948 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 650 score: 0.8942 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 651 score: 0.6994 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 652 score: 0.8257 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 653 score: 0.7629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 654 score: 0.8539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 655 score: 0.9172 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 656 score: 0.8453 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 657 score: 0.8424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 658 score: 0.8054 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 659 score: 0.8698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 660 score: 0.8311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 661 score: 0.8966 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 662 score: 0.9034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 663 score: 0.8781 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 664 score: 0.9301 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 665 score: 0.7383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 666 score: 0.8893 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 667 score: 0.8860 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 668 score: 0.8828 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 669 score: 0.9162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 670 score: 0.8806 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 671 score: 0.9236 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 672 score: 0.8980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 673 score: 0.8220 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 674 score: 0.8253 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 675 score: 0.8858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 676 score: 0.8998 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 677 score: 0.9017 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 678 score: 0.9113 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 679 score: 0.7959 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 680 score: 0.8577 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 681 score: 0.9448 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 682 score: 0.8704 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 683 score: 0.8790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 684 score: 0.8509 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 685 score: 0.8916 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 686 score: 0.8692 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 687 score: 0.8887 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 688 score: 0.8376 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 689 score: 0.8601 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 690 score: 0.8661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 691 score: 0.8879 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 692 score: 0.9040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 693 score: 0.8529 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 694 score: 0.8441 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 695 score: 0.8819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 696 score: 0.8711 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 697 score: 0.6146 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 698 score: 0.8482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 699 score: 0.7191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 700 score: 0.7886 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 701 score: 0.8906 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 702 score: 0.9333 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 703 score: 0.7293 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 704 score: 0.8370 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 705 score: 0.8215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 706 score: 0.7467 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 707 score: 0.8930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 708 score: 0.8579 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 709 score: 0.8914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 710 score: 0.8955 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 711 score: 0.7782 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 712 score: 0.9290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 713 score: 0.8641 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 714 score: 0.8510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 715 score: 0.8399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 716 score: 0.7926 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 717 score: 0.8798 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 718 score: 0.8951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 719 score: 0.8337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 720 score: 0.8920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 721 score: 0.8321 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 722 score: 0.8481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 723 score: 0.9033 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 724 score: 0.8695 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 725 score: 0.9165 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 726 score: 0.8463 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 727 score: 0.8316 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 728 score: 0.8081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 729 score: 0.8474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 730 score: 0.8804 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 731 score: 0.8796 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 732 score: 0.8604 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 733 score: 0.8488 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 734 score: 0.8720 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 735 score: 0.8911 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 736 score: 0.8696 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 737 score: 0.8944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 738 score: 0.8987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 739 score: 0.8839 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 740 score: 0.9067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 741 score: 0.8007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 742 score: 0.8578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 743 score: 0.9055 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 744 score: 0.8880 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 745 score: 0.9031 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 746 score: 0.8865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 747 score: 0.8426 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 748 score: 0.7916 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 749 score: 0.8820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 750 score: 0.8940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 751 score: 0.8334 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 752 score: 0.8359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 753 score: 0.8886 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 754 score: 0.8965 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 755 score: 0.8939 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 756 score: 0.8520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 757 score: 0.8767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 758 score: 0.8464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 759 score: 0.9218 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 760 score: 0.8496 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 761 score: 0.9210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 762 score: 0.9198 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 763 score: 0.9002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 764 score: 0.8956 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 765 score: 0.8923 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 766 score: 0.8774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 767 score: 0.8620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 768 score: 0.9187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 769 score: 0.9336 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 770 score: 0.8733 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 771 score: 0.9358 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 772 score: 0.7980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 773 score: 0.9034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 774 score: 0.9101 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 775 score: 0.9221 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 776 score: 0.8455 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 777 score: 0.8368 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 778 score: 0.8743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 779 score: 0.8541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 780 score: 0.8644 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 781 score: 0.8171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 782 score: 0.8868 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 783 score: 0.8134 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 784 score: 0.8889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 785 score: 0.7775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 786 score: 0.9291 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 787 score: 0.8791 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 788 score: 0.8752 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 789 score: 0.8741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 790 score: 0.8806 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 791 score: 0.8839 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 792 score: 0.8926 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 793 score: 0.8243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 794 score: 0.8372 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 795 score: 0.8174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 796 score: 0.9444 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 797 score: 0.7808 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 798 score: 0.8764 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 799 score: 0.7730 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 800 score: 0.7833 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 801 score: 0.8704 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 802 score: 0.8777 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 803 score: 0.8056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 804 score: 0.7741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 805 score: 0.8399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 806 score: 0.8680 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 807 score: 0.8857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 808 score: 0.8753 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 809 score: 0.8175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 810 score: 0.8995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 811 score: 0.8201 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 812 score: 0.9073 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 813 score: 0.9229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 814 score: 0.8801 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 815 score: 0.8128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 816 score: 0.9130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 817 score: 0.7809 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 818 score: 0.7801 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 819 score: 0.8271 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 820 score: 0.9124 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 821 score: 0.8821 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 822 score: 0.8734 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 823 score: 0.8444 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 824 score: 0.9104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 825 score: 0.7393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 826 score: 0.9034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 827 score: 0.8406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 828 score: 0.8758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 829 score: 0.8744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 830 score: 0.8326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 831 score: 0.8890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 832 score: 0.8379 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 833 score: 0.7133 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 834 score: 0.8432 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 835 score: 0.8330 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 836 score: 0.8303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 837 score: 0.9072 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 838 score: 0.8601 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 839 score: 0.9158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 840 score: 0.8725 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 841 score: 0.8420 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 842 score: 0.7853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 843 score: 0.8708 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 844 score: 0.8292 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 845 score: 0.8755 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 846 score: 0.8222 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 847 score: 0.8510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 848 score: 0.8065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 849 score: 0.8388 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 850 score: 0.8731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 851 score: 0.8496 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 852 score: 0.9076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 853 score: 0.8069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 854 score: 0.8507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 855 score: 0.8683 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 856 score: 0.7687 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 857 score: 0.8476 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 858 score: 0.8837 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 859 score: 0.8675 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 860 score: 0.8650 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 861 score: 0.8642 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 862 score: 0.7597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 863 score: 0.8314 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 864 score: 0.8900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 865 score: 0.8613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 866 score: 0.8396 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 867 score: 0.8378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 868 score: 0.8686 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 869 score: 0.8601 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 870 score: 0.9045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 871 score: 0.8682 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 872 score: 0.8861 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 873 score: 0.7853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 874 score: 0.9069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 875 score: 0.8896 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 876 score: 0.9269 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 877 score: 0.8432 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 878 score: 0.8680 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 879 score: 0.8597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 880 score: 0.8789 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 881 score: 0.9009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 882 score: 0.8614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 883 score: 0.8805 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 884 score: 0.8027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 885 score: 0.7965 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 886 score: 0.8423 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 887 score: 0.8626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 888 score: 0.7509 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 889 score: 0.8563 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 890 score: 0.8192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 891 score: 0.8731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 892 score: 0.7751 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 893 score: 0.8353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 894 score: 0.8958 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 895 score: 0.8656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 896 score: 0.8611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 897 score: 0.8230 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 898 score: 0.8498 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 899 score: 0.8661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 900 score: 0.7483 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 901 score: 0.8871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 902 score: 0.8816 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 903 score: 0.8495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 904 score: 0.8974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 905 score: 0.8647 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 906 score: 0.8824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 907 score: 0.8606 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 908 score: 0.8892 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 909 score: 0.9487 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 910 score: 0.8530 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 911 score: 0.8297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 912 score: 0.9360 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 913 score: 0.9118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 914 score: 0.8591 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 915 score: 0.8877 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 916 score: 0.8902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 917 score: 0.8252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 918 score: 0.7088 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 919 score: 0.8800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 920 score: 0.9243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 921 score: 0.8412 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 922 score: 0.8109 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 923 score: 0.8788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 924 score: 0.7985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 925 score: 0.8672 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 926 score: 0.8810 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 927 score: 0.8655 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 928 score: 0.8993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 929 score: 0.8633 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 930 score: 0.8421 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 931 score: 0.8385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 932 score: 0.8098 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 933 score: 0.8135 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 934 score: 0.8472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 935 score: 0.7646 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 936 score: 0.8460 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 937 score: 0.9316 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 938 score: 0.9070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 939 score: 0.8765 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 940 score: 0.9200 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 941 score: 0.9404 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 942 score: 0.8340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 943 score: 0.9125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 944 score: 0.8212 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 945 score: 0.9097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 946 score: 0.9052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 947 score: 0.8397 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 948 score: 0.8317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 949 score: 0.8761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 950 score: 0.7974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 951 score: 0.6330 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 952 score: 0.8201 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 953 score: 0.8902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 954 score: 0.8230 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 955 score: 0.8948 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 956 score: 0.8584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 957 score: 0.9347 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 958 score: 0.8761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 959 score: 0.9226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 960 score: 0.7499 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 961 score: 0.7615 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 962 score: 0.9126 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 963 score: 0.8436 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 964 score: 0.9170 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 965 score: 0.8858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 966 score: 0.7963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 967 score: 0.8269 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 968 score: 0.8609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 969 score: 0.7986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 970 score: 0.8916 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 971 score: 0.8665 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 972 score: 0.7034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 973 score: 0.8579 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 974 score: 0.8599 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 975 score: 0.9034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 976 score: 0.8965 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 977 score: 0.8711 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 978 score: 0.9076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 979 score: 0.8434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 980 score: 0.8411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 981 score: 0.8524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 982 score: 0.8916 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 983 score: 0.8379 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 984 score: 0.9125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 985 score: 0.8848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 986 score: 0.8535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 987 score: 0.8597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 988 score: 0.7983 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 989 score: 0.5746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 990 score: 0.9062 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 991 score: 0.7742 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 992 score: 0.9230 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 993 score: 0.8887 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 994 score: 0.9154 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 995 score: 0.8764 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 996 score: 0.9093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 997 score: 0.9400 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 998 score: 0.8703 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 999 score: 0.8012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 1000 score: 0.8935 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 1001 score: 0.8626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 1002 score: 0.9079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 1003 score: 0.7951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 1004 score: 0.8833 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 1005 score: 0.8655 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 1006 score: 0.7793 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 1007 score: 0.8514 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 1008 score: 0.9407 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 1009 score: 0.7840 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 1010 score: 0.8797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en Segment 1011 score: 0.8488 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-it-en score: 0.8597 diff --git a/test-pt-en b/test-pt-en new file mode 100644 index 0000000000000000000000000000000000000000..fe2029059f9b53d06466d3defdb251d48d55db26 --- /dev/null +++ b/test-pt-en @@ -0,0 +1,1012 @@ +Now we have 4-month-old rats that are not diabetic, and they used to be diabetic," he added. +Dr. Ehud Ur, a professor of medicine at Dalhousie University in Halifax, Nova Scotia, and president of the clinical and scientific division of the Canadian Diabetes Association, said the study is still in its early stages. +Like other experts, he is skeptical about a cure for type 1 diabetes, noting that the discoveries do not help people who already have type 1 diabetes. +On Monday, Sara Danius, permanent secretary of the Nobel Prize Committee for Literature at the Swedish Academy, publicly announced during a radio show on Sveriges Radio in Sweden that the committee, after being unable to contact Bob Dylan directly regarding the award of the 2016 Nobel Prize in Literature, had given up trying to contact him. +Danius said: "Right now we are not doing anything. I have called and e-mailed their closest colleague and received friendly replies. For now, that's enough." +Previously, Ring CEO Jamie Siminoff said the company was founded after he couldn't hear his doorbell from his garage. +He rigged up a wireless bell, he said. +Siminoff said sales increased after a 2013 appearance on the show "Shark Tank" in which the startup was rejected by the show's investors. +Siminoff was showcased on the shopping channel QVC in late 2017. +Ring was also sued by competitor security company ADT Corporation. +Although an experimental vaccine may be able to reduce the mortality of Ebola, as of now, there are no drugs that are clearly effective in treating the existing infection. +An experimental antibody cocktail, ZMapp, initially showed some promise, but formal studies indicated that it provided less benefit than desired for preventing death. +ZMapp was used as a control, meaning that scientists used it as a baseline and then compared it to the other three treatments in the PALM study. +The U.S. gymnastics team supports the letter sent by the U.S. Olympic & Paralympic Committee and agrees that the entire Olympic family must work together to ensure a safe environment for all athletes. +We agree with the USOC statement that the best interests of our athletes, our clubs, and our sports would be served by moving forward with significant changes to our organization, rather than disbanding. +The U.S. gymnastics team is supporting an independent investigation that will seek to understand how a reported abuse by former team doctor Larry Nassar went undetected for so long, and will advocate for any changes deemed necessary and appropriate. +The U.S. gymnastics team and the U.S. Olympic Committee have the same goal - making gymnastics, and all sports, as safe as possible so athletes can pursue their dreams in a healthy, positive and respectful environment. +During the 1960s, Brzezinski worked as an advisor to John F. Kennedy and then to Lyndon B. Johnson. +During the 1976 election, he advised Carter on foreign policy and served as national security adviser from 1977 to 1981, succeeding Henry Kissinger. +As a member of the NSA, he helped Carter with foreign policy issues such as the Camp David Accords in 1978, U.S. normalization of relations with China in the late 1970s, the Iranian Revolution 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 received nominations for Best Actor and Best Actress, respectively. +Other nominations include Best Picture, Director, Cinematography, Costume Design, Editing, Original Score, Production Design, Sound Editing, Sound Mixing and Adapted Screenplay. +Two songs from the film, Audition (The Fools Who Dream) and City of Stars, are nominated for best original song. Lionsgate studio received a record 26 nominations - more than any other studio. +U.S. President Donald Trump announced Sunday night that U.S. troops would withdraw from Syria. +The advert came after a phone call between US President Donald Trump and Turkish President Recep Tayyip Erdogan. +Turkey would also take in members of the Islamic State group that European nations have refused to repatriate, the declaration said. +This not only confirms that at least some dinosaurs had feathers, a theory which is already widely accepted, but also provides details which are not often seen in fossils, such as colour and three-dimensional structure. +Scientists have said the animal's upper plumage was brown and the lower plumage was either pale or carotenoid. +The discovery also provides new insights into the evolution of feathers in birds. +Dinosaur feathers, or "raptor plumage", are not actually quill-like, but have other features like hooks and barbs. Therefore, researchers have suggested that the raptor plumage was possibly the result of further evolutionary development following the appearance of hooks and barbs. +The structure of the feathers suggests that they were not used in flight, but instead used in display or to regulate temperature. Researchers suggested that even though this is the tail of a young dinosaur, the sample was from an adult's plumage, not a juvenile's. +The researchers suggested that even though the tail belongs to a young dinosaur, the sample reveals adult plumage, not juvenile feathers. +A car bomb exploded at a police headquarters in Gaziantep in Turkey yesterday morning, killing at least two policemen and injuring more than twenty others. +The governor's office said 19 of the injured were police officers. +Police said they suspected a member of the Daesh (ISIS) militant group was responsible for the attack. +They discovered that the Sun had the same basic principles as other stars: all stars in a system are determined by their brightness, rotation, and nothing else. +Luminosity and rotation are used together to define the Rossby number of a star, which is a measure of the flow of plasma. +The lower the Rossby number, the less active the star is in terms of magnetic reversals. +Throughout his journey, Iwasaki faced many problems. +He has been robbed by pirates, bitten by a rabid dog in Tibet, nearly married in Nepal, and arrested in India. +802.11n works in both the 2.4 and 5 GHz bands. +This will make it compatible with 802.11a, 802.11b, and 802.11g, so long as the base station has dual-radio. +802.11n is significantly faster than its predecessors, theoretically capable of 600 Mb/s. +Duvall, who is married with two adult children, made no impression on Miller, who told the story. +When asked for a comment, Miller said, "Mike was talking a lot during the hearing, I was getting ready to go, so I wasn't paying attention to what he was saying." +Hu said China would try to reduce carbon dioxide emissions per unit of GDP by 40 to 45 percent by 2020, compared with 2005 levels. +He did not put a figure on the proposed cuts, saying they would be based on China's economic output. +Hu called on developing countries to "avoid the old path of damage first and pay later." +He added that "they must not, however, be asked to take on responsibilities which are beyond their stage of development, maturity and ability." +The Iraqi Study Group will release its report today at noon GMT. +He warns that there are no guarantees that anything the U.S. does in Iraq now will prevent a sectarian war, an increase in violence or a slide toward chaos. +The report opens with a call for an open debate and a national consensus on U.S. Middle East policy. +The report is highly critical of nearly all aspects of current government policy on Iraq and calls for an immediate change of direction. +The first of the 78 recommendations is that a new diplomatic initiative should be taken by the end of this year to protect Iraq's borders from hostile intervention, and to rebuild relations with neighboring countries. +Argentina's current Senator and First Lady, Cristina Fernandez de Kirchner, announced her candidacy for the presidency yesterday afternoon in La Plata, a city 50 kilometres (31 miles) from Buenos Aires. +Ms. Kirchner announced her intention to run for president at the Teatro Argentina, the same venue where she launched her campaign for the Senate in 2005 as a member of the Buenos Aires provincial delegation. +The debate began with a controversy over disaster relief and reconstruction spending in the aftermath of Hurricane Katrina, which some conservative fiscal hawks jokingly dubbed the "Bush Plan for New Orleans." +Liberal criticism of the reconstruction effort has focused on the awarding of reconstruction contracts to Washington influence peddlers. +More than 4 million people came to Rome to attend the funeral. +So many people came to pay their respects that not everyone was able to fit into St. Peter's Square for the funeral. +Televisions were set up around Rome so that people could watch the ceremony. +Similar arrangements were made in many other Italian and foreign cities, especially in Poland, which allowed many people to follow it. +Historians criticized former FBI officials for directing resources to "easy solve" cases, especially those involving stolen cars, in order to increase the popularity of the agency. +Congress began funding the obscenity initiative in fiscal year 2005, and specified that the FBI should dedicate 10 agents to adult pornography. +Robin Uthappa led the innings with the highest score of 70 runs off 41 balls with 11 fours and 2 sixes. +Middle-order batsmen Sachin Tendulkar and Rahul Dravid made a half-century stand. +But, after failing to reach the captain's target, India managed to score only 36 runs and lost 7 wickets and were all out. +U.S. President George W. Bush arrived in Singapore at dawn on November 16, beginning a weeklong trip to Asia. +He was welcomed by Singapore's deputy prime minister, Wong Kan Seng, and discussed trade and terrorism with Singapore's prime minister, Lee Hsien Loong. +Following a week of defeat in the midterm elections, Bush spoke publicly about expanding trade in Asia. +Prime Minister Stephen Harper agreed to send the government's "Clean Air Act" to a Commons committee for review, before second reading, following a 25-minute meeting with NDP Leader Jack Layton at the PMO on Tuesday. +Layton has called on the prime minister to overhaul the Conservative environmental bill during a meeting with the prime minister, calling for a "full and careful re-write" of the Conservative environmental bill. +Since the federal government stepped in to take over the funding of the Mersey Hospital in Devonport, Tasmania, the state government and some federal members have been critical of the move, calling it a stunt ahead of the November federal election. +But Prime Minister John Howard said the act was only to protect the hospital's status from being downgraded by the Tasmanian government, which had offered a further A$45 million. +Tsunami waves have been reported following the earthquake, according to the latest bulletin. Tsunami waves have been observed near Pago Pago and Niue. +No major damage or injuries were reported in Tonga, but the island briefly lost power, preventing a tsunami warning from being broadcast by the PTWC. +Fourteen schools in Hawaii that are either on the coastline or inland were closed for the entire day Wednesday, even though tsunami warnings had been canceled. +U.S. President George W. Bush welcomed the news. +Gordon Johndroe, a spokesman for Mr. Bush, called the North Korean pledge "an important step toward achieving the goal of the denuclearization of the Korean peninsula." +Tenth named Atlantic hurricane of the season, Tropical Storm Jerry, has formed in the Atlantic Ocean today. +As of now, Jerry is not threatening any land, the National Hurricane Center said. +The U.S. Army Corps of Engineers estimated that 6 inches of additional rainfall could cause levees to break that were already damaged. +Ala Nine, which saw flooding up to six feet deep during Hurricane Katrina, is currently at flood stage, as the nearest levee has been overtopped. +Water is overflowing on a 100-foot section of the dike. +Commons administrator Adam Cuerden expressed his disappointment with the exclusions when speaking to Wikinews last month. +He [Wales] has been lying through his teeth from the start. First he pretended it was for legal reasons, then he pretended he'd been listening for years, and then he pretended he didn't know about the article removals. +The community's irritation has led to the present-day efforts to create a policy regarding sexual content on the website which hosts millions of open-license media files. +Most of the work was theoretical, but the program was designed to observe the Sagittarius Galaxy. +The effect the team wanted to see was caused by the dark matter between the galaxies and the Milky Way. +As the Moon pulls on the Earth, causing tides, the Milky Way also exerts a force on the Sagittarius galaxy. +Scientists have concluded that dark matter interacts with other dark matter in the same way as normal matter. +This theory suggests that most of the dark matter surrounding a galaxy is located in a disk around the galaxy in a sort of halo, and is composed of many tiny particles. +TV footage showed a white plume of smoke billowing from the plant. +Officials are urging area residents downwind of the power plant to remain indoors, close their air conditioners, and not to drink tap water. +Japan's nuclear agency says radioactive iodine and calcium have been found at the plant. +Authorities believe the containers may have been damaged, leaking uranium fuel into the ground. +Dr. Tony Moll discovered extensively drug-resistant tuberculosis, or XDR-TB, in the KwaZulu-Natal province of South Africa. +He said the new variant was "really bad and scary because it has such a high mortality rate," in an interview. +Dr. Moll said some patients may have contracted the virus at the hospital, and at least two were health-care workers. +In a one-year period, an infected person can infect between 10 and 15 close contacts. +However, the percentage of XDR-TB in the total population of people with tuberculosis still appears to be low; 6,000 out of 330,000 people with tuberculosis in South Africa at any given time. +Both satellites, each about 1,000 pounds (450 kg) and traveling at about 17,500 miles per hour, collided at an altitude of 491 miles. +Scientists said the explosion from the collision was intense. +They are still trying to figure out the size of the crash and how the earth will be affected. +U.S. Strategic Command, a department of the Defense, is surveying the wreckage. +The results of the analysis of the graph will be available on the public website. +A pediatrician who worked at Children's Hospital of Pittsburgh in Pennsylvania is expected to be charged with murder after her mother was found dead in the trunk of her car on Wednesday, authorities in Ohio said. +Dr. Malar Balasubramanian, 29, was found unconscious on the side of a road in Blue Ash, Ohio, about 15 miles north of Cincinnati, wearing only a shirt and underwear and apparently under the influence of a powerful sedative. +She led police to her black Oldsmobile Intrigue, parked about a quarter-mile away. +Inside, they found the body of 53-year-old Saroja Balasubramanian covered in blood. +Police said the man had been dead for a day. +The first cases of the illness this season were reported in late July. +The disease is transmitted by pigs and then passed to humans through mosquito bites. +The outbreak has prompted the Indian government to take certain steps such as distributing thousands of mosquito nets and setting up pig farms in the affected areas, and spraying pesticides. +Millions of doses of vaccine against encephalitis have also been promised by the government, which will help health agencies prepare for the next year. +Plans for vaccines targeted at the areas most affected this year have been set back by funding shortfalls and low priority compared to other diseases. +In 1956, Słania moved to Sweden, where he began working for the Swedish Postal Service after three years and became its chief recorder. +He has produced more than 1,000 stamps for Sweden and another 28 countries. +His work is so well known and of such high quality and detail that he is a rare celebrity among stamp collectors, and some collect only his work. +His 1,000th stamp was the beautiful "Great Achievements of the Swedish Kings" by David Klöcker Ehrenstrahl in 2000, which is listed in the Guinness Book of Records. +He has also designed banknotes for many foreign countries, and recent examples of his work include the portraits of the prime ministers on the new Canadian $5 and $100 notes. +Gibson was taken to a hospital, where he later died. +The lorry driver, 64, was unhurt in the accident. +The vehicle involved in the accident was removed from the scene at about 12:00 GMT on the same day. +Children were waiting to cross the road and were screaming and crying, a witness who works in a nearby garage said. +They all raced back to the scene of the accident. +Other issues on the agenda for Bali include saving the world's remaining forests and sharing technology to help developing nations grow in ways that are less polluting. +The UN is also hoping to set up a fund to help developing countries cope with the impacts of global warming. +The money could go toward flood-proofing homes, better water management and diversifying crops. +Ms. Fluke wrote that efforts by some to prevent women from speaking about their health were unsuccessful. +She came to this conclusion after receiving an overwhelming amount of positive comments and encouragement from both men and women urging her to make birth control medication a medical necessity. +When the fighting stopped, after the casualties had been taken to hospital, about 40 of the remaining inmates remained in the yard, refusing to return to their cells. +Traders tried to reverse the situation, but the demands of the inmates were not clear. +Between 10 p.m. and 11 p.m. (MDT), inmates set a fire inside the prison. +Police in riot gear then entered the courtyard and fired tear gas at the inmates. +Firefighters brought the blaze under control at 11:35 p.m. +After the dam was built in 1963, the annual flooding that spread sediment throughout the river was stopped. +This sediment is essential to create sandbanks and beaches, which provide habitat for wildlife. +As a result, two fish species have become extinct and another two are now endangered, such as the Gila cypha. +Although the water level will rise only by a few metres in the days following the flood, officials expect it will be high enough to rescue the eroding sand banks. +No tsunami warning has been issued and the geophysics agency in Jakarta says there is no need for one since the quake's magnitude was below 6.5. +With no tsunami threat, residents began panicking and fleeing their homes and businesses. +Although Winfrey wept as she signed off, she made sure to tell viewers that she would be back. +This is not a goodbye, this is the closing of a chapter and the opening of another." +Final results of Namibia's presidential and parliamentary elections showed President Hifikepunye Pohamba easily re-elected. +The ruling South West African People's Organization (SWAPO) also won a majority in parliamentary elections. +Coalition and Afghan forces were heading to the scene to protect it, and other coalition aircraft were being sent in to help. +The accident occurred at a high altitude in mountainous terrain and is believed to have been caused by enemy fire. +Search and rescue efforts have been hampered by bad weather and rugged terrain. +Medical charity Médecins Sans Frontières (MSF) and the World Health Organization (WHO) said it was the worst outbreak recorded in the country. +MSF said in a statement, "Angola is on track for its worst outbreak ever, and the situation remains very bad in the country." +The games started at 10am under sunny skies, and despite some early morning rain, it was a perfect day for some sevens rugby. +Tournament favorites South Africa got off to a flying start, cruising to a comfortable 26-0 win over fifth-ranked Zambia. +Looking decidedly rickety against their southern neighbours, South Africa, however, improved as the tournament progressed. +Their disciplined defense, ball control, and teamwork were outstanding, and it was clear that this was a team that could not be beaten. +Officials from the city of Amsterdam and the Anne Frank Museum said the tree was infected with a fungus and posed a public health risk, arguing that it was about to collapse. +The hearing was scheduled for Tuesday, but was put on hold after an emergency court hearing. +All of the cave entrances, collectively known as the "Seven Sisters", are at least 100 to 250 metres (328 to 820 feet) wide. +Infrared images show that the temperature variations from night to day are similar to those in caves. +They are colder than the surrounding surface during the day, and warmer at night. +Their thermal behavior isn't as stable as those of the large caves on Earth, which often have a fairly constant temperature, but it is consistent with them being deep holes in the ground," said Glen Cushing, of the U.S. Geological Survey's Astrogeology Team and Northern Arizona University, in Flagstaff, Arizona. +Traditionally, voting in France has been a low-tech affair: Voters go into a booth, fill out a printed ballot, and place it in an envelope. +After officials verified the voter's identity, the voter would place the ballot in the box and sign the poll book. +French electoral law is codified in a very detailed way. +Since 1988, all ballot boxes have been transparent, so that voters and observers can see that there are no envelopes in the ballot box at the start of voting, and that no additional envelopes are added except those of voters who have been properly registered and authorized. +Candidates can send representatives to observe all aspects of the process. Votes are counted by volunteers overnight, under careful supervision, using specific procedures. +ASUS Eee PC, launched worldwide recently with upgraded functions and aimed at cost savings, has become a hot topic at the 2007 Taipei ICT Month. +But the consumer laptop market would be radically changed and transformed after Asus won the Taiwan Sustainable Award in 2007 under the leadership of Chairman Yuan of the Republic of China. +The station's website describes the show as "an old-school radio play with a healthy dose of geekiness and newbies!" +In its early days, the show was only available on the long-running TogiNet Radio website, which focused on audio broadcasting. +In late 2015, Toginet established AstroNet Radio as a sister station. +The previous show featured amateur voice actors from East Texas. +Scattered clashes were said to have continued through the night, with police nowhere to be seen in the streets of Bishkek. +Bisqueque City was described as being in a state of "anarchy" by one observer, with looters roaming the streets and smashing up shops selling consumer goods. +Residents of Bishkek blamed the protesters from the south for the illegalities. +South Africa has defeated the All Blacks (New Zealand) in a Tri Nations rugby match at the Royal Bafokeng Stadium in Rustenburg, South Africa. +The final score was a close one, 21-20, ending a 15-match winning streak for the All Blacks. +For the Springboks, it ended a five-match losing streak. +It was the All Blacks' second title in two weeks. +The series finale will be at Ellis Park in Johannesburg next week, with the Springboks facing Australia. +A moderate earthquake hit western Montana at 10:08 p.m. Monday. +No immediate reports of damage were received by the U.S. Geological Survey or the National Earthquake Center. +The epicenter of the quake was about 12 miles (15 km) north northeast of Dillon and about 40 miles (65 km) south of Butte. +Bird flu, the lethal H5N1 strain, has been confirmed in a dead wild duck found on Monday in a marshland near Lyon in eastern France. +France is the seventh European Union country to be hit by the virus, after Austria, Germany, Slovenia, Bulgaria, Greece, and Italy. +The suspected H5N1 cases in Croatia and Denmark remain unconfirmed. +Chambers accused God of "killing people everywhere, destroying and terrorizing millions and millions of people on earth." +An agnostic, Chambers argued that the process was "frivolous" and "anyone could sue anyone." +The storyline of the French opera by Camille Saint-Saëns is of an artist "whose life is dictated by a love of drugs and Japan." +Accordingly, the actors on stage are smoking marijuana, and the theater is encouraging the audience to join them. +Former U.S. Speaker of the House Newt Gingrich, Texas Gov. Rick Perry and U.S. Rep. Michele Bachmann placed fourth, fifth and sixth respectively. +After the results came in, Gingrich praised Santorum but took aim at Romney, whose campaign had run negative ads in Iowa against Gingrich. +Perry said he would "go back to Texas and look at the results from tonight's party convention and see if there is a path forward for me in this race," but later said he would stay in the race and participate in the Jan. 21 South Carolina primary. +Bachmann, who won the Ames Straw Poll in August, decided to end her campaign. +The photographer was taken to Ronald Reagan UCLA Medical Center, where he later died. +He was in his twenties, according to reports. In a statement, Bieber said: "While my heart breaks for the loss of someone's life, my prayers go out to the family of the victim." +According to celebrity news website TMZ, the photographer parked his car on the opposite side of Sepulveda Boulevard and tried to take photos of the traffic stop before crossing the street and continuing on, prompting the California Highway Patrol officer directing traffic to twice order him to return to his car. +It is unlikely that the driver of the vehicle that struck the photographer will be charged criminally, police said. +With only eighteen medals available per day, a large number of countries were unable to win any medals. +They include the Netherlands, with Anna Jochemsen ninth in the women's standing (sitting) Super-G yesterday, and Finland, with Katja Saarinen tenth in the women's standing (sitting) Super-G yesterday. +Australian Mitchell Gourley finished 11th in the men's super-G. Czech competitor Oldrich Jelinek finished 16th in the men's super-G. +Arly Velasquez of Mexico finished 15th in the men's sitting super-G, while Adam Hall of New Zealand was ninth in the men's standing super-G. +Polish visually impaired skier Maciej Krezel and his guide Anna Ogarzynska finished in 13th place in the Super-G. South Korea's Jong Seork Park finished 24th in the men's sitting Super-G. +UN peacekeepers who have been stationed in Haiti since the devastating 2010 earthquake are being blamed for sparking the outbreak, which started near their camp. +According to the suit, UN camp waste was not properly treated, leading to bacterial contamination in the Artibonite River, one of Haiti's largest. +Before the troops arrived, Haiti had not had a case of yellow fever since 1800. +The Haitian Institute of Justice and Democracy cited independent studies that suggested that the UN peacekeeping mission in Nepal, which was unaware, had brought the disease to Haiti. +U.N. disease expert Danielle Lantagne said the outbreak was likely caused by U.N. peacekeepers. +Hamilton confirmed that Howard University Hospital had listed the man's condition as stable. +The patient had been in Nigeria, where an outbreak of Ebola virus occurred. +The hospital was following infection-control protocols, including isolating the patient, to prevent the potential spread of infection to others. +Before The Simpsons, Simon worked on a number of shows in various capacities. +He worked in the 1980s on shows including Taxi, Cheers, and The Tracey Ullman Show. +In 1989, he helped create The Simpsons with Brooks and Groening, and he was responsible for hiring the show's first writing staff. +Although he left the show in 1993, he still held the title of executive producer and received tens of millions of dollars per year in royalties. +Earlier, the Chinese news agency Xinhua reported that a plane had been hijacked. +Subsequent reports said the plane had a bomb threat and returned to Afghanistan, landing in Candaar. +Early reports said the plane had been sent back to Afghanistan after an emergency landing in Ürümqi was denied. +Air crashes are common in Iran, which has an ageing and poorly-maintained civil and military fleet. +International sanctions have made it difficult to purchase new aircraft. +Earlier this week, a police helicopter crashed, killing three people and injuring three others. +Iran suffered its worst air disaster in recent years last month when a plane headed to Armenia crashed, killing all 168 on board. +Another crash of a commercial plane at an airport in Mashhad in the same month killed 17 people. +Aerosmith has canceled the remainder of their "Global Warming" tour. +The rock band was due to be on a US and Canadian tour until 16 September. +The band had been on tour since Steven Tyler, the band's lead singer, fell off the stage during a performance on August 5. +Murray lost the first set in the tie-break after both players held their serves in the first set. +Del Potro got off to a hot start in the second set, but also found himself trailing 6-6 at one stage. +Potro was treated for a shoulder injury but returned to play. +The show started at 20:30 local time (15:00 UTC). +Famous singers from across the country offered Bhajans, or devotional songs, at the feet of Shri Shyam. +The night started with a performance by singer Sanju Sharma, who was accompanied by Jai Shankar Choudhary. The Chhappan Bhog Bhajan by Raju Khandelwal was also presented. +Lakkha Singh then took over and started singing the bhajans. +108 Chhappan Bhog (56 different items like sweets, fruits, nuts, dishes, etc. are offered to the deity in Hinduism) were served to Baba Shyam. +Lakkha Singh also presented the Chhappan Bhog Bhajan. The singer Raju Khandelwal was accompanying him. +At the Tokyo Game Show on Thursday, Nintendo president Satoru Iwata unveiled the design for the new Nintendo Revolution console's controller. +Similar to a TV remote control, the controller uses two sensors placed near the user's TV to triangulate its position in 3D space. +This will allow players to control actions and motions in the game by moving the device in the air. +Giancarlo Fisichella crashed his car on the opening lap of the race. +Team-mate Fernando Alonso led for most of the race but his race ended shortly after his pit stop when a wheel came loose. +Michael Schumacher ended his race shortly after Alonso due to damage to his suspension from multiple battles throughout the race. +She's funny, and she sings well," he said, according to a transcript of the interview. +He said, "Every time we rehearsed it, it was with a very heavy heart." +Within three minutes of launch, video from a camera on the side of the fuel tank showed several pieces of insulation falling off. +Meanwhile, they are not blamed for the space shuttle malfunction. +NASA's space shuttle program manager, N. Wayne Hale Jr., said the foam came down "at a time that we're not comfortable with." +Five minutes later a wind begins to blow, about a minute later the wind is up to 70 km/h, then the rain comes down so hard it feels like needles hitting your skin, hail starts coming down from the sky, people are screaming and running all over the place. +I lost my sister and her friend, and on the way there were two people in wheelchairs, people jumping over them," said Armand Versace. +NHK also said the Kashiwazaki Kariwa nuclear power plant in Niigata prefecture was operating normally. +Hokuriku Electric Power Co. said there were no earthquake effects reported and that the No. 1 and No. 2 reactors at its Shika nuclear plant had been shut down. +About 9,400 homes are without water, and about 100 are without electricity. +Some roads were damaged, rail service was suspended in the affected areas and Noto Airport in Ishikawa prefecture remains closed. +A bomb exploded outside the governor's office. +Another three bombs exploded near government buildings in a two-hour span. +Some reports said the official death toll was eight, while others said up to 30 people were injured, but those figures have not been confirmed. +Both uric acid and melanin were found in urine samples from pet animals that had died after eating the contaminated food. +The two compounds react to each other to form crystals that can block kidney function, researchers at the university said. +Researchers found that when they added melanin and uric acid to cat urine, crystals formed. +The composition of those crystals is identical to the compound found in the urine of pet animals hit by lightning, when the two compositions are compared using Fourier Transform Infrared (FTIR) spectroscopy. +I don't know if you saw this or not, but a large amount of goods from Central America came into the country without paying taxes. +Still, eighty percent of our products were taxed in Central American countries. We treat you. +That made no sense to me, and it was certainly not fair. +I tell people, look, if you're going to criticize us, then criticize us for what we do, not for who we are. +California Governor Arnold Schwarzenegger has signed a bill into law that will ban the sale or rental of violent video games to minors. +The bill would require violent video games sold in California to be labeled "18" and make it a misdemeanor punishable by a $1,000 fine to sell to a minor. +Director of Public Prosecutions, Kier Starmer QC, made the announcement this morning that Huhne and Pryce would be charged. +Huhne has resigned and will be replaced in the Cabinet by Ed Davey MP. Norman Lamb MP is expected to take over as Business Secretary from Davey. +Huhne and Pryce are due to appear at Westminster Magistrates' Court on February 16. +The victims have been identified as 25-year-old Nicholas Alden and 21-year-old Zachary Cuddeback, who was the driver. +Edgar Veguilla suffered a broken arm and jaw, while Kristoffer Schneider required facial reconstructive surgery. +Uka's weapon misfired as it was pointed at the head of a fifth man, Schneider said, leaving him with permanent pain, a blown-out eyeball, a missing section of skull, and a reconstructed titanium face. +Schneider appeared via video conference call from a U.S. Air Force base in his home country. +In addition to Wednesday's event, Carpanedo competed in two individual races at the Championships. +His first event was the slalom, where he received a "Did Not Finish" (DNF) in his first race, of the 116 competitors, 36 received the same result. +In her other event, the Giant Slalom, she finished tenth in the sitting group with a combined time of 4:41.30, 2:11.60 behind Australian Claudia Loesch in first and 1:09.02 behind Hungarian Gyöngyi Dani in ninth. +Four of the women competing in the giant slalom did not finish their runs, and 45 of the 117 women competing in the giant slalom did not advance to the second run. +Madhya Pradesh Police has recovered the stolen laptop and mobile phone. +Superintendent of Police D K Arya said, "We have arrested five people who raped the Swiss and recovered their mobile phone and laptop." +The accused have been named as Baba Kanjar, Bhutha Kanjar, Rampro Kanjar, Gaza Kanjar and Vishnu Kanjar. +The accused appeared in court with his face covered, said Superintendent of Police Chandra Shekhar Solanki. +Three people were inside the house at the time of the crash, but no injuries were reported. +The driver however suffered serious head injuries. +The road was closed for several hours while emergency services freed the man from the red Audi TT. +He was initially taken to the James Paget Hospital in Great Yarmouth. +He was later transferred to Addenbrooke's Hospital in Cambridge. +Adekoya has been at Edinburgh Sheriff Court since then, charged with her son's murder. +She is in custody awaiting indictment and trial, but any potential eyewitnesses may be compromised since her image has been widely disseminated. +This is standard practice elsewhere in the UK, but Scotland's justice system is different and the courts consider the publication of photographs to be potentially prejudicial. +Prof Pamela Ferguson, of the University of Dundee, said: "Journalists appear to be heading into dangerous territory when they publish photographs, videos and so on of suspects. +The Crown Office, which is responsible for prosecutions, has told reporters there will be no further comment - at least until charges are laid. +According to the leak, the document will be about the border dispute, which the Palestinians want based on the pre-1967 Six-Day War borders. +Other issues include the future of Jerusalem, which is holy to both sides, and the issue of the Jordan Valley. +Israel is demanding a continuous military presence in the valley for as long as a decade after a deal is signed, while the AP would agree to a five-year arrangement. +Test shooters in the follow-up pest control audit were closely supervised by forest engineers while the test was monitored and its effectiveness was assessed. +A partnership between the NSW National Parks and Wildlife Service and the Sporting Shooters Association of Australia (NSW) Inc saw qualified volunteers recruited under the Sporting Shooters Association of Australia (NSW) Inc. +Mick O'Flynn, NPWS Interim Conservation and Estates Director, said the four volunteer shooters selected for the first operation had been given extensive safety and training briefings. +Yesterday, Martelly promised a new nine-member Provisional Electoral Council (CEP). +It is President Martelly's fifth CEP in four years. +Last month, a presidential commission recommended the CEP's resignation as part of a package of measures to pave the way to new elections. +The commission was formed in response to widespread protests against the government that began in October. +Occasional violent protests have been sparked by the failure to hold elections that were originally scheduled for 2011. +About 60 cases of overheating iPods have been reported, causing six fires and leaving four people with minor burns. +Japan's Ministry of Economy, Trade and Industry (METI) said it was aware of 27 device-related accidents. +Last week, METI released that Apple had reported 34 more instances of overheating, which the company classified as "non-serious." +The ministry responded by calling the Apple report "truly lamentable." +The quake hit Mariana at 07:19 am local time (2119 GMT Friday). +The Northern Mariana Islands Office of Emergency Management said there were no reports of damage in the islands. +The Pacific Tsunami Warning Center also said there was no tsunami threat. +A former Filipino policeman has hijacked a tourist bus in Manila, the capital of the Philippines, and taken hostages in Hong Kong. +Rolando Mendoza fired his M16 rifle at the tourists. +A number of hostages have been freed, and at least six have been confirmed dead. +Six hostages, including children and elderly people, were released earlier, as well as Filipino photojournalists. +Then photographers took the woman's place, and Mendoza was shot. +Liggins followed his father's footsteps and pursued a career in medicine. +He trained as an obstetrician and began work at the National Women's Hospital in Auckland in 1959. +Although he was working in the hospital, Liggins began researching preterm births in his spare time. +His research showed that if a hormone was administered, it would hasten fetal lung maturation in the baby. +On Wednesday, government investigators recovered two "black boxes," or flight data recorders, Xinhua reported. +Other fighters also paid tribute to Luna. +Tommy Dreamer said, "Luna was the first Queen of Extreme. My first promoter. Luna died on a night with two full moons. Something special, just like her, a strong woman." +Dustin Runnels (Goldust) said, "Luna was as crazy as I am, or maybe even crazier... I loved her and will miss her, I'm sure she's in a better place." +Of the 1400 people surveyed ahead of the 2010 federal election, the number who were against changing Australia's status to a republic had risen by eight per cent since 2008. +Former Prime Minister Julia Gillard said during the 2010 national election campaign that she believed Australia would become a republic at the end of Queen Elizabeth II's reign. +Thirty-four per cent of those surveyed wanted Queen Elizabeth II to be the last Australian monarch. +At the extremes of the spectrum, 29 per cent of respondents believed Australia should become a republic as soon as possible, while 31 per cent believed Australia should never become a republic. +The Olympic gold medallist is set to compete in the 100m and 200m freestyle and three relay events at the Commonwealth Games but his participation has been thrown into doubt by the complaints. +He was unable to take painkillers, which are banned at the Games. +Mathematician and computer science professor Curtis Cooper at the University of Central Missouri discovered the largest known prime number as of January 25. +The findings were verified by multiple people using a variety of hardware and software, and announced on Tuesday. +Comets may have brought water to Earth, along with the organic material that gave rise to proteins and made life possible. +Scientists want to know how planets form, especially how Earth formed, since comets have been hitting Earth for a long time. +Cuomo, 53, took office earlier this year and signed a law last month making New York the 14th U.S. state to legalize same-sex marriage. +He called the reports "politics and nonsense" +He is expected to run for president in 2016. +The NextGen is a system that the FAA says will allow planes to fly more efficient routes, save millions of gallons of fuel every year, and reduce carbon emissions. +It replaces older radar-based technology with satellite-based technology, and allows air traffic controllers to pinpoint planes more accurately and provide more accurate information to pilots. +There will be no extra transport and the surface trains will not call at Wembley. Parking and connections to public transport will not be available. +Transport issues have heightened the possibility of the game being played behind closed doors, without supporters. +On Wednesday, the journal Science published a study reporting the discovery of a new bird species in the Galapagos Islands of Ecuador. +Researchers from Princeton University in the US and the University of Uppsala in Sweden reported that the new species evolved in only two generations, although it was previously thought to take much longer due to breeding between a native Darwin's finch, Geospiza fortis, and an immigrant cactus finch, Geospiza conirostris. +Gold can be hammered into any shape. It can even be rolled into small balls. +It can be stretched into a thin wire and twisted or braided. It can be hammered flat or rolled into leaves. +It can be very thin and laid over another metal. Because of its thinness, it was sometimes used as a decoration for hand-painted books called "illuminated manuscripts". +This is called chemical potential. You can make a red cabbage indicator. +The juice from red cabbage depends on whether the chemical is acidic or basic (alkaline). +pH is a measure of the amount of hydrogen ions (H+) in a particular chemical. +Hydrogen ions are protons that have had their electrons removed (because hydrogen atoms consist of a proton and an electron). +Mix the two doughs together, using your clean hands to form a ball. +The moisture in your hands interacts with the outer layers, causing a weird sensation and forming a sort of shell. +The cities of Harappa and Mohenjo-daro had a sophisticated sanitation system with sewers in most houses connected to a network of drains. +Remnants of sewage systems have been found in the ancient Minoan cities of Crete and Santorini in Greece. +Ancient Egypt, Persia, and China also had toilets. In ancient Rome, public toilets were often connected to public baths, which were open to both men and women. +When you talk to someone who is far away from you, you are using a satellite. +The satellite in space receives the call and then relays it back to Earth, almost instantly. +The satellite was sent into space on a rocket. Scientists use telescopes in space because the Earth's atmosphere blocks some of the light and makes it hard to see. +A giant rocket over 30 meters tall is needed to launch a satellite or a telescope. +The wheel is an amazing invention that has changed the world in so many ways. The most important thing the wheel gave us was a much easier and faster way to move from one place to another. +It gave us the train, the car, and many other forms of transportation. +Below these are the medium-sized cats, which hunt medium-sized prey, from rabbits to deer and antelopes. +Finally, many small cats, including free-living pet cats, eat many more small animals, such as bugs, rodents, lizards, and birds. +The key to their success is the concept of the niche, a specialized function that each cat performs that keeps them from competing with each other. +Lions are the most sociable of the cat family, living in large groups called prides. +Prides consist of one to three adult male lions, about a dozen adult females, and as many as thirty cubs and young females. +Women are often very close to each other, being an extended family of sisters and mothers. +A pride of lions behaves much like a pack of wolves or dogs, and are surprisingly similar to lions in behavior but not to other big cats. They are also very deadly to their prey. +A well-balanced athlete, the tiger can climb (although not well), swim, jump great distances, and pull with five times the strength of an average human. +The tiger is a member of the same genus (Panthera) as the lion, leopard and jaguar. These four big cats are the only ones that roar. +The tiger's roar is not like the roar of a lion, but more like a sentence of words roared and growled. +Jaguars like to eat small animals. They hunt monkeys, snakes, rodents, and birds. Most of the animals that the jaguar eats are much smaller than the jaguar. +Scientists believe jaguars track their prey by following its scent on the ground. +They have excellent night vision and can see well in the dark. They are also very stealthy and able to stalk their prey. Jaguars hunt their prey by stalking and ambushing. +When a small group of living things (a small population) separates from the main population from which they came (perhaps by crossing a mountain range or a river, or by going to an island from which they can't easily return), they often find themselves in a different environment from the one they were in before. +This new environment has different resources and new competitors, so the new population will need to have different characteristics than the original one and adapt to become a strong competitor. +The original population has not changed, they still need those same adaptations. +Over time, as the new population begins to adapt to its new environment, it becomes less and less like the original population. +Eventually, after thousands or even millions of years, the two populations might become so different that they can no longer be called the same species. +We call this process speciation, which is simply the formation of new species. Speciation is an inevitable and important part of the evolutionary process. +Plants produce the oxygen we breathe and take in carbon dioxide we exhale (breathe out) +Plants make their own food using photosynthesis. They also give off shade. +We build our houses from plants, we make our clothes from plants, most of the food we eat is from plants. Without plants, animals would not be able to survive. +The Mosasaurus was the top predator of its time, so the only thing it was afraid of was another Mosasaurus. +Its long jaws held up to 70 sharp teeth, and a second set of teeth was located in the roof of its mouth, so that nothing it caught could escape. +We don't know for sure, but it may have had a double tongue. Its diet included sea turtles, sharks, other mosasaurs, and possibly even cannibalism. +He also attacked anything that came into the water; even a giant like a Tyrannosaurus rex would have been no match for him. +While most of their food was familiar to a Roman, they still had their fair share of strange or exotic foods, such as boar, turkey, snails, and a type of rodent called an arganaz. +Another difference was that while the poor and women ate while sitting on chairs, the wealthy men would hold banquets where they would lie on their sides while eating. +Ancient Rome was not a supplier of food to Europe from the Americas and Asia, as it would be in later centuries. +For example, they did not have wheat, tomatoes, potatoes, or chocolate, and no ancient Roman ever tasted a Peruvian. +The Babylonians made a main temple for each of their gods, which were considered to be the house of the respective deity. +People made sacrifices to the gods, and priests performed rituals to appease the gods. +Each temple had an open courtyard and an inner sanctuary where only the priests were allowed. +Sometimes special pyramids shaped like a tower, called ziggurats, were built as part of a temple. +The top of the tower was a special sanctuary for the god. +In the hot climate of the Middle East, houses were not important. +Most Jewish family life was outdoors. +Women cooked in the courtyard, and shops were no more than open booths facing the street. Stone was used in the construction of houses. +There were no great forests in Canaan, so timber was very costly. +Greenland has been sparsely populated from the beginning. According to Norse sagas, Erik the Red was exiled from Iceland for murder and went west, where he discovered Greenland and named it. +But regardless of his discovery, Native American tribes had already been living there for some time. +Although all the countries were "Scandinavian", there were great differences between the peoples, kings, customs, and history of Denmark, Sweden, Norway, and Iceland. +If you've seen the movie The Legend of the Lost Treasure, you may notice a treasure map on the back of the Declaration of Independence. +However, this is not true. Although there is something written on the reverse side of the document, it is not a treasure map. +The words "Original Declaration of Independence, Dated July 4, 1776" are written on the bottom of the document, upside down. +Although no one knows for sure who created the large parchment document - measuring 29 3/8 by 24 1/2 inches - it was originally rolled up for storage. +Thus, a note may simply have been added as a tag. +The landings and subsequent battles on D-Day freed northern France, but southern France was still under German occupation. +It was under French "Vichy" control. These were the French who made a deal with the Germans in 1940 and worked with the invaders rather than fighting them. +On August 15, 1940, the Allies invaded southern France and code named the operation "Dragoon". +In just two weeks, American and Free French forces had liberated southern France and were advancing into Germany. +A civilization is a unique culture shared by a large number of people living and working together in a cooperative society. +The word civilization is derived from the Latin word civilis, meaning civil, related to the Latin civis, meaning citizen, and civitas, meaning city or city-state, and also in some way defining the size of a society. +Cities are the precursors of nations. Culture of a civilization involves the passing of knowledge from one generation to another, a long-standing cultural tradition, and a just distribution. +Smaller cultures often leave no historical record and are not recognized as civilizations. +During the Revolutionary War, the Thirteen Colonies first formed a weak central government - consisting of a single body, Congress - under the Articles of Confederation. +Without the power to tax, the Congress had to rely on the states for revenue, and as there was neither a national executive nor judiciary, the states generally did not cooperate in carrying out the federal laws. +Also, there was no authority to revoke state taxes and tariffs. +Articles required the unanimous consent of the states in order to be amended, and the states gave so little regard to the central government that their representatives were seldom present. +The Italian national football team, together with the German national football team, is the second most successful in the world, and was the FIFA World Cup champion in 2006. +Popular sports include football, basketball, volleyball, water polo, fencing, rugby, cycling, ice hockey, roller hockey, and Formula 1 racing. +Winter sports are more popular in the northern regions, with the Italians competing in international games and Olympic events. +Japan has approximately 7,000 islands (the largest of which is Honshu), and is the world's seventh-largest island. +Because of Japan's numerous islands, Japan is often geographically referred to as an "archipelago" +Taiwan's history dates back to the 1500s, when Europeans sailing past the island called it Ilha Formosa, which means Beautiful Island. +In 1624, the Dutch East India Company established a base in the southwest of Taiwan, and introduced new practices in grain production for the aboriginal peoples, and employed Chinese to work on their rice and sugar cane plantations. +In 1683, the Qing Dynasty (1644–1912) gained control of Taiwan's western and northern coastal areas and made Taiwan a province of the Qing Empire in 1885. +In 1895, after its defeat in the First Sino-Japanese War (1894–95), the Qing government signed the Shimonoseki Treaty, ceding sovereignty over Taiwan to Japan, which governed the island until 1945. +Machu Picchu has three main structures, the Intihuatana, the Temple of the Sun and the Temple of the Three Windows. +Most of the buildings on the outside of the complex have been reconstructed to give visitors a sense of what they looked like originally. +In 1976, thirty percent of Machu Picchu was recovered, and this recovery continues to this day. +35 mm film was the most common film size in the world, and it was the standard film size at the end of the era of analogue photography. +It is still made today, but more importantly, its aspect ratio is the standard for digital camera sensors. +35 mm film is actually 36 by 24 mm. +The aspect ratio of this type of screen (divided by twelve for the lowest common integer ratio) is therefore 3:2. +Many common formats (e.g. APS family of formats) are the same or very close to this ratio. +The often abused and frequently demoralized thirds law is a simple guideline that provides a dynamic while maintaining a reasonable amount of order in a figure. +He believes the intersection of the lines that divide the image into thirds horizontally and vertically (see example) is the most effective place for the main subject. +During this period in European history, the Roman Catholic Church, which had become rich and powerful, was under scrutiny. +For more than a thousand years, Christianity has united the European states, despite the differences in language and customs. +They were all affected by his influence, from the king to the plebeian. +One of the most important Christian principles is that wealth is to be used to relieve suffering and poverty, and church funds are provided for that purpose. +The central leadership of the church had been based in Rome for more than a thousand years, and the concentration of power and wealth in Rome led to questions about whether this principle was being upheld. +Within days of the outbreak of hostilities, Britain began to enforce a naval blockade of Germany. +The strategy also succeeded in cutting off vital supplies to both military and civilian populations, albeit at the cost of violating international laws generally accepted and enshrined in several international agreements over the past two centuries. +Britain has declared a number of international waters to be a no-go area for any ship, friend or foe, and even neutral vessels have been ordered to stay away. +Germany, having got a limited reply to its unrestricted submarine warfare, expected a similar response to its unrestricted aerial warfare. +During the 1920s, most people and nations were pacifist and isolationist. +After witnessing the horrors and atrocities of World War I, all nations wanted to avoid this from happening again in the future. +In 1884, Tesla moved to the United States to take a job at the Edison Company in New York City. +He came to the United States with no money, a book of poetry, and a letter of recommendation from his former boss, Charles Batchelor, to Thomas Edison. +The ancient Chinese had a unique way of distinguishing different periods; each major phase of Chinese history or any particular dynasty was given a distinct name. +Additionally, between each dynasty was a period of disunity among the provinces. The most well-known of these periods is the Three Kingdoms Era, which lasted for 60 years between the Han and Jin dynasties. +During these periods, there was a vicious war of succession going on between many of the noble families for the throne. +The Three Kingdoms is one of the bloodiest periods in Chinese history, with thousands of people dying in battles to claim the throne in the large palace of Xi'an. +There are many social and political effects, such as the use of the metric system, the change from absolute to republicanism, nationalism and the belief that the country belongs to the people, not one ruler. +Furthermore, after the Revolution, all positions were opened to men, allowing the most ambitious and successful to prosper. +This was also true of military rank, which was no longer based on social class, but on character. +The French Revolution also inspired many other peasants in other countries to start their own revolutions. +Muhammad was deeply interested in matters beyond worldly concerns. He used to frequent a cave called "Hira" on the mountain of "Noor" (light) for meditation. +The very cave in which Muhammad is said to have meditated gives a vivid picture of the religious inclinations of Muhammad. +Tucked high in the mountains north of Mecca, the cave is completely isolated from the rest of the world. +In fact, it's not an easy thing to find, even if you know it exists. Once inside the cave, it is a complete isolation. +There is nothing to see here but the clear blue sky above and the surrounding mountains. Very little of the outside world can be seen or heard from inside the cave. +The Great Pyramid of Giza is the only one of the Seven Wonders of the World that still exists today. +Built in the 3rd century BCE by the Egyptians, the Great Pyramid is one of several great pyramids built to honor dead pharaohs. +The Giza Plateau, or the "Necropolis of Giza", is the site of several pyramids (including the Great Pyramid, which is the largest), some small tombs, several temples, and the Great Sphinx. +The Great Pyramid was built for Pharaoh Khufu, and many of the smaller pyramids, tombs, and temples were built for Khufu's wives and family members. +The "triangle up" mark resembles a V, while the "triangle down" mark resembles either a diamond or a square with a bottom. +Top hand means to start from the top and pull the bow; bottom hand means to start from the bottom and push the bow. +A bow up produces a soft sound, while a bow down produces a louder, more assertive sound. +You can work out your own notes, but remember the printed notes are there for a musical reason, so ignore them at your peril. +On October 6, 1789, King Louis XVI, Queen Marie Antoinette, their two young children (eleven-year-old Marie-Thérèse and four-year-old Louis-Charles) and King Louis's sister, Madame Elizabeth, were forced to return to Paris from Versailles by an angry mob of market women. +In an open carriage, they were jeered at by a crowd shouting abuse at the king and queen as they made their way back to Paris. +The King and Queen were obliged to keep the windows of their carriage open because of the crowd. +At one point, a protester waved a picture of a dead Royal Guard at Versailles in front of the queen, who looked away in horror. +U.S. imperialist aggression in the Philippines was paid for by the Filipino people. +They were made to pay taxes to the U.S. colonial regime to shoulder a big chunk of the expenditures and the floating-rate bonds for the Philippine government through Wall Street banks. +Of course, the huge profits from the long-term exploitation of the Filipino people would be the basic gains of US imperialism. +To understand the Templars, it is necessary to understand the context in which the order was created. +The period in which these events occurred is commonly referred to as the High Middle Ages, the period between the 11th, 12th, and 13th centuries (1000–1300 CE). +The Middle Ages were preceded by the Early Middle Ages and followed by the Late Middle Ages, which by convention end around 1500. +Technological determinism is a concept that encompasses several ideas in practice, from the provision of technology or the imperative to provide technology to a strict concept that human destiny is determined by an underlying logic associated with the laws of science and its expression in technology. +Most technological determinist views share two general ideas: 1) that technological development is independent of cultural or political influences; 2) that technology itself has "effects" on society that are independent of social conditions. +For example, someone might claim that the invention of the automobile required the invention of roads. +A national network of roads is not economically viable for only a few cars, so new methods of production are developed to reduce the cost of owning a car. +The increased number of cars on the road led to an increase in road accidents, which gave rise to the invention of new techniques in the health system to treat the bodies of the injured. +Romanticism had a great deal of cultural determinism as a result of writers such as Goethe, Fichte, and Schlegel. +In the context of Romanticism, geography made citizens and, over time, customs and culture associated with that geography, which were in harmony with the place of the society, became better than possibly binding laws. +As Paris is known as the fashion capital of modern times, Constantinople was considered the fashion capital of medieval Europe. +Its status as a centre of luxury began about 400 A.D. and lasted to about 1100 A.D. +Its status was reduced in the 12th century when crusaders returned from the Crusades with goods such as silk and spices, which were more valuable than anything the Byzantine markets could offer. +It was during this period that the title "Capital of Fashion" was transferred from Constantinople to Paris. +The Gothic language was at its peak between the 10th and 11th centuries, and also in the 14th century. +In the beginning, the clothing was greatly influenced by the Byzantine culture of the Eastern region. +However, due to the slow communication channels, West Coast styles may be behind the times by 25 to 30 years. +By the end of the Middle Ages, Western Europe had developed its own style. One of the most important innovations at that time was the use of buttons to close clothing. +Subsistence farming is farming for the purpose of providing just enough food to sustain the farmer and his family. +Subsistence farming is a simple, usually organic, system of farming which uses native seeds from the region, and may use crop rotation or other simple techniques to maximize yield. +Historically, most farmers were involved in subsistence farming, and this remains the case in most developing nations. +Subcultures are groups of individuals with similar mindsets who feel neglected by society standards and help them gain a sense of identity. +Subcultures can be distinguished by age, ethnicity, class, location, or sex of their members. +The characteristics that distinguish a subculture may be linguistic, aesthetic, religious, political, sexual, geographic, or some combination. +Members of a subculture often signal their affiliation through distinctive style of dress, mannerisms, and argot. +One of the most common methods used to illustrate the importance of socialization is to look at the few unfortunate cases of children who, through neglect, misfortune, or intentional abuse, were not socialized by adults when they were growing up. +These children are called "feral" or "wild" children. Some of these children were confined by individuals (often their own parents); in some cases, the abandonment of the child was due to the parents' rejection of the child because of severe intellectual or physical disability. +Children who are traumatized may have experienced serious trauma or abuse as a child, before being abandoned or running away from home. +Others are said to have been created by animals; some are even said to have lived in the jungle by themselves. +When completely reared by animals, the wild child's behavior (within the bounds of physical possibility) is almost indistinguishable from the behavior of the particular pet animal, whether it be fear or indifference to humans. +While project-based learning makes learning both easier and more interesting, the scaffolding approach goes one step further. +Scaffolding is not a learning method, but rather a way to help students who are experiencing a new learning experience, such as using a new computer or starting a new project. +Scaffolds can be either virtual or physical; in other words, a teacher can function as a scaffold, as can that chatty Microsoft Office assistant. +The virtual ramp simulators are integrated into the software and are designed to question, alert, and explain procedures that may be difficult for the student to master alone. +Children are removed from their parents for an infinite number of reasons ranging from neglect to abuse and even extortion. +No child should be raised in an environment that does not nurture, care, and educate, yet this happens. +We see the Family Reunification System as a safe space for these children. +Our adoption platform is duty-bound to provide secure homes, loving guardians, regular schooling, and assured medical care. +It is assumed that foster care will meet all the needs that were lacking in the home from which they came. +The Internet combines elements of both mass communication and interpersonal communication. +The distinctive features of the Internet leads to additional dimensions in terms of approach and gratification. +For example, "learning" and "socializing" are important reasons why people use the Internet (James et al., 1995). +Personal involvement" and "relationship continuity" were also identified as new motivations by Eighmey and McCord (1998) when they studied reactions to web pages. +The use of video recording has led to important discoveries in the understanding of micro expressions, facial movements that last for a fraction of a second. +In particular, people are said to be able to tell when someone is lying by reading their micro expressions. +Oliver Sacks, in his article The President's Speech, showed how people who are unable to understand speech because of brain damage are able to accurately judge the sincerity of others. +He even suggests that such an ability to read human body language may be shared by other animals, such as pet dogs. +Genetic research in the 20th century concluded that there were two types of gene variation: silent and overt. +The mutation adds a new genetic variant and selection removes it from the group of expressed variants. +Segregation and recombination mix the alleles from the two parents in the offspring. +In the savanna, it is hard for a primate with a digestive system like that of a human to get enough protein from available vegetation to meet its requirements. +In addition, not acting can have serious consequences: severe depression, malnutrition and ultimately death. +The most easily accessible plant-based resources would be proteins in leaves and legumes, but those are hard for primates to digest unless they are cooked. +Meanwhile, animal-based foods (ants, termites, eggs) are not only easily digested, but provide high-quality protein containing all essential amino acids. +Considering all of this, it would not be surprising to learn that our ancient ancestors solved their "protein problems" much like the savanna chimpanzees do today. +A nap is a short sleep that is intentional, usually lasting from 10 to 60 minutes. +This can easily be done by using a medium-loud alarm to wake a person without fully rousing him or her. +If you find yourself re-setting your alarm while still in bed, try putting it on the other side of the room so you have to get out of bed to turn it off. +Other bio-rhythm based possibilities include drinking lots of liquid (preferably water or tea, a well known diuretic) before bed, since this will force you to wake up to urinate. +The level of a person's inner peace is inversely correlated to their level of physical and spiritual stress. +The lower the tension, the higher the vital force. Every person has the potential to completely experience peace and happiness. +Everyone can achieve enlightenment. The one thing that prevents you from achieving enlightenment is your own tension and negativity. +Tibetan Buddhism is based on the teachings of the Buddha, but it is expanded by the Mahayana path of love and by many yogic techniques of India. +In essence, Tibetan Buddhism is quite simple. It is comprised of Kundalini Yoga, meditation, and the path of enlightened love. +In Kundalini yoga, kundalini energy (life force) is awakened through yoga postures, breathing exercises, mantras, and visualization. +The central part of Tibetan meditation is Deity Yoga. Through visualization of various deities, energy channels are cleansed, chakras are activated, and enlightened consciousness is created. +Germany was a regular villain in World War II, which led to U.S. and Soviet cooperation. With the end of the war, ideological, political, and cultural clashes led to the dissolution of the countries. +Two years after the end of the war, former allies had become enemies, and the Cold War began. +It was envisioned to last for the next 40 years, and indeed would see action in Africa, Asia, Afghanistan, Cuba, and many other places. +By 17 September 1939, the Polish defense had already been destroyed, and the only option was to retreat and regroup in the Romanian bridgehead. +However, those plans became obsolete almost overnight when more than 800,000 Soviet Red Army soldiers created the Belarusian and Ukrainian fronts after invading eastern Poland in violation of the Treaty of Riga, the Soviet–Polish Non-Aggression Pact, and other international, bilateral, and multilateral agreements. +Shipping is by far the most efficient way to transport goods over long distances by sea. +Traditionally the role of the Navy has been to ensure that their country is able to move both troops and supplies while denying their opponents the ability to do the same. +One of the most notable recent examples of this was the Battle of the Atlantic in World War II. The United States was trying to get men and supplies across the Atlantic Ocean to help Britain. +At the same time, the German Navy, using mostly U-boats, was trying to stop that traffic. +If the Allies had failed, Germany would have been in a position to conquer Britain just as they had conquered the rest of Europe. +Domestication of sheep is believed to have taken place about 10,000 years ago in the Zagros Mountains of Iran. +Ancient cultures and tribes began keeping these animals as they provided milk, fur, and meat. +Domesticated goats were usually kept in hillside or mountainous areas in herds, under the care of shepherds, often children or adolescents, akin to the more well known shepherd. These methods of herding are still used today. +The first wagonways in England were made in the 16th century. +Although the carriages were made only of parallel planks of wood, this made it possible for the horses to pull them at a higher speed and carry heavier loads on the rougher roads. +Sleepers were put in early on to keep the rails in place. Eventually it was found that the rails would be more effective if they had a metal cover. +This became standard practice, but it was hard on the wooden wheels of wagons. +Eventually wooden wheels were replaced by iron wheels. In 1767, the first all-iron rails were introduced. +The first known means of transportation to humans was walking upright, about two million years ago with the invention of the upright man, Homo erectus. +Their ancestor, the Australopithecus, did not walk upright like we do. +Evidence of bipedalism dates from about 4.2 to 3.9 million years ago in the fossils of Australopithecus. However, Sahelanthropus may have walked upright on two legs about seven million years ago. +We can start living in a way that is more friendly to the environment, we can join the environmental movement, and we can even be activists to reduce future suffering to some degree. +This is exactly what most symptomatic relief does. However, if we don't want just a temporary solution, then we need to get to the root of the problem and fix it. +It can't be denied that the world has changed considerably due to the scientific and technological achievements of the human race, and problems have increased due to overpopulation and the lavish lifestyle of the man. +After the adoption by Congress on July 4, a handwritten copy, signed by both the President of Congress, John Hancock, and Secretary Charles Thomson, was delivered to a printer named John Dunlap, located about a mile away. +During the night, about 150-200 copies were made, known today as "Dunlap copies". +The first public reading of the document was given by John Nixon on the West Lawn of the Independence Hall on July 8. +On July 6, a copy was sent to George Washington, who read it to his troops in New York on July 9. A copy also arrived in London by August 10. +Dunlap's 25 remaining copies are the earliest surviving examples of the document. The original, hand-written copy is lost. +Many paleontologists today believe that a group of dinosaurs survived and is still alive today. We call them the birds. +Many people don't think of them as dinosaurs because they have feathers and can fly. +But there are many similarities between modern birds and the dinosaurs. +They have claws and scales on their feet, lay eggs, and walk on two legs like a Tyrannosaurus rex. +Nearly all modern computers represent information in the form of binary numbers. +A binary number can have only one of two values, 0 or 1, and is called a binary digit - or a bit, in computer jargon. +Internal poisoning may not be immediately apparent. Symptoms such as vomiting are so nonspecific that a diagnosis cannot be made immediately. +The most common sign for an internal poisoning event is an open container of medication or a toxic chemical used as a household cleaner. +See the label for instructions specific to this poison. +Entomologists use the term "insects" in a formal sense to refer to this group of insects. +This word is derived from a former familiarity with cockroaches, which are rather structurally complex insects to be stuck to people. +Both the barber and the bedbug are nest parasites, adapted to living in the nests or roosts of their hosts. +There are an estimated 400,000 cases of multiple sclerosis (MS) in the United States, making it the leading neurological disease of young adults and adults +MS is a disease of the central nervous system, which includes the brain, spinal cord and optic nerve. +The research showed women were twice as likely to be diagnosed with multiple sclerosis than men. +A couple may decide that having a baby is not in their or their son's best interests. +Such couples are permitted to decide whether or not to make an adoption plan for the baby. +In an adoption, biological parents give up their parental rights so that another couple can take over the care of the child. +The goal of science is to understand how the world works, using the scientific method. Science research is led by the scientific method. +It is not, in fact, only testing; an experiment is a trial used to disprove one or more hypotheses or to ask questions. Observation also guides scientific research. +Naturalists and philosophers focused on classic Latin texts, especially the Bible. +All of Aristotle's scientific thinking, including psychology, was accepted. +As knowledge of Greek declined in the West, it became distant from its Greek philosophical and scientific roots. +Many normal physiological and behavioral rhythms are dependent upon the presence of endogenous cycles and their production by biological clocks. +Periodic rhythms, which are not absolutely responses to environmental stimuli, have been observed in most living things, including bacteria, fungi, plants, and animals. +Biological clocks are self-sustaining oscillators that will continue to operate for at least one complete cycle without environmental interference. +Hershey and Chase's experiment was one of the most important pieces of evidence that DNA was genetic material. +Hershey and Chase used bacteriophages, or viruses, to introduce their own DNA into the bacteria. +They then performed two experiments to either label the phage DNA with radioactive phosphorus or the phage protein with radioactive sulfur. +Mutations can have a number of different effects depending on the type of mutation, the importance of the piece of genetic material affected, and whether the affected cells are germ cells or not. +Only mutations in germ cells can be passed on to children, while mutations in other parts of the body can cause cell death or cancer. +Nature tourism is travel to natural areas for enjoyment of natural beauty, including flora and fauna. +Local activities include fishing, photography, watching birds, visiting parks, and learning about the ecosystem. +A great example is to visit, take photos, and learn about orangutans in Borneo. +Every morning, people from small towns inland drive to work in other towns, and meet other people who work in those small inland towns. +This dynamic bus system is connected in some way to everyone, and is supporting a car-based transportation system. +Science today is pointing out that this carbon-based economy has disrupted the stable biosphere that has allowed human evolution over the past two million years. +Everyone participates in society, and everyone uses the transportation systems. Almost everyone also complains about the transportation systems. +In developed countries, you seldom hear similar levels of complaints about the quality of the water or bridges collapsing. +Why do transport systems get so many complaints, why do they fail so often? Are transport engineers simply incompetent or something more fundamental going on? +Traffic Flow is the analysis of how individual motorists and their vehicles move between different locations, and how they interact with each other. +Unfortunately, studying traffic flow is hard because driver behavior cannot be predicted with 100 percent certainty. +Fortunately, drivers tend to behave in a reasonably consistent fashion, so traffic flows can be represented mathematically. +To better represent the traffic flow, relations were established between the three main features: (1) flow, (2) density, and (3) speed. +These relationships help with planning, designing, and operating transportation facilities. +Insects were the first animals to take to the skies, and their ability to fly has helped them escape predators, find food and partners more efficiently. +Most insects can fold their wings back across their bodies. +This gives them a range of small places to hide from predators. +Today, the only insects that cannot fold their wings back are dragonflies and damselflies. +About a thousand years ago, a man named Aristarchus said that the Solar System went around the Sun. +Some people believed that he was right, but most people believed the opposite; that the Solar System went around the Earth, including the Sun (and the other stars). +That makes sense, because Earth doesn't look like it's moving, does it? +The Amazon is the largest river on Earth, and the second longest. It carries more than eight times the volume of the world's second largest river. +The Amazon is also the largest river on Earth, sometimes reaching widths of almost 10 km. +Twenty percent of the world's fresh water that flows into the oceans comes from the Amazon. +The main branch of the Amazon River is 6,387 km (3,980 mi) long. It is fed by thousands of smaller rivers. +Although stone pyramids were built right up to the end of the Old Kingdom, the Giza pyramids were the tallest, and technically the most advanced. +The ancient Egyptians of the New Kingdom were awed by the achievements of their predecessors, who had been dead for more than a thousand years. +The population of Vatican City is about 800 people, and it is the smallest independent country in the world by population. +The Vatican City officially uses Italian in its legislation and communications. +Italian is also the lingua franca among most of those who work in the state, while Latin is still widely used in religious ceremonies. +All citizens of the Vatican are Roman Catholics. +Humans have known the basic chemical elements such as gold, silver, and copper for a long time because they can be found unrefined in nature, and are relatively easy to extract using primitive tools. +Philosopher Aristotle theorized that all matter is composed of one or more of the four elements - earth, water, air, and fire. +This was more to do with the four states of matter (in the same order): solid, liquid, gaseous, and plasma, though he also theorized that they are rearranged to form new things. +Alloys are simply a mix of two or more metals. There are a lot of elements in the periodic table. +Elements such as calcium and potassium are considered metals. Of course there are other metals such as silver and gold. +You can also get alloys that are composed of a small amount of non-metallic elements, such as carbon. +Everything in the universe is made of matter, and all matter is made of tiny particles called atoms. +Atoms are so small that trillions of them could fit into the period at the end of this sentence. +So the pencil was a good friend to a lot of people when it came out. +Unfortunately, as new ways of writing appeared, the pencil became less important. +Nowadays people communicate by using computers and do not need to be close to a pointer. +We can only imagine what the keyboard will look like when something new comes along. +A fission bomb works on the principle that energy is needed to assemble a nucleus of multiple protons and neutrons. +It's sort of like pushing a heavy car up a hill. The energy stored in the nucleus is released again as the nucleus splits, and some of that energy is given off as heat. +Some atoms have unstable nuclei, which means that they tend to split apart with little or no prompting. +The surface of the Moon is covered in small rocks and dust. The outer part of the Moon is called the crust. +The crust is 70 km (43 mi) thick at the surface and 100 km (62 mi) thick at the base. +The layer is thinner under the sea and thicker under the mountains. +There could be more debris on the near side because the crust is thinner. It was easier for lava to come up. +Content theories seek to understand what motivates people, or what they find attractive. +These theories suggest that people have certain needs and desires that are internalized as they become adults. +These theories look at what it is in particular people that makes them want to do the things they do, and what in their environment will encourage or discourage them from doing those things. +Two popular theories of motivation are Maslow's Hierarchy of Needs Theory and Herzberg's Two-Factor Theory. +In general, two personalities will emerge as managers begin to lead their former coworkers. One side of the spectrum will try to remain "one of the guys" (or gals). +These managers have a hard time making unpopular decisions, disciplining, assessing performance, delegating, and holding people accountable. +At the other end of the spectrum, the individual becomes an impossible person to recognise, someone who feels he has to change everything that the team has done and do it his own way. +After all, the leader is responsible for the success and failure of a team. +This behavior often leads to conflicts between the leaders and the rest of the team. +Virtual teams need to maintain the same standards of excellence as conventional teams, but there are some slight differences. +Virtual team members typically serve as the primary point of contact for their immediate physical team. +They are often more independent than regular tour members, as their tours can be at odds with local time zones. +The presence of a "virtual invisible team" (Larson and LaFasto, 1989, p.109) is also a unique characteristic of a virtual team. +The "invisible team" is the management team to whom everyone on the team reports. The invisible team sets standards for everyone on the team. +Why would a company want to go through the trouble of establishing a learning organization? - One of the practical reasons for the concepts of the learning organization is innovation. +When all available resources are effectively utilized by all the functional departments of an organization, creativity and ingenuity become evident. +As a result, a process that a team-based organization goes through in order to address a problem can lead to an innovative new process that meets the client's needs. +Before an organization can be innovative, leaders must create a culture of innovation, shared knowledge, and organizational learning. +Angel (2006) explains Continuum's approach as a methodology to help organizations achieve higher levels of performance. +Neurobiological data provides physical evidence for a theoretical approach to cognitive science research, thus narrowing the scope of research and making it much more precise. +Scientists have relied on correlations between behavioral and brain abnormalities to guide their research. +It is already well known that many types of brain damage, injury, lesions, and tumors affect behavior, and impair certain mental functions. +The arrival of new technologies has allowed us to see and investigate brain structures and processes in a way that was never possible before. +This gives us a lot of information and material to build simulation models that help us understand the processes that go on in our mind. +While AI has a very strong science fiction connotation, AI is a branch of computer science which deals with the behavior, learning and adaptation of intelligent machines. +Artificial intelligence research is concerned with the creation of intelligent machines that can automatically perform tasks that would normally require human intelligence. +Examples include control, planning and scheduling, interpersonal skills, problem solving and diagnostic ability, and verbal and written communication skills. +These things have become separate disciplines, and their aim is to find solutions to real-life problems. +Artificial intelligence is widely used in fields such as economics, medicine, engineering, and military, and is integrated in many consumer software applications and video games. +Class trips are very important for any school group. Often, teachers would love to take their students somewhere that is inaccessible by bus. +Technology offers a solution with virtual field trips. From the classroom, students can visit a museum, go to an aquarium, or admire beautiful works of art. +A virtual field trip can also be a great way to reflect on a hike and share experiences with future classes. +For instance, students at North Carolina's Bennet School create a website about their trip to the state capital every year, but old websites are kept online as scrapbooks. +Blogs can also help students become better writers. Students, of course, often start blogging with poor grammar and spelling, but the knowledge that they are being read by anyone other than their teacher makes a big difference. +As students are often the most critical audience, the blogger begins to take steps to improve his writing and avoid criticism. +Also, having a blog "forces students to become more aware of their place in the world." The need to interest the reader will motivate students to be intelligent and interesting (Toto, 2004). +Blogging is a tool that has inspired collaboration and encouraged students to extend their learning beyond the traditional school day. +Proper use of blogs "can make students more analytical and critical; by actively interacting with online content, students can be placed in the context of other writings, and gain their own views on specific issues (Oravec, 2002). +Ottawa is the charming and bilingual capital of Canada, and is home to a number of art galleries and museums that showcase the country's past and present. +The Niagara Falls are further south; while to the north lies the pristine natural beauty of the Muskoka Lakes and more. +Because of all of this and more, Ontario is considered by many to be the essence of Canada. +Much of the country to the north is sparsely populated, and some areas are virtually uninhabited. +A population comparison that surprises many people: There are more African Americans living in the U.S. than there are Canadian citizens. +East Africa or Eastern Africa is the eastern portion of the African continent, comprising the countries of Kenya, Tanzania, Uganda, Rwanda, Burundi and Somalia. +Madagascar is by far the largest, and an entire continent when it comes to wildlife. +Most of the smaller islands are independent nations, or French overseas territories, and are known for their luxury beach resorts. +The Arabs also brought Islam to the islands, which gained popularity in Comoros and Mayotte. +European exploration and colonialism began in the 15th century with the discovery of the sea route from Europe to India by Portuguese explorer Vasco da Gama. +The country is bordered to the north by the Sahel, to the south and west by the Atlantic Ocean. +Women: it is advisable for all female travellers to claim to be married, regardless of their actual marital status. +A ring can also be useful (as long as it doesn't look too valuable). +Women need to be aware that cultural differences may allow behavior that would otherwise be considered rude or creepy - following a woman, grabbing an arm, etc. +Be firm in rejecting men. Don't be afraid to be firm (for cultural or other reasons, that doesn't mean it's all good!). +The modern city of Casablanca was founded by Berber fishermen in the 10th century, and was used by the Phoenicians, Romans, and Moroccans as a strategic port called Anfa. +The Portuguese destroyed and rebuilt it as the White House, only to abandon it after the 1755 earthquake. +The Moroccan sultan rebuilt the city as Daru l-Bayda, from which the name Casablanca was derived by Spanish traders who established a base there. +Casablanca is one of the least interesting places to shop in Morocco as a whole. +In the historic part of the Medina, traditional Moroccan items such as tagines, pottery, leatherware, narghiles and an abundance of tourist traps are easily found. +Goma is a city in the eastern Democratic Republic of the Congo, near Rwanda. +In 2002, Goma was destroyed by lava from the eruption of nearby Nyiragongo volcano, which buried large parts of the city, especially the centre. +While Goma is reasonably safe, any visiting outside the town should be studied to understand the status of the ongoing battle in the North Kivu province. +The city is also a base for climbing nearby Nyiragongo volcano and some of the cheapest gorilla trekking in Africa. +Taxis (mototaxis) are available in Goma, and a normal (local) price for a short ride is around 500 Congolese francs. +Timbuktu has come to be used as a metaphor for distant and exotic lands, given its relative inaccessibility. +Today, Timbuktu is a poor city despite its fame as a tourist attraction, and it has an airport. +In 1990, it was placed on the World Heritage in Danger list due to the threat of desertification. +It was a major stop on Henry Louis Gates's PBS series Wonders of the African World. +The city is vastly different from the rest of the country, and has a more Arab than African feel to it. +Kruger National Park is located in northeast South Africa, along the border of Mozambique to the east, Zimbabwe to the north, and the Crocodile River to the south. +The park is 19,500 km2 (7,500 sq mi) and contains 14 different ecological zones, ranging from tropical rainforest to desert. +It is one of South Africa's most popular attractions and is considered the flagship of the South African National Parks (SANParks). +There are entrance and conservation fees for the park, just as there are for all national parks in South Africa. +A Wildcard can also be a great way to see multiple parks in Southern Africa or all of Southern Africa's national parks. +Hong Kong Island, which gives its name to the Hong Kong Special Administrative Region, is where most visitors go to see the sights. +The skyscrapers of Hong Kong have been likened to a shimmering bar graph, thanks to their reflections in the waters of Victoria Harbour. +For the best views of Hong Kong, leave the island and head across the harbour to Kowloon. +Most of Hong Kong's urban development has taken place on reclaimed land along the north coast. +This is where the British Colonists chose to settle, and so if you are interested in evidence of early British colonial influence, this is a good place to start. +The Sundarbans is the largest mangrove forest in the world, covering 80 km (50 mi) along the coasts of Bangladesh and India. +The Sundarbans is a UNESCO World Heritage Site. The part which lies in India is called the Sundarbans National Park. +But the forests are not just mangrove swamps - they are home to some of the world's remaining great rainforests. +The Sundarbans covers an area of 3,850 km2, of which one third is water, and is the largest contiguous mangrove forest in the world. +Since 1966, the Sundarbans have been a wildlife sanctuary, and an estimated 400 Bengal tigers and 30,000 deer live there today. +There are several buses departing from the inter-district bus station (on the other side of the river) throughout the day, but most, especially those going east and to Jakar/Bumthang, leave between 06:30 and 07:30. +Buses between districts are usually full, so it is best to book your seat a few days in advance. +Most districts are served by Japanese mini-buses, which are comfortable and durable. +Taxis are a quick and comfortable way to get around, especially to nearby destinations such as Paro (Nu 150) and Punakha (Nu 200). +The Oiapoque Bridge is a cable-stayed bridge. It crosses the Oiapoque River to connect the Brazilian town of Oiapoque with French Guiana's Saint-George-de-Oiapoque. +The two towers are 83 metres high, 378 metres long and have two runways each 3.5 metres wide. +The vertical lift of the bridge is 15 metres. The bridge was completed in August 2011 and opened to traffic in March 2017. +The bridge is scheduled to open in September 2017, which coincides with the scheduled completion of Brazilian customs inspections. +The Guarani were the most important indigenous group in what is now eastern Paraguay, living as nomadic hunters and practicing subsistence farming. +Other Native American groups, such as the Guaicurus and the Paiaguás, also lived in the Chaco region and relied on hunting, gathering, and fishing for their livelihoods. +During the 16th century, the land now known as Paraguay was called La Gigante de las Indias (The Giant of the Indies) by the Spanish conquerors because of its size. +The Spanish began a three-century period of colonization. +Since the founding of Asunción in 1537, Paraguay has succeeded in preserving many of its indigenous characteristics and identity. +Argentina is known for having one of the best polo players, and teams, in the world. +The biggest event of the year takes place in December at the Las Cañadas Polo Fields. +Smaller tournaments and matches can also be seen here at other times of the year. +To find out about tournaments and where to buy tickets for polo matches, visit the Argentine Polo Association. +The official currency of the Falkland Islands is the Falkland Island pound (abbreviated FKP), which is equal to one pound sterling (GBP). +Money can be exchanged at the sole bank on the islands, which is located in Stanley, opposite the FIC West store. +Pound sterling is usually accepted anywhere in the islands, and in Stanley US dollars and major credit cards are also widely accepted. +In remote islands, odds are you won't be able to use credit cards, though you may be able to pay with U.S. or British money. Find out ahead of time what form of payment the proprietors will accept. +It is next to impossible to change money outside of the Falkland Islands, so be sure to exchange your money before departing the islands. +As Montevideo is south of the equator, it is summer there while it is winter in the northern hemisphere and vice versa. +Montevideo is a subtropical region with temperatures above 30 °C (86 °F) in the summer. +Winter can be deceptively cold, with temperatures rarely below freezing, but wind and humidity make it feel colder than it is. +There is no such thing as a "rainy" or "dry" season - the amount of rainfall remains more or less the same throughout the year. +While most of the animals in the park are accustomed to the presence of humans, they are still wild animals and should not be fed or otherwise disturbed. +Follow park regulations and stay at least 100 yards/meters away from bears and wolves, and 25 yards/meters away from all other wildlife! +Though they appear docile, bison, bears, and wolves, like all wild animals, can be dangerous. +Year on year, dozens of visitors are injured because they get too close. These animals are large, wild, and potentially dangerous, so don't get too close. +Also, be aware that bears and other wildlife are attracted to food odors, so store and prepare food appropriately, and keep your campsite clean. +Apia is the capital of Samoa. The city is located on the island of Upolu and has an estimated population of 40,000. +Apia was founded in the 1850s, and has been the official capital of Samoa since 1959. +The port was the site of a well-known naval standoff in 1889, when seven German, American, and British ships refused to leave. +All the ships were sunk, with the exception of a Royal Navy cruiser. Nearly 200 German and American lives were lost. +During the Mau Mau Uprising, a peaceful meeting in the town was ambushed, and the paramount chief Tupua Tamasese Lealofi III was killed. +There are many beaches because Auckland is between two bays. The most popular ones are in three areas. +The beaches on the north coast (in the North Harbour district) face the Pacific Ocean and extend from Long Bay in the north to Devonport in the south. +They are mostly sandy beaches with safe swimming, and many are shaded by pohutukawa trees. +The beaches on the Tamaki Drive are on the shores of Waitemata Harbour, in the sophisticated suburbs of Mission Bay and St Heliers, in central Auckland. +These are often family-friendly beaches packed with shops and restaurants right on the beach. Swimming is safe. +The local beer is called "Number One". It is not a real beer, but it is fun and refreshing. The other local beer is called "Manta". +There are so many great French wines to enjoy, but if you're looking for something a little different, then look no further than New Zealand and Australia. +The local tap water is completely safe to drink from, but bottled water is easily available if you prefer. +For Australians, the concept of a "flat white" coffee is a strange one. A short black coffee is an "espresso", a cappuccino has a lot of cream (not foam) and tea is served without milk. +Hot chocolate is made according to Belgian standards. Natural juices are expensive but good. +Many trips to the reef are made year-round, and injuries from diving or snorkeling at the reef are rare. +Continue to heed the advice of local authorities, obey all signs and heed security warnings. +The box jellyfish can be found near beaches and river mouths from October to April, but can be seen at other times of the year. +Sharks actually exist, but they rarely attack humans. Most sharks are scared of humans and will swim away. +Saltwater crocodiles do not actively live in the ocean. Their main habitat is in the river systems to the north of Rockhampton. +An advance reservation will ensure that you have a place to stay when you arrive at your destination. +Travel agents are usually affiliated with specific hotels, though other types of lodging, such as hostels, may be booked through a travel agent. +Travel agents usually offer packages which include breakfast, transport to and from the airport, and sometimes even flights and hotels. +They can also secure your reservation so that you have time to think about the offer or gather other documents for your destination (e.g. a visa). +However, if you have any problems or special requests, you should contact your travel agent, not the hotel directly. +At some music festivals the vast majority of attendees camp on site, and for many this is an essential part of the experience. +If you want to be close to the action then you would be advised to arrive early to secure a pitch near the music. +Also remember that even after the main acts have finished for the night, some of the festival's side stages may still be going on until late. +Some festivals have special areas for families with small children. +If you cross the northern Baltic Sea in winter, check the location of your cabin, as the noise of the ice crushing can be unbearable to a sensitive ear. +St. Petersburg cruises include city tours. Passengers are exempt from visa requirements (see terms). +Casinos normally go to great lengths to maximize the time and money spent by their visitors. There are usually no windows or clocks, and the aisles are purposely winding to make it difficult to find exits. +They usually have specialty food, beverage, and entertainment options to keep guests happy and on-site. +Some places will serve you drinks at your table, but intoxication affects your judgment, and all good players know the importance of keeping a clear head. +Whenever you find yourself driving in high latitudes or up a mountain, you need to consider the possibility of encountering snow, ice, or extremely cold temperatures. +On icy or snow-covered roads, friction is low and you can't drive as if the road is dry. +In a snowstorm, it is possible for enough snow to fall to immobilize you for an extended period of time. +Visibility can also be reduced by falling snow or blowing snow, or by condensation or frost on car windows. +On the other hand, ice and snow are normal in many countries, and traffic remains almost uninterrupted throughout the year. +Safaris are probably the biggest tourist attraction in Africa, and are the main reason that many visitors come to the continent in the first place. +The word safari (pronounced /səˈfɑːri/) in its colloquial use refers to a land trip to observe and experience African wildlife, especially in the savannah. +Some animals, like elephants and giraffes, will come close to cars, and with basic equipment you should be able to see them. +Lions, leopards and cheetahs can be skittish, and you're apt to see them best with binoculars. +Also known as "wilderness walking", "trekking" or "backpacking", a foot safari involves hiking for hours or days. +The Paralympics will be held between 24 August and 5 September 2021. Some events will be held at other locations around Japan. +Tokyo will be the only city in Asia to have hosted both the summer and winter Olympics, having been the host city in 1964. +If you had already booked your flights and accommodation for 2020 before the postponement was announced, you may be in for a hassle. +Cancellation policies vary, but as of Mar. 31, 2020, most coronavirus-related cancellation policies were in effect through July 2020, when the Olympics were scheduled. +Most tickets for the event are priced between 2,500 and 130,000 yen, with regular tickets costing about 7,000 yen. +Drying clothes can help them dry out. Many hotels provide an iron and board which can be borrowed, even if there is not one in the room. +If you don't have an iron, or if you don't like using a curling iron, you can try a hair dryer. +Be careful not to overheat the fabric (which could cause it to shrink or even burn). +There are many ways to purify water, some more effective against specific threats. +In some areas, boiling for one minute is sufficient; in others, several minutes are required. +The quality of filters varies, so if you are in any way unsure, consider buying bottled water from a reputable company. +Travelers can expect to encounter animals that are new to them in regions outside of their home range. +Pests can spoil food, irritate, or in the worst case, cause an allergic reaction, spread poison, or transmit infections. +Infectious diseases, or animals that can injure or kill people by force, are not usually considered pests. +Duty-free shopping is the opportunity to buy goods without paying taxes and duties in certain places. +Travellers in countries with high taxes on things like alcohol and cigarettes can save a lot of money, especially on things like alcohol and cigarettes. +The stretch from Point Marion to Fairmont is the most challenging for drivers on the Buffalo-Pittsburgh Road, which often passes through isolated hill country. +If you are unaccustomed to driving in the mountains, use common sense: steep grades, narrow roads, and sharp curves are the norm. +The speed limits announced are noticeably lower than those in the preceding and following sections - usually 55-65 km/h - and compliance is strictly enforced. +Interestingly, however, cell phone service is much better here than it is along many other portions of the trail, such as in the Pennsylvania Wilds. +German sweets are very good, and in Bavaria they are quite sophisticated and varied, similar to those of the neighboring Austria in the south. +Fruit-based confections are ubiquitous, with baked apples in sweetmeats year-round, and cherries, peaches, and plums in season in the summer. +Many German bakeries also feature nuts, raisins, and other dried fruit in their famous breads, which is why they pair so well with a strong cup of coffee. +If you want something small but sweet, try some jelly doughnuts, known as Berliner, Pfannkuchen or Krapfen depending on the region. +A curry is a dish whose main ingredients are spices and herbs, with or without meat or vegetables. +A curry can be "dry" or "wet" depending on how much liquid is used. +In northern India and Pakistan, yogurt is commonly used in curries; in southern India and other coastal regions of the subcontinent, coconut milk is more common. +With 17,000 islands to choose from, Indonesian cuisine is a veritable smorgasbord of regional styles found throughout the country. +However, without other qualifiers, the term is usually taken to mean food originating from central and eastern Java. +Now ubiquitous throughout the archipelago, Javanese cuisine includes an array of simple yet flavorful hot dishes, with coconut, chili, sugar (especially coconut sugar), and various aromatic herbs as preferred seasonings. +To keep a knight's feet from dragging, stirrups were used, which hung from either side of the saddle. +They give the rider more stability, but can be a safety issue, as the rider's feet can get trapped in them. +If a rider is thrown from a horse, but is caught in the stirrup, he or she could be dragged by the horse. To avoid this risk, several safety precautions can be taken. +First, most pilots use boots with a high heel and a flat sole, which is quite narrow. +Some saddles, particularly English saddles, have safety bars which prevent the leather from falling off the saddle if the rider falls backwards. +As Chile's premier rock climbing destination, the Cochamó Valley is often referred to as the "Yosemite of South America" due to its numerous steep granite cliffs and walls. +Meetings include exciting perspectives of the peaks. Climbers from all over the world are constantly establishing new routes among the infinite possibilities of the cliffs. +Snowboarding and skiing are popular winter sports that involve going down a snow-covered hill on a snowboard or skis. +For many enthusiasts, skiing is an important activity when they travel, sometimes referred to as "ski bums" who take a number of trips for the sole purpose of skiing. +The idea of skiing is very old - rock paintings of skiers date from 5000 B.C.! +Alpine skiing as a sport dates back to at least the 17th century, and in 1861 the world's first ski club was established in Australia by Norwegian settlers. +Backpacking skiing: also known as backcountry skiing, ski touring or ski mountaineering. +It is related but usually does not involve skiing or mountaineering, which is done in steep terrain and requires much stiffer boots and skis. +Think of the skiing trail as a hiking trail. +In good condition, you can cover more distance than on foot, but speed will seldom approach that of cross-country skiing without a heavy pack on a prepared trail. +Europe is a small continent geographically, but has many independent countries. Normal travel between several countries would require multiple visas and passport control. +The Schengen Area, however, operates as a single country in this regard. +If you remain in this area, you will not go through another immigration checkpoint when you cross the border again. +Also, with a Schengen visa, you will not have to apply for a separate visa for each of the Schengen member countries, which will save you time, money, and paperwork. +There is no universal definition of what constitutes an antique. Some governments define antiques as anything 100 years old or more. +The age range varies geographically, with the age limit sometimes being lower in places like North America than it is in Europe. +Artisan goods may be antique, but they are not as old as similar mass-produced goods. +Reindeer herding is an important means of livelihood among the Sami people, and the culture of trade is also important for many other professional classes. +Although it is a tradition, not all Sami have participated in large-scale reindeer herding, but have relied on fishing, hunting, and so on, using the reindeer mostly as draft animals. +Today, many Sami work in modern businesses. Tourism is an important source of income in Sápmi, the Sami homeland. +Although widely used, especially among non-Romani people, the word "gipsy" is often considered pejorative because of its association with negative stereotypes and inaccurate perceptions of the Romani people. +If the country you are visiting is under a travel advisory, your health insurance and/or trip cancellation insurance may be affected. +Also, you should look at what other governments say about their citizens traveling abroad, but that advice is for their citizens. +For instance, an American in the Middle East is likely to experience different things from an European or an Arab. +Advice is only a brief summary of the political situation in a given country. +The views expressed are typically superficial, general, and simplistic compared to the more in-depth information available from other sources. +A weather phenomenon that is potentially hazardous, socially or economically disruptive, or life-threatening. +Bad weather can happen anywhere in the world, at any time of year, and under a variety of conditions. +High winds, hail, excessive rainfall, and forest fires are some of the effects of a severe climate, as are storms, tornadoes, flash floods, and cyclones. +Regional and seasonal severe weather includes blizzards, snowstorms, ice storms, and dust storms. +Travellers are strongly advised to heed any weather warnings for their region as this could affect travel plans. +Any visit to a country considered to be a war zone would require professional training. +A web search for "Hostile Environment Training" will usually lead to an outfit in your home region. +A course will usually cover all of the topics discussed here, but in much more detail, and often with practical experience. +A basic course is usually 2 to 5 days long, and includes some drills, first aid, and sometimes weapons training. +Many books and magazines are devoted to survival in the wilderness, but few deal with survival in a combat zone. +Travellers heading overseas for gender reassignment surgery should ensure they have valid travel documents for the return journey. +Governments' willingness to issue genderless passports, or update existing documents to reflect a desired name and gender, varies. +The disposition of foreign governments to honor such documents is widely varied. +Airport security checkpoints became much more intrusive after 9/11/2001. +Transgender people who have not had gender reassignment surgery should not be required to go through body scanners with their privacy and dignity intact. +Tides are the rise and fall of sea levels due to the gravitational pull of the moon and sun on the earth. +Because of the underwater topography, return flow is concentrated in a few deep sections, and a strong deep current can build up. +Most deaths occur from drowning while trying to swim against the current, which can be impossible. +Once you get out of the current, swimming back is no more difficult than it would have been otherwise. +Try to get a viewpoint from where you won't be seen or, depending on your skills or if you've been spotted, wait for help to arrive. +The re-entry shock comes sooner, lasts longer, and can be more severe than the culture shock (the honeymoon is shorter). +Travelers who have easily adapted to a new culture sometimes have a hard time adjusting to their native culture. +When you move back to your home country after living abroad, you get accustomed to the new culture and lose some of your local cultural habits. +When you went out for the first time, people were probably patient and understanding, knowing that it takes time to adjust to a new country. +People don't realise that patience and understanding are also essential for those returning home. +One of the things most worth seeing in the children's area is the light and sound show in the pyramid. +You can see the pyramids in the dark and in silence before the show starts. +You always hear the sound of tourists and traders. The history of sound and light is like a story book. +The Sphinx is defined as the background and narrator of a long story. +The scenes are shown on the pyramids and different pyramids are lit up. +The South Shetland Islands, discovered in 1819, are claimed by several countries and have the highest number of active bases with sixteen as of 2020. +The archipelago is 120 km (75 miles) north of the peninsula. The largest island is Isla Rey Jorge, where the village of Villa Las Estrellas is located. +The others are Livingston Island and Deception, where an active volcano provides a dramatic natural harbour. +Ellsworth Land is the southernmost part of the peninsula, bordering on the Bellingshausen Sea. +Here the mountains of the Peninsula meet the plateau, re-emerging as the 360 km (225 mile) long Ellsworth Range, which is cut by the Minnesota Glacier. +The northern part, or Sentinel Range, includes the highest mountains in Antarctica, Vinson Massif at 4,892 m (16,050 ft). +In remote locations without cellphone coverage, a satellite phone may be the only option. +A satellite phone does not usually replace a cell phone, as you must be outdoors with a view of the sky to make a call. +The service is often used for transportation, including recreational boating and remote data and voice communications. +Your local phone carrier can provide more details on how to connect to this service. +Travelling and learning is an increasingly popular option for those taking a gap year. +This is particularly popular among school-leavers, who can take a gap year before going to university, without jeopardising their education. +In most cases, going to study abroad for a year as a gap year will increase your chances of getting into higher education in your home country. +There will usually be a fee for enrolling in these educational programs. +For those who enjoy boat trips, Finland is a great destination. Inland lakes and coastal archipelagos provide thousands of islands in the "Land of a Thousand Lakes". +In the islands and lakes, you do not necessarily need a yacht. +While the offshore islands and the largest lakes are big enough to accommodate any size boat, smaller boats or even canoes offer a different experience. +Boating is a national pastime in Finland, with a boat for every seven or eight people. +This is also done in Norway, Sweden and New Zealand, but in a much more limited way (e.g. in the Netherlands the number is one to forty). +Most Baltic Sea cruises include a lengthy stay in Saint Petersburg, Russia. +This means that you could spend two full days exploring the historic town and then return to the ship for the night. +If you are going to do only sea trips then no separate visa is required (valid from 2009). +Some cruise lines feature Berlin, Germany in their brochures. As the map above shows, Berlin is not on the coast, and a visit to the city is not included in the cruise price. +Flying can be frightening for people of all ages and backgrounds, but especially those who have never flown before or who have experienced a traumatic event. +It is not something to be ashamed of: it is no different from personal fears and prejudices that many people have about other things. +For some, understanding a bit about how planes work and what happens during a flight can help overcome a fear of the unknown or of being out of control. +Freight companies are paid to deliver things quickly. Often, time is of the essence in delivering commercial documents, merchandise or critical parts for an urgent repair. +Some major airlines have their own jets, but for other routes and smaller companies, this has been an issue. +If they ship by air freight, depending on the route, it may take days to arrive from origin to destination and go through customs. +The only way to ship a bag was to send it as air freight, but airline regulations do not allow freight to be shipped without a passenger, so you had to be the passenger. +The obvious way to fly first or business class is, of course, to pay for it yourself (or, even better, to get your company to pay for you). +However, they are not cheap: expect to pay up to four times as much for a business class ticket as you would for an economy class ticket, and eleven times as much for a first class ticket. +In general, you shouldn't even bother looking for a premium economy or first/business class seat on a direct A to B flight. +Airlines know there is a small group of passengers who are willing to pay a premium to get where they want to go quickly and comfortably, and they charge accordingly. +The capital of Moldova is Chisinau. The country's language is Romanian, but Russian is widely spoken. +Moldova is a multi-ethnic republic that has suffered from ethnic conflict. +In 1994, this conflict gave rise to the Transnistrian "Republic of Transnistria" in eastern Moldova, which has its own government and currency but is not recognized by any UN member state. +Economic relations have been restored between the two parts of Moldova, despite the failure of political negotiations. +The main religion in Moldova is Orthodox Christianity. +Izmir is Turkey's third-largest city with an estimated 3.7 million people, and has the country's second-largest port after Istanbul, as well as an excellent transportation center. +Once the ancient city of Ephesus, it is now a modern, developed, and crowded commercial center surrounded by mountains. +Its wide avenues, glass-fronted buildings, and modern shopping malls are marked by traditional red tiled roofs, the 18th-century market, and old mosques and churches, though the city has a Mediterranean rather than a classical Turkish feel. +The village of Haldarsvík overlooks the island of Eysturoy and has a unique octagonal church. +There are interesting marble reliefs of pigeons on tombs in the churchyard. +It is worth spending half an hour exploring the intriguing village. +To the north, and easily accessible, is the romantic and fascinating town of Sintra, which became known to foreigners through Lord Byron's extravagant description of its beauties. +Scotturb 403 buses frequently go to Sintra, with a stop at Cabo da Roca. +Also in the north, visit the huge Shrine of Our Lady of Fatima (Relicarium), a well-known pilgrimage site of Marian apparitions. +Keep in mind that you are basically visiting a huge cemetery, also as a place that is of incalculable importance to a large portion of the world's population. +There are still many people - both Jewish and non-Jewish - alive today who either survived the period or had family members who were killed or worked there until they were murdered. +Please, don't mock the Holocaust or the Nazis. +Do not damage the place by marking or breaking buildings with graffiti. +Barcelona's official languages are Catalan and Spanish. About half of the population prefers to speak Catalan, most understand it, and almost all are fluent in Spanish. +However, most signs are only in Catalan, as Catalan is the language established by law as the official language. +However, Spanish is widely spoken in public transportation and other facilities. +Regular advertisements on the metro are in Catalan only, but unplanned interruptions are announced by an automated system in several languages, including Spanish, English, French, Arabic and Japanese. +Parisians have a reputation for being egocentric, rude, and arrogant. +Although this is often a misleading stereotype, manners go a long way toward making a good impression in Paris, and will greatly facilitate your travels. +Parisians will seem very rude at first, but if you show some basic courtesy they'll warm up to you +The Plitvice Lakes National Park is heavily forested, mostly with beech, fir and pine trees, and has a mix of alpine and Mediterranean vegetation. +There is great diversity of plant communities, due to varied microclimates, different soils, and different altitudes. +The area is also home to an abundance of wildlife and birds. +Rare animals, such as European brown bears, wolves, eagles, owls, lynx, wild cats and martens, as well as many other common species can be found there. +Women visiting the monasteries have to wear skirts that come down to their ankles, and their shoulders have to be covered as well. +Most of the monasteries will provide robes for those who come unprepared, but if you bring your own robes, especially if they are brightly colored, you will probably be greeted with a smile by the monk or a nun. +Similarly, men are required to wear pants that cover their ankles. +Clothing can be rented on arrival; however, it is not cleaned after every use, so you may not feel comfortable using the gowns. For men, there is only one size! +Majorcan cuisine, like similar Mediterranean cuisine, is based on bread, vegetables, and pork (especially pork), and uses olive oil for cooking. +A simple yet popular summer meal is Pa amb Oli (bread with tomato and olive oil, topped with anything else you like, such as cheese, tuna, etc.) +All nouns, including Sie for you, are capitalized at the beginning of a sentence. +This is an important way of distinguishing between some verbs and objects. +This also makes reading easier, possibly at the cost of some awkwardness in writing, when it is necessary to ascertain whether a verb or an adjective is being used as a noun. +Italian:The pronunciation is relatively easy because most words are pronounced exactly as they are spelled. +The main letters to watch out for are C and G, because of their varied pronunciations depending on the following vowel. +Also, make sure to pronounce r and rr differently: caro means dear, while carro means car. +Persian is a regular and relatively easy language to learn. +Therefore, this Persian grammar guide will help you learn a lot about Persian grammar and understand sentences better. +Of course, if you know a Romance language, it will be an easy task to learn Portuguese. +Nevertheless, those who speak a little Spanish may quickly conclude that Portuguese is similar enough that there is no need to study it separately. +Most of the premodern observatories have been superseded today, and are either in museums or schools. +As light pollution was not a problem at the time they were built, they are often found in or near metropolitan areas or university campuses, and are easier to reach than more recent structures. +Most modern telescopes for research are huge instruments in remote locations with favorable seeing conditions. +The viewing of cherry blossoms, known as hanami, has been a part of Japanese culture since the eighth century. +The concept originated in China, where the peach blossom was the favourite flower. +Traditionally in Japan, the first cherry blossom viewing parties were held only by the emperor for himself and other members of the imperial court. +Plants look best when they are in their natural habitat, so resist the temptation to remove even a "dead" leaf. +If you visit a formally arranged garden, picking "samples" will get you ejected without discussion. +Singapore is usually a very safe place to visit, and most things can be bought once you arrive. +But while it's "hot and humid" here in the "high tropics" (just a few degrees north of the Equator), you can expect both the heat and the sun to be extreme (when it's not overcast, anyway). +There are also buses heading north to Hebron, a traditional burial place of the Biblical patriarchs Abraham, Isaac and Jacob, and their wives. +Check to see if the bus you want to take goes to Hebron and not just to the nearby town of Kiryat Arba. +Inland waterways can be a great theme for a holiday. +For example, visit the castles of the Loire Valley, the Upper Middle Rhine Valley or take a cruise along the interesting landmarks of the Danube or the Erie Canal. +They also mark popular hiking and biking trails. +Christians celebrate Christmas as the anniversary of the birth of Jesus. +Many of the traditions of the holiday have been adopted by non-Christians in many parts of the world. +There is a tradition of spending Easter Eve outdoors under the stars watching the sunrise. +There are, of course, Christian theological explanations for this tradition, but it may be a pre-Christian spring fertility rite. +Traditional churches usually have an Easter Vigil on Saturday night during Easter Weekend. Many congregations will break off at midnight to celebrate the resurrection of Christ. +All the animals who originally came to the islands came either by swimming, flying, or being carried by something. +Because of the distance from the mainland, most mammals are unable to make it to the Galapagos, so the Galapagos Giant Tortoise is the main herbivore in the Galapagos. +Since humans arrived in the Galapagos, many mammals have been introduced, including goats, horses, cows, rats, cats, and dogs. +If you visit the Arctic or Antarctic in the winter, a polar night occurs, which means the sun does not rise above the horizon. +This is a great time to see the Northern Lights, as it gets dark around the right time. +As the areas are lightly populated, and thus light pollution is not a problem, you can also enjoy the stars. +Japanese business culture is more hierarchical and formal than what Westerners are accustomed to seeing. +Suits are standard business attire, and coworkers often address each other by their last names and titles. +Harmony at work is crucial, and it emphasizes the importance of working together as a team rather than celebrating individual achievements. +Employees generally need the approval of supervisors for all decisions, and are expected to comply with the instructions of supervisors without question. diff --git a/test-pt-en.bleu b/test-pt-en.bleu new file mode 100644 index 0000000000000000000000000000000000000000..b10085bdf4bfff766a38bef09d4d4d28097147b5 --- /dev/null +++ b/test-pt-en.bleu @@ -0,0 +1 @@ +BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 34.82 66.2/41.6/28.3/19.7 (BP = 0.989 ratio = 0.989 hyp_len = 24461 ref_len = 24721) diff --git a/test-pt-en.comet b/test-pt-en.comet new file mode 100644 index 0000000000000000000000000000000000000000..082dd020cc1e6b1358d73ebb2551a17d033da722 --- /dev/null +++ b/test-pt-en.comet @@ -0,0 +1,1013 @@ +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 0 score: 0.8472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 1 score: 0.8970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 2 score: 0.8795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 3 score: 0.8330 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 4 score: 0.8953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 5 score: 0.8138 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 6 score: 0.8775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 7 score: 0.8587 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 8 score: 0.9027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 9 score: 0.8360 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 10 score: 0.8989 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 11 score: 0.8998 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 12 score: 0.9048 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 13 score: 0.8512 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 14 score: 0.8679 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 15 score: 0.8081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 16 score: 0.8698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 17 score: 0.9141 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 18 score: 0.9102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 19 score: 0.8591 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 20 score: 0.9508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 21 score: 0.9600 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 22 score: 0.9374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 23 score: 0.9083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 24 score: 0.7979 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 25 score: 0.8190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 26 score: 0.8445 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 27 score: 0.8854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 28 score: 0.8396 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 29 score: 0.9217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 30 score: 0.7357 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 31 score: 0.8575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 32 score: 0.8634 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 33 score: 0.9169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 34 score: 0.9446 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 35 score: 0.9374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 36 score: 0.8886 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 37 score: 0.8876 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 38 score: 0.9114 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 39 score: 0.8462 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 40 score: 0.7743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 41 score: 0.8798 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 42 score: 0.9051 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 43 score: 0.8926 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 44 score: 0.8561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 45 score: 0.8657 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 46 score: 0.8744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 47 score: 0.9178 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 48 score: 0.8287 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 49 score: 0.9219 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 50 score: 0.9043 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 51 score: 0.9071 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 52 score: 0.9050 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 53 score: 0.9289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 54 score: 0.9009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 55 score: 0.9027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 56 score: 0.8932 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 57 score: 0.8794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 58 score: 0.8783 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 59 score: 0.9526 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 60 score: 0.8100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 61 score: 0.8538 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 62 score: 0.7514 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 63 score: 0.8675 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 64 score: 0.9341 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 65 score: 0.8639 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 66 score: 0.7424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 67 score: 0.7903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 68 score: 0.9319 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 69 score: 0.8809 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 70 score: 0.8759 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 71 score: 0.8893 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 72 score: 0.8344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 73 score: 0.8788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 74 score: 0.8695 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 75 score: 0.7689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 76 score: 0.8772 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 77 score: 0.8599 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 78 score: 0.9536 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 79 score: 0.9078 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 80 score: 0.9071 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 81 score: 0.8645 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 82 score: 0.8922 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 83 score: 0.8261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 84 score: 0.8900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 85 score: 0.8637 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 86 score: 0.7106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 87 score: 0.8936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 88 score: 0.8569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 89 score: 0.8069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 90 score: 0.8670 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 91 score: 0.8799 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 92 score: 0.8750 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 93 score: 0.8547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 94 score: 0.9044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 95 score: 0.9304 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 96 score: 0.8373 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 97 score: 0.8408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 98 score: 0.9018 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 99 score: 0.8986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 100 score: 0.9289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 101 score: 0.8818 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 102 score: 0.8782 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 103 score: 0.9261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 104 score: 0.9084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 105 score: 0.8395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 106 score: 0.8071 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 107 score: 0.9124 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 108 score: 0.8246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 109 score: 0.7887 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 110 score: 0.8443 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 111 score: 0.8318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 112 score: 0.9553 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 113 score: 0.9241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 114 score: 0.8656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 115 score: 0.8920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 116 score: 0.8606 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 117 score: 0.8545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 118 score: 0.9435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 119 score: 0.7939 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 120 score: 0.8910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 121 score: 0.8761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 122 score: 0.8278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 123 score: 0.8595 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 124 score: 0.8924 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 125 score: 0.8746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 126 score: 0.8635 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 127 score: 0.9111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 128 score: 0.8980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 129 score: 0.9461 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 130 score: 0.9112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 131 score: 0.8865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 132 score: 0.9024 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 133 score: 0.7869 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 134 score: 0.8317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 135 score: 0.8758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 136 score: 0.8764 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 137 score: 0.9268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 138 score: 0.9227 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 139 score: 0.8791 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 140 score: 0.8477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 141 score: 0.8535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 142 score: 0.9083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 143 score: 0.8633 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 144 score: 0.9254 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 145 score: 0.8712 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 146 score: 0.8971 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 147 score: 0.8863 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 148 score: 0.9065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 149 score: 0.8640 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 150 score: 0.8877 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 151 score: 0.7943 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 152 score: 0.8472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 153 score: 0.7613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 154 score: 0.8210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 155 score: 0.8781 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 156 score: 0.8992 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 157 score: 0.7426 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 158 score: 0.9186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 159 score: 0.8721 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 160 score: 0.9213 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 161 score: 0.8681 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 162 score: 0.8487 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 163 score: 0.8815 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 164 score: 0.8666 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 165 score: 0.8577 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 166 score: 0.8829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 167 score: 0.8807 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 168 score: 0.8429 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 169 score: 0.8357 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 170 score: 0.8670 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 171 score: 0.9409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 172 score: 0.9117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 173 score: 0.7760 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 174 score: 0.8665 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 175 score: 0.9202 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 176 score: 0.8997 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 177 score: 0.8918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 178 score: 0.9626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 179 score: 0.7500 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 180 score: 0.8289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 181 score: 0.9466 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 182 score: 0.9081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 183 score: 0.9168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 184 score: 0.8774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 185 score: 0.9241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 186 score: 0.9522 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 187 score: 0.8134 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 188 score: 0.8886 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 189 score: 0.8989 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 190 score: 0.8462 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 191 score: 0.8566 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 192 score: 0.8513 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 193 score: 0.8731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 194 score: 0.9599 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 195 score: 0.9338 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 196 score: 0.8186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 197 score: 0.8237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 198 score: 0.8855 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 199 score: 0.8681 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 200 score: 0.7673 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 201 score: 0.8376 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 202 score: 0.8731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 203 score: 0.8369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 204 score: 0.8508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 205 score: 0.8811 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 206 score: 0.8212 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 207 score: 0.8567 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 208 score: 0.8731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 209 score: 0.8961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 210 score: 0.9107 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 211 score: 0.8871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 212 score: 0.9163 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 213 score: 0.9279 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 214 score: 0.9425 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 215 score: 0.9138 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 216 score: 0.9391 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 217 score: 0.8762 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 218 score: 0.8990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 219 score: 0.9057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 220 score: 0.9308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 221 score: 0.9088 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 222 score: 0.9159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 223 score: 0.7744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 224 score: 0.7895 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 225 score: 0.9081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 226 score: 0.7754 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 227 score: 0.8419 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 228 score: 0.8009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 229 score: 0.8652 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 230 score: 0.8865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 231 score: 0.9118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 232 score: 0.8137 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 233 score: 0.9081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 234 score: 0.8667 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 235 score: 0.9163 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 236 score: 0.9002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 237 score: 0.8775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 238 score: 0.9227 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 239 score: 0.7526 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 240 score: 0.7940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 241 score: 0.7783 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 242 score: 0.8500 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 243 score: 0.8047 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 244 score: 0.8768 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 245 score: 0.6428 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 246 score: 0.8135 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 247 score: 0.8293 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 248 score: 0.8187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 249 score: 0.9412 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 250 score: 0.8928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 251 score: 0.8829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 252 score: 0.9274 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 253 score: 0.9378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 254 score: 0.9326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 255 score: 0.9092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 256 score: 0.8784 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 257 score: 0.9424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 258 score: 0.8841 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 259 score: 0.8127 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 260 score: 0.8796 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 261 score: 0.8402 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 262 score: 0.9171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 263 score: 0.6378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 264 score: 0.9392 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 265 score: 0.8801 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 266 score: 0.8921 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 267 score: 0.8727 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 268 score: 0.9461 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 269 score: 0.8503 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 270 score: 0.8770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 271 score: 0.8313 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 272 score: 0.8614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 273 score: 0.9011 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 274 score: 0.7474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 275 score: 0.7770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 276 score: 0.7538 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 277 score: 0.9457 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 278 score: 0.8253 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 279 score: 0.9565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 280 score: 0.9095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 281 score: 0.8568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 282 score: 0.9043 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 283 score: 0.8537 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 284 score: 0.9214 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 285 score: 0.9403 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 286 score: 0.9077 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 287 score: 0.8831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 288 score: 0.9196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 289 score: 0.8846 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 290 score: 0.8750 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 291 score: 0.8713 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 292 score: 0.8775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 293 score: 0.8303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 294 score: 0.8386 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 295 score: 0.8089 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 296 score: 0.8473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 297 score: 0.8539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 298 score: 0.7845 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 299 score: 0.9032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 300 score: 0.9037 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 301 score: 0.8641 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 302 score: 0.9089 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 303 score: 0.9208 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 304 score: 0.9118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 305 score: 0.8757 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 306 score: 0.8533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 307 score: 0.8180 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 308 score: 0.9166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 309 score: 0.8846 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 310 score: 0.9715 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 311 score: 0.9027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 312 score: 0.8956 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 313 score: 0.5214 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 314 score: 0.9504 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 315 score: 0.9430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 316 score: 0.8993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 317 score: 0.9041 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 318 score: 0.8873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 319 score: 0.8973 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 320 score: 0.8423 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 321 score: 0.8754 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 322 score: 0.8777 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 323 score: 0.8752 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 324 score: 0.8858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 325 score: 0.9073 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 326 score: 0.8363 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 327 score: 0.8327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 328 score: 0.9074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 329 score: 0.8592 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 330 score: 0.8830 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 331 score: 0.8654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 332 score: 0.8933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 333 score: 0.8694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 334 score: 0.9431 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 335 score: 0.9090 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 336 score: 0.9011 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 337 score: 0.8378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 338 score: 0.8632 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 339 score: 0.8908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 340 score: 0.8573 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 341 score: 0.8315 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 342 score: 0.8131 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 343 score: 0.8271 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 344 score: 0.6848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 345 score: 0.8311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 346 score: 0.8746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 347 score: 0.9133 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 348 score: 0.8137 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 349 score: 0.8752 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 350 score: 0.8578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 351 score: 0.8756 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 352 score: 0.8619 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 353 score: 0.8938 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 354 score: 0.9108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 355 score: 0.8857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 356 score: 0.8910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 357 score: 0.8470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 358 score: 0.9012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 359 score: 0.8159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 360 score: 0.8670 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 361 score: 0.9023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 362 score: 0.8819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 363 score: 0.7904 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 364 score: 0.8618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 365 score: 0.8281 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 366 score: 0.8545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 367 score: 0.8773 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 368 score: 0.7978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 369 score: 0.7884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 370 score: 0.7025 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 371 score: 0.7814 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 372 score: 0.8695 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 373 score: 0.8942 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 374 score: 0.9081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 375 score: 0.9153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 376 score: 0.9308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 377 score: 0.9247 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 378 score: 0.8297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 379 score: 0.8900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 380 score: 0.9273 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 381 score: 0.8597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 382 score: 0.7811 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 383 score: 0.8340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 384 score: 0.8787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 385 score: 0.8347 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 386 score: 0.8124 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 387 score: 0.7165 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 388 score: 0.8128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 389 score: 0.8686 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 390 score: 0.8705 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 391 score: 0.8976 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 392 score: 0.8987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 393 score: 0.9544 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 394 score: 0.8999 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 395 score: 0.8113 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 396 score: 0.8590 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 397 score: 0.9299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 398 score: 0.8440 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 399 score: 0.9071 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 400 score: 0.9361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 401 score: 0.8628 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 402 score: 0.8856 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 403 score: 0.8504 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 404 score: 0.8128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 405 score: 0.7789 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 406 score: 0.8884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 407 score: 0.8724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 408 score: 0.8488 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 409 score: 0.9151 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 410 score: 0.8979 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 411 score: 0.8891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 412 score: 0.8581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 413 score: 0.8690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 414 score: 0.8864 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 415 score: 0.8490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 416 score: 0.8221 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 417 score: 0.8731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 418 score: 0.9149 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 419 score: 0.9417 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 420 score: 0.9404 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 421 score: 0.8698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 422 score: 0.8792 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 423 score: 0.8259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 424 score: 0.8740 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 425 score: 0.9201 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 426 score: 0.9132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 427 score: 0.9026 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 428 score: 0.8969 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 429 score: 0.9167 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 430 score: 0.8630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 431 score: 0.8118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 432 score: 0.6603 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 433 score: 0.7915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 434 score: 0.8582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 435 score: 0.7146 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 436 score: 0.8715 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 437 score: 0.9446 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 438 score: 0.8926 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 439 score: 0.8009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 440 score: 0.8960 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 441 score: 0.9075 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 442 score: 0.9304 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 443 score: 0.8435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 444 score: 0.6728 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 445 score: 0.8272 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 446 score: 0.8610 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 447 score: 0.9145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 448 score: 0.9317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 449 score: 0.8309 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 450 score: 0.8667 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 451 score: 0.8571 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 452 score: 0.8788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 453 score: 0.8572 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 454 score: 0.8874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 455 score: 0.8371 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 456 score: 0.7914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 457 score: 0.8693 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 458 score: 0.8969 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 459 score: 0.7655 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 460 score: 0.9029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 461 score: 0.8822 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 462 score: 0.8833 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 463 score: 0.9266 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 464 score: 0.8995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 465 score: 0.8709 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 466 score: 0.8897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 467 score: 0.7482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 468 score: 0.7636 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 469 score: 0.8466 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 470 score: 0.7094 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 471 score: 0.8210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 472 score: 0.7180 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 473 score: 0.8214 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 474 score: 0.7939 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 475 score: 0.8703 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 476 score: 0.8185 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 477 score: 0.8701 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 478 score: 0.8914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 479 score: 0.9259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 480 score: 0.9146 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 481 score: 0.8501 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 482 score: 0.8671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 483 score: 0.8187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 484 score: 0.8992 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 485 score: 0.8335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 486 score: 0.8766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 487 score: 0.7884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 488 score: 0.8949 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 489 score: 0.9112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 490 score: 0.8443 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 491 score: 0.8946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 492 score: 0.8578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 493 score: 0.9059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 494 score: 0.8490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 495 score: 0.8208 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 496 score: 0.8717 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 497 score: 0.9008 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 498 score: 0.9504 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 499 score: 0.8874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 500 score: 0.9291 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 501 score: 0.9371 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 502 score: 0.8987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 503 score: 0.9018 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 504 score: 0.8510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 505 score: 0.7728 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 506 score: 0.7783 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 507 score: 0.8194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 508 score: 0.9127 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 509 score: 0.8721 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 510 score: 0.8529 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 511 score: 0.8089 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 512 score: 0.8231 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 513 score: 0.8598 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 514 score: 0.8547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 515 score: 0.8154 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 516 score: 0.8611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 517 score: 0.9570 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 518 score: 0.8725 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 519 score: 0.9110 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 520 score: 0.8976 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 521 score: 0.9201 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 522 score: 0.8424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 523 score: 0.8724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 524 score: 0.9104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 525 score: 0.8762 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 526 score: 0.8812 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 527 score: 0.6218 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 528 score: 0.8658 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 529 score: 0.8480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 530 score: 0.8798 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 531 score: 0.8953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 532 score: 0.8380 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 533 score: 0.6419 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 534 score: 0.8105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 535 score: 0.8258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 536 score: 0.8712 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 537 score: 0.8580 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 538 score: 0.8906 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 539 score: 0.8638 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 540 score: 0.8766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 541 score: 0.8926 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 542 score: 0.8855 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 543 score: 0.8900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 544 score: 0.8633 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 545 score: 0.9329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 546 score: 0.7431 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 547 score: 0.8871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 548 score: 0.8663 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 549 score: 0.8620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 550 score: 0.7692 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 551 score: 0.9141 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 552 score: 0.9154 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 553 score: 0.8964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 554 score: 0.8603 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 555 score: 0.8363 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 556 score: 0.8082 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 557 score: 0.8868 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 558 score: 0.8261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 559 score: 0.7809 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 560 score: 0.8062 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 561 score: 0.9427 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 562 score: 0.8601 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 563 score: 0.8570 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 564 score: 0.8545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 565 score: 0.9221 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 566 score: 0.8613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 567 score: 0.8372 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 568 score: 0.8464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 569 score: 0.8479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 570 score: 0.9264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 571 score: 0.9090 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 572 score: 0.7597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 573 score: 0.9267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 574 score: 0.9495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 575 score: 0.7919 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 576 score: 0.8622 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 577 score: 0.8468 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 578 score: 0.9098 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 579 score: 0.9290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 580 score: 0.8784 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 581 score: 0.8603 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 582 score: 0.8770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 583 score: 0.6740 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 584 score: 0.7980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 585 score: 0.8643 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 586 score: 0.8677 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 587 score: 0.8590 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 588 score: 0.8963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 589 score: 0.8581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 590 score: 0.8972 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 591 score: 0.8844 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 592 score: 0.8281 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 593 score: 0.9261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 594 score: 0.8843 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 595 score: 0.8931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 596 score: 0.9019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 597 score: 0.8709 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 598 score: 0.8508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 599 score: 0.8948 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 600 score: 0.8834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 601 score: 0.8788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 602 score: 0.9236 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 603 score: 0.9199 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 604 score: 0.8343 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 605 score: 0.9059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 606 score: 0.7966 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 607 score: 0.6636 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 608 score: 0.7854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 609 score: 0.8469 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 610 score: 0.9241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 611 score: 0.9372 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 612 score: 0.9193 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 613 score: 0.8788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 614 score: 0.9265 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 615 score: 0.9073 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 616 score: 0.9379 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 617 score: 0.9261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 618 score: 0.8867 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 619 score: 0.8167 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 620 score: 0.9353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 621 score: 0.8664 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 622 score: 0.9027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 623 score: 0.9095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 624 score: 0.8666 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 625 score: 0.8869 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 626 score: 0.8874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 627 score: 0.9128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 628 score: 0.8959 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 629 score: 0.7878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 630 score: 0.7251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 631 score: 0.8880 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 632 score: 0.9504 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 633 score: 0.9140 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 634 score: 0.9553 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 635 score: 0.9057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 636 score: 0.8995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 637 score: 0.8827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 638 score: 0.9006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 639 score: 0.9389 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 640 score: 0.9075 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 641 score: 0.9518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 642 score: 0.9117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 643 score: 0.9119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 644 score: 0.7980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 645 score: 0.7574 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 646 score: 0.8949 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 647 score: 0.8973 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 648 score: 0.7746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 649 score: 0.9155 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 650 score: 0.9175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 651 score: 0.8195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 652 score: 0.8600 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 653 score: 0.8118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 654 score: 0.8820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 655 score: 0.9306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 656 score: 0.8725 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 657 score: 0.8928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 658 score: 0.8809 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 659 score: 0.8904 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 660 score: 0.8519 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 661 score: 0.9406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 662 score: 0.9352 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 663 score: 0.9162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 664 score: 0.9473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 665 score: 0.7635 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 666 score: 0.9096 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 667 score: 0.9084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 668 score: 0.8496 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 669 score: 0.9294 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 670 score: 0.8679 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 671 score: 0.9320 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 672 score: 0.9106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 673 score: 0.9018 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 674 score: 0.8562 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 675 score: 0.8756 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 676 score: 0.9029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 677 score: 0.9255 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 678 score: 0.9174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 679 score: 0.8625 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 680 score: 0.8013 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 681 score: 0.9246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 682 score: 0.8893 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 683 score: 0.8617 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 684 score: 0.8809 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 685 score: 0.8965 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 686 score: 0.8793 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 687 score: 0.8395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 688 score: 0.9011 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 689 score: 0.8721 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 690 score: 0.9269 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 691 score: 0.8641 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 692 score: 0.9203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 693 score: 0.8377 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 694 score: 0.7906 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 695 score: 0.8850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 696 score: 0.9022 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 697 score: 0.5983 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 698 score: 0.8651 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 699 score: 0.8965 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 700 score: 0.8446 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 701 score: 0.8973 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 702 score: 0.9033 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 703 score: 0.8653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 704 score: 0.7671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 705 score: 0.7922 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 706 score: 0.7889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 707 score: 0.8985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 708 score: 0.8353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 709 score: 0.8761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 710 score: 0.9271 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 711 score: 0.7042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 712 score: 0.9029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 713 score: 0.8676 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 714 score: 0.8999 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 715 score: 0.8682 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 716 score: 0.8111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 717 score: 0.9101 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 718 score: 0.9179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 719 score: 0.7845 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 720 score: 0.8976 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 721 score: 0.8823 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 722 score: 0.8742 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 723 score: 0.7912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 724 score: 0.9367 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 725 score: 0.8938 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 726 score: 0.8025 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 727 score: 0.8055 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 728 score: 0.7609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 729 score: 0.8968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 730 score: 0.8820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 731 score: 0.8947 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 732 score: 0.8396 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 733 score: 0.8594 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 734 score: 0.8191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 735 score: 0.8531 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 736 score: 0.8848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 737 score: 0.8874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 738 score: 0.8703 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 739 score: 0.9044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 740 score: 0.9196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 741 score: 0.8310 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 742 score: 0.8269 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 743 score: 0.8669 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 744 score: 0.8707 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 745 score: 0.9153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 746 score: 0.8753 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 747 score: 0.6964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 748 score: 0.8512 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 749 score: 0.9151 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 750 score: 0.9356 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 751 score: 0.8552 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 752 score: 0.9577 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 753 score: 0.8991 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 754 score: 0.8767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 755 score: 0.9178 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 756 score: 0.8573 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 757 score: 0.8432 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 758 score: 0.8868 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 759 score: 0.9129 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 760 score: 0.8882 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 761 score: 0.9113 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 762 score: 0.9276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 763 score: 0.9089 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 764 score: 0.9220 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 765 score: 0.8435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 766 score: 0.8313 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 767 score: 0.8713 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 768 score: 0.9239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 769 score: 0.9594 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 770 score: 0.8953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 771 score: 0.9204 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 772 score: 0.8273 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 773 score: 0.8851 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 774 score: 0.9175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 775 score: 0.9112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 776 score: 0.8675 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 777 score: 0.8953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 778 score: 0.8809 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 779 score: 0.7081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 780 score: 0.8587 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 781 score: 0.8640 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 782 score: 0.8892 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 783 score: 0.8368 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 784 score: 0.8590 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 785 score: 0.7518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 786 score: 0.9434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 787 score: 0.9186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 788 score: 0.8119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 789 score: 0.8773 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 790 score: 0.8984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 791 score: 0.8766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 792 score: 0.8318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 793 score: 0.9009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 794 score: 0.7828 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 795 score: 0.8394 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 796 score: 0.9450 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 797 score: 0.7945 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 798 score: 0.9142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 799 score: 0.8158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 800 score: 0.8197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 801 score: 0.7723 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 802 score: 0.8785 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 803 score: 0.8703 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 804 score: 0.7932 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 805 score: 0.9209 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 806 score: 0.9127 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 807 score: 0.8467 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 808 score: 0.7662 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 809 score: 0.8623 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 810 score: 0.8768 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 811 score: 0.8523 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 812 score: 0.9244 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 813 score: 0.9019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 814 score: 0.8999 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 815 score: 0.8517 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 816 score: 0.8502 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 817 score: 0.8136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 818 score: 0.7154 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 819 score: 0.8797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 820 score: 0.9439 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 821 score: 0.9282 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 822 score: 0.8670 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 823 score: 0.7900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 824 score: 0.9324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 825 score: 0.9187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 826 score: 0.8963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 827 score: 0.8042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 828 score: 0.8992 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 829 score: 0.8679 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 830 score: 0.8644 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 831 score: 0.8824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 832 score: 0.8611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 833 score: 0.7561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 834 score: 0.8434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 835 score: 0.8661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 836 score: 0.8877 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 837 score: 0.9369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 838 score: 0.8953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 839 score: 0.8534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 840 score: 0.8617 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 841 score: 0.8379 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 842 score: 0.6950 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 843 score: 0.8816 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 844 score: 0.8236 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 845 score: 0.8316 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 846 score: 0.8183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 847 score: 0.8681 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 848 score: 0.7643 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 849 score: 0.8479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 850 score: 0.8253 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 851 score: 0.9079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 852 score: 0.8970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 853 score: 0.8873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 854 score: 0.8487 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 855 score: 0.8349 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 856 score: 0.8024 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 857 score: 0.8657 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 858 score: 0.8912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 859 score: 0.8677 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 860 score: 0.8888 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 861 score: 0.8778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 862 score: 0.8678 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 863 score: 0.8647 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 864 score: 0.8661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 865 score: 0.8311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 866 score: 0.8602 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 867 score: 0.8490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 868 score: 0.9196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 869 score: 0.8153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 870 score: 0.8691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 871 score: 0.9050 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 872 score: 0.9080 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 873 score: 0.8001 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 874 score: 0.7794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 875 score: 0.8935 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 876 score: 0.9351 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 877 score: 0.8482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 878 score: 0.9130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 879 score: 0.6789 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 880 score: 0.9082 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 881 score: 0.8848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 882 score: 0.8772 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 883 score: 0.8953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 884 score: 0.8635 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 885 score: 0.8810 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 886 score: 0.8995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 887 score: 0.8354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 888 score: 0.6076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 889 score: 0.8572 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 890 score: 0.8745 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 891 score: 0.8613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 892 score: 0.7801 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 893 score: 0.8599 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 894 score: 0.9064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 895 score: 0.9071 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 896 score: 0.8469 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 897 score: 0.8532 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 898 score: 0.8786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 899 score: 0.9148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 900 score: 0.8410 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 901 score: 0.8740 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 902 score: 0.9037 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 903 score: 0.9179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 904 score: 0.8760 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 905 score: 0.8550 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 906 score: 0.8731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 907 score: 0.8193 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 908 score: 0.8608 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 909 score: 0.9515 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 910 score: 0.8640 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 911 score: 0.7956 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 912 score: 0.9285 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 913 score: 0.9135 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 914 score: 0.8618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 915 score: 0.8670 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 916 score: 0.9163 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 917 score: 0.8257 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 918 score: 0.8992 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 919 score: 0.8602 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 920 score: 0.9332 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 921 score: 0.7786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 922 score: 0.8988 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 923 score: 0.8796 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 924 score: 0.8822 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 925 score: 0.8790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 926 score: 0.8961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 927 score: 0.9012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 928 score: 0.8906 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 929 score: 0.8731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 930 score: 0.8504 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 931 score: 0.8331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 932 score: 0.7516 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 933 score: 0.8650 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 934 score: 0.8432 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 935 score: 0.8470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 936 score: 0.8793 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 937 score: 0.9276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 938 score: 0.9654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 939 score: 0.8798 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 940 score: 0.9051 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 941 score: 0.9642 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 942 score: 0.8800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 943 score: 0.8264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 944 score: 0.8542 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 945 score: 0.9028 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 946 score: 0.8299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 947 score: 0.8976 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 948 score: 0.8663 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 949 score: 0.9186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 950 score: 0.8221 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 951 score: 0.8626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 952 score: 0.8213 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 953 score: 0.6860 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 954 score: 0.8184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 955 score: 0.9321 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 956 score: 0.8943 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 957 score: 0.9262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 958 score: 0.8868 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 959 score: 0.9731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 960 score: 0.6883 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 961 score: 0.7766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 962 score: 0.9279 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 963 score: 0.9061 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 964 score: 0.9034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 965 score: 0.8602 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 966 score: 0.8769 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 967 score: 0.8152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 968 score: 0.8584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 969 score: 0.7788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 970 score: 0.8736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 971 score: 0.8781 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 972 score: 0.7694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 973 score: 0.9577 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 974 score: 0.8138 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 975 score: 0.9061 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 976 score: 0.8966 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 977 score: 0.9022 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 978 score: 0.8388 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 979 score: 0.8774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 980 score: 0.8189 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 981 score: 0.8750 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 982 score: 0.8685 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 983 score: 0.8494 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 984 score: 0.8731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 985 score: 0.9133 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 986 score: 0.8942 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 987 score: 0.8581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 988 score: 0.8641 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 989 score: 0.8129 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 990 score: 0.9032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 991 score: 0.7863 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 992 score: 0.9250 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 993 score: 0.8779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 994 score: 0.9170 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 995 score: 0.8601 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 996 score: 0.9266 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 997 score: 0.8417 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 998 score: 0.8768 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 999 score: 0.8187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 1000 score: 0.9181 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 1001 score: 0.8621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 1002 score: 0.8741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 1003 score: 0.7156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 1004 score: 0.9261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 1005 score: 0.8991 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 1006 score: 0.7532 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 1007 score: 0.8939 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 1008 score: 0.9187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 1009 score: 0.9189 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 1010 score: 0.8904 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en Segment 1011 score: 0.8599 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-pt-en score: 0.8674 diff --git a/test-ro-en b/test-ro-en new file mode 100644 index 0000000000000000000000000000000000000000..87a18b8364dc7468c3cb5b69013df46f0e068e9a --- /dev/null +++ b/test-ro-en @@ -0,0 +1,1012 @@ +We now have four-month-old diabetic rats that no longer have diabetes," he 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 division, noted that the research is still in the early stages. +Like other experts, he is sceptical about the idea that diabetes can be cured, noting that the findings are not relevant to people who already have type 1 diabetes. +On Monday, Sara Danius, permanent secretary of the Nobel Prize Committee for Literature at the Swedish Academy, announced publicly during a Swedish Radio broadcast that after failing to contact Bob Dylan directly regarding the Nobel Prize in Literature in 2016, the committee had decided to give up trying to contact him. +Danius said: "Right now we are not doing anything. I have called and sent e-mails to his closest colleague and got very friendly replies. For now, that's enough." +Earlier, Ring CEO Jamie Siminoff said the company was founded when his doorbell didn't work in his garage. +He built a Wi-Fi doorbell, he said. +Siminoff said sales have grown since its 2013 appearance on the show, when the group of investors on the show passed on funding the startup. +In late 2017, Siminoff appeared on the shopping channel QVC. +Ring also settled a lawsuit with rival security company ADT Corp. +Even though an experimental Ebola vaccine has been shown to reduce deaths from the disease, there are still no proven treatments for those already infected. +A cocktail of antibodies, ZMapp, showed early promise but formal studies suggested it was less effective at preventing death than had been hoped. +In the PALM study, ZMapp was the comparator, meaning that scientists used it as a benchmark and compared the other three treatments to it. +USA Gymnastics is supportive of the U.S. Olympic & Paralympic Committee's call for a safe environment for all athletes and reiterates the absolute necessity for the gymnastics community to provide a safe environment for athletes. +We agree with the USOC's statement that athletes' and clubs' interests, and the sport they participate in, would be best served by pursuing significant changes to the organization rather than withdrawing recognition. +USA Gymnastics will support an independent investigation that can shed light on how the abuse described so courageously by the survivors of Larry Nassar was able to go undetected for so long, and will support any and all changes that are necessary and appropriate. +USA Gymnastics and the USOC have the same goal - making gymnastics, and all sports, as safe as possible so athletes can pursue their dreams in a positive, supportive environment. +Throughout the 1960s, Brzezinski worked as an advisor to John F. Kennedy and then Lyndon B. Johnson. +During the 1976 election, he advised Carter on foreign policy and was national security adviser from 1977 to 1981, succeeding Henry Kissinger. +As NSA, he assisted Carter in managing global issues such as the Camp David Accords in 1978, U.S. normalization of relations with China in the late 1970s, the Iranian Revolution and its aftermath in 1979, and the Soviet invasion of Afghanistan in 1979. +The film, starring Ryan Gosling and Emma Stone, was nominated for all the major categories. +Gosling and Stone received nominations for Best Actor and Best Actress, respectively. +Other nominations include best picture, director, cinematography, costume design, film editing, original score, production design, sound mixing and original screenplay. +Two songs from the film, Audition (The Fools Who Dream) and City of Stars, were nominated for best original song. Lionsgate studio received a total of 26 nominations - more than any other studio. +On Sunday evening, US President Donald Trump announced, through a press release, that US troops would withdraw from Syria. +The announcement came after Trump spoke by phone with Turkish President Recep Tayyip Erdogan. +Turkey was also set to take over the guarding of ISIS fighters who had been captured, according to the statement, but European nations had refused to repatriate them. +This not only confirms that at least some dinosaurs were covered in feathers, an idea already widely accepted, but also provides details that cannot be gleaned from fossils, such as colour and three-dimensional pattern. +Scientists say the bird's plumage is brownish-grey above and yellowish-orange below. +The discovery also offers a new perspective on the evolution of bird feathers. +Because the dinosaur's feathers did not have a well-developed rachis, but did have other features of feathers, such as barbs and barbules, researchers have concluded that the rachis was probably an evolutionary development of the other features. +The structure of the feathers suggests that they were not used in flight, but instead for temperature regulation or display. Researchers suggested that even if this is the tail of a young dinosaur, the specimen is of an adult and not a juvenile. +Researchers suggested that while the specimen is the tail of a young dinosaur, the feathers are those of an adult and not the down of a nestling. +A car bomb that exploded yesterday morning at a police headquarters in Gaziantep, Turkey, killed two policemen and injured more than 20 people. +The governor's office said nineteen of the injured were police officers. +Police said they suspected a Daesh (ISIS) militant was responsible for the attack. +They discovered that the Sun has the same basic principles as other stars: all stars in a system are controlled by their brightness, rotation, and nothing else. +Luminosity and rotation are combined to determine the Rossby number of a star, which is associated with plasma flow. +The smaller the Rossby number, the less active the star will be in terms of magnetic reversals. +Iwasaki often found himself in trouble during his travels. +He has been robbed by pirates, attacked by a mad dog in Tibet, escaped a forced marriage in Nepal, and arrested in India. +The 802.11n standard can operate on either the 2.4 GHz or 5.1 GHz frequency. +This will give it backward compatibility with 802.11a, 802.11b and 802.11g with the proviso that the base station has dual radio transmission. +The speeds of 802.11n are considerably higher than those of its predecessors, with a theoretical maximum of 600 Mbit/s. +Duvall, who is married with two grown-up children, was unimpressed when he heard Miller's story. +When asked for a comment, Miller said, "Mike likes to talk a lot during hearings... I was preparing to go back, so I didn't catch everything he said." +We will try to reduce carbon dioxide emissions per unit of GDP by 2020 by a significant margin over the 2005 level," Hu said. +He did not put a figure on the reductions, saying they would be made in accordance with China's economic performance. +Hu called on developing countries to "avoid the old approach of polluting first and cleaning up later." +He added, however, that "they shouldn't be asked to take on responsibilities that exceed their level of development, maturity and ability." +The Iraq Study Group will release its report today at noon GMT. +It warns that no one can guarantee now that any intervention in Iraq will stop the sectarian war, rising violence and descent into chaos. +The report opens with a plea for an open debate and consensus-building in the United States on Middle East policy. +The report is extremely critical of nearly every aspect of current executive policy toward Iraq and calls for an immediate change of direction. +His first of 78 recommendations was a new diplomatic offensive by year's end to secure Iraq's borders against hostile intervention and to restore diplomatic relations with neighbors. +Current Argentine senator and former president Cristina Fernandez de Kirchner announced her candidacy for the presidency last night in La Plata, a city 50 kilometers (31 miles) from Buenos Aires. +Ms. Kirchner announced her intention to run for the presidency of the Argentinean Theatre, the same place where she started her campaign for the Senate in 2005 as a member of the Buenos Aires provincial delegation. +The debate was touched off by controversy over funding for Hurricane Katrina relief and rebuilding, which some conservatives derided as "The New Deal for New Orleans." +Liberal critics of the reconstruction effort have focused on the awarding of reconstruction contracts to Washington insiders. +More than four million people came to Rome to attend the funeral. +The number of people present was so great that it was not possible for everyone to attend the funeral in St. Peter's Square. +Large television screens have been set up around Rome so that the public can watch the ceremony. +In many other Italian and foreign cities, especially in Poland, similar installations have been set up, which have been followed by a large number of people. +Historically, the FBI has been criticized by historians for concentrating resources on easily resolved cases, especially those involving stolen cars, in order to increase the agency's success rate. +Congress began funding the Obscenity Prohibition Act in fiscal year 2005, and specified that the FBI should hire 10 agents to enforce it. +Robin Uthappa led the charge with the highest score of the innings, 70 runs off 41 balls with 11 fours and 2 sixes. +Middle-order batsmen Sachin Tendulkar and Rahul Dravid played well and shared a century stand. +But, after losing the captaincy, India managed only 36 runs, losing 7 wickets by the end of the session. +U.S. President George W. Bush arrived in Singapore at dawn on November 16, beginning a weeklong Asian tour. +He was welcomed by Singapore's Deputy Prime Minister Wong Kan Seng and discussed trade and terrorism with Singapore's Prime Minister Lee Hsien Loong. +Following a week in which he lost ground in the mid-term elections, Bush spoke to the audience about expanding trade in Asia. +Following a 25-minute meeting with NDP Leader Jack Layton at the PMO on Tuesday, Prime Minister Stephen Harper agreed to send the government's "Clean Air Act" to a committee of MPs from all parties for review before a second reading. +Mr Layton has called for a "full and thorough" rewrite of the Tories' environment proposals during a meeting with the Prime Minister. +Since the federal government took over the funding of the Mersey Hospital in Devonport, Tasmania, the state government and some federal MPs have been critical of the move, saying it was a cynical ploy ahead of the November federal election. +But Prime Minister John Howard said the decision was aimed at protecting the hospital's facilities from being downgraded by the Tasmanian government, which he said would provide a further A$45 million. +Marine-based tsunami gauges indicate a tsunami has been generated, according to the latest bulletin. Tsunami activity has been reported in the vicinity of Pago Pago and Niue. +In Tonga, no major damage or injuries were reported, but power was knocked out temporarily, hampering Tonga's ability to receive the tsunami warning from PTWC. +Fourteen schools in Hawaii, located on or near the shoreline, were closed Wednesday as a precautionary measure, though warnings had been in effect. +U.S. President George W. Bush praised the announcement. +Bush spokesman Gordon Johndroe said the North Korean pledge was a "major step toward a nuclear-free Korean peninsula." +Today, Tropical Storm Jerry, tenth named storm of the 2019 Atlantic hurricane season, has formed in the Atlantic Ocean. +The National Hurricane Center (NHC) says Jerry currently poses no threat to land. +The U.S. Army Corps of Engineers estimated that 6 inches (15 centimeters) of rainfall could cause the already damaged levees to break. +The Ninth Ward, which was inundated by as much as 20 feet of water during Hurricane Katrina, is currently under several feet of water after a nearby levee broke. +Water overtops the dike along a 100-foot stretch. +Wikimedia Commons administrator Adam Cuerden expressed frustration with deletions in statements made for Wikinews last month. +He [Wales] has basically lied to us from the start. First he said it was legal, then he said he would comply until the images were deleted. +The community's irritation has led to the present-day efforts to develop a rule regarding sexual content on the website which hosts millions of licensed open-source media. +Much of the work was theoretical, but the program was designed to stimulate observing of the Whirlpool Galaxy. +The effect the team was looking for would have been caused by the dark matter in the galaxy interacting with the dark matter in the Milky Way. +As the Moon's gravity pulls on the Earth, causing tides, so the Milky Way's gravity pulls on our galaxy, the Sagittarius Dwarf Galaxy. +Scientists have concluded that dark matter affects other dark matter in much the same way as it affects normal matter. +This theory states that the dark matter in a galaxy is located around the galaxy in a halo of particles. +TV reports showed a white plume of smoke billowing from the plant. +Local authorities are urging residents living near the factory to stay indoors, turn off air conditioning units, and not to drink tap water. +According to Japan's nuclear agency, cesium and iodine were detected inside the plant. +Officials speculate that this may indicate that the uranium fuel rods in the reactor may have been damaged and are leaking. +Dr. Tony Moll discovered the presence of extremely drug-resistant tuberculosis (XDR-TB) in the South African province of KwaZulu-Natal. +In an interview, he said the new variant was "really, really troubling" because of its high mortality rate. +It is possible that some patients contracted the virus in the hospital, said Dr. Moll, and at least two were hospital staff. +During a year, an infected person can infect between 10 and 15 people with whom he/she is in close contact. +However, the percentage of XDR-TB in the entire group of people with tuberculosis still appears to be low; 6,000 out of 330,000 people infected at one time in South Africa. +Both satellites, each of which weighs more than 1,000 pounds and is traveling at about 17,500 miles per hour, passed within 491 miles of Earth. +Scientists say the explosion from the collision was massive. +They are still trying to determine the size of the impact and how it will affect the Earth. +U.S. Strategic Command, which is part of the U.S. Defense Department, is tracking the remainder. +The literary analysis of the moments of the subject will be published on a public website. +A pediatrician who worked at Children's Hospital of Pittsburgh in Pennsylvania has been charged with murder after her mother was found dead in the trunk of her car on Wednesday, authorities in Ohio said. +Dr. Malar Balasubramanian, 29, was found dead on a roadside in Blue Ash, Ohio, a suburb north of Cincinnati, wearing a T-shirt and underwear and with an apparent drug overdose, police said. +He directed agents to his black Oldsmobile Intrigue, which was parked 500 feet away. +There they found the body of 53-year-old Saroja Balasubramanian, covered in blood-stained blankets. +Police said the body had been there for a day. +The first cases of the disease this season were reported at the end of July. +The disease is carried by pigs and transmitted to humans through mosquito bites. +The fire has prompted the Indian government to take steps such as deploying pigs to affected areas, distributing thousands of mosquito nets and spraying pesticides. +Millions of doses of the vaccine against encephalitis have also been promised by the government to help health agencies prepare for the next year. +Plans to deliver vaccines to the most historically-affected areas were delayed this year due to funding shortfalls and reduced priority compared to other diseases. +In 1956, Słania moved to Sweden, where three years later he began work for the Swedish Post Office, eventually becoming chief engraver. +He produced more than 1,000 stamps for Sweden and another 28 countries. +His work is of such quality and detail that he is one of the very few "important" names in stamp collecting. Some collectors specialise in a complete collection of his works. +His 1,000th stamp was a superb issue called "The Great Deeds of the Swedish Kings" by David Klöcker Ehrenstrahl in 2000, which is in the Guinness Book of Records. +He has also designed banknotes for several other countries, most recently the portraits of the Canadian prime ministers on the $5 and $100 bills. +Following the crash, Gibson was transported to a local hospital where he later died. +The lorry driver, aged 64, was unhurt in the accident. +The vehicle itself was removed from the scene of the accident by around 12:00 BST on the day of the crash. +A man who works in a nearby garage said: "There were kids waiting to cross the road and they were all screaming and crying." +Everyone ran away from the scene of the accident. +Other issues on the agenda for Bali include saving the world's remaining forests and sharing technology to help developing countries move away from fossil fuels. +The UN is also hoping to set up a fund to help developing countries cope with the effects of global warming. +Funds could be used to build flood-resilient housing, better water management and diversification of crops. +Fluke wrote that efforts to prevent women from speaking about women's health have been unsuccessful. +She came to this conclusion after receiving an overwhelming number of positive comments and encouragement from women, as well as men, noting that birth control medication should be considered a medical necessity. +About 40 other inmates remained in the yard, refusing to return to their cells when the fighting stopped, after the injured were taken to a hospital. +Negotiators tried to resolve the issue, but the inmates' demands were unclear. +Between 10:00 p.m. and 11:00 p.m. MDT, inmates started a fire in the courtyard. +Minutes later, riot-equipped troops entered the courtyard and fired tear gas at the inmates. +Firefighters managed to put out the fire around 23:35. +After the dam was built in 1963, seasonal flooding that scoured the entire river ended. +These sediments were necessary to create sand dunes and beaches, which provided habitat for wildlife. +As a result, two fish species have become extinct and another two are under threat, including the cocoa damsel. +Although the water level will rise only by a few feet after the flood, officials are hopeful it will be enough to restore sand dunes downstream. +No tsunami warning has been issued and the geophysics agency in Jakarta says none will be issued since the quake's magnitude was below 6.5. +Although there was no tsunami threat, residents began to panic and evacuated their homes and businesses. +Although Winfrey was in tears as she took her leave, she assured her fans that she would be back. +This will not be a farewell. It means the closing of a chapter and the opening of another." +The final results of Namibia's presidential and parliamentary elections have been announced, and incumbent president Hifikepunye Pohamba has been re-elected with an overwhelming majority. +Ruling party South West Africa People's Organization (SWAPO) has maintained its majority in parliamentary elections. +Coalition and Afghan troops were reported to be moving into the area to secure the site, and more coalition aircraft were reported to be on the way. +The crash took place in mountainous terrain at a high altitude and is believed to have been caused by enemy fire. +The search is being hampered by bad weather and rugged terrain. +The nongovernmental health organization Mangola, Doctors Without Borders, and the World Health Organization say it is the worst Ebola outbreak ever recorded in the country. +Richard Veerman, a spokesperson for Doctors Without Borders, said, "Angola is on the verge of the worst outbreak so far, and the situation remains extremely alarming in Angola." +The games started at 10:00 on a beautiful sunny day, apart from a brief shower in the middle of the morning, it was a perfect day for seven-a-side rugby. +The tournament favourites, South Africa, got off to a flying start, crushing Zambia 26-0, who were ranked fifth. +Playing a disjointed game against their southern neighbours, South Africa came back time and again as the tournament progressed. +Their disciplined defense, ability to handle the ball, and excellent teamwork made them stand out, and it became clear that they were the team to beat. +Officials from the city of Amsterdam and the Anne Frank Museum said the tree was infected with a fungus and posed a threat to public safety, saying that it was about to collapse. +He was due to be executed on Tuesday, but was saved by a last-minute court ruling. +All of the caves in the "Seven Sisters" group are between 100 and 250 metres (328 - 820 ft) in diameter. +The infrared images show that the temperature differences between day and night are likely to be caves. +They are cooler than the surrounding area during the day and warmer at night. +Their thermal behavior is not as stable as that of large caves on Earth, which generally maintain a constant temperature, but is consistent with the idea that they are deep holes in the ground," said Glen Cushind of the U.S. Geological Survey's Astrogeology Team and Northern Arizona University in Flagstaff, Arizona. +Traditionally, voting in France has been a rather low-tech affair: Voters go into a booth, fill out a printed ballot, and drop it in a box. +After officials verify the voter's identity, the voter places the ballot in the ballot box and signs the poll book. +French electoral law codifies more strictly the procedures to be followed. +Since 1988, ballot boxes have been required to be transparent, so that voters and observers can confirm that there are no stuffed ballots at the beginning of the vote, and that no additional stuffed ballots are added except for those cast by authorized voters. +Candidates can send representatives to be present at all stages of the process. In the evening, the votes are counted by volunteers under strict supervision, in accordance with a clear procedure. +The ASUS Eee PC, which was launched worldwide earlier this year for its functionality and cost-saving features, has become a hot topic at the IT Month, Taipei 2007. +But the market for laptop computers will be different and radically changed after ASUS won the Taiwan Sustainable Award in 2007 sponsored by the Executive Yuan of the Republic of China. +The station's website describes the show as "retro radio theatre with a geeky new twist!" +In its early days, the show was only streamed by the old internet radio station Toginet Radio, a website specializing in talk shows. +At the end of 2015, AstroNet Radio was founded as a subsidiary of TogiNet. +The show originally featured a troupe of amateur performers from East Texas. +Large-scale looting reportedly continued through the night in Bishkek, with police nowhere to be seen. +An observer described Bishkek as descending into anarchy, with gangs roaming the streets and looting shops selling consumer goods. +Many residents of Bishkek have blamed the protesters from the south for the ensuing chaos. +South Africa has defeated New Zealand (All Blacks) in a match of the Three Nations Tournament, played on the Royal Bafokeng Stadium in Rustenburg, South Africa. +The final score was 21-20, ending a 15-match winning streak for the All Blacks. +For the Springboks, it ended a five-match losing streak. +It was the last match for the All Blacks, who had already won the trophy two weeks earlier. +The final match of the series will be played at Ellis Park in Johannesburg next week, when the Springboks take on Australia. +A medium earthquake hit western Montana at 10:08 p.m. Monday. +The U.S. Geological Survey and its National Earthquake Center did not immediately report any damage. +The epicenter of the quake was located approximately 15 miles (20 km) north northeast of Dillon and 40 miles (65 km) south of Butte. +It has now been confirmed that the H5N1 highly pathogenic avian influenza virus has infected a wild duck found dead on Monday on a marshland east of Lyon, France. +France is the seventh European Union country to be hit by the virus, after Austria, Germany, Slovenia, Bulgaria, Greece and Italy. +The suspected H5N1 cases in Croatia and Denmark remain unconfirmed. +Chambers was suing God for "allowing the spreading of death, destruction, and terror to millions and millions of people all over the world." +Chambers, an agnostic, says his process is "frivolous" and that "anybody can sue anybody." +The story, presented in the French opera by Camille Saint-Saens, is about an artist "whose life is dominated by his love for drugs and for Japan". +As a result, performers smoke cannabis cigarettes on stage, and the theatre itself encourages the audience to participate. +Former U.S. Speaker of the House Newt Gingrich, Texas Gov. Rick Perry and U.S. Rep. Michele Bachmann rounded out the top four, five and six, respectively. +After the results were announced, Gingrich praised Santorum but was harshly critical of Romney, whose negative advertising in Iowa targeted Gingrich. +Perry said he would "come back to Texas and take a hard look at the results from tonight's debate to see if there is a path forward for me in this race," but later said he would stay in the race and compete in the Jan. 21 South Carolina primary. +Bachmann, who won the unsanctioned Ames Straw Poll in August, decided to end her campaign. +The photographer was transported to Ronald Reagan UCLA Medical Center where he later died. +He was said to be 20-something at the time. In a statement, Bieber said, "While I was not present or directly involved in the tragic accident, my heart goes out to the family of the victim." +Entertainment news website TMZ reported that the photographer stopped his car on the opposite side of the Sepulveda Boulevard and tried to take pictures of the police before crossing the street and continuing, which prompted a California Highway Patrol officer directing traffic to tell him twice to come back. +Police said the driver of the car that hit the photographer is unlikely to be prosecuted. +With only eighteen medals awarded each day, several countries were unable to reach the podium. +The Netherlands, with Anna Jochemsen finishing ninth in the women's Super-G race yesterday, and Finland, with Katja Saarinen in tenth place in the same event, are among them. +Australia's Mitchell Gourley finished 11th in the men's Super-G. Czech Republic's Oldrich Jelinek finished 16th in the men's Super-G. +Arly Velasquez of Mexico was 15th in the men's Super-G standings. Adam Hall of New Zealand was ninth in the men's Super-G standings. +Polish visually impaired male skier Maciej Krezel finished thirteenth alongside his guide Anna Ogarzynska in the Super-G event. Jong Seork Park from South Korea came in twenty-fourth in the men's Super-G event. +UN peacekeepers, who have been in Haiti since the 2010 earthquake, are being blamed for the spread of the disease, which broke out near a peacekeeper camp. +According to the process, the UN camp's waste was not properly sanitized, contaminating the Artibonite River, one of Haiti's largest. +Before the arrival of the troops, Haiti had not had a case of yellow fever since the 1800s. +The Haitian Institute of Justice and Democracy cited independent studies that suggested the United Nations Nepalese peacekeeping battalion may have inadvertently introduced the disease to Haiti. +Danielle Lantagne, a UN expert on the disease, said the most likely source of the outbreak was peacekeepers. +Hamilton confirmed that Howard University Hospital had admitted the patient in stable condition. +The patient had traveled to Nigeria, where a few Ebola cases had been reported. +The hospital followed infection-control procedures, including isolating the patient from other patients to prevent the infection from spreading. +Before The Simpsons, Simon had worked on several shows in various capacities. +In the 1980s, he worked on shows including Taxi, Cheers, and The Tracey Ullman Show. +In 1989, he participated in the creation of The Simpsons with Brooks and Groening, and he hired the show's first staff of writers. +Although he had left the show in 1993, he still held the title of executive producer and received tens of millions of dollars per year in compensation. +Earlier, China's official Xinhua News Agency reported a plane had been hijacked. +Subsequent reports said a bomb threat had been made against the flight and it had been diverted to land in Kandahar, Afghanistan. +Early reports suggested the plane had been diverted to Afghanistan after being denied permission to land in Ürümqi. +Air crashes are frequent in Iran, which has an ageing and poorly-maintained civil and military fleet. +International sanctions prevented the purchase of new aircraft. +Earlier this week, a police helicopter crashed, killing three people and injuring three others. +Last month, Iran suffered its worst air disaster in recent years when a plane bound for Armenia crashed, killing all 168 on board. +Earlier this month, another plane crashed in Mashhad, hitting a wall and killing 17 people. +Aerosmith has canceled the remaining concerts of the tour. +The rock band was supposed to go on tours in the United States and Canada until September 16. +They cancelled the tour because lead singer Steven Tyler injured his back when he fell off the stage while performing on August 5. +Murray lost the first set in a tie-break after both players held their service. +Del Potro got the first break in the second set, but he also needed a tie-break after 6-6. +Potro received treatment on his shoulder but was able to return to the match. +The show started at 8:30 p.m. local time (15:00 UTC). +Famous singers from all over the country presented bhajans or devotional songs at the feet of Shri Shyam. +Singer Sanju Sharma started the show, followed by Jai Shankar Choudhary. He also sang bhajan chhappan bhog, which was accompanied by singer Raju Khandelwal. +Lakkha Singh then took over and sang bhajans. +108 pots of Chhappan Bhog (56 different food items like sweets, fruits, nuts, delicacies etc. offered to the deity) were brought as offering to Baba Shyam. +Lakkha Singh also presented the Chhappan Bhog Bhajan. He was accompanied by singer Raju Khandelwal. +On Thursday, during his opening speech at the Tokyo Game Show, Nintendo president Satoru Iwata unveiled the design for the company's new console, the Nintendo Revolution. +Similar to a TV remote control, the controller uses two position sensors located near the user's TV to determine the user's location in 3D space. +This allows players to control actions and motions in the game by moving the device in the air. +Giancarlo Fisichella lost control of the car he was driving and crashed out of the race shortly after the start. +His team-mate Fernando Alonso led for most of the race but came into the pits almost immediately after the pit stop, probably due to a faulty right front wheel. +Michael Schumacher ended his race shortly after Alonso due to damage to his suspension from multiple crashes. +He's very nice and he sings well," he was quoted as saying at the press conference. +I got goosebumps every time I rehearsed it. +Within three minutes of launch, a camera aboard the rocket showed dozens of pieces of insulating foam separating from the fuel tank. +However, it is not believed to have caused any damage to the ship. +NASA's shuttle program manager, N. Wayne Hale Jr., said the foam came down "after the event that we're concerned about." +Five minutes into the presentation, the wind begins to pick up; about a minute later, the winds reach 70 km/h... then the rain comes down in sheets, hitting you like needles, and the boards come crashing down, and people are screaming and jumping up and down. +Armand Versace said: "I lost my sister and her friend, and on the way there were two disabled people in wheelchairs, people were just jumping over them and pushing them." +NHK also reported that the Kashiwazaki Kariwa nuclear power plant in Niigata prefecture was operating normally. +Hokuriku Electric Power Co. said there were no abnormalities at its Shika nuclear power plant after the quake, and it shut down the No. 1 and No. 2 reactors. +Approximately 9,400 houses in the region are left without water, and about 100 are left without electricity. +Some roads have been destroyed, train service has been interrupted in the affected areas and Noto Airport in Ishikawa prefecture remains closed. +One of the bombs exploded near the governor's office. +Another three bombs exploded near government buildings about two hours later. +Some reports say the official death toll is eight, and official reports confirm at least 30 people have been injured, but the final death toll is still unknown. +Both cyanide and melamine were found in urine samples from dead pets who ate the tainted pet food. +The two compounds interact with each other to form crystals that can block nerve cells, say researchers at the university. +Researchers found crystals in the cat's urine when they added melamine and cyanuric acid. +The composition of these crystals is similar to those found in the urine of companion animals affected by the disease, when they are compared by infrared spectroscopy (IR spectroscopy). +I don't know if you're doing that or not, but most of the goods from Central America have been brought into the United States without paying any tariffs. +However, eighty percent of our goods are taxed at Central American rates. We respect you. +It seemed senseless to me; it was certainly inequitable. +What I am saying is that you should apply the same rules that we apply. +California Governor Arnold Schwarzenegger has signed into law a bill that bans 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 the "18" rating, and it would make it a misdemeanour punishable by a $1,000 fine to sell them to minors. +Director of Public Prosecutions, Kier Starmer QC, made the announcement this morning that both Huhne and Pryce would be prosecuted. +Huhne has resigned and Ed Davey is set to take his place in the Cabinet, with Norman Lamb tipped to become Business Secretary, replacing Davey. +Huhne and Pryce are due to appear at Westminster Magistrates' Court on February 16. +The deceased have been identified as 25-year-old Nicholas Alden and 21-year-old Zachary Cuddeback, the driver. +Edgar Veguilla suffered a broken arm and jaw, while Kristoffer Schneider will require facial reconstructive surgery. +Uka's weapon had misfired as he aimed it at the head of a fifth man, Schneider said, leaving him with continuing pain, no vision in one eye, a missing section of skull and a reconstructed titanium face. +Schneider's testimony was transmitted via video link from a U.S. Air Force base in his home country. +Following Wednesday's event, Carpanedo competed in two individual races at the Championships. +His first race was the slalom, where he failed to finish the first run. 36 of the 116 competitors failed to finish the first run in that race. +In the other race she participated in, the giant slalom, she finished tenth in the women's group with a total time of 4:41.30, 2:11.60 behind the first Australian Claudia Loesch, and 1:09.02 behind the ninth-placed Gyöngyi Dani from Hungary. +Four of the women's giant slalom runs did not finish their run, and 45 of the 117 men's giant slalom competitors did not finish their run. +Police in Madhya Pradesh have recovered the stolen laptop and mobile phone. +Deputy Inspector General of Police D.K. Arya said, "We have arrested five people who raped the Swiss woman and recovered her mobile phone and laptop." +The accused are named as Baba Kanjar, Bhutha Kanjar, Rampro Kanjar, Gaza Kanjar and Vishnu Kanjar. +Superintendent of Police 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 sustained serious head injuries. +The road where the accident took place was temporarily closed and the driver of the red Audi TT was rescued by the emergency services. +He was initially admitted to the James Paget Hospital in Great Yarmouth. +He was then transferred to Addenbrooke's Hospital in Cambridge. +Adekoya has been charged with murdering her son at Edinburgh Sheriff Court. +She has been held in custody awaiting indictment and trial, but any potential eyewitness testimony has been tainted by the widespread dissemination of her image. +It is standard practice in other parts of the UK, but Scotland's justice system is different and the courts decided that the publication of the photographs could be prejudicial. +Professor Pamela Ferguson of the University of Dundee observes that "journalists seem to be adding fuel to the fire by publishing photographs and other information about the suspects." +The Crown Prosecution Service, which is responsible for prosecuting offences, said it would not be commenting further at this time. +According to the leak, the document will be about the dispute over the borders, which the Palestinians want to be based on the pre-1967 Middle East war lines. +Other issues discussed include the future status of Jerusalem, which is holy to both nations, and the issue of the Jordan Valley. +Israel is claiming that it will have a continued military presence in the valley for a period of ten years after the agreement is signed, while the AP is willing to accept this only for a period of five years. +Hunters taking part in the supplementary roe deer cull were to be closely monitored by gamekeepers, with the test being monitored and its effectiveness assessed. +A partnership between the NPWS and the NSW Sporting Shooters Association has seen qualified volunteers recruited through the association's shooting program. +Mick O'Flynn, NPWS Executive Director for Conservation and Estates, said the four volunteers selected for the first cull had been given a thorough safety briefing and training. +Yesterday, Martelly took the oath in front of a new Provisional Electoral Council (CEP), composed of nine members. +It is Martelly's fifth CEP in four years. +Last month, a presidential commission recommended that the former CEP chief be dismissed as part of a package of measures to pave the way to new elections. +The commission was formed in response to widespread anti-government protests that began in October. +Sometimes violent protests have been sparked by failed attempts to hold elections, some of which were due to take place as far back as 2011. +There have been approximately 60 reports of overheating iPods that have malfunctioned, causing six fires and minor burn injuries to four people. +Japan's Ministry of Economy, Trade and Industry (METI) said it was aware of 27 device-related accidents. +Last week, METI announced that Apple had reported another 34 cases of overheating, which the company said were "not serious." +The ministry replied, saying that Apple's delay was "truly regrettable." +The quake hit near the Mariana Islands at 7:19 a.m. local time Friday (2119 GMT Thursday). +The Northern Mariana Islands Office of Emergency Management said there were no reports of damage in the islands. +The Pacific Tsunami Warning Center also reported no tsunami threat. +A former Filipino policeman held hostage tourists from Hong Kong, hijacking their bus in Manila, the capital of the Philippines. +Rolando Mendoza fired his M16 rifle at the tourists. +Several hostages have been freed and at least six have been killed. +Six hostages, including children and elderly people, were released earlier, along with Filipino photographers. +Later, a woman in her 80s using a wheelchair was photographed at the scene. Mendoza was shot. +Liggins followed his father into medicine. +She studied obstetrics and in 1959 she began work at the National Women's Hospital in Auckland. +While working in the hospital, Liggins began researching premature births during his spare time. +His research showed that if a hormone was administered, it would hasten the fetal lung maturation. +Government investigators on Wednesday recovered two black box recorders from the wreckage of the crashed plane, Xinhua news agency reported. +The wrestlers also paid tribute to the Moon. +Tommy Dreamer said of her, "Luna was the first Queen of Extreme. My first manager. Luna died two months ago. A unique moment, just like her. A strong woman." +Dustin Runnels, also known as "Goldust", commented that "The Moon was as eccentric as I am... maybe even more so... I love him and I miss him... I hope he's in a better place." +Of the 1400 people surveyed ahead of the 2010 federal election, the number of those who were against Australia becoming a republic had risen by eight per cent since 2008. +Former Prime Minister Julia Gillard argued during the 2010 federal election campaign that Australia should become a republic when the reign of Queen Elizabeth II comes to an end. +34 per cent of those surveyed agreed with the sentiment, wishing for Queen Elizabeth II to be the last Australian monarch. +At the extremes of the survey, 29 per cent of respondents thought Australia should become a republic as soon as possible, while 31 per cent thought Australia should never become a republic. +The Olympic gold medallist was due to swim at the Commonwealth Games in the 100m and 200m freestyle as well as three relay events but his participation has been thrown into doubt by the complaints. +He was unable to take painkillers to control the pain as they were banned during the Games. +On January 25, Curtis Cooper, a mathematician and professor of computer science at the University of Central Missouri, discovered the largest known prime number. +A number of people had made the discovery earlier, using a variety of hardware and software combinations, and it was announced on Tuesday. +Comets may have been the source of water on Earth, along with organic material, which can form proteins and support life. +Scientists hope to understand how planets form, in particular how Earth formed, since comets have collided with Earth in the distant past. +Cuomo, 53, took office earlier this year and signed a bill legalizing same-sex marriage last month. +He referred to the rumors as "political gossip and hearsay." +He is expected to run for president in 2016. +NextGen is a system that the FAA says will allow planes to take shorter routes, saving millions of gallons of fuel every year and reducing carbon emissions. +It replaces older ground-based radar with satellite-based technology to allow air-traffic controllers to see where planes are with more precision and to relay information to pilots more accurately. +There are no additional transport options available, and surface trains do not stop at Wembley, and car and public transport parking is not available in the vicinity. +The fears regarding the lack of means of transport have raised the possibility of organizing the party with closed doors, in the absence of the team's supporters. +A study published in the journal Science on Thursday reported the discovery of a new bird species on the Galapagos Islands in Ecuador. +Researchers at Princeton University and the University of Uppsala in Sweden reported that the new species had evolved in only two generations, although it was thought to take much longer because of breeding between the endemic Darwin's finches, Geospiza fortis, and an immigrant cactus finch, Geospiza conirostris. +Gold can be worked in a number of ways. It can be rolled into a tiny ball. +It can be drawn into thin wires that can be rolled and braided. It can be hammered into shape or rolled into sheets. +It can be made very thin and laid over other metals. It can be made so thin that it was sometimes used as a decoration for illuminated manuscripts. +This is called the pH of a chemical. A red cabbage indicator can be made using red cabbage. +The juice from the cabbage changes color depending on how acidic or alkaline (basic) the substance is. +The pH is a measure of the amount of hydrogen ions (H+) in a particular chemical. +Hydrogen ions are protons that have had their electrons removed (because hydrogen atoms consist of a proton and an electron). +He mixes the two powders together, then forms a ball with his clean, wet hands. +The moisture in your hands will react with the outer layers of the gloves, giving you a funny sensation and forming a kind of crust. +The cities of Harappa and Mohenjo-daro had toilets in most houses, connected by a sophisticated sanitation system. +Sewage remains have been found in Minoan palaces on Crete and Santorini in Greece. +There were public toilets in ancient Egypt, Persia, and China. In ancient Rome, public toilets were sometimes part of public baths, which men and women would use together. +When you talk to someone far away, you use a satellite. +The satellite in space hears the call, then reflects it back to Earth almost instantly. +The satellite was sent into space by a rocket. Scientists use telescopes in space because the atmosphere of Earth blocks some of the light and makes it hard to see. +A giant rocket standing 100 feet tall is required to launch a satellite or a telescope. +The wheel has changed the world in so many ways. The most important thing the wheel has given us is a much easier and faster way to move from one place to another. +He brought the train, the car and many other means of transport. +At ground level we have several medium-sized cats, which hunt similar-sized prey, from rabbits to deer and antelopes. +In the end, there are many small cats (including free-ranging pet cats) that eat many more small prey, such as insects, rodents, lizards, and birds. +The key to their success is the niche concept; each cat has its own role to fill, so they are not competing with each other. +Lions are the most social of the cat species and live in large groups called prides. +Families are composed of one to three adult males who are related, and up to thirty females and young. +Women are usually related to each other, being part of a large family of sisters and cousins. +The families of leopards behave much like the packs of wolves or dogs, animals whose behavior is surprisingly similar to that of the leopards (but not to other large cats). They are also very deadly to their prey. +A fully grown tiger can swim (though not well), run, jump and pounce on prey with a force five times that of a strong man. +Tigers are members of the same genus (Panthera) as lions, leopards and jaguars, and are the only big cats that roar. +A tiger's roar does not sound like a lion's roar, but more like a sentence of words being shouted. +Cheetahs like to eat small animals. If they can catch monkeys, snakes, rodents, or birds, they will. Most of the animals that cheetahs hunt are much smaller than the cheetahs themselves. +Scientists believe that hyenas hunt and find food using their sense of smell, marking their territory by spraying it with urine. +Thanks to their night vision, they can see very well in the dark and can move around undetected. The hyenas hunt in groups, camouflaging themselves in the environment, and then pouncing on their prey. +When a small group of individuals (a small population) becomes isolated from the main group to which it belongs (perhaps because it has moved over a mountain range or across a river, or because it has moved to a new island, from which it cannot easily return), it will often find itself in a different environment from the one in which it was before. +This new environment has different resources and different competitors, so the new population will need different features or adaptations to be more successful than they were before. +The initial population has not changed at all, it needs the same adaptations as before. +Over time as the new population adapts to the environment, members of the group become less similar to the other population. +In the end, after thousands or even millions of years, the two populations will look so different from each other that we will no longer be able to say that they are the same species. +This process is called speciation, which means the formation of new species. Speciation is an unavoidable consequence of evolution and an important part of it. +Plants make oxygen, which people breathe, and take in carbon dioxide, which people breathe out (exhale). +Plants make their own food using the sun, through photosynthesis. They also provide shade. +We make our houses out of plants, and we make our clothes out of plants. Most of the food we eat is from plants. Without plants, animals would not be able to survive. +The mosasaurus was the top predator of its time, and had no natural predators other than other mosasaurs. +Its long, sharp teeth numbered more than 70, and it had an additional set in its mouth roof, so that nothing in its path was safe. +We don't know for sure, but it could have had a forked tongue. Its diet consisted of large fish, other plesiosaurs, and possibly even cannibalism. +It also attacks anything that enters the water; even a giant like the T-Rex would have been no match for it. +While much of Roman cuisine would be familiar to us today, the Romans also had some bizarre or unusual foods that they ate at special times of year, including boar, goats, melons and a rodent called a pear. +Another difference was that while the poor and women ate while seated on the ground, wealthy men preferred to hold banquets while reclining on one side. +Ancient Rome's cuisine could not have included food from Europe, America or Asia in later centuries. +For example, they did not have wheat, red berries, potatoes, or chocolate, and no ancient Roman ever tasted a turkey. +The Babylonians built a great temple for each of their gods, which was considered to be the house of the god. +People made sacrifices to the gods, and priests tried to respond to the needs of the gods through rituals and festivals. +Each temple had an open courtyard and an inner sanctuary where only the priests were allowed. +Sometimes pyramid-shaped towers were built as part of temples. They were called ziggurats. +The top of the tower was the sanctuary of the god. +In the hot climate of the Middle East, houses were of less importance. +Most of a Jewish family's life was spent outdoors. +Women cooked in the courtyard; shops were only paving stones in the street. Houses were built of stone. +In the land of Canaan there were no large forests, so wood was very expensive. +Greenland was only lightly colonized. According to Norse sagas, Erik the Red was exiled from Iceland for murder and while sailing west he discovered Greenland and named it. +However, regardless of what was discovered, Native American tribes had already been living in the area at the time. +Although they were all Scandinavian countries, there were many differences between the population, kings, customs, and history of Denmark, Sweden, Norway, and Iceland. +If you watched the movie National Treasure, you might think that a map to the treasure was written on the back of the Declaration of Independence. +However, this is not true. Although on the back of the document there is something written, it is not a map of a treasure. +On the back of the Declaration of Independence is written: "The original of the Declaration of Independence, dated July 4, 1776." The text is reversed, at the bottom of the document. +Although it is not known for certain who wrote it, it is known that early in its history the large parchment document (29¾ by 24½ inches) was rolled up. +Thus, the labeling was probably just for marketing purposes. +The landings on D-Day and the fighting that followed liberated northern France but southern France was still under German occupation. +It was run by the Vichy French, the French who made peace with the Germans in 1940 and worked with the invaders instead of fighting them. +On August 15, 1940, the Allies invaded southern France, and the operation was named "Operation Dragoon". +In just two weeks, American and Free French forces had liberated southern France and were advancing into Germany. +A civilization is a unique culture shared by a large group of people living and working cooperatively, a society. +The word civilization is derived from the Latin word civilis, meaning civil, and civitas, meaning city or city-state. It also refers to the degree of sophistication of a society. +Cities are the precursors of nations. A civilized culture involves the transmission of knowledge across multiple generations, a persistent cultural imprint, and widespread dissemination. +Smaller cultures often leave no historical record and are not recognized as civilizations in their own right. +During the Revolutionary War, the Thirteen Colonies formed a weak central government - the Congress being the sole component - on the basis of the Articles of Confederation. +Congress had no power to enforce taxes, and as there was neither an executive nor a judiciary at the national level, it relied on state authorities, often defiant, to enforce its decisions. +He also did not have the authority to veto state laws and taxes. +Articles required the unanimous consent of all the states before they could be altered, and the states treated the central government with such indifference that their representatives were often absent. +The Italian national football team, together with the German national football team, is ranked second among the most successful football teams in the world, and they were the champions of the FIFA World Cup in 2006. +Popular sports include football, basketball, volleyball, water polo, fencing, rugby, cycling, ice hockey, roller hockey, and Formula 1 racing. +Winter sports are most popular in the northern regions, Italians participating in international competitions and Olympic events. +Japan has almost 7,000 islands (Honshu is the largest), making it the world's seventh-largest island. +Because of the Japanese archipelago, Japan is often said to be geographically an "archipelago". +The beginning of Taiwan dates back to the 15th century, when European mariners passed by the island and named it Ilha Formosa or Beautiful Island. +In 1624, the Dutch East India Company established a base in the southwest of Taiwan, beginning a transformation of indigenous agricultural practices and bringing in Chinese laborers to work on sugar and rice plantations. +In 1683, the Qing Dynasty (1644–1912) took control of the western and northern coastal regions of Taiwan and established Taiwan as a province of the Qing Empire in 1885. +In 1895, after the Qing Dynasty's defeat in the First Sino-Japanese War (1894-1895), the Qing government signed the Treaty of Shimonoseki, ceding sovereignty over Taiwan to Japan, which governed the island until 1945. +Machu Picchu has three main structures, namely Intihuatana, the Temple of the Sun and the Temple of the Three Windows. +Most of the buildings on the periphery of the complex have been reconstructed in order to give tourists a better idea of their original appearance. +By 1976, thirty percent of Machu Picchu had been restored, and restoration work continues to this day. +For example, 35 mm film was standard for still photography for most of the era of analogue film. +It is still made today, but more importantly, its aspect ratios became standard image sensor resolutions for digital cameras. +The 35 mm format, a bit confusing, is actually 36 by 24 mm. +The aspect ratio of this format (divided by twelve for the most common aspect ratio) is therefore stated to be 3:2. +Many common formats (e.g. APS family) are the same or very close to this aspect ratio. +The rule of thirds, frequently abused and often ridiculed, is simply a suggestion to create dynamism while maintaining some semblance of order in a picture. +The best place for the main subject is at the intersection of the lines that divide the frame into thirds both horizontally and vertically (see example). +During this period in European history, the Roman Catholic Church, which had become rich and powerful, drew attention to itself. +For more than a thousand years, Christianity has linked European states together, despite their differences in language and customs. +His omnipotence affected everyone, from the king to the common people. +One of the main Christian principles is that wealth should be used to relieve suffering and poverty, and church treasuries exist primarily for that purpose. +The central authority of the church had been in Rome for more than a thousand years, and the concentration of power and wealth in Rome raised the question of whether the principle was being upheld. +Shortly after the outbreak of hostilities, Britain began a naval blockade of Germany. +The strategy proved effective in cutting off vital military and civilian supplies, although the blockade violated widely accepted international legal norms enshrined in several international agreements signed in the past two centuries. +Britain has been at the forefront of international efforts to prevent ships from entering entire ocean zones, even those of neutral countries. +Germany's response to this strategy was muted, as it expected a similar reaction to its unrestricted submarine warfare. +In the 1920s, most citizens and nations were pacifist and isolationist. +After seeing the atrocities of World War I, many nations wanted to avoid a similar situation in the future. +In 1884, Tesla moved to the United States to work for the Edison Electric Light Company in New York City. +He arrived in the U.S. with just 4 cents in his pocket, a poetry book, and a letter of recommendation from his former employer, Charles Batchelor, to Thomas Edison. +Ancient China had a unique way of marking different periods of time; each era of Chinese history or each ruling dynasty was given a distinct name. +In addition, the periods between consecutive dynasties were often marked by divided provinces. The most well-known such period was the Three Kingdoms period, lasting from the fall of the Han dynasty to the establishment of the Jin dynasty, some 60 years later. +During these periods there were vicious wars between many noble families fighting for the throne. +The Three Kingdoms period is one of the bloodiest periods in Chinese history, with thousands of people dying in the battle for the throne in the magnificent Xi'an palace. +It had many social and political effects, such as the adoption of the metric system, the switch from an absolutist to a republican, nationalist and the belief that the country belongs to the people, not to a single leader. +Also, after the Revolution, men had access to all occupations, allowing the most ambitious and talented to achieve success. +This was also true of the military, because instead of a hierarchical army based on class, they now relied on calibre. +The French Revolution in turn inspired many other oppressed workers in other countries to start their own revolutions. +Muhammad was deeply interested in things beyond the worldly. He used to go to a cave called "Hira" on top of the hill "Noor" (light) for meditation. +The cave itself, which has survived to the present day, allows us to form a vivid image of Mohammed's spiritual inclinations. +Perched atop one of the mountains north of Mecca, the cave is completely isolated from the rest of the world. +In fact, even when you know they exist, they are hard to find. Once inside the cave, you are completely isolated. +The only things to be seen are the beautiful, clear sky above and the surrounding mountains. Very little of the outside world can be seen or heard from inside the cave. +The Great Pyramid of Giza is the only one of the Seven Wonders of the World to survive to the present day. +Built in the 3rd century BCE by the Egyptians, the Great Pyramid of Giza is one of several large pyramids built in honor of a dead pharaoh. +The Giza Plateau, also known as the "Necropolis of Giza", in Egypt's Valley of the Kings, is home to several pyramids (the Great Pyramid being the tallest), many smaller tombs, a number of temples, and the Great Sphinx. +The Great Pyramid was built for Pharaoh Khufu, and many of the smaller pyramids, tombs, and temples were built for his wives and other family members. +The mark "upward-pointing triangle" looks like a V, while the mark "downward-pointing triangle" looks like a capsule or square with a bottom missing. +Up means you have to start from the top and push the bow down; down means you have to start from the bottom and pull the bow up. +A backward bow produces a softer sound, while a forward bow produces a louder, more definite tone. +Do not hesitate to mark your own indications, but remember that the printed bowing marks are there for musical reasons and are normally to be observed. +On October 6, 1789, King Louis XVI, Queen Marie Antoinette, their children (11-year-old Marie Thérèse and 4-year-old Louis-Charles) and King Louis's sister, Madame Élisabeth, were forced to return from Versailles to Paris by an angry mob of women. +They were driven back to Paris in an armoured car, surrounded by a jeering mob shouting threats at the king and queen. +The crowd forced the King and Queen to open the windows of the carriage. +At one point, a member of the Royal Guard was beheaded in front of the terrified queen at Versailles. +The United States imperialist war expenses in occupying the Philippines were paid by the Filipino people themselves. +They were made to pay taxes to the American colonial regime to shoulder most of the expenses and interest payments on bonds issued in the name of the Philippine government by Wall Street banks. +Of course, the huge profits from the long-term exploitation of the Filipino people formed the basis of American imperialism. +To understand the Templars, we need to understand the context in which the order was created. +The period in which these events took place is usually called the High Middle Ages, and includes the 11th, 12th, and 13th centuries (1000–1300 CE). +The High Middle Ages followed the Early Middle Ages and were succeeded by the Late Middle Ages, which ended around 1500. +Technological determinism is a broad concept that encompasses a range of ideas from the technological pressures or imperatives to a strict sense that the course of human history is determined by an inexorable logic of science and its technological manifestations. +The most common interpretations of technological determinism assume two general ideas: that technological development is largely independent of cultural and political influences, and that technology itself has inert "effects" on society rather than conditional ones. +For example, it could be said that the car is necessary for the development of roads. +However, a national road network is not economically viable for only a few cars, so new production methods are developed to reduce the cost of owning a car. +A large number of car owners lead to an increase in road accidents, which leads to the invention of new medical techniques for the healing of bodily injuries. +A major component of Romanticism was cultural determinism, which was espoused by writers such as Goethe, Fichte, and Schlegel. +In the context of Romanticism, geography shaped individuals, and over time customs and cultures emerged from that geography, and those customs and cultures, being in harmony with the place they occupied, were better than the laws imposed arbitrarily. +As Paris is considered the capital of fashion in the contemporary world, Constantinople was the capital of fashion in the feudal Europe. +Its reputation as a centre of luxury living began about 400 BCE and lasted to about 1100 CE. +Its status had declined by the twelfth century, in part because of the Crusaders' return from the East with silks and spices more precious than anything the Byzantine markets could provide. +This was the moment when the title of Capital of Mode was transferred from Constantinople to Paris. +The Gothic style reached its peak between the 10th and 11th centuries and in the 14th century. +At first, the clothing was greatly influenced by Eastern Byzantine culture. +However, due to the slow communication channels, the styles from the West may be 25 to 30 years behind. +By the end of the Middle Ages, Western Europe had begun to develop its own style. One of the most important innovations of this period was the use of buttons for closing clothing, introduced after the Crusades. +Subsistence farming is farming for the purpose of providing enough food for the farmer and his family. +Subsistence farming is a simple system, often an ecological one, using seeds from the same ecological region, sometimes with crop rotation or other simple techniques to maximise yield. +Historically, most farmers were subsistence farmers, and this is still the case in many developing countries. +Subcultures bring together individuals with similar mindsets who feel detached from society standards, allowing them to develop a sense of identity. +Subcultures can be distinguished by age, ethnicity, class, location, or sex. +The characteristics that distinguish a subculture can be linguistic, aesthetic, religious, political, sexual, geographic, or some combination of factors. +Members of a subculture often signal their membership with a distinctive style of dress, mannerisms, and argot. +One of the most common methods used to illustrate the importance of socialization is to look at some unfortunate cases of children who, due to neglect, ignorance, or deliberate abuse, were not socialized by adults when they were growing up. +Such children are called "feral" or "wild." Some feral children have been abducted by humans (often by their own parents); in some cases, abandonment of a child was due to parents' rejection of them because of severe intellectual or physical disabilities. +Wild children may have experienced severe abuse or trauma before they were abandoned or ran away. +Some are said to have been raised by animals, while others are said to have lived in the wilderness alone. +A feral child, one who has been raised entirely by non-human animals, will exhibit behaviors (within the bounds of their physical abilities) similar to those of the animal who raised them, such as fear or indifference to humans. +Although project-based learning should relieve and make learning more interesting, the schedule goes a bit further. +The scaffolding or ramp method is not a learning method, but rather a tool that provides support to people who are going through a new learning experience, such as using a new computer program or starting a new project. +Schemas can be either virtual or real, in other words, a professor is a type of schema, but so is the little man in Microsoft Office. +Virtual dummies are included in the software, and are used to ask questions, give hints, and explain procedures that would otherwise be too complicated for the student to work out alone. +Children are placed in foster care for many reasons, ranging from neglect to abuse, even extortion. +There should not be children growing up in an environment where they are deprived of food, love and education, but there are. +We see the family care system as a safe haven for these children. +Our family care system must provide safe housing, attentive caregivers, quality education, and trustworthy medical care. +Family care is presumed to provide for the needs of the children, which were not met in the home they were removed from. +The Internet combines elements of mass communication and interpersonal communication. +The distinctive characteristics of the other Internet introduce additional dimensions to the approach to types of use and satisfaction. +For example, "learning" and "socializing" are suggested as important reasons for using the Internet (James et al., 1995). +Eighmey and McCord (1998) also identified "personal involvement" and "continuous relations" as new aspects of motivation when they studied reactions to web sites. +The use of video recordings has led to important discoveries in the understanding of micro expressions, which are facial movements lasting a fraction of a second. +In particular, it is claimed that whether or not someone is telling the truth can be detected by reading their micro-expressions correctly. +Oliver Sacks, in his book "The President's Speech", showed how people who can not understand speech because of brain damage can still accurately judge the sincerity. +He suggests that such an ability to read human behaviour may even be shared by animals such as pet dogs. +Research in the twentieth century showed that there are two groups of genetic variation: hidden and expressed. +Mutations add new genetic variants, and selection removes variants from the set of expressed variants. +The separation and recombination of chromosomes causes each generation to be dominated by one or the other of the two parental genomes. +In the savanna, a primate with a digestive system similar to that of a human would have a hard time meeting its requirements for essential amino acids from available plant resources. +In addition, failure to wean has serious consequences: stunting, malnutrition and eventually death. +The most easily accessible plant resources were proteins in leaves and legumes, but these are hard to digest for primates like ourselves if they are not cooked. +Unlike these, animal food (ants, termites, eggs) is not only easily digested, but also provides large amounts of protein containing all essential amino acids. +Considering all of this, perhaps we should not be surprised that our ancient ancestors solved the "protein problem" in a way that is reminiscent of today's savanna chimpanzees. +A nap is a short sleep that is intentional, during waking hours. Naps can be refreshing, and they can improve performance. +This can easily be done using a fairly quiet alarm clock to bring you to a wakeful state gently without fully rousing you. +If you find yourself hitting the snooze button on your alarm clock in your sleep, put it on the other side of the room so you have to get out of bed to turn it off. +Other options based on circadian rhythms involve drinking a liquid (water or tea, which is diuretic) right before bed, forcing you to wake up to urinate. +The inner peace that a person feels is inversely proportional to the tension in the body and spirit of that person. +The lower the tension, the more positive the vital force. Everyone can find absolute peace and happiness. +Anyone can attain enlightenment. The only thing that stands in the way of this goal is one's own tension and negativity. +Tibetan Buddhism is based on the teachings of Buddha, but with the addition of the Mahayana love path and many yoga techniques from India. +In essence, Tibetan Buddhism is very simple. It consists of Yoga Kundalini, meditation and the path of universal love. +In Kundalini yoga, Kundalini energy (energy of enlightenment) is awakened through yoga postures, breathing exercises, mantras, and visualization. +The central aspect of Tibetan meditation is Deity Yoga. Through visualization of various deities, energy channels are purified, chakras are activated and enlightenment consciousness is created. +Germany was a common enemy in World War II, leading to a collaboration between the USSR and the U.S. Once the war was over, ideological, political, and cultural clashes led to a rift between the two countries. +Two years after the end of the war, former allies had become enemies, and the Cold War had begun. +It was to last forty years, and was to be fought by "delegated" armies on battlefields ranging from Africa to Asia, from Afghanistan to Cuba, and many other places. +Until September 17, 1939, the Polish defense had already collapsed, and the only hope was a retreat and reorganization along the Romanian bridgehead. +Plans became obsolete almost overnight when over 800,000 Soviet Red Army troops poured across the Belarusian and Ukrainian fronts after invading eastern Poland, violating the Riga Peace Treaty, the Soviet–Polish Non-Aggression Pact, and other international treaties, both bilateral and multilateral. +Using ships to transport goods is by far the most efficient way of moving both goods and people across seas. +Traditionally the Navy's role has been to provide a country with the ability to move troops and supplies, while denying the same to the enemy. +One of the most notable recent examples of this was the North Atlantic Campaign of the Second World War, in which the United States sought to transport men and materiel across the Atlantic Ocean to aid Britain. +At the same time, the German Navy, mainly using submarines, tried to stop this traffic. +If the Allies had failed, Germany would probably have occupied Britain just as they did the rest of Europe. +Goats were tamed for the first time about 10,000 years ago, in the Zagros Mountains of Iran. +Ancient cultures and tribes began keeping them around the house as a convenient source of milk, wool, meat, and leather. +Domestic goats were usually kept in herds that grazed on hills or other rough terrain, under the care of a herdsman, often a child or adolescent, similar to the more well known shepherds. These methods of herding are still used today. +Wagonways were built in England as early as the 16th century. +Although these wagonways consisted only of wooden planks laid side by side, they allowed the horses to travel at a faster pace, and to haul heavier loads than was possible on the rougher roads of the time. +The stays were introduced early on to keep the rails in place, but over time it became apparent that the rails would be more efficient with a metal plate on top. +This became common practice, but the iron wheels wore the wooden wheels on the wagons faster. +Eventually wooden wheels were replaced by iron wheels. In 1767 the first cast iron rails were made. +The first known means of transportation was walking upright; people began walking upright about 2 million years ago when Homo Erectus (the upright man) appeared. +Their predecessor, Australopithecus, did not usually walk upright. +The specialisation of the bipedalism of the 4.2-3.9 million year old Australopithecus is unique, though Sahelanthropus may have been bipedal as early as seven million years ago. +We can start living in a more friendly way with the environment, we can join the ecological movement and even become activists to reduce the future suffering. +This is more or less symptomatic treatment in many cases. However, if we don't want just a temporary solution, then we should find the root of the problem and inactivate it. +It can't be denied that the world has changed dramatically as a result of scientific and technological progress, and problems have increased now because of overpopulation and the extravagant lifestyle of the human race. +After its adoption by Congress on July 4, a handwritten copy of the Declaration of Independence, signed by President of Congress John Hancock and Secretary Charles Thomson, was sent to John Dunlap, a printer a few blocks away. +During the night, between 150 and 200 "Dunlap posters" were made. +On July 8, the first public reading of the document was given by John Nixon on the grounds of Independence Hall. +One was sent to George Washington on July 6, and he read it to his troops in New York on July 9. A copy was sent to London on August 10. +Dunlap's 25 surviving broadsides are the earliest known copies of the document. The original manuscript is lost. +Many paleontologists today believe that a group of dinosaurs survived and is still alive today. We call them birds. +Many people don't think of them as dinosaurs because they have feathers and can fly. +But many of the bird's features are similar to those of the dinosaurs. +They have claws and toenails, lay eggs, and walk on two legs like a Tyrannosaurus rex. +In essence, all of today's computers work by manipulating encoded information in the form of binary numbers. +A binary number can contain only one of the two values, 0 or 1, and they are called binary numbers or bits in computer jargon. +Internal poisoning may not be immediately apparent. Symptoms, such as vomiting, are nonspecific enough that a quick diagnosis cannot be made. +The most common sign for an internal poisoning is the presence of an open container of medications or household chemicals. +Consult product labels for instructions on how to treat a specific poisoning. +Entomologists use the word "gnat" for this group of insects. +The word is derived from the old resemblance to fleas, which are very adaptable parasites of man. +Both the weaver and the assassin bugs are nest builders, adapted to living in the nests or homes of their hosts. +In the United States, nearly 400,000 people are living with multiple sclerosis (MS), making it the most common neurological disease in young adults and middle-aged individuals. +MS is a disease that affects the central nervous system, which is comprised of the brain, spinal cord, and optic nerves. +Research has shown that women are twice as likely as men to develop SM. +A couple may come to the conclusion that raising a child is neither in their interest nor in the child's interest. +These couples can choose to create an adoption plan for their child. +In an adoption, biological parents give up their parental rights so that another couple may become the legal parents of the child. +The main purpose of science is to understand how the world works, using the scientific method. This method is used in most science research. +It is not the only one, however, experimentation and a test are used to eliminate one or more of the possible hypotheses, addressing questions and observations guide scientific research as well. +Naturalists and philosophers often used classical texts, especially the Bible in Latin. +Aristotle's ideas on all aspects of science, including psychology, were accepted. +As the knowledge of the Greek language decreased, the West was separated from its Greek philosophical and scientific roots. +Many rhythms observed in physiology and behavior are critically dependent on the presence of endogenous cycles and their production by biological clocks. +Circadian rhythms, which are not simply responses to periodic environmental stimuli, have been observed in most living things, including bacteria, fungi, plants, and animals. +Biological clocks are self-sustaining oscillators that will continue to operate for a while even in the absence of external stimuli. +Hershey and Chase's experiment was one of the most important pieces of evidence supporting the hypothesis that DNA is genetic material. +Hershey and Chase used bacteriophages, a type of virus, to inject their own DNA into a bacterium. +They actually performed two experiments, marking either the bacteriophage's DNA with radioactive phosphorus, or its proteins with radioactive sulfur. +Mutations can have a number of different effects depending on the type of mutation, the significance of the affected piece of genetic material, and whether the affected cells are germ or somatic. +Only mutations in the germline can be passed on to offspring, while mutations in any other part of the cell can cause cell death or cancer. +Nature tourism involves organized travel to natural areas, for the purpose of enjoying natural beauty, including wildlife and vegetation. +Examples of field activities include hunting, fishing, wildlife photography, bird watching and visiting parks to learn about the ecosystem. +An example is visiting, photographing, and learning about orangutans in Borneo. +Every morning, people drive out of small towns to go to work, passing others on their way to work at the place they just came from. +In this dynamic car-transporting bus, everyone is somehow connected and supports a private-car-based transportation system. +Science now indicates that this carbon-based economy has disrupted a stable state of the biosphere that has supported human evolution for the past two million years. +Everyone participates in society and uses the transportation system. Almost everyone complains about the transportation system. +In developed countries, it is rare to find similar levels of dissatisfaction with water quality or bridge collapses. +Why do transportation systems give rise to so much dissatisfaction, why do they fail so often? Is it because transportation engineers are simply incompetent? Or is there something more fundamental going on? +Traffic flow is the study of how individual drivers and vehicles move from one point to another, and how they interact with each other. +Traffic flow is unfortunately hard to study because of the inherent unpredictability of driver behavior. +Fortunately, the behavior of leaders tends to be reasonably constant; therefore, the traffic flows tend to be reasonably constant and can be approximated mathematically. +To better represent the traffic flow, we need to relate the three main characteristics: (1) the flow, (2) the density and (3) the speed. +These reports are useful for planning, designing, and operating roadway installations. +Insects were the first animals to take to the skies, and their ability to fly has helped them avoid predators, find food and partners for mating. +Most insects can fold their wings back over their bodies. +This gives them a wider range of small places to hide from predators. +Today, the only insects that cannot fold their wings are dragonflies and damselflies. +About 3,000 years ago, a man named Aristarchus said that the Solar System goes around the Sun. +Some people thought he was right, but many others believed the opposite, namely that the Solar System as a whole rotates around the Earth, including the Sun (and the other stars). +It seems reasonable because we don't feel the Earth moving, right? +The Amazon is the second longest and largest river on Earth. It carries more water than the second largest river. +The Amazon is also the widest river on Earth, in places being as much as six miles across. +No less than 20 percent of the water that flows into the oceans comes from the Amazon. +The Amazon River is 6,387 km (3,980 miles) long. It gathers the water from thousands of smaller rivers. +Although pyramid building continued until the end of the Old Kingdom, the Giza pyramids were never exceeded in size or technical achievement. +The ancient Egyptians who lived during the New Kingdom were in awe of the monuments built by their predecessors, who were already over a thousand years old by that time. +The population of Vatican City is around 800 people. It is the smallest independent country in the world and the country with the smallest population. +The Vatican uses Italian in its legislation and official communications. +Italian is also the everyday language of most people who work in the country, while Latin is often used in religious ceremonies. +All Vatican citizens are Roman Catholic. +Humans have known some basic chemical elements since ancient times, such as gold, silver, and copper, because they can be found uncombined in nature and are easily extracted using simple tools. +Aristotle, a philosopher, theorized that everything was composed of one or more of the four elements: air, fire, earth, and water. +He was more likely to recall the four states of matter (in the same order): solid, liquid, gaseous, and plasma, although he theorized that it would become something else to take the form we see. +Alloys are actually combinations of two or more metals. Don't forget that there are many elements in the periodic table. +Elements like calcium and potassium are considered metals. Of course there are metals like silver and gold. +You will see that some alloys can include small amounts of non-metallic elements such as carbon. +Everything in the universe is made of matter. All matter is made of tiny particles called atoms. +Atoms are so small that trillions of them could fit into the period at the end of this sentence. +As a result, the pencil became a friend to many after it was created. +Unfortunately, as newer writing tools came along, the pencil lost some of its status and usage. +People nowadays write messages on the computer screen without ever having to touch a keyboard. +You can only wonder what the fate of the keyboard will be when something new comes along. +The nuclear fission bomb works on the principle that in order to assemble a nucleus with many protons and neutrons, energy is required. +Similar to pushing a heavy carriage uphill. The re-splitting of the nucleus releases some of that energy. +Some atoms have unstable nuclei, which means that they tend to break down with a small amount of energy or without energy. +The moon's surface is made of rocks and powder. The outer layer of the moon is called the crust. +The shoreline is about 70 km (43 mi) long nearby, and 100 km (62 mi) long at its most distant. +It is thinner under the sea and thicker on land. +There might be more magma closer to the surface, because the crust is thinner. It was easier for the lava to come up. +Content theories focus on identifying what captures people's attention or gives them pleasure. +These theories suggest that people have certain needs and desires that are internalized as they mature. +These theories study what makes some people want to do things and what in their environment may determine whether or not they do those things. +Two popular theories of motivation are Maslow's hierarchy of needs theory and Herzberg's two factor theory. +In general, two types of behaviors can appear when managers start to manage their former peers. One extreme is to try to remain "one of the boys" (or girls). +This type of manager has difficulties in taking unpopular decisions, disciplinary actions, performance evaluations, attribution of responsibilities and holding people accountable. +On the other side of the spectrum, people become individuals who are unrecognizable, who believe they have to change everything the team has done and go their own way. +Ultimately, the leader is responsible for the success or failure of the team. +This behavior often leads to rifts between leaders and the rest of the team. +Virtual teams are subject to the same standards of excellence as traditional teams, but there are some slight differences. +Virtual team members often serve as a point of contact for the physical group they are part of. +They often have more autonomy than conventional teams, because their meetings can be scheduled at a time of day which would be inconvenient for local leaders. +The presence of a real "invisible team" (Larson and LaFasto, 1989, p. 109) is also a unique feature of a virtual team. +The "invisible team" is the management team to which each member reports, and the "invisible team" sets standards for each member. +Why would an organization want to go through the long process of establishing a learning organization? A goal of implementing organizational learning concepts is innovation. +When all available resources in a functional department of an organization are used effectively, creativity and ingenuity can flourish. +Accordingly, the process by which a company works together to overcome a challenge can be an innovative way to meet customer needs. +Before an organization can be innovative, its leadership must create a culture of innovation, knowledge sharing, and organizational learning. +Angel (2006) presents the Continuum as a methodology for helping organizations achieve higher performance. +Neurobiology provides physical evidence to support a theoretical approach to the study of cognition. It thus narrows the scope of investigation and increases the precision of definition. +The link between brain pathology and behaviour supports scientists in their research. +It has long been known that different types of brain damage, trauma, lesions, and tumors affect behavior and produce changes in certain brain functions. +The appearance of new technologies allows us to see and investigate the structures and processes of the brain in a way that has never been possible before. +It provides an abundance of information and material for the construction of simulation models, which help us understand the processes that take place in our minds. +While AI has strong science fiction connotations, AI is a very important part of computer science, which is concerned with behavior, learning, and the adaptation of intelligence to machines. +AI research is concerned with the creation of intelligent machines that can automatically perform tasks that would normally require human intelligence. +Examples include controlling, planning and scheduling, answering questions and diagnosing patients, and recognizing handwriting, speech, and facial features. +These actions have become separate disciplines, which focus on finding solutions to real-life problems. +AI is now often used in the fields of economics, medicine, engineering, and military, but it has also been used in some personal computer software and video games. +Field trips are an important part of any class. Sometimes a teacher would rather take his or her students someplace where a bus tour is not possible. +Technology offers a solution in the form of virtual tours. Pupils can explore museum artefacts, dive into an aquarium or admire beautiful art from the classroom. +A virtual tour of a field trip is also an excellent way to reflect on the journey and share the experience with future classes. +For example, students at North Carolina's Bennet School design a website about their annual trip to the state capital every year, and previous years' sites are kept online as scrapbooks. +Blogs can also help students become more articulate writers. While students often begin blogging with grammar and spelling mistakes, the knowledge that they are being read by others generally motivates them to improve their writing. +Since students are often the most critical readers, the blogger begins to make efforts to improve his writing and avoid criticism. +Also, blogging "makes students more conscious of the world around them." The need to respond to the interests of their audience makes students knowledgeable and interesting (Toto, 2004)." +Blogging is a tool that encourages collaboration and engages students to extend their learning beyond the regular school day. +The appropriate use of blogs "can help students learn to think more analytically and critically; by responding to materials found on the Web, students can define their position in the context of what others have written, and gain insight into their own perspective on certain issues" (Oravec, 2002). +Ottawa is Canada's bilingual capital, and offers a number of art galleries and museums that showcase the country's past and present. +To the north lies the unspoiled natural beauty of the Muskoka District and to the south the mighty Niagara Falls. +These, and many others, showcase Ontario as what foreigners consider to be the quintessential Canadian experience. +Large areas to the north are very sparsely populated, some of them almost uninhabited. +To put that in perspective, the number of African-Americans in the U.S. is more than the entire population of Canada. +East Africa is a region in the African continent, east of the African Great Lakes. +Madagascar is by far the largest, and a true continent in its own right, when it comes to wildlife. +Most of the smaller islands are independent nations or French overseas territories, and are well known for their luxury beach resorts. +Arabs also introduced Islam to those lands, which was successful in Comoros and Mayotte. +European influence and colonialism began in the 15th century with the discovery of the sea route to India by Portuguese explorer Vasco da Gama. +To the north, the region borders the Sahel, and to the south and west lies the Atlantic Ocean. +Women: Any woman traveling alone should consider saying she is married, regardless of her actual marital status. +It's good to wear a wedding ring, but it shouldn't look expensive. +Women should be aware that cultural differences can lead to what may appear to be harassment, and it is not uncommon to be grabbed, pinched, etc. +Be decisive when rejecting a man, and don't feel bad about it (cultural differences or not, that doesn't mean it's OK). +The modern city of Casablanca was founded by Berber fishermen in the 10th century AD, and was used as a strategic port by the Phoenicians, Romans, and Moroccans. +It was destroyed by the Portuguese, who rebuilt it as the White House, but abandoned it in 1755 after an earthquake. +The Moroccan sultan rebuilt the city under the name Daru l-Badya, while the name Casablanca was given to the city by the Spanish traders who established their commercial bases there. +Casablanca is one of the least interesting places in Morocco to go shopping. +Around the Old Medina there are plenty of shops selling traditional Moroccan items such as tagines, pottery, leatherware, pipes and an abundance of tourist trinkets. +Goma is a city in the eastern Democratic Republic of the Congo, near Rwanda. +In 2002, the city of Goma was destroyed by lava from the eruption of nearby Nyiragongo volcano, which buried most of the city's streets, especially in the centre. +While Goma is relatively safe, visitors planning to venture outside the city should take pains to inform themselves about the ongoing fighting in North Kivu province. +The city is also a base for climbing Nyiragongo, one of Africa's most active volcanoes, and home to some of the continent's cheapest gorilla trekking. +For travel in Goma, motorcycle taxis (boda-boda) are available. A typical price for a short trip is around 500 Congolese francs. +Along with its relative inaccessibility, "Timbuktu" came to be used metaphorically to mean exotic, remote places. +Today, Timbuktu is a poor city, although its fame makes it a tourist attraction, and it has an airport. +In 1990, it was placed on the World Heritage in Danger List due to the threat of desertification. +It was one of the stops on Henry Louis Gates's PBS special, Wonders of the African World. +The city is in sharp contrast to the rest of the country, having more of an Arab than African feel to it. +The Kruger National Park (KNP) is located in the northeast of South Africa, bordering Mozambique to the east, Zimbabwe to the north, and the Crocodile River to the south. +The park covers 19,500 km2 (7,500 sq mi) and is divided into 14 distinct ecological zones, each supporting a different type of wildlife. +It is one of the most important attractions in Southern Africa, and is considered the flagship of the South African National Parks (SANParks). +Similar to all South African national parks, there are entrance and conservation fees for the park. +It can also be useful to purchase a Wild Card, which will either give you access to a number of parks in Southern Africa, or to all of the national parks in Southern Africa. +Its name, Hong Kong, is derived from the island of Hong Kong, which is the central attraction for many visitors. +The exhibition of buildings that contribute to the Hong Kong skyline has been likened to a glittering bar chart, enhanced by the waters of Victoria Harbour. +To get the best views of Hong Kong, head across the harbour to Kowloon. +The most developed urban area of Hong Kong Island is compactly built on land reclaimed from the north coast. +This is the space the British colonisers claimed and therefore, for those interested in evidence of the colonial past of the area, it is a good place to start. +The Sundarbans is the largest contiguous mangrove forest in the world, covering 80 km (50 miles) of coastline in Bangladesh and India. +The Sundarbans is a UNESCO World Heritage Site. The Indian part is called the Sundarbans National Park. +But the forests are not just mangrove swamps - they are also home to some of the last vestiges of the vast jungle that once covered the Ganges Plain. +The Sundarbans covers an area of 3,850 km2, of which approximately one third is water or marsh. +Since 1966, the Sundarbans has been a wildlife sanctuary, and it is estimated to be home to 400 Bengal tigers and 30,000 spotted deer. +Buses depart from the inter-district bus station (across the river) throughout the day, though most, especially those to the east and to Jakar/Bumthang, leave between 06:30 and 07:30. +Because buses between districts are often full, it is best to book tickets several days in advance. +Most districts are served by small Japanese coastal buses, which are comfortable and rugged. +Taxis are a quick and comfortable way to get to nearby attractions such as Paro (150 Nu) or Punakha (200 Nu). +The Oyapock Bridge is a suspension bridge over the Oyapock River, connecting the Brazilian town of Oiapoque with French Guiana's Saint-Georges-de-l'Oyapock. +With its two pylons rising 83 metres above ground, it is 378 metres long and has two 3.5-metre-wide lanes. +The free-standing height of the bridge is 15 metres. The bridge was completed in August 2011 and opened to traffic in March 2017. +The bridge is scheduled to be fully functional by September 2017, when the Brazilian customs checkpoints are expected to be completed. +The Guaraní were the largest indigenous group in what is now eastern Paraguay. +The Chaco region was also home to other indigenous groups, such as the Guaycurú and Payaguá, who survived by hunting, gathering, and fishing. +Paraguay, formerly known as the "Giant Province of the Indians", was established in the 16th century after the Spanish conquerors met the indigenous groups. +The Spanish began a three-century period of colonization. +Since its founding in 1537, Asunción has preserved much of its indigenous character and identity. +Argentina is famous for having one of the best polo teams and some of the best polo players in the world. +The most important event of the year takes place in December on the polo fields of Las Cañitas. +Other smaller tournaments and matches are also played at the venue at other times of the year. +For news about tournaments and where to buy tickets for polo games, visit the Argentine Polo Association. +The official currency of the Falkland Islands is the Falkland pound (FKP), which is equal to one pound sterling (GBP). +You can change money at the bank on Stanley Island across from the FIC West store. +British pounds are usually accepted everywhere, and in Stanley, major credit cards and US dollars are also widely accepted. +In the outer islands, credit cards are unlikely to be accepted, even if you do get charged in a foreign currency (probably US or GBP), so have enough local currency on hand. +It is almost impossible to exchange pounds sterling for Falkland currency outside the country, so you would need to exchange it before leaving the islands. +Since Montevideo is south of the equator, it is summer there when it is winter in the northern hemisphere and vice versa. +Montevideo has a subtropical climate; in the summer, temperatures often reach over 30°C. +Winter can be bitterly cold, with temperatures seldom rising above freezing, but wind and moisture combine to make the cold seem even more intense than the numbers on the thermometer would suggest. +There is no such thing as a particularly "wet" or "dry" season - the amount of rainfall remains more or less the same throughout the year. +While many of the animals in the park are accustomed to seeing people, the wild animals are still wild and should not be approached or fed. +According to park officials, you should be at least 100 yards/meters away from bears and wolves, and 25 yards/meters away from all other wildlife! +Regardless of how docile they may appear, bison, elk, bears, and most other large animals can attack humans. +Every year, dozens of visitors are injured because they got too close. These animals are large, wild, and potentially dangerous, so give them their space. +Bears and other wildlife are also attracted to food with strong smells, so you would be wise to avoid foods with strong smells 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 nearly 40,000 people. +Apia was founded in the 1850s, and has been the official capital of Samoa since 1959. +The harbour was the site of a naval confrontation in 1889, when seven ships from Germany, the United States, and Britain refused to leave. +All the ships except a British cruiser were sunk, and nearly 200 Americans and Germans were killed. +During the Mau Mau Uprising, a peaceful meeting in the town led to the death of paramount chief Tupua Tamasese Lealofi III. +Because Auckland is between two harbours, there are many beaches. The most famous ones are located in three areas. +The beaches of the North Shore (part of the North Harbour district) on the west coast of the Pacific Ocean stretch from Long Bay in the north to Devonport in the south. +These are mostly sandy beaches, safe for swimming, and most are shaded by pohutukawa trees. +Tamaki Drive is the waterfront road on the western side of the Waitemata Harbour, passing through the suburbs of Mission Bay and St Heliers in central Auckland. +These are sometimes family-friendly beaches with a wide range of shops right on the beach. You can swim safely here. +The local beer is called "Number One"; it is not a complex beer, but a pleasant and refreshing one. The other local beer is called "Manta". +There are lots of French wines around, but a New Zealand or Australian would be better. +Tap water is safe to drink, but if you are worried, bottled water is widely available. +For Australians, the idea of a "flat white" coffee is unusual. A short black coffee is an "espresso", a cappuccino is full-cream, and tea is served without milk. +Hot chocolate is at the top of the Belgian quality standards. Fruit juices are expensive but good. +Many people visit the reef year-round, and injuries from any of these causes are rare. +However, still follow the advice of the authorities, heed all signs and take extra care of safety warnings. +The box jellyfish can be found near beaches and river mouths from October to April in northern 1770. They can sometimes be found outside of this time. +Sharks do exist, but they rarely attack humans. Most sharks are scared of humans and will swim away when they see one. +Saltwater crocodiles don't actually live in the ocean, but in estuaries north of Rockhampton. +Advance booking provides a traveller with the peace of mind that he will have a place to stay when he arrives at his destination. +Travel agents often have agreements with certain hotels, but through a travel agent, you can book other types of accommodations, such as campgrounds. +Travel agencies often offer packages which include breakfast, transport to and from the airport, and even packages which combine flights and hotel stays. +Also, they can hold the booking for you to have time to think about the offer or to gather other documents for the destination (e.g. visa). +Any changes or requests must be made through the travel agency, not directly to the hotel. +In the case of music festivals, the overwhelming majority of attendees at music festivals choose to camp on site, and most consider this to be an essential part of the experience. +If you want to be close to the action, you'll need to get there early to secure a spot. +Also remember that while the main stages may be finished for the day, some of the festival's areas may still be playing music until late at night. +Some festivals have special family camping areas for those with small children. +If you cross the North Sea in winter, remember where your cabin is, as the sound of the ship crushing through the ice can be deafening to the sensitive. +A St. Petersburg cruise also includes time to spend in the city. Cruise passengers are exempt from the need to obtain a visa (subject to conditions). +As a general rule, casinos go to great lengths to keep patrons in the facility as long as possible and to get them to spend as much money as possible. Windows and clocks are often absent, and finding exits is easy. +They often have specialty food, beverage, and entertainment options to keep guests in the hotel. +Some venues offer drinks from the house. However, intoxication affects judgment and even the best players know how important it is to stay sober. +Anyone traveling in high latitudes or through mountain passes should be aware of the possibility of snow, ice, or frost. +On icy or snow-covered roads, braking is impaired and you can't drive as well as you would on a dry road. +During a snowstorm, in a short period of time, enough snow can fall to immobilize you. +Visibility may also be reduced by falling or blowing snow, or by fog or frost. +On the other hand, ice and snow are normal in many countries, and most roads are open year-round. +Perhaps safaris are the main tourist attraction in Africa and the highlight for many visitors. +The word safari (pronounced /səˈfɑːri/ or /sɑːˈfɑːri/) is commonly used to refer to land-based expeditions to see wildlife in Africa, especially in savannahs. +Some animals, such as elephants and giraffes, will approach the car, and standard equipment will allow you to see them well. +Lions, hyenas and leopards are sometimes shy and can best be seen with binoculars. +A ground safari (also known as a walking safari, safari trekking or bushwalking) involves either a half-day or full-day hike, or a multi-day trek. +The Paralympic Games will be held from 24 August to 5 September 2021. Some events will be held at other locations in Japan. +Tokyo, which hosted the Olympics in 1964, will be the only Asian city to have hosted two summer Olympics. +If you've already booked your flights and accommodation for 2020 before the postponement was announced, you may find yourself in a tricky situation. +Travel cancellation policies vary, but as of March 31, insurance policies that covered cancellations for coronavirus were in effect through July 2020, when the Olympics had been scheduled. +It is expected that most tickets for the event will be priced between 2,500 yen and 130,000 yen, with regular tickets costing around 7,000 yen. +Walking around in wet clothes can help them dry out. Many hotels have an iron and board which can be borrowed, even if there is not one in the room. +If you don't have a shoehorn or if you don't like using shoehorns, then you can try using a hair dryer if you have one available. +Be careful not to overheat the material (which can cause contraction or, in extreme cases, fire). +There are several ways to purify water, some more effective against specific threats. +In some areas, boiling the water for one minute is sufficient, while in others, several minutes are required. +Filters differ in terms of efficiency, so if you are concerned, consider buying bottled water from a reputable company. +Travelers can expect to meet people they don't know at home. +Pests can contaminate food, cause irritation or, in severe cases, allergic reactions, disperse poison or transmit infections. +Infectious diseases or poisonous animals that can injure or kill a person by physical force alone are not generally considered mischief. +Shopping at duty-free stores in some places can offer you the opportunity to buy goods tax- and duty-free. +Travellers heading to countries with high taxes on things like alcohol and tobacco can sometimes save a lot of money, especially if they buy in bulk. +The stretch from Point Marion to Fairmont is the most difficult portion of the entire Buffalo-Pittsburgh corridor, often passing through remote and undeveloped areas. +If you're accustomed to driving on the open road, don't let your guard down: steep inclines, narrow lanes, and winding roads are the norm. +The speed limits are significantly lower than in the previous sections - generally 35-40 mph (56-64 km/h) - and are more strictly enforced. +However, somewhat bizarrely, cell phone service is much better here than it is along many other portions of the trail, such as the Pennsylvania Wilds. +German pastries are quite good, and in Bavaria they are plentiful and varied, similar to those of neighboring Austria. +Fruit pies are common, with apples used year-round, and cherries and plums in the summer. +Many German baked goods contain walnuts, hazelnuts, and other nuts. Often, popular cakes go well with a strong cup of coffee. +If you want some small but rich pastries, try what are locally called Berliner, Pfannkuchen or Krapfen. +A curry is a dish whose main ingredients are spices and herbs, with or without meat or vegetables. +A curry can be "dry" or "wet" depending on the amount of liquid. +In the interior regions of northern India and Pakistan, it is often used in curry sauces; in southern India and other coastal regions of the subcontinent, coconut milk is more common. +With 17,000 islands to choose from, Indonesian cuisine is a broad term that encompasses the many regional cuisines across the country. +Without further qualification, the word tends to refer to food from central and eastern Java. +Now ubiquitous throughout the archipelago, Indonesian cuisine is characterised by a number of flavourful, simple dishes that are popular with the Javanese, such as peanuts, ginger, coconut and various spices. +The stairs support the rider's legs on either side of the saddle. +They give the rider more stability, but can create safety issues, as the rider's feet may be trapped in them. +If a rider falls off a horse but one leg is still in the stirrup, the horse can drag the rider along when it runs. To minimize this risk, some precautions can be taken. +First and foremost, most people who ride do so in boots with a heeled toe and a narrow, tapered heel. +Some saddles, especially English saddles, have safety bars which prevent the stirrups from coming out of the saddle if a rider falls backwards off the horse. +Valle de Cochamó - Chile's premier rock climbing destination, often referred to as the Yosemite of South America, with a variety of granite cliffs and walls. +The crags offer spectacular views from their summits. Climbers from all over the world continue to push the limits of what is possible on the endless walls. +Skiing and snowboarding are popular winter sports that involve going down a snow-covered hill on skis or a snowboard. +Skiing is a major activity for many enthusiasts, sometimes pejoratively called "ski bums" in English, who travel to a particular ski area several times a year. +The idea of skiing is very old - there are rock paintings of skiers dating from before 5000 BCE! +Alpine skiing as a sport dates from at least the 17th century, and in 1861 the Norwegians opened the first recreational ski club in Australia. +Backpacking on skis: Also known as backcountry skiing, ski touring or ski trekking. +It is a related activity but one that is usually not associated with alpine or rock climbing, which is done on much more rugged terrain and requires much more specialized equipment. +Think of the ski trail as a hiking trail. +Under ideal conditions, you can go farther on skis than you can on foot, but seldom as fast as on a groomed trail with a heavy pack. +Europe is a small continent geographically, but consists of many independent countries. Normally, visiting several countries means that you will go through several visa procedures and passport controls. +In this sense, the Schengen area is organized as a single country. +So long as you remain in this zone, you can generally cross the border without passing through immigration checkpoints. +Similarly, a Schengen visa holder does not need to obtain a visa for each of the Schengen member countries separately, thus saving time, money and paperwork. +There is no universally accepted definition of what constitutes an antique. Some tax authorities consider anything over 100 years old to be an antique. +The definition varies by geographic location, where the age limit may be lower in places like North America than in Europe. +Handicrafts can be considered antiques, although they are newer than similar mass-produced objects. +Cattle rearing is an important source of wealth among the Sami, and the culture of trade is also important for many who pursue other occupations. +Traditionally, not all Sami people have been involved in large-scale reindeer herding, but have relied on fishing, hunting, and other livelihoods, using the reindeer more as pack animals. +In modern times, many Sami people have jobs unrelated to reindeer herding. Tourism is an important source of income for the Sami people of Lapland. +Although widely used, especially by non-Roma, the word "gypsy" is often considered pejorative because of its associations with negative stereotypes and a misperception of the Roma population. +If the country you are visiting is the subject of a travel advisory, your health insurance or trip cancellation insurance may be affected. +You may also want to seek the advice of other governments, but their advice is for their citizens. +A case in point might be how Americans from the Middle East might face different situations than Europeans or Arabs. +Recommendations are just a short overview of the political situation in a country. +Reviews are often superficial, general, and oversimplified compares to more detailed information available elsewhere. +Extreme weather is a generic term for any dangerous meteorological event which has the potential to cause damage, disruption or loss of life. +Extreme weather can happen anywhere in the world, in any season, and take many forms, depending on geography, topography, and atmospheric conditions. +High winds, lightning, heavy rainfall, and out-of-control fires are all forms and effects of severe weather, as are hurricanes, tornadoes, waterspouts, and cyclones. +Regional and seasonal severe weather phenomena include hail, snowstorms, ice storms, and dust storms. +Travellers are advised to watch for severe weather in the area as it could disrupt travel plans. +Anyone planning to travel in a country with an ongoing conflict should seek professional advice. +A web search for "hostile environment course" will probably lead to the website of a local company. +A course normally covers these topics in much more detail, and often through practical experience. +A course normally lasts anywhere between 2-5 days, and will include role-playing, first aid, and sometimes weapons training. +There are many books and magazines about survival in the wild, but few about survival in a war zone. +Travellers planning to undergo gender reassignment surgery in a foreign country would need valid travel documents for the return journey. +Governments may or may not be open to issuing passports in which the sex (X) field is left blank, or updated documents to reflect the desired name and sex. +The ability of foreign governments to accept these documents varies widely. +Airport security checkpoints became much more intrusive after 9/11/2001. +Transgender people who have not had surgery should not be expected to undergo scans that will compromise their privacy and dignity. +Return currents are the flow of water returning to the ocean from waves breaking on the shore, often at a reef or some other feature. +Because of the underwater topography, return flow is concentrated in a few deep sections, and there can be a rapid current away from the shoreline. +Most deaths occur due to exhaustion from trying to swim back upstream, which can be impossible. +Once out of the current, swimming is no more difficult than normal. +Try to get into a position where you won't be trapped again, and depending on your skills and whether or not you were seen by anyone, you may want to wait to be rescued. +The shock of returning home comes sooner than the cultural shock (the honeymoon effect lasts longer), is longer lasting, and can be more severe. +Those who have easily adapted to the new culture sometimes find it hard to adjust to their native culture. +If you've moved back to your home country after living abroad, you would have already adapted to the new culture and lost some of your native culture habits. +When you travelled abroad, people were probably patient and understanding, knowing that visiting a foreign country is a process of adjustment. +The world does not always expect patience and understanding of those who return home. +The sound and light show at the pyramid is one of the most interesting things to do for kids in the area. +You can see the pyramids at night, and you can see them in silence before the show starts. +There is usually a constant din of tourists and shoppers, and the sound and light show is reminiscent of a story book. +The Sphinx is used as the backdrop and narrator of a long story. +Scenes are shown on the pyramids and different pyramids are lit. +The South Shetland Islands, discovered in 1819, are claimed by several countries and have the most bases, seventeen of which were active in 2020. +The archipelago is located 120 km north of the peninsula. The largest island is King George Island with the settlement Villa Las Estrellas. +Others include Livingstone Island and Deception Island, where an active volcano's caldera offers a spectacular natural harbour. +The region at the southern end of the peninsula, bounded by the Bellingshausen Sea, is called Ellsworth Land. +The mountains of the Peninsula join up to form this plateau, and then split apart again to form the 360 km long Ellsworth Range, separated by the Minnesota Glacier. +The highest mountains in Antarctica are in the Sentinel Range in the north, which includes Vinson Massif, 4,892 m high. +In remote areas without cellphone coverage, a satellite phone may be your only option. +A satellite phone can seldom replace a cell phone, because you have to be out of range of everything else, with a clear view of the sky, to make a call. +The service is widely used for maritime transport, including passenger ships and expeditions that require data and voice connectivity. +Your local telephone company can probably tell you about obtaining access to this service. +An increasingly popular alternative for those taking a gap year is to combine travel with study. +It is particularly popular among school leavers, who can take a gap year before going to university, without jeopardising their education. +In many cases, a year of study abroad can even increase your chances of being accepted into a top university in your home country. +There is usually a fee for enrolling in these educational programs. +Finland is a great place for canoeing. "The land of a thousand lakes" also has thousands of islands, both inland and along the coast. +In the archipelago and lakes you do not need a boat. +Although the offshore islands and the largest lakes are big enough for any size boat, smaller craft or even a canoe will give you a different experience. +Boating is the national recreational activity of Finland, with a boat for every seven or eight inhabitants. +This is the case in Norway, Sweden and New Zealand, but otherwise quite unique (for example, in the Netherlands the number is between one and forty). +Most Baltic Sea cruises spend a day in St. Petersburg, Russia. +This means that you could spend several days exploring the historic town, returning to the ship each night for sleep. +If travelling by cruise ship, you will not need a separate visa (effective from 2009) +Some cruise ships visit Berlin, Germany. As the map above shows, Berlin is not near the sea and a visit to the city is not included in the cruise price. +Flying can be an exhilarating experience for people of all ages and backgrounds, especially if they are flying for the first time, or have had a traumatic experience. +There's nothing to be ashamed of: it's no different from the fears and prejudices people have about other things which are common to very many people. +For some, understanding how an airplane works, and what happens during a flight, can help overcome a fear that is based on the unknown or a lack of control. +Courier companies are well paid for quick deliveries. Often, time is of the essence when it comes to documents, goods or spare parts for urgent repairs. +On some routes, the larger companies had their own jets, but other routes and smaller companies had problems. +If they send something by air, on some routes it can take several days to unload and clear. +The only way to make it go faster was to send it as luggage. Airline regulations do not allow you to send luggage without a passenger, so here I am. +The obvious way to fly first class or business class is to pay a lot of money for that privilege (or, even better, to get your company to pay for it for you). +However, it is not cheap: expect to pay up to four times more for a business class seat than an economy one, and up to eleven times more for a first class seat. +In general, there is no point in searching for discounts for business class or first class tickets for direct flights from A to B. +Airlines know full well that there is a certain group of passengers who are willing to pay a premium to get where they want to go quickly and comfortably, and so they structure their pricing accordingly. +The capital of Moldova is Chisinau. The local language is Romanian, but Russian is widely spoken. +Moldova is a multi-ethnic republic that suffered from an interethnic conflict. +In 1994, this conflict led to the creation of the self-proclaimed Transnistrian Republic in eastern Moldova, which has its own government and currency but is not recognized by any UN member state. +Economic relations have been restored between the two parts of Moldova, despite the failure of political negotiations. +The dominant religion in Moldova is Orthodox Christianity. +İzmir is Turkey's third-largest city with an estimated population of 3.7 million, the country's second-largest port after Istanbul, and a major transportation hub. +Once the ancient city of Smirna, it is now a bustling commercial centre, developed and modern, surrounded by a huge golf course and mountains. +The broad avenues, glass-fronted buildings, and modern shopping malls are topped with traditional red-tile roofs dating from the 18th century, and old mosques and churches are scattered throughout the city, but the atmosphere is more reminiscent of the Mediterranean Europe than of traditional Turkey. +The village of Haldarsvík overlooks the island of Eysturoy at close range and has an unusual octagonal church. +In the courtyard of the church there are interesting marble sculptures of doves above tombs. +Take half an hour or so to stroll around this bizarre little town. +North of Lisbon is the romantic and fascinating town of Sintra, which became known outside its borders thanks to a fervent review of its splendours made by Lord Byron. +Scotturb 403 buses run regularly to Sintra, with a stop at Cabo da Roca. +In the north, you can also visit the Sanctuary of Our Lady of Fatima, a place known throughout the world for the apparitions of the Holy Mary. +Please note that you are essentially visiting a site of a common grave, and a place which is of almost incalculable significance to a large part of the world's population. +Still alive are many men and women, both Jewish and non-Jewish, who survived internment there, and many more who had family members who were killed or forced to work to death there. +Please treat the site with all the dignity, solemnity and respect it deserves. There is no room for jokes about the Holocaust or the Nazis. +Do not vandalize the place by drawing and scratching on the existing structures. +The official languages of Barcelona are Catalan and Spanish. About half of the population is Catalan-speaking, a large majority understand Catalan, and almost all are Spanish-speaking. +However, most panoramas are only available in Catalan, as Catalan is established by law as the official language. +However, the Spanish language is widely used in public transportation and other services. +Regular announcements on the metro are made only in Catalan, but unexpected delays are announced by an automated system in several languages including Spanish, English, French, Arabic and Japanese. +Parisians are known for being egocentric, apolitical, and arrogant. +Although often a stereotype untrue to reality, if you want a pleasant stay in Paris, it would be best to behave as well as possible, like a "bien élevé" (well-bred) person. This will help you get along much better. +Parisians may seem a bit reserved at first, but they are very friendly once you show a bit of politeness. +The Plitvice Lakes National Park is heavily forested, mainly with beech, fir and spruce, and has a mixture of alpine and Mediterranean vegetation. +It supports a great diversity of plant communities, due to its varied microclimates, diverse soils, and range in altitude. +The region is also home to an extremely high number of animal and bird species. +Rare fauna, such as the brown bear, the wolf, the eagle, the boar, the lynx, the wild cat and the mountain goat can be found here, as well as many other more common species. +When visiting the monasteries, women should wear long skirts that cover their knees, and also wrap a scarf around their waists and shoulders. +Most monasteries will provide clothing for women who come unprepared, but if you bring your own, especially if it's brightly colored, you'll get smiles from the monks and nuns on duty. +Similarly, men should wear pants that cover their knees. +And these can be borrowed from those available at the entrance, but those robes are not washed after every use, so you might feel a bit uncomfortable wearing those robes. Unique size for men! +Mallorquin cuisine, like similar ones in the Mediterranean, is based on bread, vegetables, and meat (especially pork), and olive oil is used abundantly. +A simple and popular meal, especially in the summer, is Pa amb Oli: bread with garlic and tomato, topped with anything else available, such as cheese, ham, etc. +All nouns, and the pronoun Sie (meaning "you"), begin with a capital letter even when inside a sentence. +This is an important way of distinguishing between some verbs and objects. +On the other hand, without a doubt, it makes reading easier, though writing is a bit complicated due to the need to find out if a verb or an adjective can be used in a substantivized form. +The pronunciation of Italian words is relatively easy, most words are pronounced exactly as they are written. +The letters C and G need to be carefully distinguished as their pronunciation depends on the vowel following them. +Also, remember to pronounce r and rr differently: caro means dear, while carro means car. +Persian is a relatively regular and easy language to learn grammatically. +Therefore, reading this Persian grammar book will help you learn a lot about Persian grammar and understand sentences better. +Of course, whoever knows a Romance language will find it easier to learn Portuguese. +However, those who know a little Spanish might prematurely conclude that Portuguese is similar enough that it does not need to be studied. +Pre-modern observatories are mostly obsolete by today's standards and are either museums or educational sites. +Because in their heyday light pollution wasn't as big an issue as it is today, they are often in or near cities or campuses, and are easier to get to than the observatories of today. +Most modern telescopes for research are huge instruments located in isolated areas with favourable weather conditions. +The viewing of cherry blossoms, known as hanami, is an integral part of Japanese culture, dating back to the 8th century. +The concept came from China, where the plum blossoms were the flowers of choice. +In Japan, the first cherry blossom viewing parties were hosted by the emperor for himself and other members of the imperial court. +Plants do not look better anywhere else than in their natural habitat, so resist the temptation to pick even "just one" of them. +If you visit a formal garden, collecting "samples" will also land you in hot water. +Singapore is generally a very safe place to visit, and you will have no problem finding your way around, and buying almost anything as soon as you arrive. +However, being so close to the equator means that you will experience both heat and sunshine (when it is not overcast) all year round. +There are a few buses that go north to Hebron, where according to tradition the biblical patriarchs Abraham, Isaac, and Jacob are buried, along with their wives. +Make sure the bus you want to take does not go to Kiryat Arba, an Israeli settlement near Hebron. +Inland waterways can be a great theme for a vacation. +For example, you can visit castles in the Loire Valley, along the Rhine or on the Danube, or take a cruise along the Erie Canal. +They also mark routes for popular hiking and cycling trails. +Christmas is one of the most important holidays in Christianity and is celebrated as the birthday of Jesus. +Many of the traditions associated with this holiday have been adopted by both Christian and non-Christian countries around the world. +It is a tradition to spend the Easter night outdoors to watch the sunrise. +For this tradition there are of course Christian theological explanations, but it could very well be a pre-Christian rite of the spring and fertility. +Traditionalist churches often hold an Easter Vigil on the Saturday evening of Holy Week, with the congregation gathering at midnight to celebrate the resurrection of Christ. +All the animals that originally came to the islands either swam, flew or paddled their way over. +Because of the distance from the mainland, mammals were unable to make it to the Galapagos, so the Galapagos Giant Tortoise is the main animal that roams the Galapagos. +Since the arrival of man in the Galapagos, many mammals have been introduced, including goats, horses, pigs, rabbits, cats and dogs. +If you visit the Arctic or Antarctic during the winter, you will experience a polar night, which means the sun never rises above the horizon. +This is a great time to see the Northern Lights, as the sky will be at least partially dark. +Because the areas are lightly populated, light pollution is not usually a problem, and you can still see the stars. +Japanese work culture is more hierarchical and formal than what Westerners are accustomed to. +Business attire is standard business wear, and colleagues address each other by their family name or title. +Harmony at work is an essential element, emphasizing the group effort rather than individual achievements. +Workers often need approval from supervisors for all decisions they make, and expect supervisors to enforce instructions without discussion. diff --git a/test-ro-en.bleu b/test-ro-en.bleu new file mode 100644 index 0000000000000000000000000000000000000000..a9f1f1a5ce655a37cab9704ac17eedae14d7c4bb --- /dev/null +++ b/test-ro-en.bleu @@ -0,0 +1 @@ +BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 35.49 66.8/41.8/28.5/20.0 (BP = 0.998 ratio = 0.998 hyp_len = 24676 ref_len = 24721) diff --git a/test-ro-en.comet b/test-ro-en.comet new file mode 100644 index 0000000000000000000000000000000000000000..18c54d6889a2e5b7e49fc302dd38425e49da843f --- /dev/null +++ b/test-ro-en.comet @@ -0,0 +1,1013 @@ +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 0 score: 0.8276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 1 score: 0.9006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 2 score: 0.9261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 3 score: 0.8342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 4 score: 0.8978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 5 score: 0.7843 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 6 score: 0.9345 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 7 score: 0.7558 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 8 score: 0.9368 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 9 score: 0.9423 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 10 score: 0.8860 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 11 score: 0.8828 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 12 score: 0.8665 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 13 score: 0.8397 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 14 score: 0.8764 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 15 score: 0.8662 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 16 score: 0.8992 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 17 score: 0.9309 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 18 score: 0.9066 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 19 score: 0.8767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 20 score: 0.9366 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 21 score: 0.9638 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 22 score: 0.8883 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 23 score: 0.9131 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 24 score: 0.8831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 25 score: 0.9225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 26 score: 0.8853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 27 score: 0.8776 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 28 score: 0.7982 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 29 score: 0.8821 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 30 score: 0.8512 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 31 score: 0.8377 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 32 score: 0.7435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 33 score: 0.9170 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 34 score: 0.9711 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 35 score: 0.9498 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 36 score: 0.8970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 37 score: 0.8991 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 38 score: 0.9038 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 39 score: 0.9063 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 40 score: 0.8654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 41 score: 0.9023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 42 score: 0.9030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 43 score: 0.9238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 44 score: 0.8002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 45 score: 0.8392 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 46 score: 0.9207 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 47 score: 0.9196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 48 score: 0.9332 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 49 score: 0.9157 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 50 score: 0.9186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 51 score: 0.9067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 52 score: 0.9172 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 53 score: 0.9329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 54 score: 0.8738 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 55 score: 0.9079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 56 score: 0.8464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 57 score: 0.8491 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 58 score: 0.9183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 59 score: 0.9560 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 60 score: 0.8886 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 61 score: 0.9001 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 62 score: 0.8431 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 63 score: 0.9061 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 64 score: 0.8420 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 65 score: 0.8412 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 66 score: 0.7861 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 67 score: 0.8076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 68 score: 0.9346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 69 score: 0.8937 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 70 score: 0.8771 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 71 score: 0.8611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 72 score: 0.8251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 73 score: 0.8674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 74 score: 0.8888 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 75 score: 0.8545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 76 score: 0.8795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 77 score: 0.8828 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 78 score: 0.9546 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 79 score: 0.8597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 80 score: 0.8967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 81 score: 0.9365 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 82 score: 0.8925 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 83 score: 0.8586 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 84 score: 0.8229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 85 score: 0.8781 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 86 score: 0.7739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 87 score: 0.8963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 88 score: 0.8141 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 89 score: 0.8494 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 90 score: 0.7913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 91 score: 0.8920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 92 score: 0.8467 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 93 score: 0.8761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 94 score: 0.9330 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 95 score: 0.9191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 96 score: 0.8901 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 97 score: 0.8980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 98 score: 0.9074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 99 score: 0.8959 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 100 score: 0.8858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 101 score: 0.9044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 102 score: 0.8398 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 103 score: 0.9495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 104 score: 0.8977 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 105 score: 0.8118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 106 score: 0.6805 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 107 score: 0.8993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 108 score: 0.8357 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 109 score: 0.8514 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 110 score: 0.9192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 111 score: 0.9053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 112 score: 0.9476 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 113 score: 0.9226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 114 score: 0.8521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 115 score: 0.8804 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 116 score: 0.8837 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 117 score: 0.9359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 118 score: 0.9651 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 119 score: 0.8774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 120 score: 0.8709 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 121 score: 0.8539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 122 score: 0.8974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 123 score: 0.8930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 124 score: 0.8697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 125 score: 0.9142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 126 score: 0.8666 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 127 score: 0.8711 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 128 score: 0.9040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 129 score: 0.9111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 130 score: 0.9061 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 131 score: 0.8882 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 132 score: 0.8961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 133 score: 0.9145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 134 score: 0.8799 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 135 score: 0.8865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 136 score: 0.8713 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 137 score: 0.8781 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 138 score: 0.9369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 139 score: 0.8883 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 140 score: 0.9192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 141 score: 0.8587 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 142 score: 0.9405 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 143 score: 0.8796 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 144 score: 0.9031 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 145 score: 0.8877 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 146 score: 0.9139 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 147 score: 0.8973 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 148 score: 0.9008 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 149 score: 0.8722 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 150 score: 0.8803 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 151 score: 0.8883 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 152 score: 0.8249 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 153 score: 0.7851 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 154 score: 0.7287 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 155 score: 0.9083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 156 score: 0.8972 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 157 score: 0.7025 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 158 score: 0.8763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 159 score: 0.8368 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 160 score: 0.8865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 161 score: 0.8722 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 162 score: 0.8106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 163 score: 0.8972 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 164 score: 0.9081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 165 score: 0.8296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 166 score: 0.8893 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 167 score: 0.8800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 168 score: 0.8809 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 169 score: 0.9108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 170 score: 0.8706 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 171 score: 0.8843 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 172 score: 0.8661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 173 score: 0.8645 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 174 score: 0.8926 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 175 score: 0.9201 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 176 score: 0.8324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 177 score: 0.8928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 178 score: 0.9626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 179 score: 0.9467 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 180 score: 0.9279 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 181 score: 0.9377 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 182 score: 0.8780 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 183 score: 0.9139 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 184 score: 0.8795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 185 score: 0.9331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 186 score: 0.9536 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 187 score: 0.8665 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 188 score: 0.9238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 189 score: 0.9094 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 190 score: 0.9021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 191 score: 0.7634 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 192 score: 0.8379 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 193 score: 0.8788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 194 score: 0.9028 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 195 score: 0.9464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 196 score: 0.8805 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 197 score: 0.8479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 198 score: 0.8918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 199 score: 0.8910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 200 score: 0.8390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 201 score: 0.8347 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 202 score: 0.8099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 203 score: 0.8248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 204 score: 0.8803 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 205 score: 0.8493 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 206 score: 0.8486 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 207 score: 0.8822 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 208 score: 0.8979 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 209 score: 0.9532 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 210 score: 0.9182 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 211 score: 0.9024 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 212 score: 0.9266 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 213 score: 0.9314 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 214 score: 0.9019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 215 score: 0.8938 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 216 score: 0.9209 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 217 score: 0.8743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 218 score: 0.9018 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 219 score: 0.9047 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 220 score: 0.9252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 221 score: 0.9200 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 222 score: 0.9244 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 223 score: 0.8655 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 224 score: 0.9253 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 225 score: 0.9396 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 226 score: 0.9079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 227 score: 0.8146 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 228 score: 0.8483 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 229 score: 0.8792 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 230 score: 0.9541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 231 score: 0.8959 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 232 score: 0.8638 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 233 score: 0.8898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 234 score: 0.8466 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 235 score: 0.8988 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 236 score: 0.8919 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 237 score: 0.8662 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 238 score: 0.9179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 239 score: 0.8546 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 240 score: 0.8038 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 241 score: 0.7714 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 242 score: 0.7972 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 243 score: 0.6680 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 244 score: 0.8562 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 245 score: 0.8772 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 246 score: 0.8624 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 247 score: 0.7900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 248 score: 0.8760 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 249 score: 0.9597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 250 score: 0.8787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 251 score: 0.8936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 252 score: 0.9256 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 253 score: 0.9221 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 254 score: 0.9206 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 255 score: 0.9151 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 256 score: 0.8829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 257 score: 0.8437 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 258 score: 0.8947 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 259 score: 0.8945 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 260 score: 0.8501 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 261 score: 0.7905 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 262 score: 0.8666 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 263 score: 0.6897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 264 score: 0.9491 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 265 score: 0.8691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 266 score: 0.8903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 267 score: 0.8625 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 268 score: 0.9475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 269 score: 0.8454 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 270 score: 0.8865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 271 score: 0.8386 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 272 score: 0.8939 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 273 score: 0.8860 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 274 score: 0.7592 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 275 score: 0.7846 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 276 score: 0.6920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 277 score: 0.9340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 278 score: 0.8957 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 279 score: 0.9661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 280 score: 0.9027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 281 score: 0.8760 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 282 score: 0.9369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 283 score: 0.8801 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 284 score: 0.9297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 285 score: 0.9344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 286 score: 0.9140 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 287 score: 0.8911 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 288 score: 0.9008 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 289 score: 0.8549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 290 score: 0.8250 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 291 score: 0.8637 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 292 score: 0.9143 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 293 score: 0.8476 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 294 score: 0.7666 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 295 score: 0.8353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 296 score: 0.7800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 297 score: 0.8963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 298 score: 0.9651 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 299 score: 0.8861 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 300 score: 0.9138 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 301 score: 0.7942 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 302 score: 0.8835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 303 score: 0.9127 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 304 score: 0.9138 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 305 score: 0.9109 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 306 score: 0.8594 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 307 score: 0.8174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 308 score: 0.8967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 309 score: 0.8931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 310 score: 0.9680 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 311 score: 0.8428 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 312 score: 0.9081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 313 score: 0.5859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 314 score: 0.7399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 315 score: 0.9151 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 316 score: 0.9066 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 317 score: 0.8931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 318 score: 0.8219 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 319 score: 0.7467 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 320 score: 0.8320 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 321 score: 0.8105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 322 score: 0.9112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 323 score: 0.8850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 324 score: 0.9080 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 325 score: 0.9158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 326 score: 0.8552 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 327 score: 0.8858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 328 score: 0.9102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 329 score: 0.8547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 330 score: 0.9183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 331 score: 0.9196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 332 score: 0.9408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 333 score: 0.8802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 334 score: 0.9427 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 335 score: 0.9168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 336 score: 0.8961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 337 score: 0.8582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 338 score: 0.8171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 339 score: 0.9044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 340 score: 0.8535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 341 score: 0.8360 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 342 score: 0.8467 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 343 score: 0.8376 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 344 score: 0.8102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 345 score: 0.9187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 346 score: 0.8877 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 347 score: 0.9152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 348 score: 0.8596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 349 score: 0.8221 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 350 score: 0.8705 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 351 score: 0.8076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 352 score: 0.8936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 353 score: 0.8776 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 354 score: 0.9179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 355 score: 0.8927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 356 score: 0.8883 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 357 score: 0.8597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 358 score: 0.7646 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 359 score: 0.8088 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 360 score: 0.8508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 361 score: 0.8536 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 362 score: 0.8978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 363 score: 0.7442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 364 score: 0.8842 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 365 score: 0.8253 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 366 score: 0.7608 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 367 score: 0.8311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 368 score: 0.7890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 369 score: 0.8266 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 370 score: 0.7270 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 371 score: 0.8313 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 372 score: 0.8289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 373 score: 0.8997 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 374 score: 0.9288 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 375 score: 0.9020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 376 score: 0.9157 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 377 score: 0.9330 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 378 score: 0.8936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 379 score: 0.9251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 380 score: 0.9108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 381 score: 0.7727 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 382 score: 0.7497 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 383 score: 0.8359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 384 score: 0.8778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 385 score: 0.7949 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 386 score: 0.7861 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 387 score: 0.8775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 388 score: 0.8877 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 389 score: 0.8780 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 390 score: 0.9163 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 391 score: 0.9025 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 392 score: 0.8904 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 393 score: 0.9059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 394 score: 0.8944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 395 score: 0.8470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 396 score: 0.7097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 397 score: 0.9640 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 398 score: 0.8325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 399 score: 0.8950 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 400 score: 0.9244 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 401 score: 0.8930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 402 score: 0.9001 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 403 score: 0.8080 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 404 score: 0.8407 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 405 score: 0.7770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 406 score: 0.8715 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 407 score: 0.8864 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 408 score: 0.9435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 409 score: 0.9203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 410 score: 0.9114 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 411 score: 0.8435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 412 score: 0.8874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 413 score: 0.8702 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 414 score: 0.8902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 415 score: 0.8848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 416 score: 0.7883 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 417 score: 0.8861 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 418 score: 0.9013 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 419 score: 0.9369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 420 score: 0.9262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 421 score: 0.8849 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 422 score: 0.7256 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 423 score: 0.8473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 424 score: 0.8942 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 425 score: 0.9169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 426 score: 0.8998 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 427 score: 0.9218 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 428 score: 0.9206 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 429 score: 0.9612 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 430 score: 0.8086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 431 score: 0.8326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 432 score: 0.8189 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 433 score: 0.7937 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 434 score: 0.8707 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 435 score: 0.8686 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 436 score: 0.8825 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 437 score: 0.8840 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 438 score: 0.9058 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 439 score: 0.8884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 440 score: 0.8968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 441 score: 0.9045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 442 score: 0.9530 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 443 score: 0.9206 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 444 score: 0.7954 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 445 score: 0.8640 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 446 score: 0.8617 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 447 score: 0.9125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 448 score: 0.9005 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 449 score: 0.8616 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 450 score: 0.8771 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 451 score: 0.8394 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 452 score: 0.9331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 453 score: 0.8596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 454 score: 0.8544 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 455 score: 0.8530 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 456 score: 0.8262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 457 score: 0.9062 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 458 score: 0.8565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 459 score: 0.8515 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 460 score: 0.9397 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 461 score: 0.8300 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 462 score: 0.9002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 463 score: 0.8963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 464 score: 0.8919 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 465 score: 0.8710 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 466 score: 0.8814 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 467 score: 0.7466 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 468 score: 0.7518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 469 score: 0.8485 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 470 score: 0.7925 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 471 score: 0.8075 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 472 score: 0.8546 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 473 score: 0.8190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 474 score: 0.8115 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 475 score: 0.8840 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 476 score: 0.8490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 477 score: 0.8853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 478 score: 0.9027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 479 score: 0.9207 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 480 score: 0.8905 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 481 score: 0.8411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 482 score: 0.8690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 483 score: 0.8219 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 484 score: 0.9167 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 485 score: 0.8709 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 486 score: 0.8688 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 487 score: 0.8780 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 488 score: 0.9035 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 489 score: 0.8673 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 490 score: 0.8602 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 491 score: 0.9011 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 492 score: 0.9418 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 493 score: 0.9019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 494 score: 0.8775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 495 score: 0.8562 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 496 score: 0.8714 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 497 score: 0.8875 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 498 score: 0.9401 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 499 score: 0.8857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 500 score: 0.8953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 501 score: 0.9472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 502 score: 0.8980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 503 score: 0.8904 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 504 score: 0.8520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 505 score: 0.9088 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 506 score: 0.8665 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 507 score: 0.8803 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 508 score: 0.7564 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 509 score: 0.8505 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 510 score: 0.7463 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 511 score: 0.7957 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 512 score: 0.9082 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 513 score: 0.7754 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 514 score: 0.8870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 515 score: 0.8753 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 516 score: 0.7972 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 517 score: 0.9513 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 518 score: 0.8348 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 519 score: 0.9409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 520 score: 0.9130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 521 score: 0.9153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 522 score: 0.8841 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 523 score: 0.8781 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 524 score: 0.9182 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 525 score: 0.9203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 526 score: 0.8711 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 527 score: 0.6350 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 528 score: 0.8925 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 529 score: 0.8199 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 530 score: 0.8816 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 531 score: 0.8955 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 532 score: 0.8571 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 533 score: 0.6583 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 534 score: 0.8785 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 535 score: 0.8071 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 536 score: 0.8671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 537 score: 0.8585 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 538 score: 0.8741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 539 score: 0.9119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 540 score: 0.8708 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 541 score: 0.9076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 542 score: 0.9193 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 543 score: 0.8902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 544 score: 0.8842 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 545 score: 0.9334 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 546 score: 0.8355 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 547 score: 0.8917 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 548 score: 0.8517 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 549 score: 0.9238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 550 score: 0.7646 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 551 score: 0.8995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 552 score: 0.8942 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 553 score: 0.8792 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 554 score: 0.8656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 555 score: 0.7818 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 556 score: 0.8615 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 557 score: 0.9656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 558 score: 0.8517 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 559 score: 0.8135 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 560 score: 0.7745 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 561 score: 0.9246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 562 score: 0.8946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 563 score: 0.9063 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 564 score: 0.7846 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 565 score: 0.9112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 566 score: 0.9002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 567 score: 0.8809 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 568 score: 0.8364 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 569 score: 0.7227 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 570 score: 0.9157 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 571 score: 0.9309 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 572 score: 0.8116 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 573 score: 0.9392 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 574 score: 0.9542 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 575 score: 0.7947 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 576 score: 0.8144 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 577 score: 0.8968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 578 score: 0.8995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 579 score: 0.9299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 580 score: 0.9067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 581 score: 0.8691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 582 score: 0.8043 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 583 score: 0.7787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 584 score: 0.8142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 585 score: 0.8729 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 586 score: 0.9162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 587 score: 0.8711 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 588 score: 0.8533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 589 score: 0.9398 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 590 score: 0.9141 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 591 score: 0.9206 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 592 score: 0.8274 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 593 score: 0.8934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 594 score: 0.9233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 595 score: 0.9014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 596 score: 0.9235 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 597 score: 0.8980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 598 score: 0.8792 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 599 score: 0.8912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 600 score: 0.8880 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 601 score: 0.8579 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 602 score: 0.9037 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 603 score: 0.9003 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 604 score: 0.8832 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 605 score: 0.9093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 606 score: 0.8694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 607 score: 0.7968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 608 score: 0.8357 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 609 score: 0.8862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 610 score: 0.9405 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 611 score: 0.8729 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 612 score: 0.8981 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 613 score: 0.8740 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 614 score: 0.7987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 615 score: 0.8477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 616 score: 0.8988 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 617 score: 0.8897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 618 score: 0.8659 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 619 score: 0.8300 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 620 score: 0.9630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 621 score: 0.8766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 622 score: 0.8966 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 623 score: 0.9102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 624 score: 0.8872 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 625 score: 0.9125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 626 score: 0.9128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 627 score: 0.9127 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 628 score: 0.9272 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 629 score: 0.8822 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 630 score: 0.8677 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 631 score: 0.9151 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 632 score: 0.9543 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 633 score: 0.9462 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 634 score: 0.9556 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 635 score: 0.8972 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 636 score: 0.9158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 637 score: 0.8578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 638 score: 0.9364 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 639 score: 0.9549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 640 score: 0.9027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 641 score: 0.9500 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 642 score: 0.9182 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 643 score: 0.8595 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 644 score: 0.8586 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 645 score: 0.8406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 646 score: 0.9147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 647 score: 0.8934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 648 score: 0.8470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 649 score: 0.8520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 650 score: 0.9171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 651 score: 0.5962 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 652 score: 0.8007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 653 score: 0.8422 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 654 score: 0.8910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 655 score: 0.9303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 656 score: 0.8613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 657 score: 0.8578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 658 score: 0.8730 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 659 score: 0.9066 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 660 score: 0.8679 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 661 score: 0.9125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 662 score: 0.9512 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 663 score: 0.9223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 664 score: 0.9285 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 665 score: 0.7964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 666 score: 0.9184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 667 score: 0.9215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 668 score: 0.9126 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 669 score: 0.9262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 670 score: 0.8613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 671 score: 0.9341 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 672 score: 0.8965 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 673 score: 0.8902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 674 score: 0.9467 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 675 score: 0.9064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 676 score: 0.8974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 677 score: 0.9000 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 678 score: 0.9136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 679 score: 0.8748 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 680 score: 0.8550 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 681 score: 0.9420 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 682 score: 0.9003 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 683 score: 0.8793 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 684 score: 0.8547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 685 score: 0.8972 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 686 score: 0.8769 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 687 score: 0.8602 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 688 score: 0.9062 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 689 score: 0.8869 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 690 score: 0.9340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 691 score: 0.8876 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 692 score: 0.9220 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 693 score: 0.8772 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 694 score: 0.8201 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 695 score: 0.8966 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 696 score: 0.7968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 697 score: 0.8029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 698 score: 0.9268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 699 score: 0.9023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 700 score: 0.8660 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 701 score: 0.9227 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 702 score: 0.8975 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 703 score: 0.8388 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 704 score: 0.8019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 705 score: 0.8546 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 706 score: 0.7884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 707 score: 0.8999 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 708 score: 0.8766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 709 score: 0.9087 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 710 score: 0.9308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 711 score: 0.8094 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 712 score: 0.9124 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 713 score: 0.8818 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 714 score: 0.8724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 715 score: 0.8554 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 716 score: 0.8830 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 717 score: 0.9053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 718 score: 0.9349 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 719 score: 0.7781 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 720 score: 0.9109 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 721 score: 0.8780 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 722 score: 0.8854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 723 score: 0.9106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 724 score: 0.9399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 725 score: 0.9143 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 726 score: 0.8802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 727 score: 0.8442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 728 score: 0.8409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 729 score: 0.8808 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 730 score: 0.8626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 731 score: 0.9002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 732 score: 0.8543 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 733 score: 0.8606 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 734 score: 0.9004 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 735 score: 0.8838 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 736 score: 0.8815 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 737 score: 0.9153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 738 score: 0.9041 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 739 score: 0.9089 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 740 score: 0.8924 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 741 score: 0.8152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 742 score: 0.8329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 743 score: 0.8653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 744 score: 0.9422 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 745 score: 0.7396 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 746 score: 0.9302 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 747 score: 0.8316 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 748 score: 0.8588 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 749 score: 0.9118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 750 score: 0.9297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 751 score: 0.9042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 752 score: 0.8782 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 753 score: 0.9163 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 754 score: 0.9034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 755 score: 0.8368 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 756 score: 0.8836 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 757 score: 0.7671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 758 score: 0.8752 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 759 score: 0.9274 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 760 score: 0.9321 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 761 score: 0.9021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 762 score: 0.9228 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 763 score: 0.8990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 764 score: 0.9096 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 765 score: 0.9155 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 766 score: 0.8891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 767 score: 0.8333 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 768 score: 0.9360 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 769 score: 0.9597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 770 score: 0.9157 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 771 score: 0.9288 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 772 score: 0.8234 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 773 score: 0.9003 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 774 score: 0.8885 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 775 score: 0.9205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 776 score: 0.8059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 777 score: 0.8708 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 778 score: 0.9325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 779 score: 0.7889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 780 score: 0.9028 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 781 score: 0.8531 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 782 score: 0.9206 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 783 score: 0.8826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 784 score: 0.8834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 785 score: 0.8243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 786 score: 0.9211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 787 score: 0.8634 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 788 score: 0.8829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 789 score: 0.8914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 790 score: 0.9152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 791 score: 0.8822 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 792 score: 0.8978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 793 score: 0.8852 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 794 score: 0.8522 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 795 score: 0.8806 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 796 score: 0.9598 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 797 score: 0.7406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 798 score: 0.8889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 799 score: 0.8049 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 800 score: 0.8324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 801 score: 0.8054 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 802 score: 0.9040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 803 score: 0.8214 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 804 score: 0.8553 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 805 score: 0.8993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 806 score: 0.8554 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 807 score: 0.9308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 808 score: 0.6147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 809 score: 0.8558 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 810 score: 0.8972 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 811 score: 0.8371 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 812 score: 0.9230 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 813 score: 0.9120 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 814 score: 0.9284 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 815 score: 0.8169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 816 score: 0.8592 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 817 score: 0.8097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 818 score: 0.7995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 819 score: 0.8286 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 820 score: 0.9484 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 821 score: 0.9283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 822 score: 0.8915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 823 score: 0.6191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 824 score: 0.9205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 825 score: 0.8074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 826 score: 0.8023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 827 score: 0.8635 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 828 score: 0.8835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 829 score: 0.8510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 830 score: 0.8743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 831 score: 0.8852 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 832 score: 0.8976 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 833 score: 0.8363 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 834 score: 0.9007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 835 score: 0.9066 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 836 score: 0.8961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 837 score: 0.9555 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 838 score: 0.8747 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 839 score: 0.9097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 840 score: 0.8307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 841 score: 0.7911 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 842 score: 0.7193 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 843 score: 0.8906 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 844 score: 0.8010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 845 score: 0.7463 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 846 score: 0.7940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 847 score: 0.8790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 848 score: 0.8208 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 849 score: 0.8644 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 850 score: 0.8468 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 851 score: 0.9116 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 852 score: 0.9203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 853 score: 0.9017 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 854 score: 0.8094 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 855 score: 0.8032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 856 score: 0.7680 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 857 score: 0.8820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 858 score: 0.8862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 859 score: 0.9152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 860 score: 0.8919 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 861 score: 0.8806 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 862 score: 0.9288 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 863 score: 0.9136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 864 score: 0.8489 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 865 score: 0.8523 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 866 score: 0.7222 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 867 score: 0.8868 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 868 score: 0.9268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 869 score: 0.9072 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 870 score: 0.8988 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 871 score: 0.8944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 872 score: 0.8665 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 873 score: 0.9065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 874 score: 0.9034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 875 score: 0.8915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 876 score: 0.9464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 877 score: 0.8565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 878 score: 0.8624 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 879 score: 0.8520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 880 score: 0.9178 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 881 score: 0.9270 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 882 score: 0.8894 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 883 score: 0.8749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 884 score: 0.8126 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 885 score: 0.8452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 886 score: 0.8978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 887 score: 0.8299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 888 score: 0.8545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 889 score: 0.8718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 890 score: 0.8672 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 891 score: 0.8720 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 892 score: 0.8030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 893 score: 0.8426 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 894 score: 0.8608 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 895 score: 0.8918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 896 score: 0.8720 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 897 score: 0.7207 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 898 score: 0.9331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 899 score: 0.9152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 900 score: 0.8217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 901 score: 0.9222 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 902 score: 0.8722 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 903 score: 0.9324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 904 score: 0.9238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 905 score: 0.8883 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 906 score: 0.9030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 907 score: 0.8481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 908 score: 0.8600 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 909 score: 0.9576 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 910 score: 0.8469 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 911 score: 0.8354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 912 score: 0.9030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 913 score: 0.9234 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 914 score: 0.8966 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 915 score: 0.8537 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 916 score: 0.9130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 917 score: 0.8718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 918 score: 0.8695 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 919 score: 0.8593 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 920 score: 0.9113 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 921 score: 0.8700 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 922 score: 0.8579 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 923 score: 0.8713 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 924 score: 0.8699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 925 score: 0.8735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 926 score: 0.8403 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 927 score: 0.8773 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 928 score: 0.9094 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 929 score: 0.8687 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 930 score: 0.8871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 931 score: 0.8181 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 932 score: 0.7730 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 933 score: 0.8950 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 934 score: 0.8384 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 935 score: 0.9078 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 936 score: 0.8884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 937 score: 0.9484 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 938 score: 0.9428 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 939 score: 0.9305 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 940 score: 0.9123 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 941 score: 0.9615 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 942 score: 0.8979 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 943 score: 0.8453 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 944 score: 0.8612 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 945 score: 0.8989 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 946 score: 0.9111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 947 score: 0.8495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 948 score: 0.8224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 949 score: 0.9142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 950 score: 0.8561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 951 score: 0.8576 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 952 score: 0.8806 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 953 score: 0.9413 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 954 score: 0.8584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 955 score: 0.8856 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 956 score: 0.7918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 957 score: 0.9280 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 958 score: 0.8875 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 959 score: 0.9364 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 960 score: 0.7980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 961 score: 0.7926 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 962 score: 0.9334 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 963 score: 0.9013 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 964 score: 0.9486 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 965 score: 0.8779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 966 score: 0.8495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 967 score: 0.8331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 968 score: 0.8747 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 969 score: 0.7888 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 970 score: 0.9106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 971 score: 0.8772 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 972 score: 0.7918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 973 score: 0.9586 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 974 score: 0.8648 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 975 score: 0.9161 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 976 score: 0.8438 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 977 score: 0.8988 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 978 score: 0.8778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 979 score: 0.8891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 980 score: 0.8343 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 981 score: 0.8872 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 982 score: 0.9024 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 983 score: 0.8403 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 984 score: 0.8937 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 985 score: 0.8910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 986 score: 0.9376 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 987 score: 0.8538 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 988 score: 0.8367 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 989 score: 0.6998 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 990 score: 0.8939 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 991 score: 0.7794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 992 score: 0.8872 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 993 score: 0.8311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 994 score: 0.9177 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 995 score: 0.8810 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 996 score: 0.9556 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 997 score: 0.9606 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 998 score: 0.8717 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 999 score: 0.8303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 1000 score: 0.9174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 1001 score: 0.8788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 1002 score: 0.8482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 1003 score: 0.7301 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 1004 score: 0.9238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 1005 score: 0.9214 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 1006 score: 0.8258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 1007 score: 0.8835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 1008 score: 0.9500 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 1009 score: 0.8671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 1010 score: 0.9139 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en Segment 1011 score: 0.8719 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-2-max-tokens-512//test-ro-en score: 0.8751 diff --git a/trainer_state.json b/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..26e9574329c8d2d1349dbde9e67eaa865f4128f6 --- /dev/null +++ b/trainer_state.json @@ -0,0 +1,175 @@ +{ + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 0.9969945902624725, + "eval_steps": 16, + "global_step": 311, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.05129232618713685, + "grad_norm": 0.5048500299453735, + "learning_rate": 0.0015, + "loss": 1.1504, + "step": 16 + }, + { + "epoch": 0.1025846523742737, + "grad_norm": 0.389893114566803, + "learning_rate": 0.0011094003924504584, + "loss": 3.0392, + "step": 32 + }, + { + "epoch": 0.15387697856141053, + "grad_norm": 0.2868100106716156, + "learning_rate": 0.0007427813527082075, + "loss": 0.8441, + "step": 48 + }, + { + "epoch": 0.2051693047485474, + "grad_norm": 0.2573494613170624, + "learning_rate": 0.0005962847939999439, + "loss": 0.783, + "step": 64 + }, + { + "epoch": 0.25646163093568425, + "grad_norm": 0.31569787859916687, + "learning_rate": 0.000512147519731584, + "loss": 0.7637, + "step": 80 + }, + { + "epoch": 0.30775395712282105, + "grad_norm": 0.2564464211463928, + "learning_rate": 0.0004558423058385518, + "loss": 0.719, + "step": 96 + }, + { + "epoch": 0.3590462833099579, + "grad_norm": 0.32603177428245544, + "learning_rate": 0.0004147806778921701, + "loss": 0.7037, + "step": 112 + }, + { + "epoch": 0.4103386094970948, + "grad_norm": 0.2662847340106964, + "learning_rate": 0.0003831305140884606, + "loss": 0.6794, + "step": 128 + }, + { + "epoch": 0.46163093568423164, + "grad_norm": 0.3353310525417328, + "learning_rate": 0.00035777087639996636, + "loss": 0.6737, + "step": 144 + }, + { + "epoch": 0.5129232618713685, + "grad_norm": 0.26287367939949036, + "learning_rate": 0.00033686076842660763, + "loss": 0.6561, + "step": 160 + }, + { + "epoch": 0.5642155880585054, + "grad_norm": 0.3288561999797821, + "learning_rate": 0.00031923475378704884, + "loss": 0.6359, + "step": 176 + }, + { + "epoch": 0.6155079142456421, + "grad_norm": 0.35450485348701477, + "learning_rate": 0.0003041143685078822, + "loss": 0.612, + "step": 192 + }, + { + "epoch": 0.666800240432779, + "grad_norm": 0.29516109824180603, + "learning_rate": 0.00029095718698132317, + "loss": 0.6057, + "step": 208 + }, + { + "epoch": 0.7180925666199158, + "grad_norm": 0.38677069544792175, + "learning_rate": 0.00027937211830783126, + "loss": 0.5943, + "step": 224 + }, + { + "epoch": 0.7693848928070527, + "grad_norm": 0.3125530481338501, + "learning_rate": 0.000269069117598525, + "loss": 0.5635, + "step": 240 + }, + { + "epoch": 0.8206772189941896, + "grad_norm": 0.3307824730873108, + "learning_rate": 0.00025982792098465233, + "loss": 0.5629, + "step": 256 + }, + { + "epoch": 0.8719695451813264, + "grad_norm": 0.31122493743896484, + "learning_rate": 0.0002514778453847726, + "loss": 0.5582, + "step": 272 + }, + { + "epoch": 0.9232618713684633, + "grad_norm": 0.3087589144706726, + "learning_rate": 0.00024388430433987693, + "loss": 0.5364, + "step": 288 + }, + { + "epoch": 0.9745541975556001, + "grad_norm": 0.3315638601779938, + "learning_rate": 0.00023693955110363693, + "loss": 0.5412, + "step": 304 + }, + { + "epoch": 0.9969945902624725, + "step": 311, + "total_flos": 3.158660236722569e+18, + "train_loss": 0.7963475859050199, + "train_runtime": 2372.2052, + "train_samples_per_second": 16.831, + "train_steps_per_second": 0.131 + } + ], + "logging_steps": 16, + "max_steps": 311, + "num_input_tokens_seen": 0, + "num_train_epochs": 1, + "save_steps": 16, + "stateful_callbacks": { + "TrainerControl": { + "args": { + "should_epoch_stop": false, + "should_evaluate": false, + "should_log": false, + "should_save": true, + "should_training_stop": true + }, + "attributes": {} + } + }, + "total_flos": 3.158660236722569e+18, + "train_batch_size": 2, + "trial_name": null, + "trial_params": null +}