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..b5210c5536af5a5e4af874442ada3c8b8e5f9e47
--- /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",
+ "o_proj",
+ "q_proj",
+ "up_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..38aefb3df587a298077a316216953b9a860352df
--- /dev/null
+++ b/adapter_model.safetensors
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:af12acb60dceb064b7b411d5ee3b72a0ff92f98eff5c367633b688b12afac17b
+size 125248624
diff --git a/checkpoint-360/README.md b/checkpoint-360/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..2bf40f4ec8fe7bb4813b1d72636652ca158178f3
--- /dev/null
+++ b/checkpoint-360/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-360/adapter_config.json b/checkpoint-360/adapter_config.json
new file mode 100644
index 0000000000000000000000000000000000000000..a1a63d4e5fa0960e14bacec9eb058748f7009b0c
--- /dev/null
+++ b/checkpoint-360/adapter_config.json
@@ -0,0 +1,34 @@
+{
+ "alpha_pattern": {},
+ "auto_mapping": null,
+ "base_model_name_or_path": "haoranxu/ALMA-13B-Pretrain",
+ "bias": "none",
+ "fan_in_fan_out": false,
+ "inference_mode": true,
+ "init_lora_weights": true,
+ "layer_replication": null,
+ "layers_pattern": null,
+ "layers_to_transform": null,
+ "loftq_config": {},
+ "lora_alpha": 32,
+ "lora_dropout": 0.05,
+ "megatron_config": null,
+ "megatron_core": "megatron.core",
+ "modules_to_save": null,
+ "peft_type": "LORA",
+ "r": 16,
+ "rank_pattern": {},
+ "revision": null,
+ "target_modules": [
+ "down_proj",
+ "o_proj",
+ "v_proj",
+ "up_proj",
+ "gate_proj",
+ "k_proj",
+ "q_proj"
+ ],
+ "task_type": "CAUSAL_LM",
+ "use_dora": false,
+ "use_rslora": false
+}
\ No newline at end of file
diff --git a/checkpoint-360/adapter_model.safetensors b/checkpoint-360/adapter_model.safetensors
new file mode 100644
index 0000000000000000000000000000000000000000..38aefb3df587a298077a316216953b9a860352df
--- /dev/null
+++ b/checkpoint-360/adapter_model.safetensors
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:af12acb60dceb064b7b411d5ee3b72a0ff92f98eff5c367633b688b12afac17b
+size 125248624
diff --git a/checkpoint-360/adapter_model/README.md b/checkpoint-360/adapter_model/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..2bf40f4ec8fe7bb4813b1d72636652ca158178f3
--- /dev/null
+++ b/checkpoint-360/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-360/adapter_model/adapter_config.json b/checkpoint-360/adapter_model/adapter_config.json
new file mode 100644
index 0000000000000000000000000000000000000000..b5210c5536af5a5e4af874442ada3c8b8e5f9e47
--- /dev/null
+++ b/checkpoint-360/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": [
+ "k_proj",
+ "gate_proj",
+ "down_proj",
+ "o_proj",
+ "q_proj",
+ "up_proj",
+ "v_proj"
+ ],
+ "task_type": "CAUSAL_LM",
+ "use_dora": false,
+ "use_rslora": false
+}
\ No newline at end of file
diff --git a/checkpoint-360/adapter_model/adapter_model.safetensors b/checkpoint-360/adapter_model/adapter_model.safetensors
new file mode 100644
index 0000000000000000000000000000000000000000..38aefb3df587a298077a316216953b9a860352df
--- /dev/null
+++ b/checkpoint-360/adapter_model/adapter_model.safetensors
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:af12acb60dceb064b7b411d5ee3b72a0ff92f98eff5c367633b688b12afac17b
+size 125248624
diff --git a/checkpoint-360/global_step360/mp_rank_00_model_states.pt b/checkpoint-360/global_step360/mp_rank_00_model_states.pt
new file mode 100644
index 0000000000000000000000000000000000000000..9adf4fd63aeb0beb13354d8a6022ddc737c8e5cb
--- /dev/null
+++ b/checkpoint-360/global_step360/mp_rank_00_model_states.pt
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5a3853752b0da7a30da391e20ea3a09f7c69f890ca1593e4eeaeb43bbb8e0e5e
+size 125607596
diff --git a/checkpoint-360/global_step360/zero_pp_rank_0_mp_rank_00_optim_states.pt b/checkpoint-360/global_step360/zero_pp_rank_0_mp_rank_00_optim_states.pt
new file mode 100644
index 0000000000000000000000000000000000000000..a12887946337a5a3738340ab7b17b79cc814ad52
--- /dev/null
+++ b/checkpoint-360/global_step360/zero_pp_rank_0_mp_rank_00_optim_states.pt
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:591b917b6527681560a356daa147c2b99e876264b3baa81ef9309321200739f7
+size 187779656
diff --git a/checkpoint-360/global_step360/zero_pp_rank_1_mp_rank_00_optim_states.pt b/checkpoint-360/global_step360/zero_pp_rank_1_mp_rank_00_optim_states.pt
new file mode 100644
index 0000000000000000000000000000000000000000..26152e83ff2f3a773c9c79651bda86a84e1cc39c
--- /dev/null
+++ b/checkpoint-360/global_step360/zero_pp_rank_1_mp_rank_00_optim_states.pt
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e0da08b6192efecdc9fb1a869fc2d1f811db7bf75f207d6381d8a53505dc506b
+size 187779784
diff --git a/checkpoint-360/global_step360/zero_pp_rank_2_mp_rank_00_optim_states.pt b/checkpoint-360/global_step360/zero_pp_rank_2_mp_rank_00_optim_states.pt
new file mode 100644
index 0000000000000000000000000000000000000000..65c636f8e5c336338a2cb9cbdcf8fc97ab96a5f4
--- /dev/null
+++ b/checkpoint-360/global_step360/zero_pp_rank_2_mp_rank_00_optim_states.pt
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f46c8e6e0f73820eb98a96b8ab5a277e88d97175caca5a9b777b4e42e4837a26
+size 187779784
diff --git a/checkpoint-360/global_step360/zero_pp_rank_3_mp_rank_00_optim_states.pt b/checkpoint-360/global_step360/zero_pp_rank_3_mp_rank_00_optim_states.pt
new file mode 100644
index 0000000000000000000000000000000000000000..e878cb36cee387e6808bb9db28dfa9af14df5820
--- /dev/null
+++ b/checkpoint-360/global_step360/zero_pp_rank_3_mp_rank_00_optim_states.pt
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:356c4bd42e618ea0cd52e761325b90c3ef84a59282dadf7c04f42c6935870a0d
+size 187779784
diff --git a/checkpoint-360/latest b/checkpoint-360/latest
new file mode 100644
index 0000000000000000000000000000000000000000..d5218e2cb542fcc2b4f0db115238711239960c7a
--- /dev/null
+++ b/checkpoint-360/latest
@@ -0,0 +1 @@
+global_step360
\ No newline at end of file
diff --git a/checkpoint-360/rng_state_0.pth b/checkpoint-360/rng_state_0.pth
new file mode 100644
index 0000000000000000000000000000000000000000..34ad11fce25cb91a99c7cc83291857101e9e0af3
--- /dev/null
+++ b/checkpoint-360/rng_state_0.pth
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ab36b663fd022a2f4810b86cbb117149228bd4ec1fd046f993568f7628e1493f
+size 15024
diff --git a/checkpoint-360/rng_state_1.pth b/checkpoint-360/rng_state_1.pth
new file mode 100644
index 0000000000000000000000000000000000000000..42e56aa67bcda5d8485707e029440a3411d0a1a9
--- /dev/null
+++ b/checkpoint-360/rng_state_1.pth
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fd30de6231a83d8972328f59961606d96fdde4af16d88eada3074c023d209a0a
+size 15024
diff --git a/checkpoint-360/rng_state_2.pth b/checkpoint-360/rng_state_2.pth
new file mode 100644
index 0000000000000000000000000000000000000000..ce70038e305a39aaf077b5ceb90a0dc33ea48897
--- /dev/null
+++ b/checkpoint-360/rng_state_2.pth
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:308dd2fd58a3f6596434489a06fc6a060fceae2c0aab432bf5fc83b386ca4444
+size 15024
diff --git a/checkpoint-360/rng_state_3.pth b/checkpoint-360/rng_state_3.pth
new file mode 100644
index 0000000000000000000000000000000000000000..5d3499482846374c6a219cafcadbc680aa3cf926
--- /dev/null
+++ b/checkpoint-360/rng_state_3.pth
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:27d63c4a023de694840730314f911014f390eab29dc146b1d0bf7a0db60b49e1
+size 15024
diff --git a/checkpoint-360/scheduler.pt b/checkpoint-360/scheduler.pt
new file mode 100644
index 0000000000000000000000000000000000000000..563e86451914ebc5025d6a21af20c7466e7d68fa
--- /dev/null
+++ b/checkpoint-360/scheduler.pt
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:dd3a22e5b6fe38a421e39dcdf84d2e506dcf979fb86e1e923239b7c98f96abe6
+size 1064
diff --git a/checkpoint-360/special_tokens_map.json b/checkpoint-360/special_tokens_map.json
new file mode 100644
index 0000000000000000000000000000000000000000..8bedc05a6476080d7f473a9da72394f2cee48340
--- /dev/null
+++ b/checkpoint-360/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-360/tokenizer.json b/checkpoint-360/tokenizer.json
new file mode 100644
index 0000000000000000000000000000000000000000..9d45deca9edc80300989ca717b2f5673b0e0976f
--- /dev/null
+++ b/checkpoint-360/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,
+ "": 829,
+ "▁Re": 830,
+ "▁es": 831,
+ "▁inst": 832,
+ "bo": 833,
+ "az": 834,
+ "▁###": 835,
+ "▁б": 836,
+ "erm": 837,
+ "▁Al": 838,
+ "led": 839,
+ "да": 840,
+ "ten": 841,
+ "set": 842,
+ "ло": 843,
+ "▁comm": 844,
+ "sh": 845,
+ "ва": 846,
+ "▁/": 847,
+ "▁data": 848,
+ "▁//": 849,
+ "](": 850,
+ "▁str": 851,
+ "ose": 852,
+ "▁Un": 853,
+ "ven": 854,
+ "St": 855,
+ "...": 856,
+ "▁С": 857,
+ "yst": 858,
+ "▁«": 859,
+ "ick": 860,
+ "ix": 861,
+ "par": 862,
+ "▁у": 863,
+ "▁want": 864,
+ "ng": 865,
+ "ote": 866,
+ "▁gr": 867,
+ "▁du": 868,
+ "▁.": 869,
+ "und": 870,
+ "▁only": 871,
+ "▁sa": 872,
+ "ely": 873,
+ "vers": 874,
+ "▁ent": 875,
+ "))": 876,
+ "('": 877,
+ "▁mod": 878,
+ "ava": 879,
+ "ton": 880,
+ "▁should": 881,
+ "ement": 882,
+ "▁form": 883,
+ "▁also": 884,
+ "▁sc": 885,
+ "ings": 886,
+ "▁You": 887,
+ "ón": 888,
+ "▁kn": 889,
+ "();": 890,
+ "▁|": 891,
+ "▁were": 892,
+ "ss": 893,
+ "▁Question": 894,
+ "ise": 895,
+ "▁they": 896,
+ "▁De": 897,
+ "ond": 898,
+ "▁sol": 899,
+ "▁fol": 900,
+ "▁more": 901,
+ "▁her": 902,
+ "▁_": 903,
+ "▁é": 904,
+ "atch": 905,
+ "fter": 906,
+ "▁cre": 907,
+ "lock": 908,
+ "tring": 909,
+ "▁This": 910,
+ "ze": 911,
+ "ado": 912,
+ "ull": 913,
+ "ger": 914,
+ "be": 915,
+ "▁other": 916,
+ "▁Tags": 917,
+ "ution": 918,
+ "ict": 919,
+ "▁how": 920,
+ "▁x": 921,
+ "▁Se": 922,
+ "▁che": 923,
+ "cript": 924,
+ "▁just": 925,
+ "▁pos": 926,
+ "ange": 927,
+ "ific": 928,
+ "ree": 929,
+ "}}": 930,
+ "▁time": 931,
+ "app": 932,
+ "ны": 933,
+ "▁file": 934,
+ "ark": 935,
+ "ical": 936,
+ "▁first": 937,
+ "▁int": 938,
+ "▁В": 939,
+ "▁He": 940,
+ "ta": 941,
+ "ument": 942,
+ "ors": 943,
+ "lement": 944,
+ "rac": 945,
+ "▁ag": 946,
+ "▁does": 947,
+ "yn": 948,
+ "read": 949,
+ "ual": 950,
+ "▁Le": 951,
+ "ys": 952,
+ "▁em": 953,
+ "▁num": 954,
+ "vel": 955,
+ "ди": 956,
+ "over": 957,
+ "▁dif": 958,
+ "ethod": 959,
+ "▁If": 960,
+ "▁spe": 961,
+ "ym": 962,
+ "▁them": 963,
+ "▁into": 964,
+ "▁▁▁▁▁▁▁▁▁▁": 965,
+ "▁les": 966,
+ "▁its": 967,
+ "ese": 968,
+ "ield": 969,
+ "▁public": 970,
+ "▁П": 971,
+ "▁den": 972,
+ "ystem": 973,
+ "of": 974,
+ "▁over": 975,
+ "->": 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,
+ "▁": 1533,
+ "ayout": 1534,
+ "ature": 1535,
+ "ivers": 1536,
+ "zy": 1537,
+ "▁не": 1538,
+ "▁met": 1539,
+ "une": 1540,
+ "yth": 1541,
+ "Type": 1542,
+ "▁element": 1543,
+ "▁link": 1544,
+ "mod": 1545,
+ "▁between": 1546,
+ "cept": 1547,
+ "quire": 1548,
+ "▁through": 1549,
+ "▁while": 1550,
+ "▁On": 1551,
+ "the": 1552,
+ "ía": 1553,
+ "▁something": 1554,
+ "vol": 1555,
+ "▁most": 1556,
+ "sc": 1557,
+ "uss": 1558,
+ "▁car": 1559,
+ "▁sm": 1560,
+ "▁ро": 1561,
+ "ano": 1562,
+ "left": 1563,
+ "va": 1564,
+ "▁true": 1565,
+ "($": 1566,
+ "ems": 1567,
+ "▁much": 1568,
+ "ás": 1569,
+ "▁New": 1570,
+ "▁proper": 1571,
+ "era": 1572,
+ "ited": 1573,
+ "▁doc": 1574,
+ "ices": 1575,
+ "The": 1576,
+ "▁?": 1577,
+ "сто": 1578,
+ "fl": 1579,
+ "▁spec": 1580,
+ "ender": 1581,
+ "way": 1582,
+ "▁self": 1583,
+ "▁even": 1584,
+ "ів": 1585,
+ "▁се": 1586,
+ "ния": 1587,
+ "▁Pr": 1588,
+ "▁ke": 1589,
+ "emb": 1590,
+ "▁table": 1591,
+ "▁equ": 1592,
+ "lient": 1593,
+ "td": 1594,
+ "part": 1595,
+ "▁print": 1596,
+ "▁une": 1597,
+ "ify": 1598,
+ "▁->": 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,
+ ">": 2565,
+ "▁database": 2566,
+ "▁Now": 2567,
+ "Ind": 2568,
+ "▁мо": 2569,
+ "cht": 2570,
+ "ban": 2571,
+ "ram": 2572,
+ "equation": 2573,
+ "ski": 2574,
+ "ief": 2575,
+ "lim": 2576,
+ "Get": 2577,
+ "▁tre": 2578,
+ "aten": 2579,
+ "bed": 2580,
+ "▁Je": 2581,
+ "▁results": 2582,
+ "лю": 2583,
+ "тель": 2584,
+ "db": 2585,
+ "▁bit": 2586,
+ "body": 2587,
+ "Array": 2588,
+ "mu": 2589,
+ "pression": 2590,
+ "▁ста": 2591,
+ "ony": 2592,
+ "iff": 2593,
+ "▁bar": 2594,
+ "▁Arch": 2595,
+ "bers": 2596,
+ "){": 2597,
+ "▁Mon": 2598,
+ "▁doing": 2599,
+ "▁prof": 2600,
+ "▁install": 2601,
+ "▁position": 2602,
+ "ema": 2603,
+ "▁});": 2604,
+ "Path": 2605,
+ "ali": 2606,
+ "▁&&": 2607,
+ "lev": 2608,
+ "▁cannot": 2609,
+ "▁May": 2610,
+ "inst": 2611,
+ "-\\": 2612,
+ "▁coun": 2613,
+ "▁ang": 2614,
+ "▁appear": 2615,
+ "cor": 2616,
+ "ció": 2617,
+ "ided": 2618,
+ "questions": 2619,
+ "atter": 2620,
+ "▁Pa": 2621,
+ "select": 2622,
+ "▁princi": 2623,
+ "Event": 2624,
+ "▁side": 2625,
+ "▁mem": 2626,
+ "▁Jan": 2627,
+ "ario": 2628,
+ "▁within": 2629,
+ "▁Val": 2630,
+ "odes": 2631,
+ "iddle": 2632,
+ "uration": 2633,
+ "bra": 2634,
+ "▁date": 2635,
+ "[]": 2636,
+ "▁entre": 2637,
+ "ili": 2638,
+ "Portail": 2639,
+ "docs": 2640,
+ "ской": 2641,
+ "Element": 2642,
+ "▁message": 2643,
+ "▁nach": 2644,
+ "▁during": 2645,
+ "▁gra": 2646,
+ "etwork": 2647,
+ "▁By": 2648,
+ "▁tell": 2649,
+ "ete": 2650,
+ "~\\": 2651,
+ "▁bis": 2652,
+ "▁pu": 2653,
+ "▁red": 2654,
+ "▁thing": 2655,
+ "▁sort": 2656,
+ "xim": 2657,
+ "ires": 2658,
+ "User": 2659,
+ "iod": 2660,
+ "▁Est": 2661,
+ "osed": 2662,
+ "oute": 2663,
+ "▁Les": 2664,
+ "▁sent": 2665,
+ "ribute": 2666,
+ "utes": 2667,
+ "istory": 2668,
+ "▁service": 2669,
+ "';": 2670,
+ "field": 2671,
+ "▁IN": 2672,
+ "ension": 2673,
+ "rel": 2674,
+ "▁going": 2675,
+ "web": 2676,
+ "Context": 2677,
+ "▁later": 2678,
+ "uk": 2679,
+ "layout": 2680,
+ "ona": 2681,
+ "át": 2682,
+ "----------------": 2683,
+ "▁exact": 2684,
+ "andom": 2685,
+ "▁sie": 2686,
+ "II": 2687,
+ "▁They": 2688,
+ "mente": 2689,
+ "ibli": 2690,
+ "▁fine": 2691,
+ "UT": 2692,
+ "▁develop": 2693,
+ "▁Ein": 2694,
+ "soft": 2695,
+ "off": 2696,
+ "Set": 2697,
+ "▁az": 2698,
+ "eters": 2699,
+ "ilder": 2700,
+ "ples": 2701,
+ "▁specific": 2702,
+ "▁om": 2703,
+ "error": 2704,
+ "ently": 2705,
+ "▁film": 2706,
+ "uck": 2707,
+ "ains": 2708,
+ "ación": 2709,
+ "ges": 2710,
+ "жа": 2711,
+ "▁things": 2712,
+ "Sh": 2713,
+ "▁thought": 2714,
+ "▁added": 2715,
+ "dep": 2716,
+ "ского": 2717,
+ "▁Li": 2718,
+ "ils": 2719,
+ "ync": 2720,
+ "▁то": 2721,
+ "ries": 2722,
+ "▁cu": 2723,
+ "chen": 2724,
+ "ION": 2725,
+ "▁Des": 2726,
+ "ultado": 2727,
+ "irt": 2728,
+ "▁based": 2729,
+ "▁mo": 2730,
+ "▁dest": 2731,
+ "png": 2732,
+ "reen": 2733,
+ "▁running": 2734,
+ "amma": 2735,
+ "oud": 2736,
+ "▁refer": 2737,
+ "ious": 2738,
+ "▁Jul": 2739,
+ "▁search": 2740,
+ "ald": 2741,
+ "ede": 2742,
+ "▁wrong": 2743,
+ "An": 2744,
+ "▁until": 2745,
+ "site": 2746,
+ "ayer": 2747,
+ "▁once": 2748,
+ "arr": 2749,
+ "▁against": 2750,
+ "====": 2751,
+ "▁source": 2752,
+ "arn": 2753,
+ "api": 2754,
+ "▁represent": 2755,
+ "▁aff": 2756,
+ "▁sein": 2757,
+ "▁allow": 2758,
+ "ormal": 2759,
+ "ended": 2760,
+ "▁control": 2761,
+ "mathbf": 2762,
+ "come": 2763,
+ "cur": 2764,
+ "endo": 2765,
+ "wa": 2766,
+ "▁update": 2767,
+ "▁inside": 2768,
+ "▁reason": 2769,
+ "omen": 2770,
+ "▁вы": 2771,
+ "De": 2772,
+ "▁је": 2773,
+ "sw": 2774,
+ "▁sever": 2775,
+ "Of": 2776,
+ "▁instance": 2777,
+ "▁mer": 2778,
+ "▁effect": 2779,
+ "color": 2780,
+ "ugust": 2781,
+ "ilt": 2782,
+ "des": 2783,
+ "itz": 2784,
+ "ulation": 2785,
+ "nie": 2786,
+ "▁World": 2787,
+ "▁similar": 2788,
+ "ymbol": 2789,
+ "hing": 2790,
+ "▁mark": 2791,
+ "State": 2792,
+ "▁content": 2793,
+ "▁means": 2794,
+ "amed": 2795,
+ "▁End": 2796,
+ "ND": 2797,
+ "count": 2798,
+ "▁Inst": 2799,
+ "perty": 2800,
+ "ctor": 2801,
+ "▁{\\": 2802,
+ "▁Let": 2803,
+ "▁!=": 2804,
+ "▁getting": 2805,
+ "uth": 2806,
+ "umber": 2807,
+ "▁Consultado": 2808,
+ "schaft": 2809,
+ "lete": 2810,
+ "▁Will": 2811,
+ "▁Em": 2812,
+ "head": 2813,
+ "▁leg": 2814,
+ "ном": 2815,
+ "Or": 2816,
+ "arm": 2817,
+ "pond": 2818,
+ "▁Christ": 2819,
+ "▁around": 2820,
+ "▁clear": 2821,
+ "▁href": 2822,
+ "▁See": 2823,
+ "').": 2824,
+ "▁created": 2825,
+ "▁button": 2826,
+ "ining": 2827,
+ "▁click": 2828,
+ "iam": 2829,
+ "plit": 2830,
+ "For": 2831,
+ "▁polit": 2832,
+ "▁seem": 2833,
+ "▁life": 2834,
+ "нов": 2835,
+ "▁intern": 2836,
+ "щи": 2837,
+ "sel": 2838,
+ "soci": 2839,
+ "▁stor": 2840,
+ "cle": 2841,
+ "earch": 2842,
+ "android": 2843,
+ "}^{": 2844,
+ "▁either": 2845,
+ "▁few": 2846,
+ "▁initial": 2847,
+ "length": 2848,
+ "ria": 2849,
+ "sql": 2850,
+ "wik": 2851,
+ "▁ét": 2852,
+ "uer": 2853,
+ "▁valid": 2854,
+ "And": 2855,
+ "include": 2856,
+ "ury": 2857,
+ "▁sus": 2858,
+ "ired": 2859,
+ "▁After": 2860,
+ "▁due": 2861,
+ "▁bei": 2862,
+ "ources": 2863,
+ "▁Nov": 2864,
+ "Act": 2865,
+ "▁Cont": 2866,
+ "▁break": 2867,
+ "ested": 2868,
+ "▁actually": 2869,
+ "else": 2870,
+ "tml": 2871,
+ "rer": 2872,
+ "ones": 2873,
+ "▁design": 2874,
+ "▁property": 2875,
+ "phi": 2876,
+ "ality": 2877,
+ "och": 2878,
+ "ists": 2879,
+ "▁·": 2880,
+ "udio": 2881,
+ "AB": 2882,
+ "ala": 2883,
+ "iones": 2884,
+ "фи": 2885,
+ "find": 2886,
+ "As": 2887,
+ "▁custom": 2888,
+ "▁ann": 2889,
+ "ES": 2890,
+ "OT": 2891,
+ "lambda": 2892,
+ "▁ident": 2893,
+ "▁organ": 2894,
+ "▁Cent": 2895,
+ "▁Char": 2896,
+ "▁os": 2897,
+ "▁hard": 2898,
+ "ров": 2899,
+ "▁/>": 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,
+ "\">": 5319,
+ "▁five": 5320,
+ "▁coll": 5321,
+ "▁Charles": 5322,
+ "Tra": 5323,
+ "▁suo": 5324,
+ "files": 5325,
+ "entes": 5326,
+ "response": 5327,
+ "How": 5328,
+ "▁Soci": 5329,
+ "▁ign": 5330,
+ "▁led": 5331,
+ "▁German": 5332,
+ "udo": 5333,
+ "▁Du": 5334,
+ "▁tim": 5335,
+ "ounter": 5336,
+ "▁attack": 5337,
+ "uri": 5338,
+ "▁ар": 5339,
+ "esse": 5340,
+ "ivil": 5341,
+ "▁Ju": 5342,
+ "▁vel": 5343,
+ "matrix": 5344,
+ "▁Mat": 5345,
+ "gio": 5346,
+ "▁Zeit": 5347,
+ "VER": 5348,
+ "has": 5349,
+ "Connection": 5350,
+ "▁ihr": 5351,
+ "▁attribute": 5352,
+ "▁discuss": 5353,
+ "▁domain": 5354,
+ "bind": 5355,
+ "▁Sec": 5356,
+ "rik": 5357,
+ "close": 5358,
+ "gin": 5359,
+ "▁love": 5360,
+ "anto": 5361,
+ "gent": 5362,
+ "aba": 5363,
+ "jango": 5364,
+ "bi": 5365,
+ "▁obser": 5366,
+ "itting": 5367,
+ "▁ру": 5368,
+ "}=": 5369,
+ "agen": 5370,
+ "BC": 5371,
+ "some": 5372,
+ "▁Bu": 5373,
+ "▁soci": 5374,
+ "▁individual": 5375,
+ "▁deal": 5376,
+ "▁outside": 5377,
+ "rio": 5378,
+ "Exec": 5379,
+ "andid": 5380,
+ "▁business": 5381,
+ "▁tempor": 5382,
+ "▁Tur": 5383,
+ "▁(!": 5384,
+ "riter": 5385,
+ "▁google": 5386,
+ "]:": 5387,
+ "itte": 5388,
+ "xi": 5389,
+ "▁Па": 5390,
+ "hol": 5391,
+ "нь": 5392,
+ "ring": 5393,
+ "▁sul": 5394,
+ "ности": 5395,
+ "_.": 5396,
+ "gar": 5397,
+ "Task": 5398,
+ "▁Check": 5399,
+ "▁modern": 5400,
+ "▁win": 5401,
+ "uster": 5402,
+ "han": 5403,
+ "formation": 5404,
+ "void": 5405,
+ "▁фи": 5406,
+ "▁useful": 5407,
+ "▁England": 5408,
+ "los": 5409,
+ "etime": 5410,
+ "eur": 5411,
+ "▁unique": 5412,
+ "▁как": 5413,
+ "ying": 5414,
+ "obj": 5415,
+ "uid": 5416,
+ "▁windows": 5417,
+ "▁distance": 5418,
+ "▁nombre": 5419,
+ "ія": 5420,
+ "ocus": 5421,
+ "ahn": 5422,
+ "ierte": 5423,
+ "▁dar": 5424,
+ "SI": 5425,
+ "long": 5426,
+ "asta": 5427,
+ "iven": 5428,
+ "▁told": 5429,
+ "▁Gru": 5430,
+ "foo": 5431,
+ "▁calling": 5432,
+ "iembre": 5433,
+ "▁future": 5434,
+ "près": 5435,
+ "leep": 5436,
+ "avigation": 5437,
+ "POST": 5438,
+ "▁described": 5439,
+ "▁noch": 5440,
+ "unit": 5441,
+ "allen": 5442,
+ "▁branch": 5443,
+ "fa": 5444,
+ "▁fill": 5445,
+ "▁obj": 5446,
+ "▁tree": 5447,
+ "▁wurden": 5448,
+ "▁Liter": 5449,
+ "rot": 5450,
+ "split": 5451,
+ "emein": 5452,
+ "module": 5453,
+ "CA": 5454,
+ "▁operator": 5455,
+ "▁wrote": 5456,
+ "▁Jack": 5457,
+ "ologie": 5458,
+ "▁Ant": 5459,
+ "тер": 5460,
+ "stream": 5461,
+ "▁Que": 5462,
+ "epsilon": 5463,
+ "non": 5464,
+ "stein": 5465,
+ "▁simpl": 5466,
+ "pub": 5467,
+ "▁July": 5468,
+ "▁nature": 5469,
+ "▁Database": 5470,
+ "ól": 5471,
+ "ним": 5472,
+ "▁VI": 5473,
+ "être": 5474,
+ "iles": 5475,
+ "▁wel": 5476,
+ "'),": 5477,
+ "▁mut": 5478,
+ "location": 5479,
+ "▁therefore": 5480,
+ "elli": 5481,
+ "▁І": 5482,
+ "né": 5483,
+ "▁ав": 5484,
+ "ledge": 5485,
+ "▁conver": 5486,
+ "ím": 5487,
+ "▁XV": 5488,
+ "vider": 5489,
+ "▁January": 5490,
+ "▁usually": 5491,
+ "▁released": 5492,
+ "▁Mi": 5493,
+ "Head": 5494,
+ "iller": 5495,
+ "▁jan": 5496,
+ "▁letter": 5497,
+ "produ": 5498,
+ "rd": 5499,
+ "▁Cam": 5500,
+ ",'": 5501,
+ "▁Ц": 5502,
+ "▁push": 5503,
+ "update": 5504,
+ "▁maybe": 5505,
+ "Http": 5506,
+ "@\"": 5507,
+ "мер": 5508,
+ "service": 5509,
+ "parse": 5510,
+ "▁dass": 5511,
+ "ên": 5512,
+ ")\"": 5513,
+ "more": 5514,
+ "/*": 5515,
+ "▁mas": 5516,
+ "▁likely": 5517,
+ "▁material": 5518,
+ "▁[[": 5519,
+ "▁longer": 5520,
+ "bal": 5521,
+ "▁Archiv": 5522,
+ "igt": 5523,
+ "▁egy": 5524,
+ "idge": 5525,
+ "igu": 5526,
+ "conf": 5527,
+ "▁inc": 5528,
+ "consulté": 5529,
+ "▁mai": 5530,
+ "Work": 5531,
+ "▁гра": 5532,
+ "▁October": 5533,
+ "▁global": 5534,
+ "▁sel": 5535,
+ "▁municip": 5536,
+ "▁viol": 5537,
+ "▁Does": 5538,
+ "▁\\[": 5539,
+ "ском": 5540,
+ "▁compos": 5541,
+ "бря": 5542,
+ "вя": 5543,
+ "▁respons": 5544,
+ "▁considered": 5545,
+ "▁Japan": 5546,
+ "pes": 5547,
+ "osto": 5548,
+ "▁milit": 5549,
+ "SP": 5550,
+ "сы": 5551,
+ "attr": 5552,
+ "cil": 5553,
+ "irectory": 5554,
+ "aving": 5555,
+ "▁Del": 5556,
+ "▁prevent": 5557,
+ "idade": 5558,
+ "git": 5559,
+ "iform": 5560,
+ "outer": 5561,
+ "inct": 5562,
+ "level": 5563,
+ "atever": 5564,
+ "▁repe": 5565,
+ "▁exc": 5566,
+ "дар": 5567,
+ "Style": 5568,
+ "▁Thomas": 5569,
+ "eline": 5570,
+ "▁ж": 5571,
+ "untime": 5572,
+ "▁larg": 5573,
+ "True": 5574,
+ ".*": 5575,
+ "creen": 5576,
+ "yles": 5577,
+ "▁transl": 5578,
+ "▁Со": 5579,
+ "ensions": 5580,
+ "äl": 5581,
+ "isse": 5582,
+ "▁volt": 5583,
+ "cially": 5584,
+ "nik": 5585,
+ ".]": 5586,
+ "▁Stadt": 5587,
+ "мы": 5588,
+ "fill": 5589,
+ "lov": 5590,
+ "▁\"/": 5591,
+ "Sp": 5592,
+ "▁Air": 5593,
+ "Call": 5594,
+ "▁nur": 5595,
+ "Check": 5596,
+ "ience": 5597,
+ "efined": 5598,
+ "▁вре": 5599,
+ "ło": 5600,
+ "dz": 5601,
+ "▁ор": 5602,
+ "iker": 5603,
+ "owa": 5604,
+ "ович": 5605,
+ "ré": 5606,
+ "OL": 5607,
+ "▁linear": 5608,
+ "▁export": 5609,
+ "ahr": 5610,
+ "icial": 5611,
+ "Rep": 5612,
+ "▁natural": 5613,
+ "▁cop": 5614,
+ "▁})": 5615,
+ "ções": 5616,
+ "zz": 5617,
+ "What": 5618,
+ "▁House": 5619,
+ "Ref": 5620,
+ "inger": 5621,
+ "▁taking": 5622,
+ "ně": 5623,
+ "▁Einz": 5624,
+ "▁dam": 5625,
+ "▁issues": 5626,
+ "Builder": 5627,
+ "edit": 5628,
+ "▁prz": 5629,
+ "password": 5630,
+ "Gener": 5631,
+ "rim": 5632,
+ "▁parts": 5633,
+ "---": 5634,
+ "iginal": 5635,
+ "▁Sci": 5636,
+ "▁mother": 5637,
+ "rea": 5638,
+ "▁container": 5639,
+ "дя": 5640,
+ "▁IP": 5641,
+ "▁none": 5642,
+ "▁followed": 5643,
+ "▁ple": 5644,
+ "▁measure": 5645,
+ "▁tout": 5646,
+ "Ext": 5647,
+ "▁TV": 5648,
+ "▁explain": 5649,
+ "▁paper": 5650,
+ "сті": 5651,
+ "ws": 5652,
+ "Wik": 5653,
+ "▁mm": 5654,
+ "▁Norm": 5655,
+ "▁Server": 5656,
+ "font": 5657,
+ "ecause": 5658,
+ "TR": 5659,
+ "▁би": 5660,
+ "La": 5661,
+ "▁ens": 5662,
+ "▁retr": 5663,
+ "▁Sil": 5664,
+ "▁sequence": 5665,
+ "arc": 5666,
+ "IV": 5667,
+ "zá": 5668,
+ "▁Android": 5669,
+ "▁Super": 5670,
+ "▁roz": 5671,
+ "ovie": 5672,
+ "Om": 5673,
+ "▁Well": 5674,
+ "make": 5675,
+ "orph": 5676,
+ "▁Jer": 5677,
+ "▁Ros": 5678,
+ "reference": 5679,
+ "▁features": 5680,
+ "▁Ger": 5681,
+ "▁Leg": 5682,
+ "▁late": 5683,
+ "▁additional": 5684,
+ "▁flo": 5685,
+ "▁его": 5686,
+ "▁algorithm": 5687,
+ "BA": 5688,
+ "kar": 5689,
+ "IP": 5690,
+ "]);": 5691,
+ "▁appears": 5692,
+ "yw": 5693,
+ "▁temp": 5694,
+ "▁aussi": 5695,
+ "method": 5696,
+ "▁pet": 5697,
+ "strap": 5698,
+ "arning": 5699,
+ "▁cut": 5700,
+ "▁Sa": 5701,
+ "▁track": 5702,
+ "▁employ": 5703,
+ "▁inde": 5704,
+ "rav": 5705,
+ "▁generate": 5706,
+ "bes": 5707,
+ "arts": 5708,
+ "Status": 5709,
+ "uge": 5710,
+ "alis": 5711,
+ "▁override": 5712,
+ "▁fi": 5713,
+ "▁lost": 5714,
+ "oted": 5715,
+ "▁room": 5716,
+ "▁calls": 5717,
+ "▁consist": 5718,
+ "рен": 5719,
+ "▁village": 5720,
+ "dist": 5721,
+ "▁techn": 5722,
+ "enza": 5723,
+ "▁роз": 5724,
+ "▁Catalog": 5725,
+ "▁becom": 5726,
+ "rows": 5727,
+ "▁Nel": 5728,
+ "comple": 5729,
+ "▁premi": 5730,
+ "▁rot": 5731,
+ "▁Weblinks": 5732,
+ "▁football": 5733,
+ "▁compar": 5734,
+ "▁live": 5735,
+ "ких": 5736,
+ "▁equival": 5737,
+ "cape": 5738,
+ "▁Gen": 5739,
+ "nder": 5740,
+ "▁Vis": 5741,
+ "▁behind": 5742,
+ "gers": 5743,
+ "voke": 5744,
+ "▁media": 5745,
+ "EX": 5746,
+ "that": 5747,
+ "▁sono": 5748,
+ "▁mysql": 5749,
+ "ev": 5750,
+ "▁rule": 5751,
+ "дов": 5752,
+ "acc": 5753,
+ "▁WHERE": 5754,
+ "ене": 5755,
+ "Grid": 5756,
+ "▁jul": 5757,
+ "▁mort": 5758,
+ "▁generated": 5759,
+ "encia": 5760,
+ "acter": 5761,
+ "clud": 5762,
+ "▁scen": 5763,
+ "▁closed": 5764,
+ "▁Michael": 5765,
+ "▁mount": 5766,
+ ")$,": 5767,
+ "▁drop": 5768,
+ "▁combin": 5769,
+ "tocol": 5770,
+ "▁goes": 5771,
+ "▁geb": 5772,
+ "MD": 5773,
+ "▁Anton": 5774,
+ "▁$(\"": 5775,
+ "Tem": 5776,
+ "▁ca": 5777,
+ "▁instru": 5778,
+ "eds": 5779,
+ "▁tool": 5780,
+ "mys": 5781,
+ "▁route": 5782,
+ "\"))": 5783,
+ "пре": 5784,
+ "▁float": 5785,
+ "▁services": 5786,
+ "▁чи": 5787,
+ "кі": 5788,
+ "embly": 5789,
+ "aker": 5790,
+ "▁Son": 5791,
+ "▁Math": 5792,
+ "asse": 5793,
+ "ously": 5794,
+ "lications": 5795,
+ "▁ru": 5796,
+ "▁що": 5797,
+ "▁Const": 5798,
+ "▁immedi": 5799,
+ "FO": 5800,
+ "oro": 5801,
+ "▁production": 5802,
+ "rei": 5803,
+ "▁jquery": 5804,
+ "annt": 5805,
+ "▁While": 5806,
+ "▁sn": 5807,
+ "▁годи": 5808,
+ "Format": 5809,
+ "▁star": 5810,
+ "▁Sen": 5811,
+ "▁ko": 5812,
+ "NAME": 5813,
+ "▁prés": 5814,
+ "cha": 5815,
+ "what": 5816,
+ "omin": 5817,
+ "endant": 5818,
+ "hy": 5819,
+ "▁observ": 5820,
+ "▁prefer": 5821,
+ "ун": 5822,
+ "▁constructor": 5823,
+ "bs": 5824,
+ "▁mac": 5825,
+ "▁Bre": 5826,
+ "▁Instit": 5827,
+ "▁story": 5828,
+ "▁symbol": 5829,
+ "eles": 5830,
+ "ße": 5831,
+ "asing": 5832,
+ "▁west": 5833,
+ "ians": 5834,
+ "▁master": 5835,
+ "ез": 5836,
+ "▁ways": 5837,
+ "bm": 5838,
+ "▁pick": 5839,
+ "▁depart": 5840,
+ "Back": 5841,
+ "enk": 5842,
+ "lipse": 5843,
+ "▁math": 5844,
+ "▁Francis": 5845,
+ "▁December": 5846,
+ "fs": 5847,
+ "rum": 5848,
+ "▁development": 5849,
+ "LT": 5850,
+ "ernel": 5851,
+ "▁True": 5852,
+ "▁More": 5853,
+ "rangle": 5854,
+ "▁conditions": 5855,
+ "Options": 5856,
+ "▁gli": 5857,
+ "▁operation": 5858,
+ "ék": 5859,
+ "acht": 5860,
+ "ights": 5861,
+ "▁mist": 5862,
+ "anda": 5863,
+ "▁energy": 5864,
+ "▁же": 5865,
+ "▁women": 5866,
+ "akt": 5867,
+ "▁CH": 5868,
+ "gebra": 5869,
+ "▁meet": 5870,
+ "iu": 5871,
+ "well": 5872,
+ "öl": 5873,
+ "▁government": 5874,
+ "▁Jos": 5875,
+ "ieg": 5876,
+ "▁syntax": 5877,
+ "fix": 5878,
+ "▁Pet": 5879,
+ "jquery": 5880,
+ "▁card": 5881,
+ "▁principal": 5882,
+ "▁dru": 5883,
+ "▁territ": 5884,
+ "▁пов": 5885,
+ "▁SS": 5886,
+ "рии": 5887,
+ "tres": 5888,
+ "agne": 5889,
+ "lying": 5890,
+ "tilde": 5891,
+ "bern": 5892,
+ "enter": 5893,
+ "Per": 5894,
+ "▁somet": 5895,
+ "Load": 5896,
+ "lice": 5897,
+ "▁sous": 5898,
+ "▁Louis": 5899,
+ "▁logic": 5900,
+ "▁Other": 5901,
+ "▁cir": 5902,
+ "év": 5903,
+ "chron": 5904,
+ "▁han": 5905,
+ "▁margin": 5906,
+ "Window": 5907,
+ "ères": 5908,
+ "nych": 5909,
+ "push": 5910,
+ "bolds": 5911,
+ "▁layout": 5912,
+ "▁[`": 5913,
+ "Char": 5914,
+ "▁Cap": 5915,
+ "boldsymbol": 5916,
+ "▁Roman": 5917,
+ "▁Max": 5918,
+ ":(": 5919,
+ "▁Code": 5920,
+ "ising": 5921,
+ "▁states": 5922,
+ "▁existing": 5923,
+ "support": 5924,
+ "▁research": 5925,
+ "licate": 5926,
+ "vari": 5927,
+ "▁bij": 5928,
+ "▁appe": 5929,
+ "▁happens": 5930,
+ "\\\"": 5931,
+ "▁concern": 5932,
+ "west": 5933,
+ "▁saying": 5934,
+ "pid": 5935,
+ "▁recogn": 5936,
+ "▁Het": 5937,
+ "Child": 5938,
+ "▁cs": 5939,
+ "\\,": 5940,
+ "▁clean": 5941,
+ "lections": 5942,
+ "access": 5943,
+ "ву": 5944,
+ "про": 5945,
+ "acity": 5946,
+ "▁Off": 5947,
+ "▁easily": 5948,
+ "èque": 5949,
+ "▁jako": 5950,
+ "▁iz": 5951,
+ "▁Ha": 5952,
+ "▁Det": 5953,
+ "▁forma": 5954,
+ "sche": 5955,
+ "swers": 5956,
+ "▁offer": 5957,
+ "quired": 5958,
+ "Users": 5959,
+ "▁subst": 5960,
+ ">(": 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,
+ "▁": 6319,
+ "▁educ": 6320,
+ "kl": 6321,
+ "ensis": 6322,
+ "▁OR": 6323,
+ "▁Hi": 6324,
+ "▁Cour": 6325,
+ "бы": 6326,
+ "cert": 6327,
+ "▁Ges": 6328,
+ "essor": 6329,
+ "Main": 6330,
+ "▁лю": 6331,
+ "cade": 6332,
+ "dot": 6333,
+ "augh": 6334,
+ "hib": 6335,
+ "▁automatically": 6336,
+ "▁spir": 6337,
+ "present": 6338,
+ "▁February": 6339,
+ "▁Elle": 6340,
+ "custom": 6341,
+ "▁proget": 6342,
+ "▁administr": 6343,
+ "AA": 6344,
+ "▁born": 6345,
+ "▁College": 6346,
+ "athol": 6347,
+ "`)": 6348,
+ "ierre": 6349,
+ "▁ran": 6350,
+ "▁profession": 6351,
+ "ogen": 6352,
+ "}_{\\": 6353,
+ "▁activity": 6354,
+ "▁scroll": 6355,
+ "▁prove": 6356,
+ "ibrary": 6357,
+ "eries": 6358,
+ "Read": 6359,
+ "year": 6360,
+ "▁lang": 6361,
+ "Det": 6362,
+ "▁knew": 6363,
+ "▁protected": 6364,
+ "▁wor": 6365,
+ "▁effic": 6366,
+ "▁rég": 6367,
+ "▁theory": 6368,
+ "▁published": 6369,
+ "real": 6370,
+ "▁Tour": 6371,
+ "▁durante": 6372,
+ "äs": 6373,
+ "▁positive": 6374,
+ "▁forward": 6375,
+ "▁Rel": 6376,
+ "{\"": 6377,
+ "park": 6378,
+ "▁Um": 6379,
+ "▁eer": 6380,
+ "enta": 6381,
+ "▁imag": 6382,
+ "ної": 6383,
+ "piel": 6384,
+ "▁jQuery": 6385,
+ "isme": 6386,
+ "chni": 6387,
+ "organ": 6388,
+ "▁args": 6389,
+ "oir": 6390,
+ "heim": 6391,
+ "rian": 6392,
+ "eless": 6393,
+ "uses": 6394,
+ "дин": 6395,
+ "ición": 6396,
+ "▁indust": 6397,
+ "▁wish": 6398,
+ "ány": 6399,
+ "oca": 6400,
+ "▁angular": 6401,
+ "ieved": 6402,
+ "▁occur": 6403,
+ "SELECT": 6404,
+ "onia": 6405,
+ "admin": 6406,
+ "▁Best": 6407,
+ "▁это": 6408,
+ "огра": 6409,
+ "▁loss": 6410,
+ "▁bal": 6411,
+ "▁Рос": 6412,
+ "▁career": 6413,
+ "▁пе": 6414,
+ "IX": 6415,
+ "▁fall": 6416,
+ "▁Rob": 6417,
+ "▁OP": 6418,
+ "ened": 6419,
+ "graphics": 6420,
+ "▁coming": 6421,
+ "Update": 6422,
+ "▁died": 6423,
+ "eden": 6424,
+ "▁abs": 6425,
+ "▁inner": 6426,
+ "▁trav": 6427,
+ "стоя": 6428,
+ "zą": 6429,
+ "ép": 6430,
+ "▁Group": 6431,
+ "▁cel": 6432,
+ "▁stuff": 6433,
+ "▁situation": 6434,
+ "▁${": 6435,
+ "acle": 6436,
+ "▁purpose": 6437,
+ "▁Fire": 6438,
+ "▁Oh": 6439,
+ "▁Second": 6440,
+ "▁upload": 6441,
+ "ostał": 6442,
+ "ющи": 6443,
+ "Auth": 6444,
+ "▁showing": 6445,
+ "▁completely": 6446,
+ "avel": 6447,
+ "bd": 6448,
+ "▁proced": 6449,
+ "▁Ö": 6450,
+ "control": 6451,
+ "▁thank": 6452,
+ "undred": 6453,
+ "▁tom": 6454,
+ "▁examples": 6455,
+ "▁remember": 6456,
+ "▁рабо": 6457,
+ "▁possib": 6458,
+ "▁detect": 6459,
+ "▁poor": 6460,
+ "▁Op": 6461,
+ "▁century": 6462,
+ "utter": 6463,
+ "▁login": 6464,
+ "unst": 6465,
+ "Output": 6466,
+ "▁otherwise": 6467,
+ "lan": 6468,
+ "тур": 6469,
+ "▁сов": 6470,
+ "▁groups": 6471,
+ "rip": 6472,
+ "▁shell": 6473,
+ "▁district": 6474,
+ "▁records": 6475,
+ "▁siè": 6476,
+ "fortun": 6477,
+ "enty": 6478,
+ "▁Tre": 6479,
+ "▁changing": 6480,
+ "след": 6481,
+ "aught": 6482,
+ "▁deep": 6483,
+ "subset": 6484,
+ "agy": 6485,
+ "endar": 6486,
+ "jax": 6487,
+ "OM": 6488,
+ "El": 6489,
+ "imate": 6490,
+ "ardo": 6491,
+ "▁plot": 6492,
+ "▁visit": 6493,
+ "▁bug": 6494,
+ "▁все": 6495,
+ "▁opened": 6496,
+ "▁repla": 6497,
+ "▁Henry": 6498,
+ "▁pp": 6499,
+ "bas": 6500,
+ "▁dark": 6501,
+ "▁Martin": 6502,
+ "▁resource": 6503,
+ "iling": 6504,
+ "▁watch": 6505,
+ "replace": 6506,
+ "▁release": 6507,
+ "Location": 6508,
+ "▁learning": 6509,
+ "menu": 6510,
+ "▁allows": 6511,
+ "ър": 6512,
+ "Length": 6513,
+ "▁whatever": 6514,
+ "▁pages": 6515,
+ "▁compiler": 6516,
+ "▁также": 6517,
+ "▁Pan": 6518,
+ "command": 6519,
+ "▁road": 6520,
+ "▁unless": 6521,
+ "`?": 6522,
+ "▁discover": 6523,
+ "▁он": 6524,
+ "}]": 6525,
+ "bour": 6526,
+ "▁Could": 6527,
+ "▁regex": 6528,
+ "▁ps": 6529,
+ "CD": 6530,
+ "из": 6531,
+ "▁wife": 6532,
+ "amenti": 6533,
+ "▁fair": 6534,
+ "▁DB": 6535,
+ "▁Cup": 6536,
+ "enen": 6537,
+ "ajax": 6538,
+ "othèque": 6539,
+ "▁seiner": 6540,
+ "icker": 6541,
+ "ám": 6542,
+ "exchange": 6543,
+ "oles": 6544,
+ "IF": 6545,
+ "▁До": 6546,
+ "ohn": 6547,
+ "▁grow": 6548,
+ "▁Thus": 6549,
+ "spec": 6550,
+ "▁hatte": 6551,
+ "#,": 6552,
+ "allel": 6553,
+ "▁rate": 6554,
+ "▁central": 6555,
+ "▁Van": 6556,
+ "iforn": 6557,
+ "Run": 6558,
+ "▁study": 6559,
+ "▁XML": 6560,
+ "▁Che": 6561,
+ "▁beaut": 6562,
+ "mid": 6563,
+ "▁advance": 6564,
+ "Ver": 6565,
+ "тя": 6566,
+ "▁hands": 6567,
+ "▁lay": 6568,
+ "▁š": 6569,
+ "▁OS": 6570,
+ "▁{}": 6571,
+ "Pre": 6572,
+ "▁Hall": 6573,
+ "imp": 6574,
+ "▁sun": 6575,
+ "▁steps": 6576,
+ "▁jud": 6577,
+ "qui": 6578,
+ "▁boot": 6579,
+ "▁%>": 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,
+ "": 8169,
+ "▁Order": 8170,
+ "▁hop": 8171,
+ "random": 8172,
+ "cache": 8173,
+ "▁destroy": 8174,
+ "▁race": 8175,
+ "Tag": 8176,
+ "▁rid": 8177,
+ "▁negative": 8178,
+ "Car": 8179,
+ "ensional": 8180,
+ "dk": 8181,
+ "▁cro": 8182,
+ "▁THEN": 8183,
+ "▁$.": 8184,
+ "ensk": 8185,
+ "NE": 8186,
+ "HO": 8187,
+ "▁kle": 8188,
+ "ospital": 8189,
+ "kte": 8190,
+ "férences": 8191,
+ "udes": 8192,
+ "IR": 8193,
+ "otion": 8194,
+ "▁Real": 8195,
+ "▁Februar": 8196,
+ "ин": 8197,
+ "▁Old": 8198,
+ "кого": 8199,
+ "leich": 8200,
+ "▁р": 8201,
+ "ían": 8202,
+ "▁га": 8203,
+ "cide": 8204,
+ "lab": 8205,
+ "▁pull": 8206,
+ "▁'/": 8207,
+ "Long": 8208,
+ ",$": 8209,
+ "▁appropriate": 8210,
+ "▁была": 8211,
+ "führ": 8212,
+ "▁Media": 8213,
+ "▁manner": 8214,
+ "▁Ге": 8215,
+ "description": 8216,
+ "Bean": 8217,
+ "▁Lar": 8218,
+ "'];": 8219,
+ "▁relation": 8220,
+ "▁Sorry": 8221,
+ "har": 8222,
+ "cpp": 8223,
+ "▁Ko": 8224,
+ "▁execution": 8225,
+ "inos": 8226,
+ "▁bul": 8227,
+ "grade": 8228,
+ "▁Mu": 8229,
+ "▁pil": 8230,
+ "writ": 8231,
+ "ifications": 8232,
+ "inese": 8233,
+ "▁Phili": 8234,
+ "dx": 8235,
+ "▁leading": 8236,
+ "▁Journal": 8237,
+ "oved": 8238,
+ "▁contro": 8239,
+ "нова": 8240,
+ "Yes": 8241,
+ "▁channel": 8242,
+ ")),": 8243,
+ "isten": 8244,
+ "aka": 8245,
+ "ToString": 8246,
+ "mas": 8247,
+ "▁ett": 8248,
+ "▁forces": 8249,
+ "ulations": 8250,
+ "▁Call": 8251,
+ "▁explanation": 8252,
+ "oring": 8253,
+ "ATA": 8254,
+ "chter": 8255,
+ "when": 8256,
+ "VC": 8257,
+ "▁Jahrh": 8258,
+ "Case": 8259,
+ "▁commands": 8260,
+ "▁rich": 8261,
+ "bus": 8262,
+ "Fe": 8263,
+ "mbox": 8264,
+ "▁recon": 8265,
+ "ño": 8266,
+ "▁shape": 8267,
+ "owy": 8268,
+ "entry": 8269,
+ "itable": 8270,
+ "▁election": 8271,
+ "ється": 8272,
+ "▁prep": 8273,
+ "vá": 8274,
+ "▁infin": 8275,
+ "lot": 8276,
+ "▁books": 8277,
+ "▁USA": 8278,
+ "лин": 8279,
+ "▁pom": 8280,
+ "▁nas": 8281,
+ "▁tags": 8282,
+ "▁executed": 8283,
+ "aille": 8284,
+ "lung": 8285,
+ "▁JavaScript": 8286,
+ "▁ball": 8287,
+ "▁ainsi": 8288,
+ "▁Pri": 8289,
+ "{$": 8290,
+ "▁UN": 8291,
+ "▁Ram": 8292,
+ "▁hear": 8293,
+ "▁Ubuntu": 8294,
+ ">();": 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,
+ "}": 16040,
+ "flex": 16041,
+ "▁комп": 16042,
+ "onden": 16043,
+ "accept": 16044,
+ "▁miejsce": 16045,
+ "Hub": 16046,
+ "alleng": 16047,
+ "WN": 16048,
+ "▁implementing": 16049,
+ "▁лу": 16050,
+ "▁confusing": 16051,
+ "▁Install": 16052,
+ "▁rou": 16053,
+ "▁проек": 16054,
+ "Accessor": 16055,
+ "љашње": 16056,
+ "odio": 16057,
+ "▁applies": 16058,
+ "ющий": 16059,
+ "▁Mundial": 16060,
+ "État": 16061,
+ "ietnam": 16062,
+ "hum": 16063,
+ "▁сбор": 16064,
+ "ordinate": 16065,
+ "France": 16066,
+ "▁prend": 16067,
+ "eltemperaturen": 16068,
+ "▁trabaj": 16069,
+ "Axis": 16070,
+ "▁мно": 16071,
+ "primary": 16072,
+ "▁Seite": 16073,
+ "permission": 16074,
+ "▁orden": 16075,
+ "since": 16076,
+ "▁ic": 16077,
+ "▁Brazil": 16078,
+ "▁bare": 16079,
+ "▁Nar": 16080,
+ "▁Jur": 16081,
+ "▁freedom": 16082,
+ "▁medical": 16083,
+ "ischof": 16084,
+ "▁сп": 16085,
+ "ież": 16086,
+ "▁bootstrap": 16087,
+ "▁…": 16088,
+ "▁facil": 16089,
+ "cord": 16090,
+ "ване": 16091,
+ "▁Allen": 16092,
+ "avid": 16093,
+ "ingham": 16094,
+ "zas": 16095,
+ "▁inspect": 16096,
+ "itten": 16097,
+ "osti": 16098,
+ "uh": 16099,
+ "cé": 16100,
+ "▁#####": 16101,
+ "cius": 16102,
+ "omy": 16103,
+ "▁Seine": 16104,
+ "bres": 16105,
+ "▁genus": 16106,
+ "Other": 16107,
+ "▁Golden": 16108,
+ "mul": 16109,
+ "▁Спољашње": 16110,
+ "▁gennaio": 16111,
+ "▁carefully": 16112,
+ "aal": 16113,
+ "▁analyt": 16114,
+ "neur": 16115,
+ "▁stretch": 16116,
+ "▁Occ": 16117,
+ "olas": 16118,
+ "▁firebase": 16119,
+ "▁expecting": 16120,
+ "basic": 16121,
+ "condition": 16122,
+ "prov": 16123,
+ "▁Wasser": 16124,
+ "▁concaten": 16125,
+ "▁evil": 16126,
+ "▁coefficients": 16127,
+ "West": 16128,
+ "iry": 16129,
+ "phas": 16130,
+ "▁Jam": 16131,
+ "fois": 16132,
+ "▁consid": 16133,
+ "▁mainten": 16134,
+ "nim": 16135,
+ "esser": 16136,
+ "esz": 16137,
+ "unta": 16138,
+ "uest": 16139,
+ "▁credentials": 16140,
+ "_;": 16141,
+ "Dim": 16142,
+ "преде": 16143,
+ "▁Bü": 16144,
+ "built": 16145,
+ "▁Academ": 16146,
+ "▁audi": 16147,
+ "▁två": 16148,
+ "inand": 16149,
+ "▁Theater": 16150,
+ "▁genre": 16151,
+ "ços": 16152,
+ "gresql": 16153,
+ "▁weap": 16154,
+ "▁Rab": 16155,
+ "▁’": 16156,
+ "▁adult": 16157,
+ "▁dém": 16158,
+ "``": 16159,
+ "▁stabil": 16160,
+ "▁corresponds": 16161,
+ "▁Eastern": 16162,
+ "unnel": 16163,
+ "Worker": 16164,
+ "▁coh": 16165,
+ "лка": 16166,
+ "▁Massachusetts": 16167,
+ "pio": 16168,
+ "▁ports": 16169,
+ "agg": 16170,
+ "▁Debug": 16171,
+ "▁breath": 16172,
+ "MIN": 16173,
+ "Variable": 16174,
+ "batch": 16175,
+ "ссе": 16176,
+ "▁preg": 16177,
+ "▁roles": 16178,
+ "paste": 16179,
+ "▁referenced": 16180,
+ "adrat": 16181,
+ "чё": 16182,
+ "binom": 16183,
+ "▁defining": 16184,
+ "▁Budapest": 16185,
+ "▁дви": 16186,
+ "▁taught": 16187,
+ "▁hole": 16188,
+ "▁quella": 16189,
+ "Msg": 16190,
+ "aska": 16191,
+ "scan": 16192,
+ "▁propose": 16193,
+ "▁Биография": 16194,
+ "{{\\": 16195,
+ "textt": 16196,
+ "▁Alb": 16197,
+ "▁Sydney": 16198,
+ "▁backup": 16199,
+ "▁credit": 16200,
+ "▁францу": 16201,
+ "stats": 16202,
+ "\\\":": 16203,
+ "▁Пере": 16204,
+ "▁accordingly": 16205,
+ "▁Len": 16206,
+ "zna": 16207,
+ "▁Regional": 16208,
+ "▁изда": 16209,
+ "▁jú": 16210,
+ "histor": 16211,
+ "▁entities": 16212,
+ "Star": 16213,
+ "оне": 16214,
+ "']['": 16215,
+ "▁Nova": 16216,
+ "die": 16217,
+ "▁`'": 16218,
+ "▁obten": 16219,
+ "anst": 16220,
+ "▁Relig": 16221,
+ "▁trig": 16222,
+ "▁режи": 16223,
+ "▁Personal": 16224,
+ "▁tone": 16225,
+ "▁aid": 16226,
+ "Visual": 16227,
+ "Submit": 16228,
+ "▁moves": 16229,
+ "▁Bridge": 16230,
+ "▁Boy": 16231,
+ "▁accurate": 16232,
+ "osta": 16233,
+ "atto": 16234,
+ "▁defeated": 16235,
+ "▁datab": 16236,
+ "ginx": 16237,
+ "▁Liv": 16238,
+ "lywood": 16239,
+ "TW": 16240,
+ "rium": 16241,
+ "ipped": 16242,
+ "Fail": 16243,
+ "REQUEST": 16244,
+ "▁ignor": 16245,
+ "▁sitting": 16246,
+ "▁molto": 16247,
+ "▁endpoint": 16248,
+ "ución": 16249,
+ "▁collections": 16250,
+ "▁Ту": 16251,
+ "tembre": 16252,
+ "▁nécess": 16253,
+ "▁interact": 16254,
+ "▁otras": 16255,
+ "▁curr": 16256,
+ "▁tracks": 16257,
+ "▁família": 16258,
+ "▁numerical": 16259,
+ "legt": 16260,
+ "]/": 16261,
+ "▁Mario": 16262,
+ "▁tort": 16263,
+ "bg": 16264,
+ "ssl": 16265,
+ "texttt": 16266,
+ "▁spark": 16267,
+ "дии": 16268,
+ "▁probable": 16269,
+ "%%%%": 16270,
+ "phia": 16271,
+ "],[": 16272,
+ "▁boxes": 16273,
+ "▁academ": 16274,
+ "▁Slo": 16275,
+ "äude": 16276,
+ "▁witness": 16277,
+ "▁editing": 16278,
+ "лина": 16279,
+ "▁lookup": 16280,
+ "▁Buck": 16281,
+ "дня": 16282,
+ "▁jours": 16283,
+ "++){": 16284,
+ "▁indices": 16285,
+ "▁flight": 16286,
+ "▁computation": 16287,
+ "Plugin": 16288,
+ "▁realize": 16289,
+ "isset": 16290,
+ "▁derivative": 16291,
+ "linewidth": 16292,
+ "bund": 16293,
+ "▁thor": 16294,
+ "▁.=": 16295,
+ "▁sí": 16296,
+ "▁Click": 16297,
+ "▁Sebast": 16298,
+ ">'": 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,
+ ".": 21106,
+ "▁CS": 21107,
+ "uky": 21108,
+ "▁whilst": 21109,
+ "▁lingu": 21110,
+ "extract": 21111,
+ "zeichnung": 21112,
+ "▁Feld": 21113,
+ "▁valuable": 21114,
+ "urable": 21115,
+ "▁Jen": 21116,
+ "▁struggle": 21117,
+ "▁committee": 21118,
+ "▁Wohn": 21119,
+ "▁sqlite": 21120,
+ "▁Temp": 21121,
+ "▁COUNT": 21122,
+ "consin": 21123,
+ "міні": 21124,
+ "usage": 21125,
+ "▁quest": 21126,
+ "дян": 21127,
+ "eared": 21128,
+ "▁Schne": 21129,
+ "▁dod": 21130,
+ "▁recht": 21131,
+ "▁kao": 21132,
+ "Capt": 21133,
+ "labels": 21134,
+ "▁ellos": 21135,
+ "▁industri": 21136,
+ "▁Colorado": 21137,
+ "▁contrary": 21138,
+ "▁Dum": 21139,
+ "Bel": 21140,
+ "▁Vent": 21141,
+ "▁authorities": 21142,
+ "YES": 21143,
+ "ensed": 21144,
+ "umbnail": 21145,
+ "izzazione": 21146,
+ "kou": 21147,
+ "rica": 21148,
+ "▁sect": 21149,
+ "tests": 21150,
+ "▁Klein": 21151,
+ "▁legs": 21152,
+ "▁Pietro": 21153,
+ "fu": 21154,
+ "thy": 21155,
+ "▁bast": 21156,
+ "▁tedes": 21157,
+ "ettes": 21158,
+ "▁repet": 21159,
+ "acre": 21160,
+ "retto": 21161,
+ "▁remainder": 21162,
+ "▁Geg": 21163,
+ "▁Гор": 21164,
+ "▁Rechts": 21165,
+ "▁filtering": 21166,
+ "ouss": 21167,
+ "▁deployed": 21168,
+ "▁prüfe": 21169,
+ "▁bitmap": 21170,
+ "▁sovi": 21171,
+ "▁<%=": 21172,
+ "▁entferne": 21173,
+ "kill": 21174,
+ "tabs": 21175,
+ "Expr": 21176,
+ "кому": 21177,
+ "▁Republican": 21178,
+ "▁Size": 21179,
+ "▁poll": 21180,
+ "▁rien": 21181,
+ "▁клуб": 21182,
+ "énd": 21183,
+ "▁Bio": 21184,
+ "▁perl": 21185,
+ "▁Andreas": 21186,
+ "вин": 21187,
+ "▁distant": 21188,
+ "▁Finn": 21189,
+ "▁Mitch": 21190,
+ "▁%{": 21191,
+ "▁charm": 21192,
+ "▁Mul": 21193,
+ "perate": 21194,
+ "▁sciences": 21195,
+ "▁monot": 21196,
+ "▁debido": 21197,
+ "rizona": 21198,
+ "iec": 21199,
+ "▁alarm": 21200,
+ "▁promoted": 21201,
+ "▁letzten": 21202,
+ "atin": 21203,
+ "▁conclus": 21204,
+ "herr": 21205,
+ "▁éch": 21206,
+ "edish": 21207,
+ "gor": 21208,
+ "▁stycz": 21209,
+ "▁impress": 21210,
+ "ruits": 21211,
+ "ierungs": 21212,
+ "▁parsed": 21213,
+ "▁río": 21214,
+ "▁Pakistan": 21215,
+ "igner": 21216,
+ "▁watching": 21217,
+ "▁databases": 21218,
+ "eding": 21219,
+ "▁Specific": 21220,
+ "▁generale": 21221,
+ "lax": 21222,
+ "▁Looking": 21223,
+ "▁bond": 21224,
+ "▁vista": 21225,
+ "▁ec": 21226,
+ "▁grud": 21227,
+ "▁deleting": 21228,
+ "tac": 21229,
+ "▁jazz": 21230,
+ "jm": 21231,
+ "▁pół": 21232,
+ "Language": 21233,
+ "delegate": 21234,
+ "▁registry": 21235,
+ "▁Shared": 21236,
+ "строй": 21237,
+ "Music": 21238,
+ "▁vessel": 21239,
+ ".@": 21240,
+ "▁Wür": 21241,
+ "▁fed": 21242,
+ "▁eredet": 21243,
+ "▁Gö": 21244,
+ "upt": 21245,
+ "▁pleasant": 21246,
+ "▁tableView": 21247,
+ "▁counting": 21248,
+ "▁Kriegs": 21249,
+ "▁получил": 21250,
+ "▁],": 21251,
+ "виа": 21252,
+ "▁až": 21253,
+ "ToList": 21254,
+ "▁Advent": 21255,
+ "▁sketch": 21256,
+ "pn": 21257,
+ "▁sier": 21258,
+ "▁находится": 21259,
+ "iop": 21260,
+ "▁ly": 21261,
+ "▁Schl": 21262,
+ "Contract": 21263,
+ "associ": 21264,
+ "▁Pear": 21265,
+ "▁whe": 21266,
+ "▁Delete": 21267,
+ "▁elem": 21268,
+ "ätte": 21269,
+ "▁česk": 21270,
+ "▁MC": 21271,
+ "▁shout": 21272,
+ "akespe": 21273,
+ "▁defaults": 21274,
+ "penas": 21275,
+ "òria": 21276,
+ "▁hierarchy": 21277,
+ "ipt": 21278,
+ "▁Elis": 21279,
+ "likely": 21280,
+ "Rot": 21281,
+ "▁cow": 21282,
+ "▁strike": 21283,
+ "▁березня": 21284,
+ "▁ensemble": 21285,
+ "▁Pseud": 21286,
+ "Virtual": 21287,
+ "▁її": 21288,
+ "ROOT": 21289,
+ "сия": 21290,
+ "▁соб": 21291,
+ "▁invert": 21292,
+ "▁switching": 21293,
+ "htaccess": 21294,
+ "▁награ": 21295,
+ "▁Norman": 21296,
+ "▁inglês": 21297,
+ "![": 21298,
+ "ousel": 21299,
+ "DOCTYPE": 21300,
+ "▁suppress": 21301,
+ "▁accompanied": 21302,
+ "▁Bé": 21303,
+ "implies": 21304,
+ "nut": 21305,
+ "▁Syntax": 21306,
+ "inho": 21307,
+ "▁tam": 21308,
+ "▁focused": 21309,
+ "avano": 21310,
+ "▁Baden": 21311,
+ "had": 21312,
+ "▁({": 21313,
+ "Ty": 21314,
+ "▁рос": 21315,
+ "▁чолові": 21316,
+ "oge": 21317,
+ "jsp": 21318,
+ "Blue": 21319,
+ "▁suas": 21320,
+ "apers": 21321,
+ "Short": 21322,
+ "Renderer": 21323,
+ "▁sendo": 21324,
+ "▁Cec": 21325,
+ "▁`__": 21326,
+ "▁Municipal": 21327,
+ "dotnet": 21328,
+ "▁bev": 21329,
+ "▁DA": 21330,
+ "MenuItem": 21331,
+ "▁amp": 21332,
+ "▁uri": 21333,
+ "▁fier": 21334,
+ "слен": 21335,
+ "),(": 21336,
+ "cules": 21337,
+ "illas": 21338,
+ "LOCK": 21339,
+ "▁derive": 21340,
+ "uben": 21341,
+ "▁GT": 21342,
+ "▁Mack": 21343,
+ "▁scholar": 21344,
+ ")}}": 21345,
+ "зм": 21346,
+ ">::": 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,
+ "=\"": 25076,
+ "▁molt": 25077,
+ "▁skills": 25078,
+ "▁Cir": 25079,
+ "▁Después": 25080,
+ "▁lun": 25081,
+ "▁coron": 25082,
+ "▁Comics": 25083,
+ "стори": 25084,
+ "▁Items": 25085,
+ "▁Think": 25086,
+ "игра": 25087,
+ "▁grows": 25088,
+ "portal": 25089,
+ "▁nich": 25090,
+ "▁restrictions": 25091,
+ "▁Lau": 25092,
+ "шення": 25093,
+ "▁Sozial": 25094,
+ "▁кі": 25095,
+ "mana": 25096,
+ "▁lieutenant": 25097,
+ "Attr": 25098,
+ "umeric": 25099,
+ "▁drives": 25100,
+ "asis": 25101,
+ "бай": 25102,
+ "NL": 25103,
+ "Zygote": 25104,
+ "physics": 25105,
+ "▁internally": 25106,
+ "вается": 25107,
+ "Hidden": 25108,
+ "▁Дата": 25109,
+ "▁unsafe": 25110,
+ "▁Roc": 25111,
+ "▁instantiate": 25112,
+ "udni": 25113,
+ "▁Room": 25114,
+ "▁Пред": 25115,
+ "▁maja": 25116,
+ "achment": 25117,
+ "uuid": 25118,
+ "Projects": 25119,
+ "Gre": 25120,
+ "▁взя": 25121,
+ "▁Blood": 25122,
+ "icile": 25123,
+ "▁Nouvelle": 25124,
+ "Does": 25125,
+ "▁nieuwe": 25126,
+ "ále": 25127,
+ "angs": 25128,
+ "weak": 25129,
+ "▁aantal": 25130,
+ "▁Ев": 25131,
+ "▁Dresden": 25132,
+ "▁Lost": 25133,
+ "ката": 25134,
+ "▁involve": 25135,
+ "▁declaring": 25136,
+ "▁Political": 25137,
+ "érez": 25138,
+ "kop": 25139,
+ "notify": 25140,
+ "▁Curt": 25141,
+ "▁schließlich": 25142,
+ "ghan": 25143,
+ "цена": 25144,
+ "▁kwiet": 25145,
+ "ügel": 25146,
+ "▁Sob": 25147,
+ "▁substr": 25148,
+ "▁ellen": 25149,
+ "ionario": 25150,
+ "enson": 25151,
+ "WIN": 25152,
+ "спорт": 25153,
+ "emer": 25154,
+ "nome": 25155,
+ "▁smiled": 25156,
+ "▁Schmidt": 25157,
+ "▁smoke": 25158,
+ "▁Token": 25159,
+ "▁vague": 25160,
+ "▁provision": 25161,
+ "yaml": 25162,
+ "нитель": 25163,
+ "onial": 25164,
+ "époque": 25165,
+ "▁NC": 25166,
+ "▁NFL": 25167,
+ "teck": 25168,
+ "▁allo": 25169,
+ "▁précéd": 25170,
+ "central": 25171,
+ "▁majd": 25172,
+ "▁chrom": 25173,
+ "▁Zum": 25174,
+ "verso": 25175,
+ "▁verschiedenen": 25176,
+ "▁старо": 25177,
+ "▁quelle": 25178,
+ "▁rép": 25179,
+ "ROW": 25180,
+ "▁ihnen": 25181,
+ "▁sensible": 25182,
+ "|$": 25183,
+ "▁schw": 25184,
+ "▁BR": 25185,
+ "▁Options": 25186,
+ "▁tens": 25187,
+ "▁conquist": 25188,
+ "▁ließ": 25189,
+ "ovis": 25190,
+ "▁міста": 25191,
+ "▁ela": 25192,
+ "rifice": 25193,
+ "▁lok": 25194,
+ "▁Queensland": 25195,
+ "Binary": 25196,
+ "▁Rahmen": 25197,
+ "▁abol": 25198,
+ "▁část": 25199,
+ "▁Edinburgh": 25200,
+ "inde": 25201,
+ "▁calculating": 25202,
+ "▁Oregon": 25203,
+ "▁legit": 25204,
+ "▁Nachdem": 25205,
+ "athon": 25206,
+ "Private": 25207,
+ "illaume": 25208,
+ "▁observable": 25209,
+ "leans": 25210,
+ "▁remarked": 25211,
+ "▁halt": 25212,
+ "ницы": 25213,
+ "▁stamp": 25214,
+ "▁Adv": 25215,
+ "Louis": 25216,
+ "imming": 25217,
+ "gruppe": 25218,
+ "▁Policy": 25219,
+ "▁vrij": 25220,
+ "ftrag": 25221,
+ "▁offices": 25222,
+ "▁participated": 25223,
+ "▁escol": 25224,
+ "▁\"": 25225,
+ "▁nombreuses": 25226,
+ "▁divid": 25227,
+ "▁advis": 25228,
+ "лтати": 25229,
+ "▁==>": 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"
+ ],
+ [
+ "▁<",
+ "/"
+ ],
+ [
+ "▁",
+ ""
+ ],
+ [
+ "ay",
+ "out"
+ ],
+ [
+ "atur",
+ "e"
+ ],
+ [
+ "atu",
+ "re"
+ ],
+ [
+ "at",
+ "ure"
+ ],
+ [
+ "iver",
+ "s"
+ ],
+ [
+ "ive",
+ "rs"
+ ],
+ [
+ "iv",
+ "ers"
+ ],
+ [
+ "i",
+ "vers"
+ ],
+ [
+ "z",
+ "y"
+ ],
+ [
+ "▁н",
+ "е"
+ ],
+ [
+ "▁",
+ "не"
+ ],
+ [
+ "▁me",
+ "t"
+ ],
+ [
+ "▁m",
+ "et"
+ ],
+ [
+ "▁",
+ "met"
+ ],
+ [
+ "un",
+ "e"
+ ],
+ [
+ "u",
+ "ne"
+ ],
+ [
+ "yt",
+ "h"
+ ],
+ [
+ "y",
+ "th"
+ ],
+ [
+ "Typ",
+ "e"
+ ],
+ [
+ "Ty",
+ "pe"
+ ],
+ [
+ "T",
+ "ype"
+ ],
+ [
+ "▁elem",
+ "ent"
+ ],
+ [
+ "▁ele",
+ "ment"
+ ],
+ [
+ "▁el",
+ "ement"
+ ],
+ [
+ "▁e",
+ "lement"
+ ],
+ [
+ "▁",
+ "element"
+ ],
+ [
+ "▁lin",
+ "k"
+ ],
+ [
+ "▁l",
+ "ink"
+ ],
+ [
+ "▁",
+ "link"
+ ],
+ [
+ "mo",
+ "d"
+ ],
+ [
+ "m",
+ "od"
+ ],
+ [
+ "▁bet",
+ "ween"
+ ],
+ [
+ "▁",
+ "between"
+ ],
+ [
+ "cep",
+ "t"
+ ],
+ [
+ "ce",
+ "pt"
+ ],
+ [
+ "qui",
+ "re"
+ ],
+ [
+ "qu",
+ "ire"
+ ],
+ [
+ "▁thro",
+ "ugh"
+ ],
+ [
+ "▁thr",
+ "ough"
+ ],
+ [
+ "▁th",
+ "rough"
+ ],
+ [
+ "▁",
+ "through"
+ ],
+ [
+ "▁wh",
+ "ile"
+ ],
+ [
+ "▁",
+ "while"
+ ],
+ [
+ "▁O",
+ "n"
+ ],
+ [
+ "▁",
+ "On"
+ ],
+ [
+ "th",
+ "e"
+ ],
+ [
+ "t",
+ "he"
+ ],
+ [
+ "í",
+ "a"
+ ],
+ [
+ "▁somet",
+ "hing"
+ ],
+ [
+ "▁some",
+ "thing"
+ ],
+ [
+ "▁som",
+ "ething"
+ ],
+ [
+ "▁s",
+ "omething"
+ ],
+ [
+ "▁",
+ "something"
+ ],
+ [
+ "vo",
+ "l"
+ ],
+ [
+ "v",
+ "ol"
+ ],
+ [
+ "▁mos",
+ "t"
+ ],
+ [
+ "▁mo",
+ "st"
+ ],
+ [
+ "▁m",
+ "ost"
+ ],
+ [
+ "▁",
+ "most"
+ ],
+ [
+ "s",
+ "c"
+ ],
+ [
+ "us",
+ "s"
+ ],
+ [
+ "u",
+ "ss"
+ ],
+ [
+ "▁ca",
+ "r"
+ ],
+ [
+ "▁c",
+ "ar"
+ ],
+ [
+ "▁",
+ "car"
+ ],
+ [
+ "▁s",
+ "m"
+ ],
+ [
+ "▁",
+ "sm"
+ ],
+ [
+ "▁р",
+ "о"
+ ],
+ [
+ "▁",
+ "ро"
+ ],
+ [
+ "an",
+ "o"
+ ],
+ [
+ "a",
+ "no"
+ ],
+ [
+ "lef",
+ "t"
+ ],
+ [
+ "le",
+ "ft"
+ ],
+ [
+ "l",
+ "eft"
+ ],
+ [
+ "v",
+ "a"
+ ],
+ [
+ "▁tr",
+ "ue"
+ ],
+ [
+ "▁",
+ "true"
+ ],
+ [
+ "(",
+ "$"
+ ],
+ [
+ "em",
+ "s"
+ ],
+ [
+ "e",
+ "ms"
+ ],
+ [
+ "▁mu",
+ "ch"
+ ],
+ [
+ "▁m",
+ "uch"
+ ],
+ [
+ "á",
+ "s"
+ ],
+ [
+ "▁Ne",
+ "w"
+ ],
+ [
+ "▁N",
+ "ew"
+ ],
+ [
+ "▁",
+ "New"
+ ],
+ [
+ "▁prop",
+ "er"
+ ],
+ [
+ "▁pro",
+ "per"
+ ],
+ [
+ "▁pr",
+ "oper"
+ ],
+ [
+ "er",
+ "a"
+ ],
+ [
+ "e",
+ "ra"
+ ],
+ [
+ "ite",
+ "d"
+ ],
+ [
+ "it",
+ "ed"
+ ],
+ [
+ "i",
+ "ted"
+ ],
+ [
+ "▁do",
+ "c"
+ ],
+ [
+ "▁d",
+ "oc"
+ ],
+ [
+ "▁",
+ "doc"
+ ],
+ [
+ "ice",
+ "s"
+ ],
+ [
+ "ic",
+ "es"
+ ],
+ [
+ "i",
+ "ces"
+ ],
+ [
+ "Th",
+ "e"
+ ],
+ [
+ "T",
+ "he"
+ ],
+ [
+ "▁",
+ "?"
+ ],
+ [
+ "ст",
+ "о"
+ ],
+ [
+ "с",
+ "то"
+ ],
+ [
+ "f",
+ "l"
+ ],
+ [
+ "▁spe",
+ "c"
+ ],
+ [
+ "▁sp",
+ "ec"
+ ],
+ [
+ "▁s",
+ "pec"
+ ],
+ [
+ "▁",
+ "spec"
+ ],
+ [
+ "ende",
+ "r"
+ ],
+ [
+ "end",
+ "er"
+ ],
+ [
+ "en",
+ "der"
+ ],
+ [
+ "e",
+ "nder"
+ ],
+ [
+ "wa",
+ "y"
+ ],
+ [
+ "w",
+ "ay"
+ ],
+ [
+ "▁sel",
+ "f"
+ ],
+ [
+ "▁s",
+ "elf"
+ ],
+ [
+ "▁",
+ "self"
+ ],
+ [
+ "▁ev",
+ "en"
+ ],
+ [
+ "▁e",
+ "ven"
+ ],
+ [
+ "▁",
+ "even"
+ ],
+ [
+ "і",
+ "в"
+ ],
+ [
+ "▁с",
+ "е"
+ ],
+ [
+ "▁",
+ "се"
+ ],
+ [
+ "ни",
+ "я"
+ ],
+ [
+ "▁P",
+ "r"
+ ],
+ [
+ "▁",
+ "Pr"
+ ],
+ [
+ "▁k",
+ "e"
+ ],
+ [
+ "▁",
+ "ke"
+ ],
+ [
+ "em",
+ "b"
+ ],
+ [
+ "e",
+ "mb"
+ ],
+ [
+ "▁tab",
+ "le"
+ ],
+ [
+ "▁ta",
+ "ble"
+ ],
+ [
+ "▁t",
+ "able"
+ ],
+ [
+ "▁",
+ "table"
+ ],
+ [
+ "▁eq",
+ "u"
+ ],
+ [
+ "▁e",
+ "qu"
+ ],
+ [
+ "▁",
+ "equ"
+ ],
+ [
+ "lie",
+ "nt"
+ ],
+ [
+ "li",
+ "ent"
+ ],
+ [
+ "l",
+ "ient"
+ ],
+ [
+ "t",
+ "d"
+ ],
+ [
+ "par",
+ "t"
+ ],
+ [
+ "pa",
+ "rt"
+ ],
+ [
+ "p",
+ "art"
+ ],
+ [
+ "▁prin",
+ "t"
+ ],
+ [
+ "▁pri",
+ "nt"
+ ],
+ [
+ "▁pr",
+ "int"
+ ],
+ [
+ "▁",
+ "print"
+ ],
+ [
+ "▁un",
+ "e"
+ ],
+ [
+ "▁u",
+ "ne"
+ ],
+ [
+ "▁",
+ "une"
+ ],
+ [
+ "if",
+ "y"
+ ],
+ [
+ "▁-",
+ ">"
+ ],
+ [
+ "▁",
+ "->"
+ ],
+ [
+ "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"
+ ],
+ [
+ "\")",
+ "."
+ ],
+ [
+ "\"",
+ ")."
+ ],
+ [
+ "><",
+ "/"
+ ],
+ [
+ ">",
+ ""
+ ],
+ [
+ "▁datab",
+ "ase"
+ ],
+ [
+ "▁data",
+ "base"
+ ],
+ [
+ "▁dat",
+ "abase"
+ ],
+ [
+ "▁d",
+ "atabase"
+ ],
+ [
+ "▁",
+ "database"
+ ],
+ [
+ "▁No",
+ "w"
+ ],
+ [
+ "▁N",
+ "ow"
+ ],
+ [
+ "▁",
+ "Now"
+ ],
+ [
+ "In",
+ "d"
+ ],
+ [
+ "I",
+ "nd"
+ ],
+ [
+ "▁м",
+ "о"
+ ],
+ [
+ "▁",
+ "мо"
+ ],
+ [
+ "ch",
+ "t"
+ ],
+ [
+ "c",
+ "ht"
+ ],
+ [
+ "ba",
+ "n"
+ ],
+ [
+ "b",
+ "an"
+ ],
+ [
+ "ra",
+ "m"
+ ],
+ [
+ "r",
+ "am"
+ ],
+ [
+ "equ",
+ "ation"
+ ],
+ [
+ "sk",
+ "i"
+ ],
+ [
+ "s",
+ "ki"
+ ],
+ [
+ "ie",
+ "f"
+ ],
+ [
+ "i",
+ "ef"
+ ],
+ [
+ "li",
+ "m"
+ ],
+ [
+ "l",
+ "im"
+ ],
+ [
+ "Ge",
+ "t"
+ ],
+ [
+ "G",
+ "et"
+ ],
+ [
+ "▁tr",
+ "e"
+ ],
+ [
+ "▁t",
+ "re"
+ ],
+ [
+ "▁",
+ "tre"
+ ],
+ [
+ "ate",
+ "n"
+ ],
+ [
+ "at",
+ "en"
+ ],
+ [
+ "a",
+ "ten"
+ ],
+ [
+ "be",
+ "d"
+ ],
+ [
+ "b",
+ "ed"
+ ],
+ [
+ "▁J",
+ "e"
+ ],
+ [
+ "▁",
+ "Je"
+ ],
+ [
+ "▁result",
+ "s"
+ ],
+ [
+ "▁",
+ "results"
+ ],
+ [
+ "л",
+ "ю"
+ ],
+ [
+ "тел",
+ "ь"
+ ],
+ [
+ "те",
+ "ль"
+ ],
+ [
+ "т",
+ "ель"
+ ],
+ [
+ "d",
+ "b"
+ ],
+ [
+ "▁bi",
+ "t"
+ ],
+ [
+ "▁b",
+ "it"
+ ],
+ [
+ "▁",
+ "bit"
+ ],
+ [
+ "bo",
+ "dy"
+ ],
+ [
+ "b",
+ "ody"
+ ],
+ [
+ "Arr",
+ "ay"
+ ],
+ [
+ "Ar",
+ "ray"
+ ],
+ [
+ "m",
+ "u"
+ ],
+ [
+ "press",
+ "ion"
+ ],
+ [
+ "pr",
+ "ession"
+ ],
+ [
+ "p",
+ "ression"
+ ],
+ [
+ "▁ст",
+ "а"
+ ],
+ [
+ "▁с",
+ "та"
+ ],
+ [
+ "▁",
+ "ста"
+ ],
+ [
+ "on",
+ "y"
+ ],
+ [
+ "o",
+ "ny"
+ ],
+ [
+ "if",
+ "f"
+ ],
+ [
+ "i",
+ "ff"
+ ],
+ [
+ "▁ba",
+ "r"
+ ],
+ [
+ "▁b",
+ "ar"
+ ],
+ [
+ "▁",
+ "bar"
+ ],
+ [
+ "▁Arc",
+ "h"
+ ],
+ [
+ "▁Ar",
+ "ch"
+ ],
+ [
+ "▁",
+ "Arch"
+ ],
+ [
+ "ber",
+ "s"
+ ],
+ [
+ "be",
+ "rs"
+ ],
+ [
+ "b",
+ "ers"
+ ],
+ [
+ ")",
+ "{"
+ ],
+ [
+ "▁Mo",
+ "n"
+ ],
+ [
+ "▁M",
+ "on"
+ ],
+ [
+ "▁",
+ "Mon"
+ ],
+ [
+ "▁doi",
+ "ng"
+ ],
+ [
+ "▁do",
+ "ing"
+ ],
+ [
+ "▁pro",
+ "f"
+ ],
+ [
+ "▁pr",
+ "of"
+ ],
+ [
+ "▁",
+ "prof"
+ ],
+ [
+ "▁instal",
+ "l"
+ ],
+ [
+ "▁inst",
+ "all"
+ ],
+ [
+ "▁",
+ "install"
+ ],
+ [
+ "▁posit",
+ "ion"
+ ],
+ [
+ "▁pos",
+ "ition"
+ ],
+ [
+ "▁p",
+ "osition"
+ ],
+ [
+ "▁",
+ "position"
+ ],
+ [
+ "em",
+ "a"
+ ],
+ [
+ "e",
+ "ma"
+ ],
+ [
+ "▁})",
+ ";"
+ ],
+ [
+ "▁}",
+ ");"
+ ],
+ [
+ "▁",
+ "});"
+ ],
+ [
+ "Pat",
+ "h"
+ ],
+ [
+ "Pa",
+ "th"
+ ],
+ [
+ "P",
+ "ath"
+ ],
+ [
+ "al",
+ "i"
+ ],
+ [
+ "a",
+ "li"
+ ],
+ [
+ "▁&",
+ "&"
+ ],
+ [
+ "▁",
+ "&&"
+ ],
+ [
+ "le",
+ "v"
+ ],
+ [
+ "l",
+ "ev"
+ ],
+ [
+ "▁can",
+ "not"
+ ],
+ [
+ "▁c",
+ "annot"
+ ],
+ [
+ "▁Ma",
+ "y"
+ ],
+ [
+ "▁M",
+ "ay"
+ ],
+ [
+ "▁",
+ "May"
+ ],
+ [
+ "ins",
+ "t"
+ ],
+ [
+ "in",
+ "st"
+ ],
+ [
+ "-",
+ "\\"
+ ],
+ [
+ "▁cou",
+ "n"
+ ],
+ [
+ "▁co",
+ "un"
+ ],
+ [
+ "▁c",
+ "oun"
+ ],
+ [
+ "▁an",
+ "g"
+ ],
+ [
+ "▁a",
+ "ng"
+ ],
+ [
+ "▁",
+ "ang"
+ ],
+ [
+ "▁appe",
+ "ar"
+ ],
+ [
+ "▁app",
+ "ear"
+ ],
+ [
+ "co",
+ "r"
+ ],
+ [
+ "c",
+ "or"
+ ],
+ [
+ "ci",
+ "ó"
+ ],
+ [
+ "c",
+ "ió"
+ ],
+ [
+ "ide",
+ "d"
+ ],
+ [
+ "id",
+ "ed"
+ ],
+ [
+ "i",
+ "ded"
+ ],
+ [
+ "question",
+ "s"
+ ],
+ [
+ "quest",
+ "ions"
+ ],
+ [
+ "qu",
+ "estions"
+ ],
+ [
+ "atte",
+ "r"
+ ],
+ [
+ "att",
+ "er"
+ ],
+ [
+ "at",
+ "ter"
+ ],
+ [
+ "▁P",
+ "a"
+ ],
+ [
+ "▁",
+ "Pa"
+ ],
+ [
+ "sel",
+ "ect"
+ ],
+ [
+ "se",
+ "lect"
+ ],
+ [
+ "s",
+ "elect"
+ ],
+ [
+ "▁prin",
+ "ci"
+ ],
+ [
+ "▁pr",
+ "inci"
+ ],
+ [
+ "E",
+ "vent"
+ ],
+ [
+ "▁sid",
+ "e"
+ ],
+ [
+ "▁si",
+ "de"
+ ],
+ [
+ "▁s",
+ "ide"
+ ],
+ [
+ "▁",
+ "side"
+ ],
+ [
+ "▁me",
+ "m"
+ ],
+ [
+ "▁m",
+ "em"
+ ],
+ [
+ "▁",
+ "mem"
+ ],
+ [
+ "▁Ja",
+ "n"
+ ],
+ [
+ "▁J",
+ "an"
+ ],
+ [
+ "▁",
+ "Jan"
+ ],
+ [
+ "ari",
+ "o"
+ ],
+ [
+ "ar",
+ "io"
+ ],
+ [
+ "a",
+ "rio"
+ ],
+ [
+ "▁with",
+ "in"
+ ],
+ [
+ "▁wit",
+ "hin"
+ ],
+ [
+ "▁Va",
+ "l"
+ ],
+ [
+ "▁V",
+ "al"
+ ],
+ [
+ "▁",
+ "Val"
+ ],
+ [
+ "ode",
+ "s"
+ ],
+ [
+ "od",
+ "es"
+ ],
+ [
+ "o",
+ "des"
+ ],
+ [
+ "idd",
+ "le"
+ ],
+ [
+ "ura",
+ "tion"
+ ],
+ [
+ "ur",
+ "ation"
+ ],
+ [
+ "br",
+ "a"
+ ],
+ [
+ "b",
+ "ra"
+ ],
+ [
+ "▁dat",
+ "e"
+ ],
+ [
+ "▁da",
+ "te"
+ ],
+ [
+ "▁d",
+ "ate"
+ ],
+ [
+ "▁",
+ "date"
+ ],
+ [
+ "[",
+ "]"
+ ],
+ [
+ "▁entr",
+ "e"
+ ],
+ [
+ "▁ent",
+ "re"
+ ],
+ [
+ "▁en",
+ "tre"
+ ],
+ [
+ "▁",
+ "entre"
+ ],
+ [
+ "il",
+ "i"
+ ],
+ [
+ "i",
+ "li"
+ ],
+ [
+ "Port",
+ "ail"
+ ],
+ [
+ "doc",
+ "s"
+ ],
+ [
+ "do",
+ "cs"
+ ],
+ [
+ "d",
+ "ocs"
+ ],
+ [
+ "ско",
+ "й"
+ ],
+ [
+ "с",
+ "кой"
+ ],
+ [
+ "El",
+ "ement"
+ ],
+ [
+ "E",
+ "lement"
+ ],
+ [
+ "▁mess",
+ "age"
+ ],
+ [
+ "▁m",
+ "essage"
+ ],
+ [
+ "▁",
+ "message"
+ ],
+ [
+ "▁nac",
+ "h"
+ ],
+ [
+ "▁na",
+ "ch"
+ ],
+ [
+ "▁n",
+ "ach"
+ ],
+ [
+ "▁",
+ "nach"
+ ],
+ [
+ "▁dur",
+ "ing"
+ ],
+ [
+ "▁du",
+ "ring"
+ ],
+ [
+ "▁d",
+ "uring"
+ ],
+ [
+ "▁gr",
+ "a"
+ ],
+ [
+ "▁g",
+ "ra"
+ ],
+ [
+ "▁",
+ "gra"
+ ],
+ [
+ "et",
+ "work"
+ ],
+ [
+ "▁B",
+ "y"
+ ],
+ [
+ "▁",
+ "By"
+ ],
+ [
+ "▁tel",
+ "l"
+ ],
+ [
+ "▁te",
+ "ll"
+ ],
+ [
+ "▁t",
+ "ell"
+ ],
+ [
+ "et",
+ "e"
+ ],
+ [
+ "e",
+ "te"
+ ],
+ [
+ "~",
+ "\\"
+ ],
+ [
+ "▁bi",
+ "s"
+ ],
+ [
+ "▁b",
+ "is"
+ ],
+ [
+ "▁",
+ "bis"
+ ],
+ [
+ "▁p",
+ "u"
+ ],
+ [
+ "▁",
+ "pu"
+ ],
+ [
+ "▁re",
+ "d"
+ ],
+ [
+ "▁r",
+ "ed"
+ ],
+ [
+ "▁",
+ "red"
+ ],
+ [
+ "▁thin",
+ "g"
+ ],
+ [
+ "▁th",
+ "ing"
+ ],
+ [
+ "▁t",
+ "hing"
+ ],
+ [
+ "▁",
+ "thing"
+ ],
+ [
+ "▁sor",
+ "t"
+ ],
+ [
+ "▁so",
+ "rt"
+ ],
+ [
+ "▁s",
+ "ort"
+ ],
+ [
+ "▁",
+ "sort"
+ ],
+ [
+ "xi",
+ "m"
+ ],
+ [
+ "x",
+ "im"
+ ],
+ [
+ "ire",
+ "s"
+ ],
+ [
+ "ir",
+ "es"
+ ],
+ [
+ "i",
+ "res"
+ ],
+ [
+ "Use",
+ "r"
+ ],
+ [
+ "Us",
+ "er"
+ ],
+ [
+ "U",
+ "ser"
+ ],
+ [
+ "io",
+ "d"
+ ],
+ [
+ "i",
+ "od"
+ ],
+ [
+ "▁Es",
+ "t"
+ ],
+ [
+ "▁E",
+ "st"
+ ],
+ [
+ "▁",
+ "Est"
+ ],
+ [
+ "ose",
+ "d"
+ ],
+ [
+ "os",
+ "ed"
+ ],
+ [
+ "o",
+ "sed"
+ ],
+ [
+ "out",
+ "e"
+ ],
+ [
+ "ou",
+ "te"
+ ],
+ [
+ "o",
+ "ute"
+ ],
+ [
+ "▁Le",
+ "s"
+ ],
+ [
+ "▁L",
+ "es"
+ ],
+ [
+ "▁",
+ "Les"
+ ],
+ [
+ "▁sen",
+ "t"
+ ],
+ [
+ "▁se",
+ "nt"
+ ],
+ [
+ "▁s",
+ "ent"
+ ],
+ [
+ "▁",
+ "sent"
+ ],
+ [
+ "ribu",
+ "te"
+ ],
+ [
+ "rib",
+ "ute"
+ ],
+ [
+ "ute",
+ "s"
+ ],
+ [
+ "ut",
+ "es"
+ ],
+ [
+ "u",
+ "tes"
+ ],
+ [
+ "istor",
+ "y"
+ ],
+ [
+ "isto",
+ "ry"
+ ],
+ [
+ "ist",
+ "ory"
+ ],
+ [
+ "i",
+ "story"
+ ],
+ [
+ "▁servi",
+ "ce"
+ ],
+ [
+ "▁serv",
+ "ice"
+ ],
+ [
+ "▁ser",
+ "vice"
+ ],
+ [
+ "▁",
+ "service"
+ ],
+ [
+ "'",
+ ";"
+ ],
+ [
+ "fi",
+ "eld"
+ ],
+ [
+ "f",
+ "ield"
+ ],
+ [
+ "▁I",
+ "N"
+ ],
+ [
+ "▁",
+ "IN"
+ ],
+ [
+ "ens",
+ "ion"
+ ],
+ [
+ "re",
+ "l"
+ ],
+ [
+ "r",
+ "el"
+ ],
+ [
+ "▁go",
+ "ing"
+ ],
+ [
+ "▁",
+ "going"
+ ],
+ [
+ "we",
+ "b"
+ ],
+ [
+ "w",
+ "eb"
+ ],
+ [
+ "Cont",
+ "ext"
+ ],
+ [
+ "Con",
+ "text"
+ ],
+ [
+ "▁late",
+ "r"
+ ],
+ [
+ "▁lat",
+ "er"
+ ],
+ [
+ "▁la",
+ "ter"
+ ],
+ [
+ "▁l",
+ "ater"
+ ],
+ [
+ "u",
+ "k"
+ ],
+ [
+ "lay",
+ "out"
+ ],
+ [
+ "l",
+ "ayout"
+ ],
+ [
+ "on",
+ "a"
+ ],
+ [
+ "o",
+ "na"
+ ],
+ [
+ "á",
+ "t"
+ ],
+ [
+ "------------",
+ "----"
+ ],
+ [
+ "----------",
+ "------"
+ ],
+ [
+ "--------",
+ "--------"
+ ],
+ [
+ "------",
+ "----------"
+ ],
+ [
+ "----",
+ "------------"
+ ],
+ [
+ "▁ex",
+ "act"
+ ],
+ [
+ "ando",
+ "m"
+ ],
+ [
+ "and",
+ "om"
+ ],
+ [
+ "an",
+ "dom"
+ ],
+ [
+ "▁si",
+ "e"
+ ],
+ [
+ "▁s",
+ "ie"
+ ],
+ [
+ "I",
+ "I"
+ ],
+ [
+ "▁The",
+ "y"
+ ],
+ [
+ "▁Th",
+ "ey"
+ ],
+ [
+ "▁",
+ "They"
+ ],
+ [
+ "ment",
+ "e"
+ ],
+ [
+ "men",
+ "te"
+ ],
+ [
+ "m",
+ "ente"
+ ],
+ [
+ "ib",
+ "li"
+ ],
+ [
+ "▁fin",
+ "e"
+ ],
+ [
+ "▁fi",
+ "ne"
+ ],
+ [
+ "▁f",
+ "ine"
+ ],
+ [
+ "U",
+ "T"
+ ],
+ [
+ "▁deve",
+ "lop"
+ ],
+ [
+ "▁de",
+ "velop"
+ ],
+ [
+ "▁",
+ "develop"
+ ],
+ [
+ "▁E",
+ "in"
+ ],
+ [
+ "so",
+ "ft"
+ ],
+ [
+ "of",
+ "f"
+ ],
+ [
+ "o",
+ "ff"
+ ],
+ [
+ "Se",
+ "t"
+ ],
+ [
+ "S",
+ "et"
+ ],
+ [
+ "▁a",
+ "z"
+ ],
+ [
+ "▁",
+ "az"
+ ],
+ [
+ "eter",
+ "s"
+ ],
+ [
+ "ete",
+ "rs"
+ ],
+ [
+ "et",
+ "ers"
+ ],
+ [
+ "e",
+ "ters"
+ ],
+ [
+ "ilde",
+ "r"
+ ],
+ [
+ "ild",
+ "er"
+ ],
+ [
+ "il",
+ "der"
+ ],
+ [
+ "i",
+ "lder"
+ ],
+ [
+ "ple",
+ "s"
+ ],
+ [
+ "pl",
+ "es"
+ ],
+ [
+ "p",
+ "les"
+ ],
+ [
+ "▁spec",
+ "ific"
+ ],
+ [
+ "▁",
+ "specific"
+ ],
+ [
+ "▁o",
+ "m"
+ ],
+ [
+ "▁",
+ "om"
+ ],
+ [
+ "err",
+ "or"
+ ],
+ [
+ "er",
+ "ror"
+ ],
+ [
+ "e",
+ "rror"
+ ],
+ [
+ "ent",
+ "ly"
+ ],
+ [
+ "▁fil",
+ "m"
+ ],
+ [
+ "▁fi",
+ "lm"
+ ],
+ [
+ "▁",
+ "film"
+ ],
+ [
+ "uc",
+ "k"
+ ],
+ [
+ "u",
+ "ck"
+ ],
+ [
+ "ain",
+ "s"
+ ],
+ [
+ "ai",
+ "ns"
+ ],
+ [
+ "a",
+ "ins"
+ ],
+ [
+ "ació",
+ "n"
+ ],
+ [
+ "aci",
+ "ón"
+ ],
+ [
+ "ac",
+ "ión"
+ ],
+ [
+ "a",
+ "ción"
+ ],
+ [
+ "ge",
+ "s"
+ ],
+ [
+ "g",
+ "es"
+ ],
+ [
+ "ж",
+ "а"
+ ],
+ [
+ "▁thing",
+ "s"
+ ],
+ [
+ "▁thin",
+ "gs"
+ ],
+ [
+ "▁th",
+ "ings"
+ ],
+ [
+ "S",
+ "h"
+ ],
+ [
+ "▁though",
+ "t"
+ ],
+ [
+ "▁th",
+ "ought"
+ ],
+ [
+ "▁add",
+ "ed"
+ ],
+ [
+ "▁ad",
+ "ded"
+ ],
+ [
+ "▁",
+ "added"
+ ],
+ [
+ "de",
+ "p"
+ ],
+ [
+ "d",
+ "ep"
+ ],
+ [
+ "ског",
+ "о"
+ ],
+ [
+ "ско",
+ "го"
+ ],
+ [
+ "ск",
+ "ого"
+ ],
+ [
+ "с",
+ "кого"
+ ],
+ [
+ "▁L",
+ "i"
+ ],
+ [
+ "▁",
+ "Li"
+ ],
+ [
+ "il",
+ "s"
+ ],
+ [
+ "i",
+ "ls"
+ ],
+ [
+ "yn",
+ "c"
+ ],
+ [
+ "y",
+ "nc"
+ ],
+ [
+ "▁т",
+ "о"
+ ],
+ [
+ "▁",
+ "то"
+ ],
+ [
+ "rie",
+ "s"
+ ],
+ [
+ "ri",
+ "es"
+ ],
+ [
+ "r",
+ "ies"
+ ],
+ [
+ "▁c",
+ "u"
+ ],
+ [
+ "▁",
+ "cu"
+ ],
+ [
+ "che",
+ "n"
+ ],
+ [
+ "ch",
+ "en"
+ ],
+ [
+ "c",
+ "hen"
+ ],
+ [
+ "IO",
+ "N"
+ ],
+ [
+ "I",
+ "ON"
+ ],
+ [
+ "▁De",
+ "s"
+ ],
+ [
+ "▁D",
+ "es"
+ ],
+ [
+ "▁",
+ "Des"
+ ],
+ [
+ "ult",
+ "ado"
+ ],
+ [
+ "ir",
+ "t"
+ ],
+ [
+ "i",
+ "rt"
+ ],
+ [
+ "▁base",
+ "d"
+ ],
+ [
+ "▁bas",
+ "ed"
+ ],
+ [
+ "▁ba",
+ "sed"
+ ],
+ [
+ "▁b",
+ "ased"
+ ],
+ [
+ "▁",
+ "based"
+ ],
+ [
+ "▁m",
+ "o"
+ ],
+ [
+ "▁",
+ "mo"
+ ],
+ [
+ "▁des",
+ "t"
+ ],
+ [
+ "▁de",
+ "st"
+ ],
+ [
+ "▁d",
+ "est"
+ ],
+ [
+ "▁",
+ "dest"
+ ],
+ [
+ "pn",
+ "g"
+ ],
+ [
+ "p",
+ "ng"
+ ],
+ [
+ "ree",
+ "n"
+ ],
+ [
+ "re",
+ "en"
+ ],
+ [
+ "r",
+ "een"
+ ],
+ [
+ "▁run",
+ "ning"
+ ],
+ [
+ "▁r",
+ "unning"
+ ],
+ [
+ "▁",
+ "running"
+ ],
+ [
+ "amm",
+ "a"
+ ],
+ [
+ "am",
+ "ma"
+ ],
+ [
+ "ou",
+ "d"
+ ],
+ [
+ "o",
+ "ud"
+ ],
+ [
+ "▁ref",
+ "er"
+ ],
+ [
+ "▁re",
+ "fer"
+ ],
+ [
+ "▁",
+ "refer"
+ ],
+ [
+ "io",
+ "us"
+ ],
+ [
+ "i",
+ "ous"
+ ],
+ [
+ "▁Ju",
+ "l"
+ ],
+ [
+ "▁J",
+ "ul"
+ ],
+ [
+ "▁",
+ "Jul"
+ ],
+ [
+ "▁se",
+ "arch"
+ ],
+ [
+ "▁s",
+ "earch"
+ ],
+ [
+ "▁",
+ "search"
+ ],
+ [
+ "al",
+ "d"
+ ],
+ [
+ "a",
+ "ld"
+ ],
+ [
+ "ed",
+ "e"
+ ],
+ [
+ "e",
+ "de"
+ ],
+ [
+ "▁wr",
+ "ong"
+ ],
+ [
+ "▁w",
+ "rong"
+ ],
+ [
+ "A",
+ "n"
+ ],
+ [
+ "▁un",
+ "til"
+ ],
+ [
+ "▁u",
+ "ntil"
+ ],
+ [
+ "▁",
+ "until"
+ ],
+ [
+ "si",
+ "te"
+ ],
+ [
+ "s",
+ "ite"
+ ],
+ [
+ "aye",
+ "r"
+ ],
+ [
+ "ay",
+ "er"
+ ],
+ [
+ "a",
+ "yer"
+ ],
+ [
+ "▁on",
+ "ce"
+ ],
+ [
+ "▁",
+ "once"
+ ],
+ [
+ "ar",
+ "r"
+ ],
+ [
+ "a",
+ "rr"
+ ],
+ [
+ "▁again",
+ "st"
+ ],
+ [
+ "===",
+ "="
+ ],
+ [
+ "==",
+ "=="
+ ],
+ [
+ "=",
+ "==="
+ ],
+ [
+ "▁s",
+ "ource"
+ ],
+ [
+ "▁",
+ "source"
+ ],
+ [
+ "ar",
+ "n"
+ ],
+ [
+ "a",
+ "rn"
+ ],
+ [
+ "ap",
+ "i"
+ ],
+ [
+ "a",
+ "pi"
+ ],
+ [
+ "▁repres",
+ "ent"
+ ],
+ [
+ "▁repre",
+ "sent"
+ ],
+ [
+ "▁repr",
+ "esent"
+ ],
+ [
+ "▁re",
+ "present"
+ ],
+ [
+ "▁af",
+ "f"
+ ],
+ [
+ "▁a",
+ "ff"
+ ],
+ [
+ "▁",
+ "aff"
+ ],
+ [
+ "▁sei",
+ "n"
+ ],
+ [
+ "▁se",
+ "in"
+ ],
+ [
+ "▁s",
+ "ein"
+ ],
+ [
+ "▁",
+ "sein"
+ ],
+ [
+ "▁allo",
+ "w"
+ ],
+ [
+ "▁all",
+ "ow"
+ ],
+ [
+ "▁al",
+ "low"
+ ],
+ [
+ "▁",
+ "allow"
+ ],
+ [
+ "orm",
+ "al"
+ ],
+ [
+ "or",
+ "mal"
+ ],
+ [
+ "ende",
+ "d"
+ ],
+ [
+ "end",
+ "ed"
+ ],
+ [
+ "en",
+ "ded"
+ ],
+ [
+ "▁contro",
+ "l"
+ ],
+ [
+ "▁contr",
+ "ol"
+ ],
+ [
+ "▁cont",
+ "rol"
+ ],
+ [
+ "▁",
+ "control"
+ ],
+ [
+ "math",
+ "bf"
+ ],
+ [
+ "com",
+ "e"
+ ],
+ [
+ "co",
+ "me"
+ ],
+ [
+ "c",
+ "ome"
+ ],
+ [
+ "cu",
+ "r"
+ ],
+ [
+ "c",
+ "ur"
+ ],
+ [
+ "end",
+ "o"
+ ],
+ [
+ "en",
+ "do"
+ ],
+ [
+ "w",
+ "a"
+ ],
+ [
+ "▁upd",
+ "ate"
+ ],
+ [
+ "▁up",
+ "date"
+ ],
+ [
+ "▁",
+ "update"
+ ],
+ [
+ "▁ins",
+ "ide"
+ ],
+ [
+ "▁in",
+ "side"
+ ],
+ [
+ "▁",
+ "inside"
+ ],
+ [
+ "▁re",
+ "ason"
+ ],
+ [
+ "▁",
+ "reason"
+ ],
+ [
+ "ome",
+ "n"
+ ],
+ [
+ "om",
+ "en"
+ ],
+ [
+ "o",
+ "men"
+ ],
+ [
+ "▁в",
+ "ы"
+ ],
+ [
+ "▁",
+ "вы"
+ ],
+ [
+ "D",
+ "e"
+ ],
+ [
+ "▁ј",
+ "е"
+ ],
+ [
+ "▁",
+ "је"
+ ],
+ [
+ "s",
+ "w"
+ ],
+ [
+ "▁se",
+ "ver"
+ ],
+ [
+ "▁s",
+ "ever"
+ ],
+ [
+ "O",
+ "f"
+ ],
+ [
+ "▁inst",
+ "ance"
+ ],
+ [
+ "▁",
+ "instance"
+ ],
+ [
+ "▁me",
+ "r"
+ ],
+ [
+ "▁m",
+ "er"
+ ],
+ [
+ "▁",
+ "mer"
+ ],
+ [
+ "▁eff",
+ "ect"
+ ],
+ [
+ "▁e",
+ "ffect"
+ ],
+ [
+ "▁",
+ "effect"
+ ],
+ [
+ "colo",
+ "r"
+ ],
+ [
+ "col",
+ "or"
+ ],
+ [
+ "co",
+ "lor"
+ ],
+ [
+ "ug",
+ "ust"
+ ],
+ [
+ "il",
+ "t"
+ ],
+ [
+ "i",
+ "lt"
+ ],
+ [
+ "de",
+ "s"
+ ],
+ [
+ "d",
+ "es"
+ ],
+ [
+ "it",
+ "z"
+ ],
+ [
+ "i",
+ "tz"
+ ],
+ [
+ "ula",
+ "tion"
+ ],
+ [
+ "ul",
+ "ation"
+ ],
+ [
+ "u",
+ "lation"
+ ],
+ [
+ "ni",
+ "e"
+ ],
+ [
+ "n",
+ "ie"
+ ],
+ [
+ "▁Wor",
+ "ld"
+ ],
+ [
+ "▁W",
+ "orld"
+ ],
+ [
+ "▁",
+ "World"
+ ],
+ [
+ "▁sim",
+ "ilar"
+ ],
+ [
+ "▁",
+ "similar"
+ ],
+ [
+ "ym",
+ "bol"
+ ],
+ [
+ "hin",
+ "g"
+ ],
+ [
+ "hi",
+ "ng"
+ ],
+ [
+ "h",
+ "ing"
+ ],
+ [
+ "▁mar",
+ "k"
+ ],
+ [
+ "▁m",
+ "ark"
+ ],
+ [
+ "▁",
+ "mark"
+ ],
+ [
+ "Stat",
+ "e"
+ ],
+ [
+ "St",
+ "ate"
+ ],
+ [
+ "▁conten",
+ "t"
+ ],
+ [
+ "▁conte",
+ "nt"
+ ],
+ [
+ "▁cont",
+ "ent"
+ ],
+ [
+ "▁",
+ "content"
+ ],
+ [
+ "▁mean",
+ "s"
+ ],
+ [
+ "▁me",
+ "ans"
+ ],
+ [
+ "ame",
+ "d"
+ ],
+ [
+ "am",
+ "ed"
+ ],
+ [
+ "a",
+ "med"
+ ],
+ [
+ "▁En",
+ "d"
+ ],
+ [
+ "▁E",
+ "nd"
+ ],
+ [
+ "▁",
+ "End"
+ ],
+ [
+ "N",
+ "D"
+ ],
+ [
+ "cou",
+ "nt"
+ ],
+ [
+ "co",
+ "unt"
+ ],
+ [
+ "c",
+ "ount"
+ ],
+ [
+ "▁Ins",
+ "t"
+ ],
+ [
+ "▁In",
+ "st"
+ ],
+ [
+ "▁",
+ "Inst"
+ ],
+ [
+ "pert",
+ "y"
+ ],
+ [
+ "per",
+ "ty"
+ ],
+ [
+ "ct",
+ "or"
+ ],
+ [
+ "c",
+ "tor"
+ ],
+ [
+ "▁{",
+ "\\"
+ ],
+ [
+ "▁",
+ "{\\"
+ ],
+ [
+ "▁Le",
+ "t"
+ ],
+ [
+ "▁L",
+ "et"
+ ],
+ [
+ "▁",
+ "Let"
+ ],
+ [
+ "▁!",
+ "="
+ ],
+ [
+ "▁",
+ "!="
+ ],
+ [
+ "▁get",
+ "ting"
+ ],
+ [
+ "▁",
+ "getting"
+ ],
+ [
+ "ut",
+ "h"
+ ],
+ [
+ "u",
+ "th"
+ ],
+ [
+ "umb",
+ "er"
+ ],
+ [
+ "um",
+ "ber"
+ ],
+ [
+ "▁Cons",
+ "ultado"
+ ],
+ [
+ "sch",
+ "aft"
+ ],
+ [
+ "sc",
+ "haft"
+ ],
+ [
+ "let",
+ "e"
+ ],
+ [
+ "le",
+ "te"
+ ],
+ [
+ "l",
+ "ete"
+ ],
+ [
+ "▁Wil",
+ "l"
+ ],
+ [
+ "▁Wi",
+ "ll"
+ ],
+ [
+ "▁W",
+ "ill"
+ ],
+ [
+ "▁",
+ "Will"
+ ],
+ [
+ "▁E",
+ "m"
+ ],
+ [
+ "▁",
+ "Em"
+ ],
+ [
+ "he",
+ "ad"
+ ],
+ [
+ "h",
+ "ead"
+ ],
+ [
+ "▁le",
+ "g"
+ ],
+ [
+ "▁l",
+ "eg"
+ ],
+ [
+ "▁",
+ "leg"
+ ],
+ [
+ "но",
+ "м"
+ ],
+ [
+ "н",
+ "ом"
+ ],
+ [
+ "O",
+ "r"
+ ],
+ [
+ "ar",
+ "m"
+ ],
+ [
+ "a",
+ "rm"
+ ],
+ [
+ "pon",
+ "d"
+ ],
+ [
+ "po",
+ "nd"
+ ],
+ [
+ "p",
+ "ond"
+ ],
+ [
+ "▁Chris",
+ "t"
+ ],
+ [
+ "▁Chr",
+ "ist"
+ ],
+ [
+ "▁Ch",
+ "rist"
+ ],
+ [
+ "▁",
+ "Christ"
+ ],
+ [
+ "▁ar",
+ "ound"
+ ],
+ [
+ "▁a",
+ "round"
+ ],
+ [
+ "▁",
+ "around"
+ ],
+ [
+ "▁cle",
+ "ar"
+ ],
+ [
+ "▁cl",
+ "ear"
+ ],
+ [
+ "▁c",
+ "lear"
+ ],
+ [
+ "▁",
+ "clear"
+ ],
+ [
+ "▁hr",
+ "ef"
+ ],
+ [
+ "▁h",
+ "ref"
+ ],
+ [
+ "▁",
+ "href"
+ ],
+ [
+ "▁Se",
+ "e"
+ ],
+ [
+ "▁S",
+ "ee"
+ ],
+ [
+ "▁",
+ "See"
+ ],
+ [
+ "')",
+ "."
+ ],
+ [
+ "'",
+ ")."
+ ],
+ [
+ "▁create",
+ "d"
+ ],
+ [
+ "▁cre",
+ "ated"
+ ],
+ [
+ "▁",
+ "created"
+ ],
+ [
+ "▁but",
+ "ton"
+ ],
+ [
+ "▁b",
+ "utton"
+ ],
+ [
+ "▁",
+ "button"
+ ],
+ [
+ "ini",
+ "ng"
+ ],
+ [
+ "in",
+ "ing"
+ ],
+ [
+ "i",
+ "ning"
+ ],
+ [
+ "▁cli",
+ "ck"
+ ],
+ [
+ "▁cl",
+ "ick"
+ ],
+ [
+ "▁c",
+ "lick"
+ ],
+ [
+ "▁",
+ "click"
+ ],
+ [
+ "ia",
+ "m"
+ ],
+ [
+ "i",
+ "am"
+ ],
+ [
+ "pl",
+ "it"
+ ],
+ [
+ "p",
+ "lit"
+ ],
+ [
+ "F",
+ "or"
+ ],
+ [
+ "▁pol",
+ "it"
+ ],
+ [
+ "▁po",
+ "lit"
+ ],
+ [
+ "▁p",
+ "olit"
+ ],
+ [
+ "▁",
+ "polit"
+ ],
+ [
+ "▁see",
+ "m"
+ ],
+ [
+ "▁se",
+ "em"
+ ],
+ [
+ "▁lif",
+ "e"
+ ],
+ [
+ "▁li",
+ "fe"
+ ],
+ [
+ "▁l",
+ "ife"
+ ],
+ [
+ "▁",
+ "life"
+ ],
+ [
+ "но",
+ "в"
+ ],
+ [
+ "н",
+ "ов"
+ ],
+ [
+ "▁inter",
+ "n"
+ ],
+ [
+ "▁inte",
+ "rn"
+ ],
+ [
+ "▁int",
+ "ern"
+ ],
+ [
+ "▁in",
+ "tern"
+ ],
+ [
+ "▁",
+ "intern"
+ ],
+ [
+ "щ",
+ "и"
+ ],
+ [
+ "se",
+ "l"
+ ],
+ [
+ "s",
+ "el"
+ ],
+ [
+ "so",
+ "ci"
+ ],
+ [
+ "s",
+ "oci"
+ ],
+ [
+ "▁sto",
+ "r"
+ ],
+ [
+ "▁st",
+ "or"
+ ],
+ [
+ "▁s",
+ "tor"
+ ],
+ [
+ "▁",
+ "stor"
+ ],
+ [
+ "cl",
+ "e"
+ ],
+ [
+ "c",
+ "le"
+ ],
+ [
+ "ear",
+ "ch"
+ ],
+ [
+ "e",
+ "arch"
+ ],
+ [
+ "andro",
+ "id"
+ ],
+ [
+ "andr",
+ "oid"
+ ],
+ [
+ "and",
+ "roid"
+ ],
+ [
+ "}^",
+ "{"
+ ],
+ [
+ "}",
+ "^{"
+ ],
+ [
+ "▁e",
+ "ither"
+ ],
+ [
+ "▁fe",
+ "w"
+ ],
+ [
+ "▁f",
+ "ew"
+ ],
+ [
+ "▁initi",
+ "al"
+ ],
+ [
+ "▁init",
+ "ial"
+ ],
+ [
+ "▁",
+ "initial"
+ ],
+ [
+ "l",
+ "ength"
+ ],
+ [
+ "ri",
+ "a"
+ ],
+ [
+ "r",
+ "ia"
+ ],
+ [
+ "sq",
+ "l"
+ ],
+ [
+ "s",
+ "ql"
+ ],
+ [
+ "wi",
+ "k"
+ ],
+ [
+ "w",
+ "ik"
+ ],
+ [
+ "▁é",
+ "t"
+ ],
+ [
+ "▁",
+ "ét"
+ ],
+ [
+ "ue",
+ "r"
+ ],
+ [
+ "u",
+ "er"
+ ],
+ [
+ "▁val",
+ "id"
+ ],
+ [
+ "▁",
+ "valid"
+ ],
+ [
+ "An",
+ "d"
+ ],
+ [
+ "A",
+ "nd"
+ ],
+ [
+ "includ",
+ "e"
+ ],
+ [
+ "in",
+ "clude"
+ ],
+ [
+ "ur",
+ "y"
+ ],
+ [
+ "u",
+ "ry"
+ ],
+ [
+ "▁su",
+ "s"
+ ],
+ [
+ "▁s",
+ "us"
+ ],
+ [
+ "ire",
+ "d"
+ ],
+ [
+ "ir",
+ "ed"
+ ],
+ [
+ "i",
+ "red"
+ ],
+ [
+ "▁Af",
+ "ter"
+ ],
+ [
+ "▁A",
+ "fter"
+ ],
+ [
+ "▁",
+ "After"
+ ],
+ [
+ "▁du",
+ "e"
+ ],
+ [
+ "▁d",
+ "ue"
+ ],
+ [
+ "▁",
+ "due"
+ ],
+ [
+ "▁be",
+ "i"
+ ],
+ [
+ "▁b",
+ "ei"
+ ],
+ [
+ "▁",
+ "bei"
+ ],
+ [
+ "ource",
+ "s"
+ ],
+ [
+ "our",
+ "ces"
+ ],
+ [
+ "▁No",
+ "v"
+ ],
+ [
+ "▁N",
+ "ov"
+ ],
+ [
+ "▁",
+ "Nov"
+ ],
+ [
+ "Ac",
+ "t"
+ ],
+ [
+ "A",
+ "ct"
+ ],
+ [
+ "▁Con",
+ "t"
+ ],
+ [
+ "▁Co",
+ "nt"
+ ],
+ [
+ "▁C",
+ "ont"
+ ],
+ [
+ "▁",
+ "Cont"
+ ],
+ [
+ "▁bre",
+ "ak"
+ ],
+ [
+ "▁",
+ "break"
+ ],
+ [
+ "este",
+ "d"
+ ],
+ [
+ "est",
+ "ed"
+ ],
+ [
+ "es",
+ "ted"
+ ],
+ [
+ "e",
+ "sted"
+ ],
+ [
+ "▁actual",
+ "ly"
+ ],
+ [
+ "▁actu",
+ "ally"
+ ],
+ [
+ "▁act",
+ "ually"
+ ],
+ [
+ "els",
+ "e"
+ ],
+ [
+ "el",
+ "se"
+ ],
+ [
+ "tm",
+ "l"
+ ],
+ [
+ "t",
+ "ml"
+ ],
+ [
+ "re",
+ "r"
+ ],
+ [
+ "r",
+ "er"
+ ],
+ [
+ "one",
+ "s"
+ ],
+ [
+ "on",
+ "es"
+ ],
+ [
+ "o",
+ "nes"
+ ],
+ [
+ "▁des",
+ "ign"
+ ],
+ [
+ "▁de",
+ "sign"
+ ],
+ [
+ "▁",
+ "design"
+ ],
+ [
+ "▁proper",
+ "ty"
+ ],
+ [
+ "▁pro",
+ "perty"
+ ],
+ [
+ "▁",
+ "property"
+ ],
+ [
+ "ph",
+ "i"
+ ],
+ [
+ "p",
+ "hi"
+ ],
+ [
+ "ali",
+ "ty"
+ ],
+ [
+ "al",
+ "ity"
+ ],
+ [
+ "oc",
+ "h"
+ ],
+ [
+ "o",
+ "ch"
+ ],
+ [
+ "ist",
+ "s"
+ ],
+ [
+ "is",
+ "ts"
+ ],
+ [
+ "▁",
+ "·"
+ ],
+ [
+ "udi",
+ "o"
+ ],
+ [
+ "ud",
+ "io"
+ ],
+ [
+ "A",
+ "B"
+ ],
+ [
+ "al",
+ "a"
+ ],
+ [
+ "a",
+ "la"
+ ],
+ [
+ "ione",
+ "s"
+ ],
+ [
+ "ion",
+ "es"
+ ],
+ [
+ "io",
+ "nes"
+ ],
+ [
+ "i",
+ "ones"
+ ],
+ [
+ "ф",
+ "и"
+ ],
+ [
+ "fin",
+ "d"
+ ],
+ [
+ "fi",
+ "nd"
+ ],
+ [
+ "f",
+ "ind"
+ ],
+ [
+ "A",
+ "s"
+ ],
+ [
+ "▁cust",
+ "om"
+ ],
+ [
+ "▁c",
+ "ustom"
+ ],
+ [
+ "▁",
+ "custom"
+ ],
+ [
+ "▁an",
+ "n"
+ ],
+ [
+ "▁a",
+ "nn"
+ ],
+ [
+ "▁",
+ "ann"
+ ],
+ [
+ "E",
+ "S"
+ ],
+ [
+ "O",
+ "T"
+ ],
+ [
+ "l",
+ "ambda"
+ ],
+ [
+ "▁ide",
+ "nt"
+ ],
+ [
+ "▁id",
+ "ent"
+ ],
+ [
+ "▁i",
+ "dent"
+ ],
+ [
+ "▁",
+ "ident"
+ ],
+ [
+ "▁org",
+ "an"
+ ],
+ [
+ "▁or",
+ "gan"
+ ],
+ [
+ "▁",
+ "organ"
+ ],
+ [
+ "▁Ce",
+ "nt"
+ ],
+ [
+ "▁C",
+ "ent"
+ ],
+ [
+ "▁",
+ "Cent"
+ ],
+ [
+ "▁Cha",
+ "r"
+ ],
+ [
+ "▁Ch",
+ "ar"
+ ],
+ [
+ "▁C",
+ "har"
+ ],
+ [
+ "▁",
+ "Char"
+ ],
+ [
+ "▁o",
+ "s"
+ ],
+ [
+ "▁",
+ "os"
+ ],
+ [
+ "▁har",
+ "d"
+ ],
+ [
+ "▁ha",
+ "rd"
+ ],
+ [
+ "▁h",
+ "ard"
+ ],
+ [
+ "▁",
+ "hard"
+ ],
+ [
+ "ро",
+ "в"
+ ],
+ [
+ "р",
+ "ов"
+ ],
+ [
+ "▁/",
+ ">"
+ ],
+ [
+ "▁",
+ "/>"
+ ],
+ [
+ "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"
+ ],
+ [
+ "\"><",
+ "/"
+ ],
+ [
+ "\">",
+ ""
+ ],
+ [
+ "\"",
+ ">"
+ ],
+ [
+ "▁fi",
+ "ve"
+ ],
+ [
+ "▁f",
+ "ive"
+ ],
+ [
+ "▁",
+ "five"
+ ],
+ [
+ "▁col",
+ "l"
+ ],
+ [
+ "▁co",
+ "ll"
+ ],
+ [
+ "▁c",
+ "oll"
+ ],
+ [
+ "▁",
+ "coll"
+ ],
+ [
+ "▁Char",
+ "les"
+ ],
+ [
+ "Tr",
+ "a"
+ ],
+ [
+ "T",
+ "ra"
+ ],
+ [
+ "▁su",
+ "o"
+ ],
+ [
+ "▁s",
+ "uo"
+ ],
+ [
+ "file",
+ "s"
+ ],
+ [
+ "fil",
+ "es"
+ ],
+ [
+ "fi",
+ "les"
+ ],
+ [
+ "f",
+ "iles"
+ ],
+ [
+ "ente",
+ "s"
+ ],
+ [
+ "ent",
+ "es"
+ ],
+ [
+ "en",
+ "tes"
+ ],
+ [
+ "respons",
+ "e"
+ ],
+ [
+ "res",
+ "ponse"
+ ],
+ [
+ "H",
+ "ow"
+ ],
+ [
+ "▁Soc",
+ "i"
+ ],
+ [
+ "▁So",
+ "ci"
+ ],
+ [
+ "▁S",
+ "oci"
+ ],
+ [
+ "▁ig",
+ "n"
+ ],
+ [
+ "▁i",
+ "gn"
+ ],
+ [
+ "▁",
+ "ign"
+ ],
+ [
+ "▁le",
+ "d"
+ ],
+ [
+ "▁l",
+ "ed"
+ ],
+ [
+ "▁",
+ "led"
+ ],
+ [
+ "▁Germ",
+ "an"
+ ],
+ [
+ "▁Ger",
+ "man"
+ ],
+ [
+ "▁G",
+ "erman"
+ ],
+ [
+ "ud",
+ "o"
+ ],
+ [
+ "u",
+ "do"
+ ],
+ [
+ "▁D",
+ "u"
+ ],
+ [
+ "▁ti",
+ "m"
+ ],
+ [
+ "▁t",
+ "im"
+ ],
+ [
+ "▁",
+ "tim"
+ ],
+ [
+ "ount",
+ "er"
+ ],
+ [
+ "oun",
+ "ter"
+ ],
+ [
+ "o",
+ "unter"
+ ],
+ [
+ "▁att",
+ "ack"
+ ],
+ [
+ "ur",
+ "i"
+ ],
+ [
+ "u",
+ "ri"
+ ],
+ [
+ "▁а",
+ "р"
+ ],
+ [
+ "▁",
+ "ар"
+ ],
+ [
+ "ess",
+ "e"
+ ],
+ [
+ "es",
+ "se"
+ ],
+ [
+ "ivi",
+ "l"
+ ],
+ [
+ "iv",
+ "il"
+ ],
+ [
+ "i",
+ "vil"
+ ],
+ [
+ "▁J",
+ "u"
+ ],
+ [
+ "▁ve",
+ "l"
+ ],
+ [
+ "▁v",
+ "el"
+ ],
+ [
+ "▁",
+ "vel"
+ ],
+ [
+ "mat",
+ "rix"
+ ],
+ [
+ "▁Ma",
+ "t"
+ ],
+ [
+ "▁M",
+ "at"
+ ],
+ [
+ "▁",
+ "Mat"
+ ],
+ [
+ "gi",
+ "o"
+ ],
+ [
+ "g",
+ "io"
+ ],
+ [
+ "▁Ze",
+ "it"
+ ],
+ [
+ "VE",
+ "R"
+ ],
+ [
+ "V",
+ "ER"
+ ],
+ [
+ "ha",
+ "s"
+ ],
+ [
+ "h",
+ "as"
+ ],
+ [
+ "Connect",
+ "ion"
+ ],
+ [
+ "Conne",
+ "ction"
+ ],
+ [
+ "Con",
+ "nection"
+ ],
+ [
+ "▁ih",
+ "r"
+ ],
+ [
+ "▁i",
+ "hr"
+ ],
+ [
+ "▁att",
+ "ribute"
+ ],
+ [
+ "▁",
+ "attribute"
+ ],
+ [
+ "▁disc",
+ "uss"
+ ],
+ [
+ "▁dis",
+ "cuss"
+ ],
+ [
+ "▁dom",
+ "ain"
+ ],
+ [
+ "▁do",
+ "main"
+ ],
+ [
+ "▁",
+ "domain"
+ ],
+ [
+ "bin",
+ "d"
+ ],
+ [
+ "bi",
+ "nd"
+ ],
+ [
+ "b",
+ "ind"
+ ],
+ [
+ "▁Se",
+ "c"
+ ],
+ [
+ "▁S",
+ "ec"
+ ],
+ [
+ "▁",
+ "Sec"
+ ],
+ [
+ "ri",
+ "k"
+ ],
+ [
+ "r",
+ "ik"
+ ],
+ [
+ "clos",
+ "e"
+ ],
+ [
+ "clo",
+ "se"
+ ],
+ [
+ "cl",
+ "ose"
+ ],
+ [
+ "c",
+ "lose"
+ ],
+ [
+ "gi",
+ "n"
+ ],
+ [
+ "g",
+ "in"
+ ],
+ [
+ "▁lov",
+ "e"
+ ],
+ [
+ "▁lo",
+ "ve"
+ ],
+ [
+ "▁l",
+ "ove"
+ ],
+ [
+ "ant",
+ "o"
+ ],
+ [
+ "an",
+ "to"
+ ],
+ [
+ "gen",
+ "t"
+ ],
+ [
+ "ge",
+ "nt"
+ ],
+ [
+ "g",
+ "ent"
+ ],
+ [
+ "ab",
+ "a"
+ ],
+ [
+ "a",
+ "ba"
+ ],
+ [
+ "jan",
+ "go"
+ ],
+ [
+ "j",
+ "ango"
+ ],
+ [
+ "b",
+ "i"
+ ],
+ [
+ "▁obs",
+ "er"
+ ],
+ [
+ "▁ob",
+ "ser"
+ ],
+ [
+ "itt",
+ "ing"
+ ],
+ [
+ "it",
+ "ting"
+ ],
+ [
+ "▁р",
+ "у"
+ ],
+ [
+ "▁",
+ "ру"
+ ],
+ [
+ "}",
+ "="
+ ],
+ [
+ "age",
+ "n"
+ ],
+ [
+ "ag",
+ "en"
+ ],
+ [
+ "a",
+ "gen"
+ ],
+ [
+ "B",
+ "C"
+ ],
+ [
+ "som",
+ "e"
+ ],
+ [
+ "so",
+ "me"
+ ],
+ [
+ "s",
+ "ome"
+ ],
+ [
+ "▁B",
+ "u"
+ ],
+ [
+ "▁",
+ "Bu"
+ ],
+ [
+ "▁soc",
+ "i"
+ ],
+ [
+ "▁so",
+ "ci"
+ ],
+ [
+ "▁s",
+ "oci"
+ ],
+ [
+ "▁",
+ "soci"
+ ],
+ [
+ "▁individ",
+ "ual"
+ ],
+ [
+ "▁ind",
+ "ividual"
+ ],
+ [
+ "▁de",
+ "al"
+ ],
+ [
+ "▁out",
+ "side"
+ ],
+ [
+ "ri",
+ "o"
+ ],
+ [
+ "r",
+ "io"
+ ],
+ [
+ "Ex",
+ "ec"
+ ],
+ [
+ "and",
+ "id"
+ ],
+ [
+ "an",
+ "did"
+ ],
+ [
+ "▁bus",
+ "iness"
+ ],
+ [
+ "▁tempo",
+ "r"
+ ],
+ [
+ "▁temp",
+ "or"
+ ],
+ [
+ "▁tem",
+ "por"
+ ],
+ [
+ "▁t",
+ "empor"
+ ],
+ [
+ "▁Tu",
+ "r"
+ ],
+ [
+ "▁T",
+ "ur"
+ ],
+ [
+ "▁(",
+ "!"
+ ],
+ [
+ "▁",
+ "(!"
+ ],
+ [
+ "rite",
+ "r"
+ ],
+ [
+ "rit",
+ "er"
+ ],
+ [
+ "ri",
+ "ter"
+ ],
+ [
+ "r",
+ "iter"
+ ],
+ [
+ "▁goog",
+ "le"
+ ],
+ [
+ "▁go",
+ "ogle"
+ ],
+ [
+ "▁",
+ "google"
+ ],
+ [
+ "]",
+ ":"
+ ],
+ [
+ "itt",
+ "e"
+ ],
+ [
+ "it",
+ "te"
+ ],
+ [
+ "i",
+ "tte"
+ ],
+ [
+ "x",
+ "i"
+ ],
+ [
+ "▁П",
+ "а"
+ ],
+ [
+ "ho",
+ "l"
+ ],
+ [
+ "h",
+ "ol"
+ ],
+ [
+ "н",
+ "ь"
+ ],
+ [
+ "rin",
+ "g"
+ ],
+ [
+ "ri",
+ "ng"
+ ],
+ [
+ "r",
+ "ing"
+ ],
+ [
+ "▁su",
+ "l"
+ ],
+ [
+ "▁s",
+ "ul"
+ ],
+ [
+ "ност",
+ "и"
+ ],
+ [
+ "нос",
+ "ти"
+ ],
+ [
+ "но",
+ "сти"
+ ],
+ [
+ "_",
+ "."
+ ],
+ [
+ "ga",
+ "r"
+ ],
+ [
+ "g",
+ "ar"
+ ],
+ [
+ "T",
+ "ask"
+ ],
+ [
+ "▁Che",
+ "ck"
+ ],
+ [
+ "▁C",
+ "heck"
+ ],
+ [
+ "▁",
+ "Check"
+ ],
+ [
+ "▁moder",
+ "n"
+ ],
+ [
+ "▁mode",
+ "rn"
+ ],
+ [
+ "▁mod",
+ "ern"
+ ],
+ [
+ "▁mo",
+ "dern"
+ ],
+ [
+ "▁w",
+ "in"
+ ],
+ [
+ "▁",
+ "win"
+ ],
+ [
+ "ust",
+ "er"
+ ],
+ [
+ "us",
+ "ter"
+ ],
+ [
+ "u",
+ "ster"
+ ],
+ [
+ "ha",
+ "n"
+ ],
+ [
+ "h",
+ "an"
+ ],
+ [
+ "format",
+ "ion"
+ ],
+ [
+ "form",
+ "ation"
+ ],
+ [
+ "vo",
+ "id"
+ ],
+ [
+ "v",
+ "oid"
+ ],
+ [
+ "▁ф",
+ "и"
+ ],
+ [
+ "▁",
+ "фи"
+ ],
+ [
+ "▁use",
+ "ful"
+ ],
+ [
+ "▁Eng",
+ "land"
+ ],
+ [
+ "lo",
+ "s"
+ ],
+ [
+ "l",
+ "os"
+ ],
+ [
+ "eti",
+ "me"
+ ],
+ [
+ "et",
+ "ime"
+ ],
+ [
+ "e",
+ "time"
+ ],
+ [
+ "eu",
+ "r"
+ ],
+ [
+ "e",
+ "ur"
+ ],
+ [
+ "▁uniqu",
+ "e"
+ ],
+ [
+ "▁un",
+ "ique"
+ ],
+ [
+ "▁",
+ "unique"
+ ],
+ [
+ "▁ка",
+ "к"
+ ],
+ [
+ "yi",
+ "ng"
+ ],
+ [
+ "y",
+ "ing"
+ ],
+ [
+ "ob",
+ "j"
+ ],
+ [
+ "ui",
+ "d"
+ ],
+ [
+ "u",
+ "id"
+ ],
+ [
+ "▁window",
+ "s"
+ ],
+ [
+ "▁wind",
+ "ows"
+ ],
+ [
+ "▁w",
+ "indows"
+ ],
+ [
+ "▁",
+ "windows"
+ ],
+ [
+ "▁dist",
+ "ance"
+ ],
+ [
+ "▁d",
+ "istance"
+ ],
+ [
+ "▁",
+ "distance"
+ ],
+ [
+ "▁nombr",
+ "e"
+ ],
+ [
+ "▁nom",
+ "bre"
+ ],
+ [
+ "і",
+ "я"
+ ],
+ [
+ "oc",
+ "us"
+ ],
+ [
+ "o",
+ "cus"
+ ],
+ [
+ "ah",
+ "n"
+ ],
+ [
+ "a",
+ "hn"
+ ],
+ [
+ "iert",
+ "e"
+ ],
+ [
+ "ier",
+ "te"
+ ],
+ [
+ "i",
+ "erte"
+ ],
+ [
+ "▁da",
+ "r"
+ ],
+ [
+ "▁d",
+ "ar"
+ ],
+ [
+ "▁",
+ "dar"
+ ],
+ [
+ "S",
+ "I"
+ ],
+ [
+ "lon",
+ "g"
+ ],
+ [
+ "lo",
+ "ng"
+ ],
+ [
+ "l",
+ "ong"
+ ],
+ [
+ "ast",
+ "a"
+ ],
+ [
+ "as",
+ "ta"
+ ],
+ [
+ "a",
+ "sta"
+ ],
+ [
+ "ive",
+ "n"
+ ],
+ [
+ "iv",
+ "en"
+ ],
+ [
+ "i",
+ "ven"
+ ],
+ [
+ "▁to",
+ "ld"
+ ],
+ [
+ "▁t",
+ "old"
+ ],
+ [
+ "▁Gr",
+ "u"
+ ],
+ [
+ "▁G",
+ "ru"
+ ],
+ [
+ "fo",
+ "o"
+ ],
+ [
+ "f",
+ "oo"
+ ],
+ [
+ "▁call",
+ "ing"
+ ],
+ [
+ "▁cal",
+ "ling"
+ ],
+ [
+ "▁c",
+ "alling"
+ ],
+ [
+ "iem",
+ "bre"
+ ],
+ [
+ "i",
+ "embre"
+ ],
+ [
+ "▁fut",
+ "ure"
+ ],
+ [
+ "▁f",
+ "uture"
+ ],
+ [
+ "pr",
+ "ès"
+ ],
+ [
+ "p",
+ "rès"
+ ],
+ [
+ "lee",
+ "p"
+ ],
+ [
+ "le",
+ "ep"
+ ],
+ [
+ "avig",
+ "ation"
+ ],
+ [
+ "POS",
+ "T"
+ ],
+ [
+ "PO",
+ "ST"
+ ],
+ [
+ "P",
+ "OST"
+ ],
+ [
+ "▁describe",
+ "d"
+ ],
+ [
+ "▁descri",
+ "bed"
+ ],
+ [
+ "▁des",
+ "cribed"
+ ],
+ [
+ "▁no",
+ "ch"
+ ],
+ [
+ "▁n",
+ "och"
+ ],
+ [
+ "uni",
+ "t"
+ ],
+ [
+ "un",
+ "it"
+ ],
+ [
+ "u",
+ "nit"
+ ],
+ [
+ "alle",
+ "n"
+ ],
+ [
+ "all",
+ "en"
+ ],
+ [
+ "al",
+ "len"
+ ],
+ [
+ "▁bran",
+ "ch"
+ ],
+ [
+ "▁br",
+ "anch"
+ ],
+ [
+ "▁b",
+ "ranch"
+ ],
+ [
+ "▁",
+ "branch"
+ ],
+ [
+ "f",
+ "a"
+ ],
+ [
+ "▁fil",
+ "l"
+ ],
+ [
+ "▁fi",
+ "ll"
+ ],
+ [
+ "▁f",
+ "ill"
+ ],
+ [
+ "▁",
+ "fill"
+ ],
+ [
+ "▁ob",
+ "j"
+ ],
+ [
+ "▁",
+ "obj"
+ ],
+ [
+ "▁tre",
+ "e"
+ ],
+ [
+ "▁tr",
+ "ee"
+ ],
+ [
+ "▁t",
+ "ree"
+ ],
+ [
+ "▁",
+ "tree"
+ ],
+ [
+ "▁wurde",
+ "n"
+ ],
+ [
+ "▁wur",
+ "den"
+ ],
+ [
+ "▁Lit",
+ "er"
+ ],
+ [
+ "▁Li",
+ "ter"
+ ],
+ [
+ "▁L",
+ "iter"
+ ],
+ [
+ "▁",
+ "Liter"
+ ],
+ [
+ "ro",
+ "t"
+ ],
+ [
+ "r",
+ "ot"
+ ],
+ [
+ "spl",
+ "it"
+ ],
+ [
+ "sp",
+ "lit"
+ ],
+ [
+ "s",
+ "plit"
+ ],
+ [
+ "eme",
+ "in"
+ ],
+ [
+ "em",
+ "ein"
+ ],
+ [
+ "mod",
+ "ule"
+ ],
+ [
+ "C",
+ "A"
+ ],
+ [
+ "▁opera",
+ "tor"
+ ],
+ [
+ "▁oper",
+ "ator"
+ ],
+ [
+ "▁",
+ "operator"
+ ],
+ [
+ "▁wr",
+ "ote"
+ ],
+ [
+ "▁w",
+ "rote"
+ ],
+ [
+ "▁Jac",
+ "k"
+ ],
+ [
+ "▁Ja",
+ "ck"
+ ],
+ [
+ "▁J",
+ "ack"
+ ],
+ [
+ "▁",
+ "Jack"
+ ],
+ [
+ "olog",
+ "ie"
+ ],
+ [
+ "olo",
+ "gie"
+ ],
+ [
+ "▁An",
+ "t"
+ ],
+ [
+ "▁A",
+ "nt"
+ ],
+ [
+ "▁",
+ "Ant"
+ ],
+ [
+ "те",
+ "р"
+ ],
+ [
+ "т",
+ "ер"
+ ],
+ [
+ "stre",
+ "am"
+ ],
+ [
+ "st",
+ "ream"
+ ],
+ [
+ "▁Qu",
+ "e"
+ ],
+ [
+ "▁Q",
+ "ue"
+ ],
+ [
+ "▁",
+ "Que"
+ ],
+ [
+ "eps",
+ "ilon"
+ ],
+ [
+ "e",
+ "psilon"
+ ],
+ [
+ "no",
+ "n"
+ ],
+ [
+ "n",
+ "on"
+ ],
+ [
+ "ste",
+ "in"
+ ],
+ [
+ "st",
+ "ein"
+ ],
+ [
+ "▁simp",
+ "l"
+ ],
+ [
+ "▁sim",
+ "pl"
+ ],
+ [
+ "▁s",
+ "impl"
+ ],
+ [
+ "pu",
+ "b"
+ ],
+ [
+ "p",
+ "ub"
+ ],
+ [
+ "▁Jul",
+ "y"
+ ],
+ [
+ "▁Ju",
+ "ly"
+ ],
+ [
+ "▁J",
+ "uly"
+ ],
+ [
+ "▁natur",
+ "e"
+ ],
+ [
+ "▁nat",
+ "ure"
+ ],
+ [
+ "▁n",
+ "ature"
+ ],
+ [
+ "▁Data",
+ "base"
+ ],
+ [
+ "▁Dat",
+ "abase"
+ ],
+ [
+ "▁D",
+ "atabase"
+ ],
+ [
+ "▁",
+ "Database"
+ ],
+ [
+ "ó",
+ "l"
+ ],
+ [
+ "ни",
+ "м"
+ ],
+ [
+ "н",
+ "им"
+ ],
+ [
+ "▁V",
+ "I"
+ ],
+ [
+ "▁",
+ "VI"
+ ],
+ [
+ "êt",
+ "re"
+ ],
+ [
+ "ê",
+ "tre"
+ ],
+ [
+ "ile",
+ "s"
+ ],
+ [
+ "il",
+ "es"
+ ],
+ [
+ "i",
+ "les"
+ ],
+ [
+ "▁we",
+ "l"
+ ],
+ [
+ "▁w",
+ "el"
+ ],
+ [
+ "▁",
+ "wel"
+ ],
+ [
+ "')",
+ ","
+ ],
+ [
+ "'",
+ "),"
+ ],
+ [
+ "▁mu",
+ "t"
+ ],
+ [
+ "▁m",
+ "ut"
+ ],
+ [
+ "▁",
+ "mut"
+ ],
+ [
+ "loc",
+ "ation"
+ ],
+ [
+ "lo",
+ "cation"
+ ],
+ [
+ "l",
+ "ocation"
+ ],
+ [
+ "▁there",
+ "fore"
+ ],
+ [
+ "ell",
+ "i"
+ ],
+ [
+ "el",
+ "li"
+ ],
+ [
+ "▁",
+ "І"
+ ],
+ [
+ "n",
+ "é"
+ ],
+ [
+ "▁а",
+ "в"
+ ],
+ [
+ "led",
+ "ge"
+ ],
+ [
+ "l",
+ "edge"
+ ],
+ [
+ "▁conv",
+ "er"
+ ],
+ [
+ "▁con",
+ "ver"
+ ],
+ [
+ "í",
+ "m"
+ ],
+ [
+ "▁X",
+ "V"
+ ],
+ [
+ "▁",
+ "XV"
+ ],
+ [
+ "vid",
+ "er"
+ ],
+ [
+ "vi",
+ "der"
+ ],
+ [
+ "v",
+ "ider"
+ ],
+ [
+ "▁Januar",
+ "y"
+ ],
+ [
+ "▁Janu",
+ "ary"
+ ],
+ [
+ "▁usual",
+ "ly"
+ ],
+ [
+ "▁us",
+ "ually"
+ ],
+ [
+ "▁release",
+ "d"
+ ],
+ [
+ "▁re",
+ "leased"
+ ],
+ [
+ "▁M",
+ "i"
+ ],
+ [
+ "He",
+ "ad"
+ ],
+ [
+ "H",
+ "ead"
+ ],
+ [
+ "ille",
+ "r"
+ ],
+ [
+ "ill",
+ "er"
+ ],
+ [
+ "il",
+ "ler"
+ ],
+ [
+ "▁ja",
+ "n"
+ ],
+ [
+ "▁j",
+ "an"
+ ],
+ [
+ "▁",
+ "jan"
+ ],
+ [
+ "▁lett",
+ "er"
+ ],
+ [
+ "▁let",
+ "ter"
+ ],
+ [
+ "▁l",
+ "etter"
+ ],
+ [
+ "▁",
+ "letter"
+ ],
+ [
+ "prod",
+ "u"
+ ],
+ [
+ "pro",
+ "du"
+ ],
+ [
+ "pr",
+ "odu"
+ ],
+ [
+ "p",
+ "rodu"
+ ],
+ [
+ "r",
+ "d"
+ ],
+ [
+ "▁Ca",
+ "m"
+ ],
+ [
+ "▁C",
+ "am"
+ ],
+ [
+ "▁",
+ "Cam"
+ ],
+ [
+ ",",
+ "'"
+ ],
+ [
+ "▁",
+ "Ц"
+ ],
+ [
+ "▁pu",
+ "sh"
+ ],
+ [
+ "▁p",
+ "ush"
+ ],
+ [
+ "▁",
+ "push"
+ ],
+ [
+ "up",
+ "date"
+ ],
+ [
+ "▁may",
+ "be"
+ ],
+ [
+ "▁",
+ "maybe"
+ ],
+ [
+ "H",
+ "ttp"
+ ],
+ [
+ "@",
+ "\""
+ ],
+ [
+ "ме",
+ "р"
+ ],
+ [
+ "м",
+ "ер"
+ ],
+ [
+ "serv",
+ "ice"
+ ],
+ [
+ "ser",
+ "vice"
+ ],
+ [
+ "par",
+ "se"
+ ],
+ [
+ "p",
+ "arse"
+ ],
+ [
+ "▁das",
+ "s"
+ ],
+ [
+ "▁da",
+ "ss"
+ ],
+ [
+ "▁d",
+ "ass"
+ ],
+ [
+ "ê",
+ "n"
+ ],
+ [
+ ")",
+ "\""
+ ],
+ [
+ "mor",
+ "e"
+ ],
+ [
+ "mo",
+ "re"
+ ],
+ [
+ "m",
+ "ore"
+ ],
+ [
+ "/",
+ "*"
+ ],
+ [
+ "▁ma",
+ "s"
+ ],
+ [
+ "▁m",
+ "as"
+ ],
+ [
+ "▁",
+ "mas"
+ ],
+ [
+ "▁like",
+ "ly"
+ ],
+ [
+ "▁lik",
+ "ely"
+ ],
+ [
+ "▁",
+ "likely"
+ ],
+ [
+ "▁mater",
+ "ial"
+ ],
+ [
+ "▁mate",
+ "rial"
+ ],
+ [
+ "▁m",
+ "aterial"
+ ],
+ [
+ "▁",
+ "material"
+ ],
+ [
+ "▁[",
+ "["
+ ],
+ [
+ "▁",
+ "[["
+ ],
+ [
+ "▁long",
+ "er"
+ ],
+ [
+ "▁lon",
+ "ger"
+ ],
+ [
+ "ba",
+ "l"
+ ],
+ [
+ "b",
+ "al"
+ ],
+ [
+ "▁Arch",
+ "iv"
+ ],
+ [
+ "ig",
+ "t"
+ ],
+ [
+ "i",
+ "gt"
+ ],
+ [
+ "▁eg",
+ "y"
+ ],
+ [
+ "▁e",
+ "gy"
+ ],
+ [
+ "▁",
+ "egy"
+ ],
+ [
+ "id",
+ "ge"
+ ],
+ [
+ "ig",
+ "u"
+ ],
+ [
+ "i",
+ "gu"
+ ],
+ [
+ "con",
+ "f"
+ ],
+ [
+ "▁in",
+ "c"
+ ],
+ [
+ "▁i",
+ "nc"
+ ],
+ [
+ "▁",
+ "inc"
+ ],
+ [
+ "cons",
+ "ulté"
+ ],
+ [
+ "▁ma",
+ "i"
+ ],
+ [
+ "▁m",
+ "ai"
+ ],
+ [
+ "▁",
+ "mai"
+ ],
+ [
+ "W",
+ "ork"
+ ],
+ [
+ "▁г",
+ "ра"
+ ],
+ [
+ "▁",
+ "гра"
+ ],
+ [
+ "▁Oct",
+ "ober"
+ ],
+ [
+ "▁glob",
+ "al"
+ ],
+ [
+ "▁glo",
+ "bal"
+ ],
+ [
+ "▁g",
+ "lobal"
+ ],
+ [
+ "▁",
+ "global"
+ ],
+ [
+ "▁se",
+ "l"
+ ],
+ [
+ "▁s",
+ "el"
+ ],
+ [
+ "▁",
+ "sel"
+ ],
+ [
+ "▁m",
+ "unicip"
+ ],
+ [
+ "▁vio",
+ "l"
+ ],
+ [
+ "▁vi",
+ "ol"
+ ],
+ [
+ "▁Do",
+ "es"
+ ],
+ [
+ "▁",
+ "Does"
+ ],
+ [
+ "▁\\",
+ "["
+ ],
+ [
+ "ско",
+ "м"
+ ],
+ [
+ "ск",
+ "ом"
+ ],
+ [
+ "с",
+ "ком"
+ ],
+ [
+ "▁comp",
+ "os"
+ ],
+ [
+ "▁com",
+ "pos"
+ ],
+ [
+ "▁",
+ "compos"
+ ],
+ [
+ "б",
+ "ря"
+ ],
+ [
+ "в",
+ "я"
+ ],
+ [
+ "▁resp",
+ "ons"
+ ],
+ [
+ "▁",
+ "respons"
+ ],
+ [
+ "▁consider",
+ "ed"
+ ],
+ [
+ "▁consid",
+ "ered"
+ ],
+ [
+ "▁Jap",
+ "an"
+ ],
+ [
+ "▁Ja",
+ "pan"
+ ],
+ [
+ "▁J",
+ "apan"
+ ],
+ [
+ "pe",
+ "s"
+ ],
+ [
+ "p",
+ "es"
+ ],
+ [
+ "ost",
+ "o"
+ ],
+ [
+ "os",
+ "to"
+ ],
+ [
+ "o",
+ "sto"
+ ],
+ [
+ "▁mil",
+ "it"
+ ],
+ [
+ "▁mi",
+ "lit"
+ ],
+ [
+ "S",
+ "P"
+ ],
+ [
+ "с",
+ "ы"
+ ],
+ [
+ "att",
+ "r"
+ ],
+ [
+ "at",
+ "tr"
+ ],
+ [
+ "ci",
+ "l"
+ ],
+ [
+ "c",
+ "il"
+ ],
+ [
+ "irect",
+ "ory"
+ ],
+ [
+ "avi",
+ "ng"
+ ],
+ [
+ "av",
+ "ing"
+ ],
+ [
+ "a",
+ "ving"
+ ],
+ [
+ "▁De",
+ "l"
+ ],
+ [
+ "▁D",
+ "el"
+ ],
+ [
+ "▁",
+ "Del"
+ ],
+ [
+ "▁prev",
+ "ent"
+ ],
+ [
+ "▁pre",
+ "vent"
+ ],
+ [
+ "▁pr",
+ "event"
+ ],
+ [
+ "▁",
+ "prevent"
+ ],
+ [
+ "idad",
+ "e"
+ ],
+ [
+ "ida",
+ "de"
+ ],
+ [
+ "id",
+ "ade"
+ ],
+ [
+ "i",
+ "dade"
+ ],
+ [
+ "gi",
+ "t"
+ ],
+ [
+ "g",
+ "it"
+ ],
+ [
+ "if",
+ "orm"
+ ],
+ [
+ "i",
+ "form"
+ ],
+ [
+ "oute",
+ "r"
+ ],
+ [
+ "out",
+ "er"
+ ],
+ [
+ "ou",
+ "ter"
+ ],
+ [
+ "o",
+ "uter"
+ ],
+ [
+ "inc",
+ "t"
+ ],
+ [
+ "in",
+ "ct"
+ ],
+ [
+ "lev",
+ "el"
+ ],
+ [
+ "le",
+ "vel"
+ ],
+ [
+ "ate",
+ "ver"
+ ],
+ [
+ "at",
+ "ever"
+ ],
+ [
+ "▁rep",
+ "e"
+ ],
+ [
+ "▁re",
+ "pe"
+ ],
+ [
+ "▁ex",
+ "c"
+ ],
+ [
+ "▁e",
+ "xc"
+ ],
+ [
+ "да",
+ "р"
+ ],
+ [
+ "д",
+ "ар"
+ ],
+ [
+ "St",
+ "yle"
+ ],
+ [
+ "▁Thom",
+ "as"
+ ],
+ [
+ "▁Th",
+ "omas"
+ ],
+ [
+ "elin",
+ "e"
+ ],
+ [
+ "eli",
+ "ne"
+ ],
+ [
+ "el",
+ "ine"
+ ],
+ [
+ "e",
+ "line"
+ ],
+ [
+ "▁",
+ "ж"
+ ],
+ [
+ "unt",
+ "ime"
+ ],
+ [
+ "un",
+ "time"
+ ],
+ [
+ "▁lar",
+ "g"
+ ],
+ [
+ "▁la",
+ "rg"
+ ],
+ [
+ "▁l",
+ "arg"
+ ],
+ [
+ "▁",
+ "larg"
+ ],
+ [
+ "Tr",
+ "ue"
+ ],
+ [
+ ".",
+ "*"
+ ],
+ [
+ "cre",
+ "en"
+ ],
+ [
+ "cr",
+ "een"
+ ],
+ [
+ "c",
+ "reen"
+ ],
+ [
+ "yle",
+ "s"
+ ],
+ [
+ "yl",
+ "es"
+ ],
+ [
+ "y",
+ "les"
+ ],
+ [
+ "▁trans",
+ "l"
+ ],
+ [
+ "▁tran",
+ "sl"
+ ],
+ [
+ "▁С",
+ "о"
+ ],
+ [
+ "ension",
+ "s"
+ ],
+ [
+ "ens",
+ "ions"
+ ],
+ [
+ "ä",
+ "l"
+ ],
+ [
+ "iss",
+ "e"
+ ],
+ [
+ "is",
+ "se"
+ ],
+ [
+ "▁vol",
+ "t"
+ ],
+ [
+ "▁vo",
+ "lt"
+ ],
+ [
+ "▁v",
+ "olt"
+ ],
+ [
+ "cial",
+ "ly"
+ ],
+ [
+ "ci",
+ "ally"
+ ],
+ [
+ "ni",
+ "k"
+ ],
+ [
+ "n",
+ "ik"
+ ],
+ [
+ ".",
+ "]"
+ ],
+ [
+ "▁Stad",
+ "t"
+ ],
+ [
+ "▁Sta",
+ "dt"
+ ],
+ [
+ "▁St",
+ "adt"
+ ],
+ [
+ "м",
+ "ы"
+ ],
+ [
+ "fil",
+ "l"
+ ],
+ [
+ "fi",
+ "ll"
+ ],
+ [
+ "f",
+ "ill"
+ ],
+ [
+ "lo",
+ "v"
+ ],
+ [
+ "l",
+ "ov"
+ ],
+ [
+ "▁\"",
+ "/"
+ ],
+ [
+ "▁",
+ "\"/"
+ ],
+ [
+ "S",
+ "p"
+ ],
+ [
+ "▁A",
+ "ir"
+ ],
+ [
+ "Cal",
+ "l"
+ ],
+ [
+ "Ca",
+ "ll"
+ ],
+ [
+ "C",
+ "all"
+ ],
+ [
+ "▁nu",
+ "r"
+ ],
+ [
+ "▁n",
+ "ur"
+ ],
+ [
+ "Che",
+ "ck"
+ ],
+ [
+ "C",
+ "heck"
+ ],
+ [
+ "ien",
+ "ce"
+ ],
+ [
+ "i",
+ "ence"
+ ],
+ [
+ "ef",
+ "ined"
+ ],
+ [
+ "▁в",
+ "ре"
+ ],
+ [
+ "ł",
+ "o"
+ ],
+ [
+ "d",
+ "z"
+ ],
+ [
+ "▁о",
+ "р"
+ ],
+ [
+ "▁",
+ "ор"
+ ],
+ [
+ "ike",
+ "r"
+ ],
+ [
+ "ik",
+ "er"
+ ],
+ [
+ "i",
+ "ker"
+ ],
+ [
+ "ow",
+ "a"
+ ],
+ [
+ "o",
+ "wa"
+ ],
+ [
+ "ови",
+ "ч"
+ ],
+ [
+ "о",
+ "вич"
+ ],
+ [
+ "r",
+ "é"
+ ],
+ [
+ "O",
+ "L"
+ ],
+ [
+ "▁linea",
+ "r"
+ ],
+ [
+ "▁line",
+ "ar"
+ ],
+ [
+ "▁lin",
+ "ear"
+ ],
+ [
+ "▁li",
+ "near"
+ ],
+ [
+ "▁",
+ "linear"
+ ],
+ [
+ "▁exp",
+ "ort"
+ ],
+ [
+ "▁ex",
+ "port"
+ ],
+ [
+ "▁",
+ "export"
+ ],
+ [
+ "ah",
+ "r"
+ ],
+ [
+ "a",
+ "hr"
+ ],
+ [
+ "icia",
+ "l"
+ ],
+ [
+ "ici",
+ "al"
+ ],
+ [
+ "ic",
+ "ial"
+ ],
+ [
+ "i",
+ "cial"
+ ],
+ [
+ "Re",
+ "p"
+ ],
+ [
+ "R",
+ "ep"
+ ],
+ [
+ "▁natur",
+ "al"
+ ],
+ [
+ "▁nat",
+ "ural"
+ ],
+ [
+ "▁n",
+ "atural"
+ ],
+ [
+ "▁",
+ "natural"
+ ],
+ [
+ "▁co",
+ "p"
+ ],
+ [
+ "▁c",
+ "op"
+ ],
+ [
+ "▁",
+ "cop"
+ ],
+ [
+ "▁}",
+ ")"
+ ],
+ [
+ "▁",
+ "})"
+ ],
+ [
+ "ç",
+ "ões"
+ ],
+ [
+ "z",
+ "z"
+ ],
+ [
+ "Wh",
+ "at"
+ ],
+ [
+ "W",
+ "hat"
+ ],
+ [
+ "▁Hou",
+ "se"
+ ],
+ [
+ "▁Ho",
+ "use"
+ ],
+ [
+ "▁H",
+ "ouse"
+ ],
+ [
+ "Re",
+ "f"
+ ],
+ [
+ "R",
+ "ef"
+ ],
+ [
+ "inge",
+ "r"
+ ],
+ [
+ "ing",
+ "er"
+ ],
+ [
+ "in",
+ "ger"
+ ],
+ [
+ "▁tak",
+ "ing"
+ ],
+ [
+ "▁ta",
+ "king"
+ ],
+ [
+ "▁t",
+ "aking"
+ ],
+ [
+ "n",
+ "ě"
+ ],
+ [
+ "▁Ein",
+ "z"
+ ],
+ [
+ "▁da",
+ "m"
+ ],
+ [
+ "▁d",
+ "am"
+ ],
+ [
+ "▁",
+ "dam"
+ ],
+ [
+ "▁issue",
+ "s"
+ ],
+ [
+ "▁issu",
+ "es"
+ ],
+ [
+ "▁iss",
+ "ues"
+ ],
+ [
+ "▁",
+ "issues"
+ ],
+ [
+ "Build",
+ "er"
+ ],
+ [
+ "Bu",
+ "ilder"
+ ],
+ [
+ "edi",
+ "t"
+ ],
+ [
+ "ed",
+ "it"
+ ],
+ [
+ "e",
+ "dit"
+ ],
+ [
+ "▁pr",
+ "z"
+ ],
+ [
+ "▁p",
+ "rz"
+ ],
+ [
+ "pass",
+ "word"
+ ],
+ [
+ "Gen",
+ "er"
+ ],
+ [
+ "Ge",
+ "ner"
+ ],
+ [
+ "G",
+ "ener"
+ ],
+ [
+ "ri",
+ "m"
+ ],
+ [
+ "r",
+ "im"
+ ],
+ [
+ "▁part",
+ "s"
+ ],
+ [
+ "▁par",
+ "ts"
+ ],
+ [
+ "▁p",
+ "arts"
+ ],
+ [
+ "▁",
+ "parts"
+ ],
+ [
+ "--",
+ "-"
+ ],
+ [
+ "-",
+ "--"
+ ],
+ [
+ "igin",
+ "al"
+ ],
+ [
+ "igi",
+ "nal"
+ ],
+ [
+ "ig",
+ "inal"
+ ],
+ [
+ "▁Sc",
+ "i"
+ ],
+ [
+ "▁S",
+ "ci"
+ ],
+ [
+ "▁moth",
+ "er"
+ ],
+ [
+ "▁mot",
+ "her"
+ ],
+ [
+ "▁mo",
+ "ther"
+ ],
+ [
+ "▁m",
+ "other"
+ ],
+ [
+ "re",
+ "a"
+ ],
+ [
+ "r",
+ "ea"
+ ],
+ [
+ "▁contain",
+ "er"
+ ],
+ [
+ "▁cont",
+ "ainer"
+ ],
+ [
+ "▁",
+ "container"
+ ],
+ [
+ "д",
+ "я"
+ ],
+ [
+ "▁I",
+ "P"
+ ],
+ [
+ "▁",
+ "IP"
+ ],
+ [
+ "▁non",
+ "e"
+ ],
+ [
+ "▁no",
+ "ne"
+ ],
+ [
+ "▁n",
+ "one"
+ ],
+ [
+ "▁",
+ "none"
+ ],
+ [
+ "▁follow",
+ "ed"
+ ],
+ [
+ "▁pl",
+ "e"
+ ],
+ [
+ "▁p",
+ "le"
+ ],
+ [
+ "▁",
+ "ple"
+ ],
+ [
+ "▁meas",
+ "ure"
+ ],
+ [
+ "▁me",
+ "asure"
+ ],
+ [
+ "▁",
+ "measure"
+ ],
+ [
+ "▁tou",
+ "t"
+ ],
+ [
+ "▁to",
+ "ut"
+ ],
+ [
+ "▁t",
+ "out"
+ ],
+ [
+ "▁",
+ "tout"
+ ],
+ [
+ "Ex",
+ "t"
+ ],
+ [
+ "E",
+ "xt"
+ ],
+ [
+ "▁T",
+ "V"
+ ],
+ [
+ "▁",
+ "TV"
+ ],
+ [
+ "▁expla",
+ "in"
+ ],
+ [
+ "▁expl",
+ "ain"
+ ],
+ [
+ "▁exp",
+ "lain"
+ ],
+ [
+ "▁ex",
+ "plain"
+ ],
+ [
+ "▁pap",
+ "er"
+ ],
+ [
+ "▁pa",
+ "per"
+ ],
+ [
+ "▁p",
+ "aper"
+ ],
+ [
+ "▁",
+ "paper"
+ ],
+ [
+ "ст",
+ "і"
+ ],
+ [
+ "с",
+ "ті"
+ ],
+ [
+ "w",
+ "s"
+ ],
+ [
+ "W",
+ "ik"
+ ],
+ [
+ "▁m",
+ "m"
+ ],
+ [
+ "▁",
+ "mm"
+ ],
+ [
+ "▁Nor",
+ "m"
+ ],
+ [
+ "▁No",
+ "rm"
+ ],
+ [
+ "▁N",
+ "orm"
+ ],
+ [
+ "▁Serv",
+ "er"
+ ],
+ [
+ "▁Ser",
+ "ver"
+ ],
+ [
+ "▁",
+ "Server"
+ ],
+ [
+ "fon",
+ "t"
+ ],
+ [
+ "fo",
+ "nt"
+ ],
+ [
+ "f",
+ "ont"
+ ],
+ [
+ "eca",
+ "use"
+ ],
+ [
+ "ec",
+ "ause"
+ ],
+ [
+ "T",
+ "R"
+ ],
+ [
+ "▁б",
+ "и"
+ ],
+ [
+ "▁",
+ "би"
+ ],
+ [
+ "L",
+ "a"
+ ],
+ [
+ "▁en",
+ "s"
+ ],
+ [
+ "▁e",
+ "ns"
+ ],
+ [
+ "▁",
+ "ens"
+ ],
+ [
+ "▁ret",
+ "r"
+ ],
+ [
+ "▁re",
+ "tr"
+ ],
+ [
+ "▁r",
+ "etr"
+ ],
+ [
+ "▁Si",
+ "l"
+ ],
+ [
+ "▁S",
+ "il"
+ ],
+ [
+ "▁",
+ "Sil"
+ ],
+ [
+ "▁sequ",
+ "ence"
+ ],
+ [
+ "▁se",
+ "quence"
+ ],
+ [
+ "▁",
+ "sequence"
+ ],
+ [
+ "ar",
+ "c"
+ ],
+ [
+ "a",
+ "rc"
+ ],
+ [
+ "I",
+ "V"
+ ],
+ [
+ "z",
+ "á"
+ ],
+ [
+ "▁And",
+ "roid"
+ ],
+ [
+ "▁",
+ "Android"
+ ],
+ [
+ "▁Sup",
+ "er"
+ ],
+ [
+ "▁Su",
+ "per"
+ ],
+ [
+ "▁S",
+ "uper"
+ ],
+ [
+ "▁",
+ "Super"
+ ],
+ [
+ "▁ro",
+ "z"
+ ],
+ [
+ "▁r",
+ "oz"
+ ],
+ [
+ "▁",
+ "roz"
+ ],
+ [
+ "ovi",
+ "e"
+ ],
+ [
+ "ov",
+ "ie"
+ ],
+ [
+ "o",
+ "vie"
+ ],
+ [
+ "O",
+ "m"
+ ],
+ [
+ "▁Wel",
+ "l"
+ ],
+ [
+ "▁We",
+ "ll"
+ ],
+ [
+ "▁W",
+ "ell"
+ ],
+ [
+ "▁",
+ "Well"
+ ],
+ [
+ "ma",
+ "ke"
+ ],
+ [
+ "m",
+ "ake"
+ ],
+ [
+ "orp",
+ "h"
+ ],
+ [
+ "or",
+ "ph"
+ ],
+ [
+ "▁Je",
+ "r"
+ ],
+ [
+ "▁J",
+ "er"
+ ],
+ [
+ "▁Ro",
+ "s"
+ ],
+ [
+ "▁R",
+ "os"
+ ],
+ [
+ "refer",
+ "ence"
+ ],
+ [
+ "re",
+ "ference"
+ ],
+ [
+ "▁feature",
+ "s"
+ ],
+ [
+ "▁fe",
+ "atures"
+ ],
+ [
+ "▁",
+ "features"
+ ],
+ [
+ "▁Ge",
+ "r"
+ ],
+ [
+ "▁G",
+ "er"
+ ],
+ [
+ "▁Le",
+ "g"
+ ],
+ [
+ "▁L",
+ "eg"
+ ],
+ [
+ "▁",
+ "Leg"
+ ],
+ [
+ "▁lat",
+ "e"
+ ],
+ [
+ "▁la",
+ "te"
+ ],
+ [
+ "▁l",
+ "ate"
+ ],
+ [
+ "▁",
+ "late"
+ ],
+ [
+ "▁addition",
+ "al"
+ ],
+ [
+ "▁add",
+ "itional"
+ ],
+ [
+ "▁fl",
+ "o"
+ ],
+ [
+ "▁f",
+ "lo"
+ ],
+ [
+ "▁е",
+ "го"
+ ],
+ [
+ "▁",
+ "его"
+ ],
+ [
+ "▁alg",
+ "orithm"
+ ],
+ [
+ "▁",
+ "algorithm"
+ ],
+ [
+ "B",
+ "A"
+ ],
+ [
+ "ka",
+ "r"
+ ],
+ [
+ "k",
+ "ar"
+ ],
+ [
+ "I",
+ "P"
+ ],
+ [
+ "])",
+ ";"
+ ],
+ [
+ "]",
+ ");"
+ ],
+ [
+ "▁appear",
+ "s"
+ ],
+ [
+ "▁appe",
+ "ars"
+ ],
+ [
+ "▁app",
+ "ears"
+ ],
+ [
+ "y",
+ "w"
+ ],
+ [
+ "▁tem",
+ "p"
+ ],
+ [
+ "▁te",
+ "mp"
+ ],
+ [
+ "▁t",
+ "emp"
+ ],
+ [
+ "▁",
+ "temp"
+ ],
+ [
+ "▁aus",
+ "si"
+ ],
+ [
+ "met",
+ "hod"
+ ],
+ [
+ "m",
+ "ethod"
+ ],
+ [
+ "▁pe",
+ "t"
+ ],
+ [
+ "▁p",
+ "et"
+ ],
+ [
+ "▁",
+ "pet"
+ ],
+ [
+ "stra",
+ "p"
+ ],
+ [
+ "str",
+ "ap"
+ ],
+ [
+ "st",
+ "rap"
+ ],
+ [
+ "arn",
+ "ing"
+ ],
+ [
+ "ar",
+ "ning"
+ ],
+ [
+ "▁cu",
+ "t"
+ ],
+ [
+ "▁c",
+ "ut"
+ ],
+ [
+ "▁",
+ "cut"
+ ],
+ [
+ "▁S",
+ "a"
+ ],
+ [
+ "▁",
+ "Sa"
+ ],
+ [
+ "▁trac",
+ "k"
+ ],
+ [
+ "▁tra",
+ "ck"
+ ],
+ [
+ "▁tr",
+ "ack"
+ ],
+ [
+ "▁t",
+ "rack"
+ ],
+ [
+ "▁",
+ "track"
+ ],
+ [
+ "▁emp",
+ "loy"
+ ],
+ [
+ "▁ind",
+ "e"
+ ],
+ [
+ "▁in",
+ "de"
+ ],
+ [
+ "▁i",
+ "nde"
+ ],
+ [
+ "▁",
+ "inde"
+ ],
+ [
+ "ra",
+ "v"
+ ],
+ [
+ "r",
+ "av"
+ ],
+ [
+ "▁gener",
+ "ate"
+ ],
+ [
+ "▁gene",
+ "rate"
+ ],
+ [
+ "▁",
+ "generate"
+ ],
+ [
+ "be",
+ "s"
+ ],
+ [
+ "b",
+ "es"
+ ],
+ [
+ "art",
+ "s"
+ ],
+ [
+ "ar",
+ "ts"
+ ],
+ [
+ "Stat",
+ "us"
+ ],
+ [
+ "St",
+ "atus"
+ ],
+ [
+ "ug",
+ "e"
+ ],
+ [
+ "u",
+ "ge"
+ ],
+ [
+ "ali",
+ "s"
+ ],
+ [
+ "al",
+ "is"
+ ],
+ [
+ "a",
+ "lis"
+ ],
+ [
+ "▁overrid",
+ "e"
+ ],
+ [
+ "▁over",
+ "ride"
+ ],
+ [
+ "▁",
+ "override"
+ ],
+ [
+ "▁f",
+ "i"
+ ],
+ [
+ "▁",
+ "fi"
+ ],
+ [
+ "▁los",
+ "t"
+ ],
+ [
+ "▁lo",
+ "st"
+ ],
+ [
+ "▁l",
+ "ost"
+ ],
+ [
+ "▁",
+ "lost"
+ ],
+ [
+ "ote",
+ "d"
+ ],
+ [
+ "ot",
+ "ed"
+ ],
+ [
+ "o",
+ "ted"
+ ],
+ [
+ "▁ro",
+ "om"
+ ],
+ [
+ "▁r",
+ "oom"
+ ],
+ [
+ "▁",
+ "room"
+ ],
+ [
+ "▁call",
+ "s"
+ ],
+ [
+ "▁cal",
+ "ls"
+ ],
+ [
+ "▁c",
+ "alls"
+ ],
+ [
+ "▁cons",
+ "ist"
+ ],
+ [
+ "ре",
+ "н"
+ ],
+ [
+ "р",
+ "ен"
+ ],
+ [
+ "▁villa",
+ "ge"
+ ],
+ [
+ "▁vill",
+ "age"
+ ],
+ [
+ "▁vil",
+ "lage"
+ ],
+ [
+ "dis",
+ "t"
+ ],
+ [
+ "di",
+ "st"
+ ],
+ [
+ "d",
+ "ist"
+ ],
+ [
+ "▁tec",
+ "hn"
+ ],
+ [
+ "▁te",
+ "chn"
+ ],
+ [
+ "▁",
+ "techn"
+ ],
+ [
+ "enz",
+ "a"
+ ],
+ [
+ "en",
+ "za"
+ ],
+ [
+ "▁ро",
+ "з"
+ ],
+ [
+ "▁р",
+ "оз"
+ ],
+ [
+ "▁",
+ "роз"
+ ],
+ [
+ "▁Catal",
+ "og"
+ ],
+ [
+ "▁Cat",
+ "alog"
+ ],
+ [
+ "▁C",
+ "atalog"
+ ],
+ [
+ "▁bec",
+ "om"
+ ],
+ [
+ "▁be",
+ "com"
+ ],
+ [
+ "row",
+ "s"
+ ],
+ [
+ "ro",
+ "ws"
+ ],
+ [
+ "r",
+ "ows"
+ ],
+ [
+ "▁Ne",
+ "l"
+ ],
+ [
+ "▁N",
+ "el"
+ ],
+ [
+ "comp",
+ "le"
+ ],
+ [
+ "com",
+ "ple"
+ ],
+ [
+ "▁prem",
+ "i"
+ ],
+ [
+ "▁pre",
+ "mi"
+ ],
+ [
+ "▁pr",
+ "emi"
+ ],
+ [
+ "▁ro",
+ "t"
+ ],
+ [
+ "▁r",
+ "ot"
+ ],
+ [
+ "▁",
+ "rot"
+ ],
+ [
+ "▁Web",
+ "links"
+ ],
+ [
+ "▁foot",
+ "ball"
+ ],
+ [
+ "▁",
+ "football"
+ ],
+ [
+ "▁comp",
+ "ar"
+ ],
+ [
+ "▁com",
+ "par"
+ ],
+ [
+ "▁liv",
+ "e"
+ ],
+ [
+ "▁li",
+ "ve"
+ ],
+ [
+ "▁l",
+ "ive"
+ ],
+ [
+ "▁",
+ "live"
+ ],
+ [
+ "ки",
+ "х"
+ ],
+ [
+ "к",
+ "их"
+ ],
+ [
+ "▁equ",
+ "ival"
+ ],
+ [
+ "cap",
+ "e"
+ ],
+ [
+ "ca",
+ "pe"
+ ],
+ [
+ "c",
+ "ape"
+ ],
+ [
+ "▁Ge",
+ "n"
+ ],
+ [
+ "▁G",
+ "en"
+ ],
+ [
+ "▁",
+ "Gen"
+ ],
+ [
+ "nde",
+ "r"
+ ],
+ [
+ "nd",
+ "er"
+ ],
+ [
+ "n",
+ "der"
+ ],
+ [
+ "▁Vi",
+ "s"
+ ],
+ [
+ "▁V",
+ "is"
+ ],
+ [
+ "▁",
+ "Vis"
+ ],
+ [
+ "▁beh",
+ "ind"
+ ],
+ [
+ "▁be",
+ "hind"
+ ],
+ [
+ "ger",
+ "s"
+ ],
+ [
+ "ge",
+ "rs"
+ ],
+ [
+ "g",
+ "ers"
+ ],
+ [
+ "vo",
+ "ke"
+ ],
+ [
+ "v",
+ "oke"
+ ],
+ [
+ "▁medi",
+ "a"
+ ],
+ [
+ "▁med",
+ "ia"
+ ],
+ [
+ "▁me",
+ "dia"
+ ],
+ [
+ "▁m",
+ "edia"
+ ],
+ [
+ "▁",
+ "media"
+ ],
+ [
+ "E",
+ "X"
+ ],
+ [
+ "tha",
+ "t"
+ ],
+ [
+ "th",
+ "at"
+ ],
+ [
+ "t",
+ "hat"
+ ],
+ [
+ "▁son",
+ "o"
+ ],
+ [
+ "▁so",
+ "no"
+ ],
+ [
+ "▁s",
+ "ono"
+ ],
+ [
+ "▁",
+ "sono"
+ ],
+ [
+ "▁mysq",
+ "l"
+ ],
+ [
+ "▁my",
+ "sql"
+ ],
+ [
+ "▁",
+ "mysql"
+ ],
+ [
+ "e",
+ "v"
+ ],
+ [
+ "▁ru",
+ "le"
+ ],
+ [
+ "▁r",
+ "ule"
+ ],
+ [
+ "▁",
+ "rule"
+ ],
+ [
+ "до",
+ "в"
+ ],
+ [
+ "д",
+ "ов"
+ ],
+ [
+ "ac",
+ "c"
+ ],
+ [
+ "a",
+ "cc"
+ ],
+ [
+ "▁WH",
+ "ERE"
+ ],
+ [
+ "▁W",
+ "HERE"
+ ],
+ [
+ "▁",
+ "WHERE"
+ ],
+ [
+ "ен",
+ "е"
+ ],
+ [
+ "е",
+ "не"
+ ],
+ [
+ "Gr",
+ "id"
+ ],
+ [
+ "G",
+ "rid"
+ ],
+ [
+ "▁ju",
+ "l"
+ ],
+ [
+ "▁j",
+ "ul"
+ ],
+ [
+ "▁mor",
+ "t"
+ ],
+ [
+ "▁mo",
+ "rt"
+ ],
+ [
+ "▁m",
+ "ort"
+ ],
+ [
+ "▁",
+ "mort"
+ ],
+ [
+ "▁generate",
+ "d"
+ ],
+ [
+ "▁gener",
+ "ated"
+ ],
+ [
+ "▁",
+ "generated"
+ ],
+ [
+ "enci",
+ "a"
+ ],
+ [
+ "enc",
+ "ia"
+ ],
+ [
+ "en",
+ "cia"
+ ],
+ [
+ "act",
+ "er"
+ ],
+ [
+ "ac",
+ "ter"
+ ],
+ [
+ "cl",
+ "ud"
+ ],
+ [
+ "▁sc",
+ "en"
+ ],
+ [
+ "▁s",
+ "cen"
+ ],
+ [
+ "▁close",
+ "d"
+ ],
+ [
+ "▁clos",
+ "ed"
+ ],
+ [
+ "▁clo",
+ "sed"
+ ],
+ [
+ "▁cl",
+ "osed"
+ ],
+ [
+ "▁",
+ "closed"
+ ],
+ [
+ "▁Mich",
+ "ael"
+ ],
+ [
+ "▁",
+ "Michael"
+ ],
+ [
+ "▁mou",
+ "nt"
+ ],
+ [
+ "▁mo",
+ "unt"
+ ],
+ [
+ "▁m",
+ "ount"
+ ],
+ [
+ "▁",
+ "mount"
+ ],
+ [
+ ")$",
+ ","
+ ],
+ [
+ ")",
+ "$,"
+ ],
+ [
+ "▁dro",
+ "p"
+ ],
+ [
+ "▁dr",
+ "op"
+ ],
+ [
+ "▁d",
+ "rop"
+ ],
+ [
+ "▁",
+ "drop"
+ ],
+ [
+ "▁comb",
+ "in"
+ ],
+ [
+ "▁com",
+ "bin"
+ ],
+ [
+ "to",
+ "col"
+ ],
+ [
+ "▁go",
+ "es"
+ ],
+ [
+ "▁ge",
+ "b"
+ ],
+ [
+ "▁g",
+ "eb"
+ ],
+ [
+ "▁",
+ "geb"
+ ],
+ [
+ "M",
+ "D"
+ ],
+ [
+ "▁Anto",
+ "n"
+ ],
+ [
+ "▁Ant",
+ "on"
+ ],
+ [
+ "▁An",
+ "ton"
+ ],
+ [
+ "▁$(",
+ "\""
+ ],
+ [
+ "▁$",
+ "(\""
+ ],
+ [
+ "Te",
+ "m"
+ ],
+ [
+ "T",
+ "em"
+ ],
+ [
+ "▁c",
+ "a"
+ ],
+ [
+ "▁",
+ "ca"
+ ],
+ [
+ "▁inst",
+ "ru"
+ ],
+ [
+ "▁in",
+ "stru"
+ ],
+ [
+ "ed",
+ "s"
+ ],
+ [
+ "e",
+ "ds"
+ ],
+ [
+ "▁too",
+ "l"
+ ],
+ [
+ "▁to",
+ "ol"
+ ],
+ [
+ "▁t",
+ "ool"
+ ],
+ [
+ "▁",
+ "tool"
+ ],
+ [
+ "my",
+ "s"
+ ],
+ [
+ "m",
+ "ys"
+ ],
+ [
+ "▁rout",
+ "e"
+ ],
+ [
+ "▁rou",
+ "te"
+ ],
+ [
+ "▁ro",
+ "ute"
+ ],
+ [
+ "▁r",
+ "oute"
+ ],
+ [
+ "▁",
+ "route"
+ ],
+ [
+ "\")",
+ ")"
+ ],
+ [
+ "\"",
+ "))"
+ ],
+ [
+ "пр",
+ "е"
+ ],
+ [
+ "п",
+ "ре"
+ ],
+ [
+ "▁flo",
+ "at"
+ ],
+ [
+ "▁f",
+ "loat"
+ ],
+ [
+ "▁",
+ "float"
+ ],
+ [
+ "▁service",
+ "s"
+ ],
+ [
+ "▁servi",
+ "ces"
+ ],
+ [
+ "▁serv",
+ "ices"
+ ],
+ [
+ "▁",
+ "services"
+ ],
+ [
+ "▁ч",
+ "и"
+ ],
+ [
+ "▁",
+ "чи"
+ ],
+ [
+ "к",
+ "і"
+ ],
+ [
+ "embl",
+ "y"
+ ],
+ [
+ "emb",
+ "ly"
+ ],
+ [
+ "ake",
+ "r"
+ ],
+ [
+ "ak",
+ "er"
+ ],
+ [
+ "a",
+ "ker"
+ ],
+ [
+ "▁So",
+ "n"
+ ],
+ [
+ "▁S",
+ "on"
+ ],
+ [
+ "▁Mat",
+ "h"
+ ],
+ [
+ "▁Ma",
+ "th"
+ ],
+ [
+ "▁M",
+ "ath"
+ ],
+ [
+ "▁",
+ "Math"
+ ],
+ [
+ "ass",
+ "e"
+ ],
+ [
+ "as",
+ "se"
+ ],
+ [
+ "ous",
+ "ly"
+ ],
+ [
+ "lication",
+ "s"
+ ],
+ [
+ "lic",
+ "ations"
+ ],
+ [
+ "▁r",
+ "u"
+ ],
+ [
+ "▁",
+ "ru"
+ ],
+ [
+ "▁щ",
+ "о"
+ ],
+ [
+ "▁",
+ "що"
+ ],
+ [
+ "▁Cons",
+ "t"
+ ],
+ [
+ "▁Con",
+ "st"
+ ],
+ [
+ "▁",
+ "Const"
+ ],
+ [
+ "▁imm",
+ "edi"
+ ],
+ [
+ "▁im",
+ "medi"
+ ],
+ [
+ "F",
+ "O"
+ ],
+ [
+ "or",
+ "o"
+ ],
+ [
+ "o",
+ "ro"
+ ],
+ [
+ "▁product",
+ "ion"
+ ],
+ [
+ "▁produ",
+ "ction"
+ ],
+ [
+ "▁p",
+ "roduction"
+ ],
+ [
+ "▁",
+ "production"
+ ],
+ [
+ "re",
+ "i"
+ ],
+ [
+ "r",
+ "ei"
+ ],
+ [
+ "▁j",
+ "query"
+ ],
+ [
+ "▁",
+ "jquery"
+ ],
+ [
+ "ann",
+ "t"
+ ],
+ [
+ "an",
+ "nt"
+ ],
+ [
+ "▁Wh",
+ "ile"
+ ],
+ [
+ "▁s",
+ "n"
+ ],
+ [
+ "▁",
+ "sn"
+ ],
+ [
+ "▁год",
+ "и"
+ ],
+ [
+ "▁го",
+ "ди"
+ ],
+ [
+ "Form",
+ "at"
+ ],
+ [
+ "For",
+ "mat"
+ ],
+ [
+ "▁sta",
+ "r"
+ ],
+ [
+ "▁st",
+ "ar"
+ ],
+ [
+ "▁s",
+ "tar"
+ ],
+ [
+ "▁",
+ "star"
+ ],
+ [
+ "▁Se",
+ "n"
+ ],
+ [
+ "▁S",
+ "en"
+ ],
+ [
+ "▁k",
+ "o"
+ ],
+ [
+ "▁",
+ "ko"
+ ],
+ [
+ "NA",
+ "ME"
+ ],
+ [
+ "N",
+ "AME"
+ ],
+ [
+ "▁pré",
+ "s"
+ ],
+ [
+ "▁pr",
+ "és"
+ ],
+ [
+ "▁p",
+ "rés"
+ ],
+ [
+ "▁",
+ "prés"
+ ],
+ [
+ "ch",
+ "a"
+ ],
+ [
+ "c",
+ "ha"
+ ],
+ [
+ "wh",
+ "at"
+ ],
+ [
+ "w",
+ "hat"
+ ],
+ [
+ "omi",
+ "n"
+ ],
+ [
+ "om",
+ "in"
+ ],
+ [
+ "o",
+ "min"
+ ],
+ [
+ "enda",
+ "nt"
+ ],
+ [
+ "end",
+ "ant"
+ ],
+ [
+ "h",
+ "y"
+ ],
+ [
+ "▁obser",
+ "v"
+ ],
+ [
+ "▁obs",
+ "erv"
+ ],
+ [
+ "▁ob",
+ "serv"
+ ],
+ [
+ "▁",
+ "observ"
+ ],
+ [
+ "▁pre",
+ "fer"
+ ],
+ [
+ "▁p",
+ "refer"
+ ],
+ [
+ "у",
+ "н"
+ ],
+ [
+ "▁construct",
+ "or"
+ ],
+ [
+ "▁constru",
+ "ctor"
+ ],
+ [
+ "▁con",
+ "structor"
+ ],
+ [
+ "▁",
+ "constructor"
+ ],
+ [
+ "b",
+ "s"
+ ],
+ [
+ "▁ma",
+ "c"
+ ],
+ [
+ "▁m",
+ "ac"
+ ],
+ [
+ "▁",
+ "mac"
+ ],
+ [
+ "▁Br",
+ "e"
+ ],
+ [
+ "▁B",
+ "re"
+ ],
+ [
+ "▁",
+ "Bre"
+ ],
+ [
+ "▁Inst",
+ "it"
+ ],
+ [
+ "▁Ins",
+ "tit"
+ ],
+ [
+ "▁stor",
+ "y"
+ ],
+ [
+ "▁sto",
+ "ry"
+ ],
+ [
+ "▁st",
+ "ory"
+ ],
+ [
+ "▁",
+ "story"
+ ],
+ [
+ "▁sym",
+ "bol"
+ ],
+ [
+ "▁s",
+ "ymbol"
+ ],
+ [
+ "▁",
+ "symbol"
+ ],
+ [
+ "ele",
+ "s"
+ ],
+ [
+ "el",
+ "es"
+ ],
+ [
+ "e",
+ "les"
+ ],
+ [
+ "ß",
+ "e"
+ ],
+ [
+ "asi",
+ "ng"
+ ],
+ [
+ "as",
+ "ing"
+ ],
+ [
+ "a",
+ "sing"
+ ],
+ [
+ "▁we",
+ "st"
+ ],
+ [
+ "▁w",
+ "est"
+ ],
+ [
+ "▁",
+ "west"
+ ],
+ [
+ "ian",
+ "s"
+ ],
+ [
+ "ia",
+ "ns"
+ ],
+ [
+ "i",
+ "ans"
+ ],
+ [
+ "▁mas",
+ "ter"
+ ],
+ [
+ "▁ma",
+ "ster"
+ ],
+ [
+ "▁m",
+ "aster"
+ ],
+ [
+ "▁",
+ "master"
+ ],
+ [
+ "е",
+ "з"
+ ],
+ [
+ "▁way",
+ "s"
+ ],
+ [
+ "▁wa",
+ "ys"
+ ],
+ [
+ "▁w",
+ "ays"
+ ],
+ [
+ "▁",
+ "ways"
+ ],
+ [
+ "b",
+ "m"
+ ],
+ [
+ "▁pic",
+ "k"
+ ],
+ [
+ "▁pi",
+ "ck"
+ ],
+ [
+ "▁p",
+ "ick"
+ ],
+ [
+ "▁",
+ "pick"
+ ],
+ [
+ "▁dep",
+ "art"
+ ],
+ [
+ "▁de",
+ "part"
+ ],
+ [
+ "B",
+ "ack"
+ ],
+ [
+ "en",
+ "k"
+ ],
+ [
+ "lip",
+ "se"
+ ],
+ [
+ "li",
+ "pse"
+ ],
+ [
+ "▁mat",
+ "h"
+ ],
+ [
+ "▁ma",
+ "th"
+ ],
+ [
+ "▁m",
+ "ath"
+ ],
+ [
+ "▁",
+ "math"
+ ],
+ [
+ "▁Franc",
+ "is"
+ ],
+ [
+ "▁Fran",
+ "cis"
+ ],
+ [
+ "▁Dec",
+ "ember"
+ ],
+ [
+ "f",
+ "s"
+ ],
+ [
+ "ru",
+ "m"
+ ],
+ [
+ "r",
+ "um"
+ ],
+ [
+ "▁develop",
+ "ment"
+ ],
+ [
+ "▁",
+ "development"
+ ],
+ [
+ "L",
+ "T"
+ ],
+ [
+ "erne",
+ "l"
+ ],
+ [
+ "ern",
+ "el"
+ ],
+ [
+ "er",
+ "nel"
+ ],
+ [
+ "▁Tru",
+ "e"
+ ],
+ [
+ "▁Tr",
+ "ue"
+ ],
+ [
+ "▁",
+ "True"
+ ],
+ [
+ "▁Mor",
+ "e"
+ ],
+ [
+ "▁Mo",
+ "re"
+ ],
+ [
+ "▁M",
+ "ore"
+ ],
+ [
+ "▁",
+ "More"
+ ],
+ [
+ "ran",
+ "gle"
+ ],
+ [
+ "r",
+ "angle"
+ ],
+ [
+ "▁condition",
+ "s"
+ ],
+ [
+ "▁cond",
+ "itions"
+ ],
+ [
+ "Option",
+ "s"
+ ],
+ [
+ "Opt",
+ "ions"
+ ],
+ [
+ "O",
+ "ptions"
+ ],
+ [
+ "▁gl",
+ "i"
+ ],
+ [
+ "▁g",
+ "li"
+ ],
+ [
+ "▁opera",
+ "tion"
+ ],
+ [
+ "▁oper",
+ "ation"
+ ],
+ [
+ "▁",
+ "operation"
+ ],
+ [
+ "é",
+ "k"
+ ],
+ [
+ "ach",
+ "t"
+ ],
+ [
+ "ac",
+ "ht"
+ ],
+ [
+ "a",
+ "cht"
+ ],
+ [
+ "ight",
+ "s"
+ ],
+ [
+ "igh",
+ "ts"
+ ],
+ [
+ "▁mis",
+ "t"
+ ],
+ [
+ "▁mi",
+ "st"
+ ],
+ [
+ "▁m",
+ "ist"
+ ],
+ [
+ "and",
+ "a"
+ ],
+ [
+ "an",
+ "da"
+ ],
+ [
+ "▁energ",
+ "y"
+ ],
+ [
+ "▁ener",
+ "gy"
+ ],
+ [
+ "▁",
+ "energy"
+ ],
+ [
+ "▁ж",
+ "е"
+ ],
+ [
+ "▁",
+ "же"
+ ],
+ [
+ "▁wo",
+ "men"
+ ],
+ [
+ "▁w",
+ "omen"
+ ],
+ [
+ "ak",
+ "t"
+ ],
+ [
+ "a",
+ "kt"
+ ],
+ [
+ "▁C",
+ "H"
+ ],
+ [
+ "▁",
+ "CH"
+ ],
+ [
+ "geb",
+ "ra"
+ ],
+ [
+ "ge",
+ "bra"
+ ],
+ [
+ "▁me",
+ "et"
+ ],
+ [
+ "i",
+ "u"
+ ],
+ [
+ "wel",
+ "l"
+ ],
+ [
+ "we",
+ "ll"
+ ],
+ [
+ "w",
+ "ell"
+ ],
+ [
+ "ö",
+ "l"
+ ],
+ [
+ "▁govern",
+ "ment"
+ ],
+ [
+ "▁Jo",
+ "s"
+ ],
+ [
+ "▁J",
+ "os"
+ ],
+ [
+ "ie",
+ "g"
+ ],
+ [
+ "i",
+ "eg"
+ ],
+ [
+ "▁syn",
+ "tax"
+ ],
+ [
+ "▁s",
+ "yntax"
+ ],
+ [
+ "▁",
+ "syntax"
+ ],
+ [
+ "fi",
+ "x"
+ ],
+ [
+ "f",
+ "ix"
+ ],
+ [
+ "▁Pe",
+ "t"
+ ],
+ [
+ "▁P",
+ "et"
+ ],
+ [
+ "j",
+ "query"
+ ],
+ [
+ "▁car",
+ "d"
+ ],
+ [
+ "▁ca",
+ "rd"
+ ],
+ [
+ "▁c",
+ "ard"
+ ],
+ [
+ "▁",
+ "card"
+ ],
+ [
+ "▁princip",
+ "al"
+ ],
+ [
+ "▁princi",
+ "pal"
+ ],
+ [
+ "▁pr",
+ "incipal"
+ ],
+ [
+ "▁dr",
+ "u"
+ ],
+ [
+ "▁d",
+ "ru"
+ ],
+ [
+ "▁",
+ "dru"
+ ],
+ [
+ "▁ter",
+ "rit"
+ ],
+ [
+ "▁по",
+ "в"
+ ],
+ [
+ "▁п",
+ "ов"
+ ],
+ [
+ "▁",
+ "пов"
+ ],
+ [
+ "▁S",
+ "S"
+ ],
+ [
+ "▁",
+ "SS"
+ ],
+ [
+ "ри",
+ "и"
+ ],
+ [
+ "tre",
+ "s"
+ ],
+ [
+ "tr",
+ "es"
+ ],
+ [
+ "t",
+ "res"
+ ],
+ [
+ "agn",
+ "e"
+ ],
+ [
+ "ag",
+ "ne"
+ ],
+ [
+ "ly",
+ "ing"
+ ],
+ [
+ "l",
+ "ying"
+ ],
+ [
+ "til",
+ "de"
+ ],
+ [
+ "t",
+ "ilde"
+ ],
+ [
+ "ber",
+ "n"
+ ],
+ [
+ "be",
+ "rn"
+ ],
+ [
+ "b",
+ "ern"
+ ],
+ [
+ "ente",
+ "r"
+ ],
+ [
+ "ent",
+ "er"
+ ],
+ [
+ "en",
+ "ter"
+ ],
+ [
+ "Pe",
+ "r"
+ ],
+ [
+ "P",
+ "er"
+ ],
+ [
+ "▁some",
+ "t"
+ ],
+ [
+ "▁som",
+ "et"
+ ],
+ [
+ "▁so",
+ "met"
+ ],
+ [
+ "▁s",
+ "omet"
+ ],
+ [
+ "Lo",
+ "ad"
+ ],
+ [
+ "lic",
+ "e"
+ ],
+ [
+ "li",
+ "ce"
+ ],
+ [
+ "l",
+ "ice"
+ ],
+ [
+ "▁sou",
+ "s"
+ ],
+ [
+ "▁so",
+ "us"
+ ],
+ [
+ "▁s",
+ "ous"
+ ],
+ [
+ "▁Lou",
+ "is"
+ ],
+ [
+ "▁Lo",
+ "uis"
+ ],
+ [
+ "▁",
+ "Louis"
+ ],
+ [
+ "▁log",
+ "ic"
+ ],
+ [
+ "▁",
+ "logic"
+ ],
+ [
+ "▁Ot",
+ "her"
+ ],
+ [
+ "▁O",
+ "ther"
+ ],
+ [
+ "▁",
+ "Other"
+ ],
+ [
+ "▁ci",
+ "r"
+ ],
+ [
+ "▁c",
+ "ir"
+ ],
+ [
+ "▁",
+ "cir"
+ ],
+ [
+ "é",
+ "v"
+ ],
+ [
+ "chr",
+ "on"
+ ],
+ [
+ "ch",
+ "ron"
+ ],
+ [
+ "▁ha",
+ "n"
+ ],
+ [
+ "▁h",
+ "an"
+ ],
+ [
+ "▁",
+ "han"
+ ],
+ [
+ "▁marg",
+ "in"
+ ],
+ [
+ "▁mar",
+ "gin"
+ ],
+ [
+ "▁m",
+ "argin"
+ ],
+ [
+ "▁",
+ "margin"
+ ],
+ [
+ "W",
+ "indow"
+ ],
+ [
+ "ère",
+ "s"
+ ],
+ [
+ "è",
+ "res"
+ ],
+ [
+ "ny",
+ "ch"
+ ],
+ [
+ "n",
+ "ych"
+ ],
+ [
+ "pus",
+ "h"
+ ],
+ [
+ "pu",
+ "sh"
+ ],
+ [
+ "p",
+ "ush"
+ ],
+ [
+ "bold",
+ "s"
+ ],
+ [
+ "bol",
+ "ds"
+ ],
+ [
+ "b",
+ "olds"
+ ],
+ [
+ "▁lay",
+ "out"
+ ],
+ [
+ "▁l",
+ "ayout"
+ ],
+ [
+ "▁",
+ "layout"
+ ],
+ [
+ "▁[",
+ "`"
+ ],
+ [
+ "Ch",
+ "ar"
+ ],
+ [
+ "C",
+ "har"
+ ],
+ [
+ "▁Ca",
+ "p"
+ ],
+ [
+ "▁C",
+ "ap"
+ ],
+ [
+ "▁",
+ "Cap"
+ ],
+ [
+ "bolds",
+ "ymbol"
+ ],
+ [
+ "bold",
+ "symbol"
+ ],
+ [
+ "▁Roma",
+ "n"
+ ],
+ [
+ "▁Rom",
+ "an"
+ ],
+ [
+ "▁Ro",
+ "man"
+ ],
+ [
+ "▁R",
+ "oman"
+ ],
+ [
+ "▁Ma",
+ "x"
+ ],
+ [
+ "▁M",
+ "ax"
+ ],
+ [
+ "▁",
+ "Max"
+ ],
+ [
+ ":",
+ "("
+ ],
+ [
+ "▁Co",
+ "de"
+ ],
+ [
+ "▁C",
+ "ode"
+ ],
+ [
+ "▁",
+ "Code"
+ ],
+ [
+ "isi",
+ "ng"
+ ],
+ [
+ "is",
+ "ing"
+ ],
+ [
+ "i",
+ "sing"
+ ],
+ [
+ "▁state",
+ "s"
+ ],
+ [
+ "▁stat",
+ "es"
+ ],
+ [
+ "▁sta",
+ "tes"
+ ],
+ [
+ "▁st",
+ "ates"
+ ],
+ [
+ "▁",
+ "states"
+ ],
+ [
+ "▁exist",
+ "ing"
+ ],
+ [
+ "▁ex",
+ "isting"
+ ],
+ [
+ "supp",
+ "ort"
+ ],
+ [
+ "sup",
+ "port"
+ ],
+ [
+ "su",
+ "pport"
+ ],
+ [
+ "▁res",
+ "earch"
+ ],
+ [
+ "▁re",
+ "search"
+ ],
+ [
+ "lica",
+ "te"
+ ],
+ [
+ "lic",
+ "ate"
+ ],
+ [
+ "l",
+ "icate"
+ ],
+ [
+ "var",
+ "i"
+ ],
+ [
+ "va",
+ "ri"
+ ],
+ [
+ "v",
+ "ari"
+ ],
+ [
+ "▁bi",
+ "j"
+ ],
+ [
+ "▁b",
+ "ij"
+ ],
+ [
+ "▁",
+ "bij"
+ ],
+ [
+ "▁app",
+ "e"
+ ],
+ [
+ "▁ap",
+ "pe"
+ ],
+ [
+ "▁a",
+ "ppe"
+ ],
+ [
+ "▁",
+ "appe"
+ ],
+ [
+ "▁happen",
+ "s"
+ ],
+ [
+ "▁happ",
+ "ens"
+ ],
+ [
+ "\\",
+ "\""
+ ],
+ [
+ "▁conce",
+ "rn"
+ ],
+ [
+ "▁conc",
+ "ern"
+ ],
+ [
+ "we",
+ "st"
+ ],
+ [
+ "w",
+ "est"
+ ],
+ [
+ "▁say",
+ "ing"
+ ],
+ [
+ "▁sa",
+ "ying"
+ ],
+ [
+ "pi",
+ "d"
+ ],
+ [
+ "p",
+ "id"
+ ],
+ [
+ "▁rec",
+ "ogn"
+ ],
+ [
+ "▁",
+ "recogn"
+ ],
+ [
+ "▁He",
+ "t"
+ ],
+ [
+ "▁H",
+ "et"
+ ],
+ [
+ "Ch",
+ "ild"
+ ],
+ [
+ "▁c",
+ "s"
+ ],
+ [
+ "▁",
+ "cs"
+ ],
+ [
+ "\\",
+ ","
+ ],
+ [
+ "▁cle",
+ "an"
+ ],
+ [
+ "▁c",
+ "lean"
+ ],
+ [
+ "▁",
+ "clean"
+ ],
+ [
+ "lection",
+ "s"
+ ],
+ [
+ "lect",
+ "ions"
+ ],
+ [
+ "le",
+ "ctions"
+ ],
+ [
+ "acc",
+ "ess"
+ ],
+ [
+ "ac",
+ "cess"
+ ],
+ [
+ "a",
+ "ccess"
+ ],
+ [
+ "в",
+ "у"
+ ],
+ [
+ "пр",
+ "о"
+ ],
+ [
+ "п",
+ "ро"
+ ],
+ [
+ "aci",
+ "ty"
+ ],
+ [
+ "ac",
+ "ity"
+ ],
+ [
+ "a",
+ "city"
+ ],
+ [
+ "▁Of",
+ "f"
+ ],
+ [
+ "▁O",
+ "ff"
+ ],
+ [
+ "▁",
+ "Off"
+ ],
+ [
+ "▁eas",
+ "ily"
+ ],
+ [
+ "è",
+ "que"
+ ],
+ [
+ "▁jak",
+ "o"
+ ],
+ [
+ "▁ja",
+ "ko"
+ ],
+ [
+ "▁j",
+ "ako"
+ ],
+ [
+ "▁i",
+ "z"
+ ],
+ [
+ "▁",
+ "iz"
+ ],
+ [
+ "▁H",
+ "a"
+ ],
+ [
+ "▁",
+ "Ha"
+ ],
+ [
+ "▁De",
+ "t"
+ ],
+ [
+ "▁D",
+ "et"
+ ],
+ [
+ "▁",
+ "Det"
+ ],
+ [
+ "▁form",
+ "a"
+ ],
+ [
+ "▁for",
+ "ma"
+ ],
+ [
+ "sch",
+ "e"
+ ],
+ [
+ "sc",
+ "he"
+ ],
+ [
+ "s",
+ "che"
+ ],
+ [
+ "swer",
+ "s"
+ ],
+ [
+ "sw",
+ "ers"
+ ],
+ [
+ "s",
+ "wers"
+ ],
+ [
+ "▁off",
+ "er"
+ ],
+ [
+ "▁of",
+ "fer"
+ ],
+ [
+ "quire",
+ "d"
+ ],
+ [
+ "qui",
+ "red"
+ ],
+ [
+ "qu",
+ "ired"
+ ],
+ [
+ "User",
+ "s"
+ ],
+ [
+ "Use",
+ "rs"
+ ],
+ [
+ "Us",
+ "ers"
+ ],
+ [
+ "U",
+ "sers"
+ ],
+ [
+ "▁subs",
+ "t"
+ ],
+ [
+ "▁sub",
+ "st"
+ ],
+ [
+ "▁su",
+ "bst"
+ ],
+ [
+ "▁",
+ "subst"
+ ],
+ [
+ ">",
+ "("
+ ],
+ [
+ "▁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"
+ ],
+ [
+ "▁.",
+ "."
+ ],
+ [
+ "▁",
+ ".."
+ ],
+ [
+ "ро",
+ "й"
+ ],
+ [
+ "▁<",
+ "?"
+ ],
+ [
+ "▁",
+ ""
+ ],
+ [
+ "▁ed",
+ "uc"
+ ],
+ [
+ "k",
+ "l"
+ ],
+ [
+ "ens",
+ "is"
+ ],
+ [
+ "▁O",
+ "R"
+ ],
+ [
+ "▁",
+ "OR"
+ ],
+ [
+ "▁H",
+ "i"
+ ],
+ [
+ "▁",
+ "Hi"
+ ],
+ [
+ "▁Cou",
+ "r"
+ ],
+ [
+ "▁Co",
+ "ur"
+ ],
+ [
+ "▁C",
+ "our"
+ ],
+ [
+ "б",
+ "ы"
+ ],
+ [
+ "cer",
+ "t"
+ ],
+ [
+ "ce",
+ "rt"
+ ],
+ [
+ "c",
+ "ert"
+ ],
+ [
+ "▁Ge",
+ "s"
+ ],
+ [
+ "▁G",
+ "es"
+ ],
+ [
+ "esso",
+ "r"
+ ],
+ [
+ "ess",
+ "or"
+ ],
+ [
+ "Ma",
+ "in"
+ ],
+ [
+ "M",
+ "ain"
+ ],
+ [
+ "▁",
+ "лю"
+ ],
+ [
+ "ca",
+ "de"
+ ],
+ [
+ "c",
+ "ade"
+ ],
+ [
+ "do",
+ "t"
+ ],
+ [
+ "d",
+ "ot"
+ ],
+ [
+ "aug",
+ "h"
+ ],
+ [
+ "au",
+ "gh"
+ ],
+ [
+ "a",
+ "ugh"
+ ],
+ [
+ "hi",
+ "b"
+ ],
+ [
+ "h",
+ "ib"
+ ],
+ [
+ "▁automatic",
+ "ally"
+ ],
+ [
+ "▁automat",
+ "ically"
+ ],
+ [
+ "▁autom",
+ "atically"
+ ],
+ [
+ "▁auto",
+ "matically"
+ ],
+ [
+ "▁sp",
+ "ir"
+ ],
+ [
+ "pres",
+ "ent"
+ ],
+ [
+ "pre",
+ "sent"
+ ],
+ [
+ "pr",
+ "esent"
+ ],
+ [
+ "▁Februar",
+ "y"
+ ],
+ [
+ "▁Febru",
+ "ary"
+ ],
+ [
+ "▁Ell",
+ "e"
+ ],
+ [
+ "▁El",
+ "le"
+ ],
+ [
+ "▁E",
+ "lle"
+ ],
+ [
+ "cus",
+ "tom"
+ ],
+ [
+ "c",
+ "ustom"
+ ],
+ [
+ "▁pro",
+ "get"
+ ],
+ [
+ "▁administ",
+ "r"
+ ],
+ [
+ "▁admin",
+ "istr"
+ ],
+ [
+ "A",
+ "A"
+ ],
+ [
+ "▁bor",
+ "n"
+ ],
+ [
+ "▁bo",
+ "rn"
+ ],
+ [
+ "▁b",
+ "orn"
+ ],
+ [
+ "▁",
+ "born"
+ ],
+ [
+ "▁Colleg",
+ "e"
+ ],
+ [
+ "▁Coll",
+ "ege"
+ ],
+ [
+ "▁Col",
+ "lege"
+ ],
+ [
+ "ath",
+ "ol"
+ ],
+ [
+ "at",
+ "hol"
+ ],
+ [
+ "`",
+ ")"
+ ],
+ [
+ "ier",
+ "re"
+ ],
+ [
+ "▁ra",
+ "n"
+ ],
+ [
+ "▁r",
+ "an"
+ ],
+ [
+ "▁",
+ "ran"
+ ],
+ [
+ "▁profess",
+ "ion"
+ ],
+ [
+ "▁prof",
+ "ession"
+ ],
+ [
+ "oge",
+ "n"
+ ],
+ [
+ "og",
+ "en"
+ ],
+ [
+ "o",
+ "gen"
+ ],
+ [
+ "}_{",
+ "\\"
+ ],
+ [
+ "}_",
+ "{\\"
+ ],
+ [
+ "}",
+ "_{\\"
+ ],
+ [
+ "▁activ",
+ "ity"
+ ],
+ [
+ "▁act",
+ "ivity"
+ ],
+ [
+ "▁",
+ "activity"
+ ],
+ [
+ "▁scr",
+ "oll"
+ ],
+ [
+ "▁sc",
+ "roll"
+ ],
+ [
+ "▁",
+ "scroll"
+ ],
+ [
+ "▁prov",
+ "e"
+ ],
+ [
+ "▁pro",
+ "ve"
+ ],
+ [
+ "▁pr",
+ "ove"
+ ],
+ [
+ "ibr",
+ "ary"
+ ],
+ [
+ "i",
+ "brary"
+ ],
+ [
+ "erie",
+ "s"
+ ],
+ [
+ "eri",
+ "es"
+ ],
+ [
+ "er",
+ "ies"
+ ],
+ [
+ "e",
+ "ries"
+ ],
+ [
+ "Re",
+ "ad"
+ ],
+ [
+ "R",
+ "ead"
+ ],
+ [
+ "ye",
+ "ar"
+ ],
+ [
+ "y",
+ "ear"
+ ],
+ [
+ "▁lan",
+ "g"
+ ],
+ [
+ "▁la",
+ "ng"
+ ],
+ [
+ "▁l",
+ "ang"
+ ],
+ [
+ "▁",
+ "lang"
+ ],
+ [
+ "De",
+ "t"
+ ],
+ [
+ "D",
+ "et"
+ ],
+ [
+ "▁kne",
+ "w"
+ ],
+ [
+ "▁kn",
+ "ew"
+ ],
+ [
+ "▁k",
+ "new"
+ ],
+ [
+ "▁protect",
+ "ed"
+ ],
+ [
+ "▁prote",
+ "cted"
+ ],
+ [
+ "▁prot",
+ "ected"
+ ],
+ [
+ "▁",
+ "protected"
+ ],
+ [
+ "▁wo",
+ "r"
+ ],
+ [
+ "▁w",
+ "or"
+ ],
+ [
+ "▁",
+ "wor"
+ ],
+ [
+ "▁eff",
+ "ic"
+ ],
+ [
+ "▁e",
+ "ffic"
+ ],
+ [
+ "▁ré",
+ "g"
+ ],
+ [
+ "▁r",
+ "ég"
+ ],
+ [
+ "▁the",
+ "ory"
+ ],
+ [
+ "▁",
+ "theory"
+ ],
+ [
+ "▁publish",
+ "ed"
+ ],
+ [
+ "▁pub",
+ "lished"
+ ],
+ [
+ "rea",
+ "l"
+ ],
+ [
+ "re",
+ "al"
+ ],
+ [
+ "▁To",
+ "ur"
+ ],
+ [
+ "▁T",
+ "our"
+ ],
+ [
+ "▁durant",
+ "e"
+ ],
+ [
+ "▁dur",
+ "ante"
+ ],
+ [
+ "ä",
+ "s"
+ ],
+ [
+ "▁posit",
+ "ive"
+ ],
+ [
+ "▁pos",
+ "itive"
+ ],
+ [
+ "▁for",
+ "ward"
+ ],
+ [
+ "▁",
+ "forward"
+ ],
+ [
+ "▁Re",
+ "l"
+ ],
+ [
+ "▁R",
+ "el"
+ ],
+ [
+ "▁",
+ "Rel"
+ ],
+ [
+ "{",
+ "\""
+ ],
+ [
+ "par",
+ "k"
+ ],
+ [
+ "p",
+ "ark"
+ ],
+ [
+ "▁U",
+ "m"
+ ],
+ [
+ "▁e",
+ "er"
+ ],
+ [
+ "ent",
+ "a"
+ ],
+ [
+ "en",
+ "ta"
+ ],
+ [
+ "▁im",
+ "ag"
+ ],
+ [
+ "▁i",
+ "mag"
+ ],
+ [
+ "но",
+ "ї"
+ ],
+ [
+ "pie",
+ "l"
+ ],
+ [
+ "pi",
+ "el"
+ ],
+ [
+ "p",
+ "iel"
+ ],
+ [
+ "▁j",
+ "Query"
+ ],
+ [
+ "▁",
+ "jQuery"
+ ],
+ [
+ "ism",
+ "e"
+ ],
+ [
+ "is",
+ "me"
+ ],
+ [
+ "chn",
+ "i"
+ ],
+ [
+ "ch",
+ "ni"
+ ],
+ [
+ "org",
+ "an"
+ ],
+ [
+ "or",
+ "gan"
+ ],
+ [
+ "▁arg",
+ "s"
+ ],
+ [
+ "▁ar",
+ "gs"
+ ],
+ [
+ "▁",
+ "args"
+ ],
+ [
+ "oi",
+ "r"
+ ],
+ [
+ "o",
+ "ir"
+ ],
+ [
+ "he",
+ "im"
+ ],
+ [
+ "ria",
+ "n"
+ ],
+ [
+ "ri",
+ "an"
+ ],
+ [
+ "r",
+ "ian"
+ ],
+ [
+ "eles",
+ "s"
+ ],
+ [
+ "ele",
+ "ss"
+ ],
+ [
+ "el",
+ "ess"
+ ],
+ [
+ "e",
+ "less"
+ ],
+ [
+ "use",
+ "s"
+ ],
+ [
+ "us",
+ "es"
+ ],
+ [
+ "ди",
+ "н"
+ ],
+ [
+ "д",
+ "ин"
+ ],
+ [
+ "ició",
+ "n"
+ ],
+ [
+ "ici",
+ "ón"
+ ],
+ [
+ "ic",
+ "ión"
+ ],
+ [
+ "i",
+ "ción"
+ ],
+ [
+ "▁indu",
+ "st"
+ ],
+ [
+ "▁ind",
+ "ust"
+ ],
+ [
+ "▁",
+ "indust"
+ ],
+ [
+ "▁wis",
+ "h"
+ ],
+ [
+ "▁w",
+ "ish"
+ ],
+ [
+ "án",
+ "y"
+ ],
+ [
+ "á",
+ "ny"
+ ],
+ [
+ "oc",
+ "a"
+ ],
+ [
+ "o",
+ "ca"
+ ],
+ [
+ "▁ang",
+ "ular"
+ ],
+ [
+ "▁",
+ "angular"
+ ],
+ [
+ "ieve",
+ "d"
+ ],
+ [
+ "iev",
+ "ed"
+ ],
+ [
+ "ie",
+ "ved"
+ ],
+ [
+ "▁occ",
+ "ur"
+ ],
+ [
+ "▁oc",
+ "cur"
+ ],
+ [
+ "SE",
+ "LECT"
+ ],
+ [
+ "oni",
+ "a"
+ ],
+ [
+ "on",
+ "ia"
+ ],
+ [
+ "o",
+ "nia"
+ ],
+ [
+ "ad",
+ "min"
+ ],
+ [
+ "▁Bes",
+ "t"
+ ],
+ [
+ "▁Be",
+ "st"
+ ],
+ [
+ "▁B",
+ "est"
+ ],
+ [
+ "▁",
+ "Best"
+ ],
+ [
+ "▁э",
+ "то"
+ ],
+ [
+ "о",
+ "гра"
+ ],
+ [
+ "▁los",
+ "s"
+ ],
+ [
+ "▁lo",
+ "ss"
+ ],
+ [
+ "▁l",
+ "oss"
+ ],
+ [
+ "▁",
+ "loss"
+ ],
+ [
+ "▁ba",
+ "l"
+ ],
+ [
+ "▁b",
+ "al"
+ ],
+ [
+ "▁",
+ "bal"
+ ],
+ [
+ "▁Ро",
+ "с"
+ ],
+ [
+ "▁Р",
+ "ос"
+ ],
+ [
+ "▁care",
+ "er"
+ ],
+ [
+ "▁п",
+ "е"
+ ],
+ [
+ "▁",
+ "пе"
+ ],
+ [
+ "I",
+ "X"
+ ],
+ [
+ "▁fal",
+ "l"
+ ],
+ [
+ "▁fa",
+ "ll"
+ ],
+ [
+ "▁f",
+ "all"
+ ],
+ [
+ "▁",
+ "fall"
+ ],
+ [
+ "▁Ro",
+ "b"
+ ],
+ [
+ "▁R",
+ "ob"
+ ],
+ [
+ "▁",
+ "Rob"
+ ],
+ [
+ "▁O",
+ "P"
+ ],
+ [
+ "▁",
+ "OP"
+ ],
+ [
+ "ene",
+ "d"
+ ],
+ [
+ "en",
+ "ed"
+ ],
+ [
+ "e",
+ "ned"
+ ],
+ [
+ "graph",
+ "ics"
+ ],
+ [
+ "▁com",
+ "ing"
+ ],
+ [
+ "▁co",
+ "ming"
+ ],
+ [
+ "▁c",
+ "oming"
+ ],
+ [
+ "▁",
+ "coming"
+ ],
+ [
+ "Up",
+ "date"
+ ],
+ [
+ "▁die",
+ "d"
+ ],
+ [
+ "▁di",
+ "ed"
+ ],
+ [
+ "▁d",
+ "ied"
+ ],
+ [
+ "ede",
+ "n"
+ ],
+ [
+ "ed",
+ "en"
+ ],
+ [
+ "e",
+ "den"
+ ],
+ [
+ "▁ab",
+ "s"
+ ],
+ [
+ "▁a",
+ "bs"
+ ],
+ [
+ "▁",
+ "abs"
+ ],
+ [
+ "▁inne",
+ "r"
+ ],
+ [
+ "▁inn",
+ "er"
+ ],
+ [
+ "▁in",
+ "ner"
+ ],
+ [
+ "▁",
+ "inner"
+ ],
+ [
+ "▁tra",
+ "v"
+ ],
+ [
+ "▁tr",
+ "av"
+ ],
+ [
+ "▁t",
+ "rav"
+ ],
+ [
+ "сто",
+ "я"
+ ],
+ [
+ "z",
+ "ą"
+ ],
+ [
+ "é",
+ "p"
+ ],
+ [
+ "▁Gro",
+ "up"
+ ],
+ [
+ "▁Gr",
+ "oup"
+ ],
+ [
+ "▁",
+ "Group"
+ ],
+ [
+ "▁ce",
+ "l"
+ ],
+ [
+ "▁c",
+ "el"
+ ],
+ [
+ "▁",
+ "cel"
+ ],
+ [
+ "▁st",
+ "uff"
+ ],
+ [
+ "▁situ",
+ "ation"
+ ],
+ [
+ "▁$",
+ "{"
+ ],
+ [
+ "▁",
+ "${"
+ ],
+ [
+ "ac",
+ "le"
+ ],
+ [
+ "a",
+ "cle"
+ ],
+ [
+ "▁pur",
+ "pose"
+ ],
+ [
+ "▁Fir",
+ "e"
+ ],
+ [
+ "▁F",
+ "ire"
+ ],
+ [
+ "▁",
+ "Fire"
+ ],
+ [
+ "▁O",
+ "h"
+ ],
+ [
+ "▁",
+ "Oh"
+ ],
+ [
+ "▁Sec",
+ "ond"
+ ],
+ [
+ "▁Se",
+ "cond"
+ ],
+ [
+ "▁",
+ "Second"
+ ],
+ [
+ "▁up",
+ "load"
+ ],
+ [
+ "▁",
+ "upload"
+ ],
+ [
+ "osta",
+ "ł"
+ ],
+ [
+ "ost",
+ "ał"
+ ],
+ [
+ "os",
+ "tał"
+ ],
+ [
+ "ю",
+ "щи"
+ ],
+ [
+ "Aut",
+ "h"
+ ],
+ [
+ "A",
+ "uth"
+ ],
+ [
+ "▁show",
+ "ing"
+ ],
+ [
+ "▁sho",
+ "wing"
+ ],
+ [
+ "▁complete",
+ "ly"
+ ],
+ [
+ "▁complet",
+ "ely"
+ ],
+ [
+ "ave",
+ "l"
+ ],
+ [
+ "av",
+ "el"
+ ],
+ [
+ "a",
+ "vel"
+ ],
+ [
+ "b",
+ "d"
+ ],
+ [
+ "▁proc",
+ "ed"
+ ],
+ [
+ "▁pro",
+ "ced"
+ ],
+ [
+ "▁",
+ "Ö"
+ ],
+ [
+ "contr",
+ "ol"
+ ],
+ [
+ "cont",
+ "rol"
+ ],
+ [
+ "▁than",
+ "k"
+ ],
+ [
+ "▁th",
+ "ank"
+ ],
+ [
+ "und",
+ "red"
+ ],
+ [
+ "▁to",
+ "m"
+ ],
+ [
+ "▁t",
+ "om"
+ ],
+ [
+ "▁",
+ "tom"
+ ],
+ [
+ "▁example",
+ "s"
+ ],
+ [
+ "▁exam",
+ "ples"
+ ],
+ [
+ "▁ex",
+ "amples"
+ ],
+ [
+ "▁",
+ "examples"
+ ],
+ [
+ "▁rem",
+ "ember"
+ ],
+ [
+ "▁re",
+ "member"
+ ],
+ [
+ "▁ра",
+ "бо"
+ ],
+ [
+ "▁",
+ "рабо"
+ ],
+ [
+ "▁poss",
+ "ib"
+ ],
+ [
+ "▁det",
+ "ect"
+ ],
+ [
+ "▁po",
+ "or"
+ ],
+ [
+ "▁p",
+ "oor"
+ ],
+ [
+ "▁O",
+ "p"
+ ],
+ [
+ "▁",
+ "Op"
+ ],
+ [
+ "▁cent",
+ "ury"
+ ],
+ [
+ "▁",
+ "century"
+ ],
+ [
+ "utt",
+ "er"
+ ],
+ [
+ "ut",
+ "ter"
+ ],
+ [
+ "▁log",
+ "in"
+ ],
+ [
+ "▁lo",
+ "gin"
+ ],
+ [
+ "▁",
+ "login"
+ ],
+ [
+ "uns",
+ "t"
+ ],
+ [
+ "un",
+ "st"
+ ],
+ [
+ "Out",
+ "put"
+ ],
+ [
+ "▁other",
+ "wise"
+ ],
+ [
+ "la",
+ "n"
+ ],
+ [
+ "l",
+ "an"
+ ],
+ [
+ "ту",
+ "р"
+ ],
+ [
+ "т",
+ "ур"
+ ],
+ [
+ "▁со",
+ "в"
+ ],
+ [
+ "▁с",
+ "ов"
+ ],
+ [
+ "▁",
+ "сов"
+ ],
+ [
+ "▁group",
+ "s"
+ ],
+ [
+ "▁gro",
+ "ups"
+ ],
+ [
+ "▁gr",
+ "oups"
+ ],
+ [
+ "▁",
+ "groups"
+ ],
+ [
+ "ri",
+ "p"
+ ],
+ [
+ "r",
+ "ip"
+ ],
+ [
+ "▁she",
+ "ll"
+ ],
+ [
+ "▁sh",
+ "ell"
+ ],
+ [
+ "▁s",
+ "hell"
+ ],
+ [
+ "▁",
+ "shell"
+ ],
+ [
+ "▁dist",
+ "rict"
+ ],
+ [
+ "▁d",
+ "istrict"
+ ],
+ [
+ "▁record",
+ "s"
+ ],
+ [
+ "▁rec",
+ "ords"
+ ],
+ [
+ "▁si",
+ "è"
+ ],
+ [
+ "fort",
+ "un"
+ ],
+ [
+ "ent",
+ "y"
+ ],
+ [
+ "en",
+ "ty"
+ ],
+ [
+ "▁Tr",
+ "e"
+ ],
+ [
+ "▁T",
+ "re"
+ ],
+ [
+ "▁chang",
+ "ing"
+ ],
+ [
+ "▁ch",
+ "anging"
+ ],
+ [
+ "сле",
+ "д"
+ ],
+ [
+ "augh",
+ "t"
+ ],
+ [
+ "aug",
+ "ht"
+ ],
+ [
+ "▁de",
+ "ep"
+ ],
+ [
+ "▁",
+ "deep"
+ ],
+ [
+ "sub",
+ "set"
+ ],
+ [
+ "ag",
+ "y"
+ ],
+ [
+ "a",
+ "gy"
+ ],
+ [
+ "enda",
+ "r"
+ ],
+ [
+ "end",
+ "ar"
+ ],
+ [
+ "en",
+ "dar"
+ ],
+ [
+ "ja",
+ "x"
+ ],
+ [
+ "j",
+ "ax"
+ ],
+ [
+ "O",
+ "M"
+ ],
+ [
+ "E",
+ "l"
+ ],
+ [
+ "imat",
+ "e"
+ ],
+ [
+ "ima",
+ "te"
+ ],
+ [
+ "im",
+ "ate"
+ ],
+ [
+ "i",
+ "mate"
+ ],
+ [
+ "ard",
+ "o"
+ ],
+ [
+ "ar",
+ "do"
+ ],
+ [
+ "▁pl",
+ "ot"
+ ],
+ [
+ "▁p",
+ "lot"
+ ],
+ [
+ "▁",
+ "plot"
+ ],
+ [
+ "▁vis",
+ "it"
+ ],
+ [
+ "▁bu",
+ "g"
+ ],
+ [
+ "▁b",
+ "ug"
+ ],
+ [
+ "▁",
+ "bug"
+ ],
+ [
+ "▁вс",
+ "е"
+ ],
+ [
+ "▁в",
+ "се"
+ ],
+ [
+ "▁open",
+ "ed"
+ ],
+ [
+ "▁op",
+ "ened"
+ ],
+ [
+ "▁rep",
+ "la"
+ ],
+ [
+ "▁re",
+ "pla"
+ ],
+ [
+ "▁Hen",
+ "ry"
+ ],
+ [
+ "▁p",
+ "p"
+ ],
+ [
+ "▁",
+ "pp"
+ ],
+ [
+ "ba",
+ "s"
+ ],
+ [
+ "b",
+ "as"
+ ],
+ [
+ "▁dar",
+ "k"
+ ],
+ [
+ "▁d",
+ "ark"
+ ],
+ [
+ "▁",
+ "dark"
+ ],
+ [
+ "▁Mart",
+ "in"
+ ],
+ [
+ "▁",
+ "Martin"
+ ],
+ [
+ "▁res",
+ "ource"
+ ],
+ [
+ "▁re",
+ "source"
+ ],
+ [
+ "▁",
+ "resource"
+ ],
+ [
+ "ili",
+ "ng"
+ ],
+ [
+ "il",
+ "ing"
+ ],
+ [
+ "i",
+ "ling"
+ ],
+ [
+ "▁wat",
+ "ch"
+ ],
+ [
+ "▁w",
+ "atch"
+ ],
+ [
+ "▁",
+ "watch"
+ ],
+ [
+ "rep",
+ "lace"
+ ],
+ [
+ "re",
+ "place"
+ ],
+ [
+ "▁re",
+ "lease"
+ ],
+ [
+ "▁",
+ "release"
+ ],
+ [
+ "Loc",
+ "ation"
+ ],
+ [
+ "Lo",
+ "cation"
+ ],
+ [
+ "L",
+ "ocation"
+ ],
+ [
+ "▁learn",
+ "ing"
+ ],
+ [
+ "▁lear",
+ "ning"
+ ],
+ [
+ "▁le",
+ "arning"
+ ],
+ [
+ "▁",
+ "learning"
+ ],
+ [
+ "men",
+ "u"
+ ],
+ [
+ "me",
+ "nu"
+ ],
+ [
+ "m",
+ "enu"
+ ],
+ [
+ "▁allow",
+ "s"
+ ],
+ [
+ "▁allo",
+ "ws"
+ ],
+ [
+ "▁all",
+ "ows"
+ ],
+ [
+ "ъ",
+ "р"
+ ],
+ [
+ "L",
+ "ength"
+ ],
+ [
+ "▁what",
+ "ever"
+ ],
+ [
+ "▁wh",
+ "atever"
+ ],
+ [
+ "▁page",
+ "s"
+ ],
+ [
+ "▁pag",
+ "es"
+ ],
+ [
+ "▁pa",
+ "ges"
+ ],
+ [
+ "▁p",
+ "ages"
+ ],
+ [
+ "▁",
+ "pages"
+ ],
+ [
+ "▁compile",
+ "r"
+ ],
+ [
+ "▁comp",
+ "iler"
+ ],
+ [
+ "▁",
+ "compiler"
+ ],
+ [
+ "▁так",
+ "же"
+ ],
+ [
+ "▁Pa",
+ "n"
+ ],
+ [
+ "▁P",
+ "an"
+ ],
+ [
+ "▁",
+ "Pan"
+ ],
+ [
+ "comm",
+ "and"
+ ],
+ [
+ "▁ro",
+ "ad"
+ ],
+ [
+ "▁",
+ "road"
+ ],
+ [
+ "▁un",
+ "less"
+ ],
+ [
+ "▁",
+ "unless"
+ ],
+ [
+ "`",
+ "?"
+ ],
+ [
+ "▁disco",
+ "ver"
+ ],
+ [
+ "▁disc",
+ "over"
+ ],
+ [
+ "▁dis",
+ "cover"
+ ],
+ [
+ "▁о",
+ "н"
+ ],
+ [
+ "▁",
+ "он"
+ ],
+ [
+ "}",
+ "]"
+ ],
+ [
+ "bo",
+ "ur"
+ ],
+ [
+ "b",
+ "our"
+ ],
+ [
+ "▁Cou",
+ "ld"
+ ],
+ [
+ "▁Co",
+ "uld"
+ ],
+ [
+ "▁C",
+ "ould"
+ ],
+ [
+ "▁",
+ "Could"
+ ],
+ [
+ "▁reg",
+ "ex"
+ ],
+ [
+ "▁re",
+ "gex"
+ ],
+ [
+ "▁",
+ "regex"
+ ],
+ [
+ "▁p",
+ "s"
+ ],
+ [
+ "▁",
+ "ps"
+ ],
+ [
+ "C",
+ "D"
+ ],
+ [
+ "и",
+ "з"
+ ],
+ [
+ "▁w",
+ "ife"
+ ],
+ [
+ "ament",
+ "i"
+ ],
+ [
+ "amen",
+ "ti"
+ ],
+ [
+ "am",
+ "enti"
+ ],
+ [
+ "▁fa",
+ "ir"
+ ],
+ [
+ "▁f",
+ "air"
+ ],
+ [
+ "▁D",
+ "B"
+ ],
+ [
+ "▁",
+ "DB"
+ ],
+ [
+ "▁Cu",
+ "p"
+ ],
+ [
+ "▁C",
+ "up"
+ ],
+ [
+ "ene",
+ "n"
+ ],
+ [
+ "en",
+ "en"
+ ],
+ [
+ "e",
+ "nen"
+ ],
+ [
+ "aja",
+ "x"
+ ],
+ [
+ "aj",
+ "ax"
+ ],
+ [
+ "a",
+ "jax"
+ ],
+ [
+ "oth",
+ "èque"
+ ],
+ [
+ "▁seine",
+ "r"
+ ],
+ [
+ "▁sein",
+ "er"
+ ],
+ [
+ "▁sei",
+ "ner"
+ ],
+ [
+ "▁se",
+ "iner"
+ ],
+ [
+ "ick",
+ "er"
+ ],
+ [
+ "ic",
+ "ker"
+ ],
+ [
+ "i",
+ "cker"
+ ],
+ [
+ "á",
+ "m"
+ ],
+ [
+ "ex",
+ "change"
+ ],
+ [
+ "ole",
+ "s"
+ ],
+ [
+ "ol",
+ "es"
+ ],
+ [
+ "o",
+ "les"
+ ],
+ [
+ "I",
+ "F"
+ ],
+ [
+ "▁Д",
+ "о"
+ ],
+ [
+ "oh",
+ "n"
+ ],
+ [
+ "o",
+ "hn"
+ ],
+ [
+ "▁gro",
+ "w"
+ ],
+ [
+ "▁gr",
+ "ow"
+ ],
+ [
+ "▁g",
+ "row"
+ ],
+ [
+ "▁Th",
+ "us"
+ ],
+ [
+ "▁T",
+ "hus"
+ ],
+ [
+ "spe",
+ "c"
+ ],
+ [
+ "sp",
+ "ec"
+ ],
+ [
+ "s",
+ "pec"
+ ],
+ [
+ "▁hat",
+ "te"
+ ],
+ [
+ "▁ha",
+ "tte"
+ ],
+ [
+ "▁h",
+ "atte"
+ ],
+ [
+ "#",
+ ","
+ ],
+ [
+ "alle",
+ "l"
+ ],
+ [
+ "all",
+ "el"
+ ],
+ [
+ "▁rat",
+ "e"
+ ],
+ [
+ "▁ra",
+ "te"
+ ],
+ [
+ "▁r",
+ "ate"
+ ],
+ [
+ "▁",
+ "rate"
+ ],
+ [
+ "▁cent",
+ "ral"
+ ],
+ [
+ "▁",
+ "central"
+ ],
+ [
+ "▁Va",
+ "n"
+ ],
+ [
+ "▁V",
+ "an"
+ ],
+ [
+ "if",
+ "orn"
+ ],
+ [
+ "R",
+ "un"
+ ],
+ [
+ "▁stud",
+ "y"
+ ],
+ [
+ "▁X",
+ "ML"
+ ],
+ [
+ "▁",
+ "XML"
+ ],
+ [
+ "▁Ch",
+ "e"
+ ],
+ [
+ "▁C",
+ "he"
+ ],
+ [
+ "▁",
+ "Che"
+ ],
+ [
+ "▁be",
+ "aut"
+ ],
+ [
+ "mi",
+ "d"
+ ],
+ [
+ "m",
+ "id"
+ ],
+ [
+ "▁adv",
+ "ance"
+ ],
+ [
+ "V",
+ "er"
+ ],
+ [
+ "т",
+ "я"
+ ],
+ [
+ "▁hand",
+ "s"
+ ],
+ [
+ "▁han",
+ "ds"
+ ],
+ [
+ "▁h",
+ "ands"
+ ],
+ [
+ "▁la",
+ "y"
+ ],
+ [
+ "▁l",
+ "ay"
+ ],
+ [
+ "▁",
+ "lay"
+ ],
+ [
+ "▁",
+ "š"
+ ],
+ [
+ "▁O",
+ "S"
+ ],
+ [
+ "▁",
+ "OS"
+ ],
+ [
+ "▁{",
+ "}"
+ ],
+ [
+ "▁",
+ "{}"
+ ],
+ [
+ "Pr",
+ "e"
+ ],
+ [
+ "P",
+ "re"
+ ],
+ [
+ "▁Hal",
+ "l"
+ ],
+ [
+ "▁Ha",
+ "ll"
+ ],
+ [
+ "▁H",
+ "all"
+ ],
+ [
+ "im",
+ "p"
+ ],
+ [
+ "i",
+ "mp"
+ ],
+ [
+ "▁su",
+ "n"
+ ],
+ [
+ "▁s",
+ "un"
+ ],
+ [
+ "▁",
+ "sun"
+ ],
+ [
+ "▁step",
+ "s"
+ ],
+ [
+ "▁ste",
+ "ps"
+ ],
+ [
+ "▁st",
+ "eps"
+ ],
+ [
+ "▁",
+ "steps"
+ ],
+ [
+ "▁ju",
+ "d"
+ ],
+ [
+ "▁j",
+ "ud"
+ ],
+ [
+ "▁",
+ "jud"
+ ],
+ [
+ "qu",
+ "i"
+ ],
+ [
+ "q",
+ "ui"
+ ],
+ [
+ "▁bo",
+ "ot"
+ ],
+ [
+ "▁b",
+ "oot"
+ ],
+ [
+ "▁",
+ "boot"
+ ],
+ [
+ "▁%",
+ ">"
+ ],
+ [
+ "▁В",
+ "а"
+ ],
+ [
+ "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"
+ ],
+ [
+ ";",
+ ""
+ ],
+ [
+ "b",
+ "ably"
+ ],
+ [
+ "S",
+ "Y"
+ ],
+ [
+ "mo",
+ "t"
+ ],
+ [
+ "m",
+ "ot"
+ ],
+ [
+ "▁Dir",
+ "e"
+ ],
+ [
+ "▁Di",
+ "re"
+ ],
+ [
+ "▁D",
+ "ire"
+ ],
+ [
+ "itect",
+ "ure"
+ ],
+ [
+ "то",
+ "й"
+ ],
+ [
+ "▁coordin",
+ "ate"
+ ],
+ [
+ "▁coord",
+ "inate"
+ ],
+ [
+ "▁co",
+ "ordinate"
+ ],
+ [
+ "▁",
+ "coordinate"
+ ],
+ [
+ "(\"",
+ "#"
+ ],
+ [
+ "▁s",
+ "üd"
+ ],
+ [
+ "O",
+ "B"
+ ],
+ [
+ "▁mort",
+ "e"
+ ],
+ [
+ "▁mor",
+ "te"
+ ],
+ [
+ "▁m",
+ "orte"
+ ],
+ [
+ "▁we",
+ "ather"
+ ],
+ [
+ "▁hel",
+ "y"
+ ],
+ [
+ "▁he",
+ "ly"
+ ],
+ [
+ "▁h",
+ "ely"
+ ],
+ [
+ "▁",
+ "hely"
+ ],
+ [
+ "▁priv",
+ "ile"
+ ],
+ [
+ "RE",
+ "LEASE"
+ ],
+ [
+ "ate",
+ "l"
+ ],
+ [
+ "at",
+ "el"
+ ],
+ [
+ "a",
+ "tel"
+ ],
+ [
+ "▁recognize",
+ "d"
+ ],
+ [
+ "▁recogn",
+ "ized"
+ ],
+ [
+ "▁Th",
+ "ough"
+ ],
+ [
+ "сси",
+ "й"
+ ],
+ [
+ "mem",
+ "ory"
+ ],
+ [
+ "▁comp",
+ "ilation"
+ ],
+ [
+ "bit",
+ "s"
+ ],
+ [
+ "bi",
+ "ts"
+ ],
+ [
+ "b",
+ "its"
+ ],
+ [
+ "▁we",
+ "d"
+ ],
+ [
+ "▁w",
+ "ed"
+ ],
+ [
+ "▁",
+ "wed"
+ ],
+ [
+ "}}_",
+ "{"
+ ],
+ [
+ "}}",
+ "_{"
+ ],
+ [
+ "}",
+ "}_{"
+ ],
+ [
+ "▁G",
+ "UI"
+ ],
+ [
+ "п",
+ "ня"
+ ],
+ [
+ "▁south",
+ "ern"
+ ],
+ [
+ "▁sou",
+ "thern"
+ ],
+ [
+ "▁ha",
+ "y"
+ ],
+ [
+ "▁h",
+ "ay"
+ ],
+ [
+ "ovi",
+ "ć"
+ ],
+ [
+ "ov",
+ "ić"
+ ],
+ [
+ "o",
+ "vić"
+ ],
+ [
+ "lau",
+ "f"
+ ],
+ [
+ "la",
+ "uf"
+ ],
+ [
+ "l",
+ "auf"
+ ],
+ [
+ "▁E",
+ "L"
+ ],
+ [
+ "▁",
+ "EL"
+ ],
+ [
+ "▁Ful",
+ "l"
+ ],
+ [
+ "▁Fu",
+ "ll"
+ ],
+ [
+ "▁F",
+ "ull"
+ ],
+ [
+ "▁",
+ "Full"
+ ],
+ [
+ "▁Hamb",
+ "urg"
+ ],
+ [
+ "▁Ham",
+ "burg"
+ ],
+ [
+ "▁Mitte",
+ "l"
+ ],
+ [
+ "▁Mitt",
+ "el"
+ ],
+ [
+ "▁Mit",
+ "tel"
+ ],
+ [
+ "▁M",
+ "ittel"
+ ],
+ [
+ "D",
+ "U"
+ ],
+ [
+ "appro",
+ "x"
+ ],
+ [
+ "H",
+ "S"
+ ],
+ [
+ "▁про",
+ "це"
+ ],
+ [
+ "▁mag",
+ "azine"
+ ],
+ [
+ "▁Mi",
+ "g"
+ ],
+ [
+ "▁M",
+ "ig"
+ ],
+ [
+ "▁click",
+ "ing"
+ ],
+ [
+ "ent",
+ "r"
+ ],
+ [
+ "en",
+ "tr"
+ ],
+ [
+ "▁aut",
+ "re"
+ ],
+ [
+ "▁au",
+ "tre"
+ ],
+ [
+ "▁",
+ "autre"
+ ],
+ [
+ "▁t",
+ "é"
+ ],
+ [
+ "▁",
+ "té"
+ ],
+ [
+ "▁h",
+ "á"
+ ],
+ [
+ "▁",
+ "há"
+ ],
+ [
+ "ст",
+ "ы"
+ ],
+ [
+ "с",
+ "ты"
+ ],
+ [
+ "▁M",
+ "A"
+ ],
+ [
+ "▁",
+ "MA"
+ ],
+ [
+ "app",
+ "y"
+ ],
+ [
+ "ap",
+ "py"
+ ],
+ [
+ "a",
+ "ppy"
+ ],
+ [
+ "st",
+ "ví"
+ ],
+ [
+ "▁sel",
+ "on"
+ ],
+ [
+ "▁se",
+ "lon"
+ ],
+ [
+ "▁ge",
+ "k"
+ ],
+ [
+ "▁g",
+ "ek"
+ ],
+ [
+ "▁S",
+ "l"
+ ],
+ [
+ "▁",
+ "Sl"
+ ],
+ [
+ "fra",
+ "str"
+ ],
+ [
+ "fr",
+ "astr"
+ ],
+ [
+ "Li",
+ "b"
+ ],
+ [
+ "L",
+ "ib"
+ ],
+ [
+ "▁Д",
+ "у"
+ ],
+ [
+ "▁fac",
+ "ing"
+ ],
+ [
+ "▁fa",
+ "cing"
+ ],
+ [
+ "▁f",
+ "acing"
+ ],
+ [
+ "▁ста",
+ "р"
+ ],
+ [
+ "▁ст",
+ "ар"
+ ],
+ [
+ "▁с",
+ "тар"
+ ],
+ [
+ "▁D",
+ "utch"
+ ],
+ [
+ "ata",
+ "r"
+ ],
+ [
+ "at",
+ "ar"
+ ],
+ [
+ "a",
+ "tar"
+ ],
+ [
+ "▁keep",
+ "s"
+ ],
+ [
+ "▁ke",
+ "eps"
+ ],
+ [
+ "▁Patri",
+ "ck"
+ ],
+ [
+ "▁Pat",
+ "rick"
+ ],
+ [
+ "ili",
+ "o"
+ ],
+ [
+ "il",
+ "io"
+ ],
+ [
+ "i",
+ "lio"
+ ],
+ [
+ "▁vi",
+ "g"
+ ],
+ [
+ "▁v",
+ "ig"
+ ],
+ [
+ "тв",
+ "а"
+ ],
+ [
+ "т",
+ "ва"
+ ],
+ [
+ "▁Feder",
+ "al"
+ ],
+ [
+ "▁Fed",
+ "eral"
+ ],
+ [
+ "▁para",
+ "graph"
+ ],
+ [
+ "▁par",
+ "agraph"
+ ],
+ [
+ "▁",
+ "paragraph"
+ ],
+ [
+ "▁interact",
+ "ion"
+ ],
+ [
+ "▁inter",
+ "action"
+ ],
+ [
+ "▁inte",
+ "raction"
+ ],
+ [
+ "▁occ",
+ "as"
+ ],
+ [
+ "▁oc",
+ "cas"
+ ],
+ [
+ "▁Ira",
+ "n"
+ ],
+ [
+ "▁Ir",
+ "an"
+ ],
+ [
+ "▁I",
+ "ran"
+ ],
+ [
+ "▁machine",
+ "s"
+ ],
+ [
+ "▁mach",
+ "ines"
+ ],
+ [
+ "((",
+ ")"
+ ],
+ [
+ "(",
+ "()"
+ ],
+ [
+ "uri",
+ "es"
+ ],
+ [
+ "ur",
+ "ies"
+ ],
+ [
+ "u",
+ "ries"
+ ],
+ [
+ "▁род",
+ "и"
+ ],
+ [
+ "▁ро",
+ "ди"
+ ],
+ [
+ "▁",
+ "роди"
+ ],
+ [
+ "▁а",
+ "мерикан"
+ ],
+ [
+ "up",
+ "p"
+ ],
+ [
+ "u",
+ "pp"
+ ],
+ [
+ "▁ic",
+ "e"
+ ],
+ [
+ "▁i",
+ "ce"
+ ],
+ [
+ "▁",
+ "ice"
+ ],
+ [
+ "▁Sa",
+ "y"
+ ],
+ [
+ "▁S",
+ "ay"
+ ],
+ [
+ "▁sa",
+ "il"
+ ],
+ [
+ "▁s",
+ "ail"
+ ],
+ [
+ "▁Beg",
+ "in"
+ ],
+ [
+ "▁Be",
+ "gin"
+ ],
+ [
+ "▁B",
+ "egin"
+ ],
+ [
+ "▁",
+ "Begin"
+ ],
+ [
+ "fic",
+ "o"
+ ],
+ [
+ "fi",
+ "co"
+ ],
+ [
+ "f",
+ "ico"
+ ],
+ [
+ "og",
+ "a"
+ ],
+ [
+ "o",
+ "ga"
+ ],
+ [
+ "▁des",
+ "ar"
+ ],
+ [
+ "▁d",
+ "esar"
+ ],
+ [
+ "▁d",
+ "v"
+ ],
+ [
+ "▁ра",
+ "ди"
+ ],
+ [
+ "oh",
+ "en"
+ ],
+ [
+ "o",
+ "hen"
+ ],
+ [
+ "ere",
+ "i"
+ ],
+ [
+ "er",
+ "ei"
+ ],
+ [
+ "e",
+ "rei"
+ ],
+ [
+ "án",
+ "ak"
+ ],
+ [
+ "á",
+ "nak"
+ ],
+ [
+ "▁da",
+ "ar"
+ ],
+ [
+ "▁d",
+ "aar"
+ ],
+ [
+ "ifier",
+ "s"
+ ],
+ [
+ "ifie",
+ "rs"
+ ],
+ [
+ "ifi",
+ "ers"
+ ],
+ [
+ "if",
+ "iers"
+ ],
+ [
+ "▁the",
+ "e"
+ ],
+ [
+ "▁th",
+ "ee"
+ ],
+ [
+ "▁byl",
+ "a"
+ ],
+ [
+ "▁by",
+ "la"
+ ],
+ [
+ "вал",
+ "а"
+ ],
+ [
+ "ва",
+ "ла"
+ ],
+ [
+ "в",
+ "ала"
+ ],
+ [
+ "andr",
+ "o"
+ ],
+ [
+ "and",
+ "ro"
+ ],
+ [
+ "an",
+ "dro"
+ ],
+ [
+ "▁мо",
+ "ло"
+ ],
+ [
+ "▁м",
+ "оло"
+ ],
+ [
+ "▁total",
+ "ly"
+ ],
+ [
+ "▁tot",
+ "ally"
+ ],
+ [
+ "io",
+ "m"
+ ],
+ [
+ "i",
+ "om"
+ ],
+ [
+ "▁a",
+ "er"
+ ],
+ [
+ "ns",
+ "ylvan"
+ ],
+ [
+ "▁cor",
+ "ps"
+ ],
+ [
+ "▁treat",
+ "ed"
+ ],
+ [
+ "▁tre",
+ "ated"
+ ],
+ [
+ "▁comun",
+ "e"
+ ],
+ [
+ "▁com",
+ "une"
+ ],
+ [
+ "M",
+ "ich"
+ ],
+ [
+ "vo",
+ "ice"
+ ],
+ [
+ "pg",
+ "f"
+ ],
+ [
+ "▁an",
+ "x"
+ ],
+ [
+ "▁a",
+ "nx"
+ ],
+ [
+ "▁Phili",
+ "p"
+ ],
+ [
+ "▁Phil",
+ "ip"
+ ],
+ [
+ "▁e",
+ "k"
+ ],
+ [
+ "▁",
+ "ek"
+ ],
+ [
+ "▁Mens",
+ "chen"
+ ],
+ [
+ "▁Men",
+ "schen"
+ ],
+ [
+ "▁der",
+ "e"
+ ],
+ [
+ "▁de",
+ "re"
+ ],
+ [
+ "▁d",
+ "ere"
+ ],
+ [
+ "▁perm",
+ "et"
+ ],
+ [
+ "▁per",
+ "met"
+ ],
+ [
+ "Ma",
+ "il"
+ ],
+ [
+ "M",
+ "ail"
+ ],
+ [
+ "▁V",
+ "é"
+ ],
+ [
+ "ente",
+ "d"
+ ],
+ [
+ "ent",
+ "ed"
+ ],
+ [
+ "en",
+ "ted"
+ ],
+ [
+ "▁b",
+ "unch"
+ ],
+ [
+ "▁Pie",
+ "t"
+ ],
+ [
+ "▁Pi",
+ "et"
+ ],
+ [
+ "▁P",
+ "iet"
+ ],
+ [
+ "atta",
+ "ch"
+ ],
+ [
+ "att",
+ "ach"
+ ],
+ [
+ "▁port",
+ "e"
+ ],
+ [
+ "▁por",
+ "te"
+ ],
+ [
+ "▁p",
+ "orte"
+ ],
+ [
+ "▁",
+ "porte"
+ ],
+ [
+ "да",
+ "т"
+ ],
+ [
+ "д",
+ "ат"
+ ],
+ [
+ "▁Brit",
+ "ain"
+ ],
+ [
+ "Enc",
+ "oding"
+ ],
+ [
+ "▁`",
+ "<"
+ ],
+ [
+ "Sp",
+ "ace"
+ ],
+ [
+ "S",
+ "pace"
+ ],
+ [
+ "▁ra",
+ "p"
+ ],
+ [
+ "▁r",
+ "ap"
+ ],
+ [
+ "▁",
+ "rap"
+ ],
+ [
+ "▁pop",
+ "ul"
+ ],
+ [
+ "fl",
+ "oor"
+ ],
+ [
+ "f",
+ "loor"
+ ],
+ [
+ "spec",
+ "ific"
+ ],
+ [
+ "cle",
+ "an"
+ ],
+ [
+ "c",
+ "lean"
+ ],
+ [
+ "▁con",
+ "qu"
+ ],
+ [
+ "f",
+ "b"
+ ],
+ [
+ "▁introdu",
+ "ce"
+ ],
+ [
+ "▁Ent",
+ "ity"
+ ],
+ [
+ "▁",
+ "Entity"
+ ],
+ [
+ "▁erf",
+ "olg"
+ ],
+ [
+ "▁er",
+ "folg"
+ ],
+ [
+ "ato",
+ "l"
+ ],
+ [
+ "at",
+ "ol"
+ ],
+ [
+ "a",
+ "tol"
+ ],
+ [
+ "iento",
+ "s"
+ ],
+ [
+ "ient",
+ "os"
+ ],
+ [
+ "ки",
+ "педи"
+ ],
+ [
+ "▁U",
+ "t"
+ ],
+ [
+ "▁б",
+ "ри"
+ ],
+ [
+ "▁",
+ "бри"
+ ],
+ [
+ "edule",
+ "r"
+ ],
+ [
+ "edu",
+ "ler"
+ ],
+ [
+ "ed",
+ "uler"
+ ],
+ [
+ "▁concent",
+ "r"
+ ],
+ [
+ "▁conc",
+ "entr"
+ ],
+ [
+ "▁che",
+ "r"
+ ],
+ [
+ "▁ch",
+ "er"
+ ],
+ [
+ "▁c",
+ "her"
+ ],
+ [
+ "▁",
+ "cher"
+ ],
+ [
+ "▁upgrad",
+ "e"
+ ],
+ [
+ "▁up",
+ "grade"
+ ],
+ [
+ "▁picture",
+ "s"
+ ],
+ [
+ "▁p",
+ "ictures"
+ ],
+ [
+ "▁Famil",
+ "ie"
+ ],
+ [
+ "M",
+ "us"
+ ],
+ [
+ "Lo",
+ "ok"
+ ],
+ [
+ "L",
+ "ook"
+ ],
+ [
+ "▁era",
+ "n"
+ ],
+ [
+ "▁er",
+ "an"
+ ],
+ [
+ "▁e",
+ "ran"
+ ],
+ [
+ "▁gra",
+ "m"
+ ],
+ [
+ "▁gr",
+ "am"
+ ],
+ [
+ "▁g",
+ "ram"
+ ],
+ [
+ "▁",
+ "gram"
+ ],
+ [
+ "▁W",
+ "o"
+ ],
+ [
+ "np",
+ "m"
+ ],
+ [
+ "n",
+ "pm"
+ ],
+ [
+ "▁Sal",
+ "v"
+ ],
+ [
+ "▁Sa",
+ "lv"
+ ],
+ [
+ "▁c",
+ "d"
+ ],
+ [
+ "▁",
+ "cd"
+ ],
+ [
+ "▁В",
+ "ы"
+ ],
+ [
+ "wa",
+ "hl"
+ ],
+ [
+ "w",
+ "ahl"
+ ],
+ [
+ "tra",
+ "in"
+ ],
+ [
+ "tr",
+ "ain"
+ ],
+ [
+ "t",
+ "rain"
+ ],
+ [
+ "che",
+ "m"
+ ],
+ [
+ "ch",
+ "em"
+ ],
+ [
+ "c",
+ "hem"
+ ],
+ [
+ "▁Pi",
+ "l"
+ ],
+ [
+ "▁P",
+ "il"
+ ],
+ [
+ "▁Con",
+ "nect"
+ ],
+ [
+ "▁",
+ "Connect"
+ ],
+ [
+ "č",
+ "e"
+ ],
+ [
+ "▁has",
+ "t"
+ ],
+ [
+ "▁ha",
+ "st"
+ ],
+ [
+ "▁h",
+ "ast"
+ ],
+ [
+ "▁Mult",
+ "i"
+ ],
+ [
+ "▁Mul",
+ "ti"
+ ],
+ [
+ "▁",
+ "Multi"
+ ],
+ [
+ "att",
+ "a"
+ ],
+ [
+ "at",
+ "ta"
+ ],
+ [
+ "a",
+ "tta"
+ ],
+ [
+ "▁Sou",
+ "nd"
+ ],
+ [
+ "▁So",
+ "und"
+ ],
+ [
+ "▁S",
+ "ound"
+ ],
+ [
+ "▁",
+ "Sound"
+ ],
+ [
+ "sol",
+ "ute"
+ ],
+ [
+ "▁quot",
+ "e"
+ ],
+ [
+ "▁qu",
+ "ote"
+ ],
+ [
+ "▁",
+ "quote"
+ ],
+ [
+ "▁obs",
+ "t"
+ ],
+ [
+ "▁ob",
+ "st"
+ ],
+ [
+ "▁o",
+ "bst"
+ ],
+ [
+ "ccion",
+ "es"
+ ],
+ [
+ "cc",
+ "iones"
+ ],
+ [
+ "c",
+ "ciones"
+ ],
+ [
+ "ib",
+ "ly"
+ ],
+ [
+ "▁bran",
+ "d"
+ ],
+ [
+ "▁bra",
+ "nd"
+ ],
+ [
+ "▁br",
+ "and"
+ ],
+ [
+ "▁b",
+ "rand"
+ ],
+ [
+ "▁",
+ "brand"
+ ],
+ [
+ "▁convers",
+ "ation"
+ ],
+ [
+ "▁toute",
+ "s"
+ ],
+ [
+ "▁tout",
+ "es"
+ ],
+ [
+ "▁tou",
+ "tes"
+ ],
+ [
+ "▁to",
+ "utes"
+ ],
+ [
+ "▁Ru",
+ "b"
+ ],
+ [
+ "▁R",
+ "ub"
+ ],
+ [
+ "ien",
+ "ia"
+ ],
+ [
+ "ie",
+ "nia"
+ ],
+ [
+ "i",
+ "enia"
+ ],
+ [
+ "iri",
+ "t"
+ ],
+ [
+ "ir",
+ "it"
+ ],
+ [
+ "i",
+ "rit"
+ ],
+ [
+ "▁Ан",
+ "д"
+ ],
+ [
+ "▁А",
+ "нд"
+ ],
+ [
+ "edule",
+ "d"
+ ],
+ [
+ "edu",
+ "led"
+ ],
+ [
+ "▁Tot",
+ "al"
+ ],
+ [
+ "▁To",
+ "tal"
+ ],
+ [
+ "▁T",
+ "otal"
+ ],
+ [
+ "▁",
+ "Total"
+ ],
+ [
+ "Di",
+ "g"
+ ],
+ [
+ "D",
+ "ig"
+ ],
+ [
+ "ere",
+ "m"
+ ],
+ [
+ "er",
+ "em"
+ ],
+ [
+ "e",
+ "rem"
+ ],
+ [
+ "▁sk",
+ "i"
+ ],
+ [
+ "▁s",
+ "ki"
+ ],
+ [
+ "▁",
+ "ski"
+ ],
+ [
+ "Des",
+ "t"
+ ],
+ [
+ "De",
+ "st"
+ ],
+ [
+ "D",
+ "est"
+ ],
+ [
+ "Y",
+ "Y"
+ ],
+ [
+ "е",
+ "ди"
+ ],
+ [
+ "al",
+ "y"
+ ],
+ [
+ "a",
+ "ly"
+ ],
+ [
+ "▁back",
+ "end"
+ ],
+ [
+ "▁",
+ "backend"
+ ],
+ [
+ "ulu",
+ "s"
+ ],
+ [
+ "ul",
+ "us"
+ ],
+ [
+ "u",
+ "lus"
+ ],
+ [
+ "▁feature",
+ "d"
+ ],
+ [
+ "▁person",
+ "n"
+ ],
+ [
+ "▁pers",
+ "onn"
+ ],
+ [
+ "▁sch",
+ "on"
+ ],
+ [
+ "▁sc",
+ "hon"
+ ],
+ [
+ "tra",
+ "ce"
+ ],
+ [
+ "tr",
+ "ace"
+ ],
+ [
+ "t",
+ "race"
+ ],
+ [
+ "▁ID",
+ "E"
+ ],
+ [
+ "▁I",
+ "DE"
+ ],
+ [
+ "▁",
+ "IDE"
+ ],
+ [
+ "á",
+ "j"
+ ],
+ [
+ "▁animal",
+ "s"
+ ],
+ [
+ "▁anim",
+ "als"
+ ],
+ [
+ "▁ani",
+ "mals"
+ ],
+ [
+ "▁sn",
+ "ow"
+ ],
+ [
+ "▁s",
+ "now"
+ ],
+ [
+ "uv",
+ "e"
+ ],
+ [
+ "u",
+ "ve"
+ ],
+ [
+ "uer",
+ "to"
+ ],
+ [
+ "▁dre",
+ "w"
+ ],
+ [
+ "▁dr",
+ "ew"
+ ],
+ [
+ "▁d",
+ "rew"
+ ],
+ [
+ "▁Ye",
+ "ah"
+ ],
+ [
+ "▁S",
+ "v"
+ ],
+ [
+ "\\,",
+ "\\"
+ ],
+ [
+ "\\",
+ ",\\"
+ ],
+ [
+ "▁Ser",
+ "ie"
+ ],
+ [
+ "▁Se",
+ "rie"
+ ],
+ [
+ "▁S",
+ "erie"
+ ],
+ [
+ "▁second",
+ "o"
+ ],
+ [
+ "▁sec",
+ "ondo"
+ ],
+ [
+ "▁Leben",
+ "s"
+ ],
+ [
+ "▁Leb",
+ "ens"
+ ],
+ [
+ "▁acc",
+ "ord"
+ ],
+ [
+ "▁ac",
+ "cord"
+ ],
+ [
+ "▁Ce",
+ "t"
+ ],
+ [
+ "▁C",
+ "et"
+ ],
+ [
+ "era",
+ "de"
+ ],
+ [
+ "er",
+ "ade"
+ ],
+ [
+ "e",
+ "rade"
+ ],
+ [
+ "▁desp",
+ "ite"
+ ],
+ [
+ "▁Carl",
+ "o"
+ ],
+ [
+ "▁Car",
+ "lo"
+ ],
+ [
+ "▁C",
+ "arlo"
+ ],
+ [
+ "▁z",
+ "ewnętrz"
+ ],
+ [
+ "▁list",
+ "a"
+ ],
+ [
+ "▁li",
+ "sta"
+ ],
+ [
+ "▁l",
+ "ista"
+ ],
+ [
+ "▁",
+ "lista"
+ ],
+ [
+ "nic",
+ "o"
+ ],
+ [
+ "ni",
+ "co"
+ ],
+ [
+ "n",
+ "ico"
+ ],
+ [
+ "▁Corpor",
+ "ation"
+ ],
+ [
+ "vs",
+ "pace"
+ ],
+ [
+ "v",
+ "space"
+ ],
+ [
+ "▁вой",
+ "ны"
+ ],
+ [
+ "▁stand",
+ "s"
+ ],
+ [
+ "▁stan",
+ "ds"
+ ],
+ [
+ "▁st",
+ "ands"
+ ],
+ [
+ "▁wor",
+ "se"
+ ],
+ [
+ "▁sim",
+ "ult"
+ ],
+ [
+ "▁si",
+ "mult"
+ ],
+ [
+ "▁pract",
+ "ical"
+ ],
+ [
+ "CO",
+ "L"
+ ],
+ [
+ "C",
+ "OL"
+ ],
+ [
+ "change",
+ "d"
+ ],
+ [
+ "chan",
+ "ged"
+ ],
+ [
+ "ch",
+ "anged"
+ ],
+ [
+ "▁Исто",
+ "рия"
+ ],
+ [
+ "б",
+ "ри"
+ ],
+ [
+ "ind",
+ "o"
+ ],
+ [
+ "in",
+ "do"
+ ],
+ [
+ "▁Lew",
+ "is"
+ ],
+ [
+ "▁pattern",
+ "s"
+ ],
+ [
+ "ific",
+ "a"
+ ],
+ [
+ "ifi",
+ "ca"
+ ],
+ [
+ "if",
+ "ica"
+ ],
+ [
+ "i",
+ "fica"
+ ],
+ [
+ "▁sm",
+ "art"
+ ],
+ [
+ "▁s",
+ "mart"
+ ],
+ [
+ "▁concern",
+ "ed"
+ ],
+ [
+ "ți",
+ "i"
+ ],
+ [
+ "ț",
+ "ii"
+ ],
+ [
+ "▁Hell",
+ "o"
+ ],
+ [
+ "▁Hel",
+ "lo"
+ ],
+ [
+ "▁H",
+ "ello"
+ ],
+ [
+ "▁",
+ "Hello"
+ ],
+ [
+ "rel",
+ "l"
+ ],
+ [
+ "re",
+ "ll"
+ ],
+ [
+ "r",
+ "ell"
+ ],
+ [
+ "▁Le",
+ "x"
+ ],
+ [
+ "▁L",
+ "ex"
+ ],
+ [
+ "▁в",
+ "то"
+ ],
+ [
+ "▁condition",
+ "al"
+ ],
+ [
+ "▁cond",
+ "itional"
+ ],
+ [
+ "otte",
+ "d"
+ ],
+ [
+ "ott",
+ "ed"
+ ],
+ [
+ "ot",
+ "ted"
+ ],
+ [
+ "▁sho",
+ "ot"
+ ],
+ [
+ "▁sh",
+ "oot"
+ ],
+ [
+ "▁We",
+ "d"
+ ],
+ [
+ "▁W",
+ "ed"
+ ],
+ [
+ "▁мар",
+ "та"
+ ],
+ [
+ "au",
+ "d"
+ ],
+ [
+ "a",
+ "ud"
+ ],
+ [
+ "▁ant",
+ "e"
+ ],
+ [
+ "▁an",
+ "te"
+ ],
+ [
+ "▁",
+ "ante"
+ ],
+ [
+ "ient",
+ "ras"
+ ],
+ [
+ "ien",
+ "tras"
+ ],
+ [
+ "▁paper",
+ "s"
+ ],
+ [
+ "▁pap",
+ "ers"
+ ],
+ [
+ "▁pa",
+ "pers"
+ ],
+ [
+ "▁p",
+ "apers"
+ ],
+ [
+ "▁port",
+ "ug"
+ ],
+ [
+ "▁Man",
+ "agement"
+ ],
+ [
+ "▁",
+ "Management"
+ ],
+ [
+ "▁exerc",
+ "ise"
+ ],
+ [
+ "▁Begr",
+ "iff"
+ ],
+ [
+ "comm",
+ "it"
+ ],
+ [
+ "com",
+ "mit"
+ ],
+ [
+ "▁render",
+ "ing"
+ ],
+ [
+ "▁rende",
+ "ring"
+ ],
+ [
+ "▁rend",
+ "ering"
+ ],
+ [
+ "▁cz",
+ "as"
+ ],
+ [
+ "▁c",
+ "zas"
+ ],
+ [
+ "▁",
+ "czas"
+ ],
+ [
+ "Dr",
+ "op"
+ ],
+ [
+ "D",
+ "rop"
+ ],
+ [
+ "er",
+ "g"
+ ],
+ [
+ "e",
+ "rg"
+ ],
+ [
+ "▁mu",
+ "l"
+ ],
+ [
+ "▁m",
+ "ul"
+ ],
+ [
+ "▁",
+ "mul"
+ ],
+ [
+ "▁Ta",
+ "n"
+ ],
+ [
+ "▁T",
+ "an"
+ ],
+ [
+ "ier",
+ "o"
+ ],
+ [
+ "ie",
+ "ro"
+ ],
+ [
+ "i",
+ "ero"
+ ],
+ [
+ "▁local",
+ "e"
+ ],
+ [
+ "▁loc",
+ "ale"
+ ],
+ [
+ "▁",
+ "locale"
+ ],
+ [
+ "▁in",
+ "aug"
+ ],
+ [
+ "du",
+ "mp"
+ ],
+ [
+ "d",
+ "ump"
+ ],
+ [
+ "ци",
+ "й"
+ ],
+ [
+ "▁symbol",
+ "s"
+ ],
+ [
+ "int",
+ "a"
+ ],
+ [
+ "in",
+ "ta"
+ ],
+ [
+ "▁award",
+ "ed"
+ ],
+ [
+ "▁aw",
+ "arded"
+ ],
+ [
+ "▁sus",
+ "t"
+ ],
+ [
+ "▁su",
+ "st"
+ ],
+ [
+ "▁s",
+ "ust"
+ ],
+ [
+ "▁Sen",
+ "d"
+ ],
+ [
+ "▁Se",
+ "nd"
+ ],
+ [
+ "▁S",
+ "end"
+ ],
+ [
+ "▁",
+ "Send"
+ ],
+ [
+ "ї",
+ "в"
+ ],
+ [
+ "Res",
+ "t"
+ ],
+ [
+ "Re",
+ "st"
+ ],
+ [
+ "R",
+ "est"
+ ],
+ [
+ "zte",
+ "n"
+ ],
+ [
+ "zt",
+ "en"
+ ],
+ [
+ "z",
+ "ten"
+ ],
+ [
+ "ли",
+ "м"
+ ],
+ [
+ "л",
+ "им"
+ ],
+ [
+ "riv",
+ "al"
+ ],
+ [
+ "ri",
+ "val"
+ ],
+ [
+ "r",
+ "ival"
+ ],
+ [
+ "PO",
+ "RT"
+ ],
+ [
+ "P",
+ "ORT"
+ ],
+ [
+ "öl",
+ "ker"
+ ],
+ [
+ "imate",
+ "ly"
+ ],
+ [
+ "imat",
+ "ely"
+ ],
+ [
+ "im",
+ "ately"
+ ],
+ [
+ "igt",
+ "e"
+ ],
+ [
+ "ig",
+ "te"
+ ],
+ [
+ "ч",
+ "ных"
+ ],
+ [
+ "▁ter",
+ "ra"
+ ],
+ [
+ "▁",
+ "terra"
+ ],
+ [
+ "ög",
+ "lich"
+ ],
+ [
+ "▁Ho",
+ "m"
+ ],
+ [
+ "▁H",
+ "om"
+ ],
+ [
+ "▁",
+ "Hom"
+ ],
+ [
+ "▁he",
+ "x"
+ ],
+ [
+ "▁h",
+ "ex"
+ ],
+ [
+ "▁",
+ "hex"
+ ],
+ [
+ "don",
+ "e"
+ ],
+ [
+ "do",
+ "ne"
+ ],
+ [
+ "d",
+ "one"
+ ],
+ [
+ "amp",
+ "s"
+ ],
+ [
+ "am",
+ "ps"
+ ],
+ [
+ "▁ce",
+ "t"
+ ],
+ [
+ "▁c",
+ "et"
+ ],
+ [
+ "PR",
+ "E"
+ ],
+ [
+ "P",
+ "RE"
+ ],
+ [
+ "ös",
+ "t"
+ ],
+ [
+ "ö",
+ "st"
+ ],
+ [
+ "▁fem",
+ "me"
+ ],
+ [
+ "Select",
+ "ion"
+ ],
+ [
+ "Se",
+ "lection"
+ ],
+ [
+ "▁za",
+ "w"
+ ],
+ [
+ "▁z",
+ "aw"
+ ],
+ [
+ "sp",
+ "r"
+ ],
+ [
+ "s",
+ "pr"
+ ],
+ [
+ "▁horse",
+ "s"
+ ],
+ [
+ "▁hors",
+ "es"
+ ],
+ [
+ "▁sn",
+ "ap"
+ ],
+ [
+ "▁s",
+ "nap"
+ ],
+ [
+ "Text",
+ "Box"
+ ],
+ [
+ "▁E",
+ "clipse"
+ ],
+ [
+ "ull",
+ "e"
+ ],
+ [
+ "ul",
+ "le"
+ ],
+ [
+ "u",
+ "lle"
+ ],
+ [
+ "owy",
+ "m"
+ ],
+ [
+ "ow",
+ "ym"
+ ],
+ [
+ "▁come",
+ "r"
+ ],
+ [
+ "▁com",
+ "er"
+ ],
+ [
+ "▁co",
+ "mer"
+ ],
+ [
+ "▁c",
+ "omer"
+ ],
+ [
+ "ne",
+ "cess"
+ ],
+ [
+ "co",
+ "ok"
+ ],
+ [
+ "c",
+ "ook"
+ ],
+ [
+ "eng",
+ "er"
+ ],
+ [
+ "en",
+ "ger"
+ ],
+ [
+ "--",
+ ">"
+ ],
+ [
+ "-",
+ "->"
+ ],
+ [
+ "▁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"
+ ],
+ [
+ ".",
+ "»"
+ ],
+ [
+ "}",
+ ""
+ ],
+ [
+ "fl",
+ "ex"
+ ],
+ [
+ "f",
+ "lex"
+ ],
+ [
+ "▁ком",
+ "п"
+ ],
+ [
+ "▁ко",
+ "мп"
+ ],
+ [
+ "onde",
+ "n"
+ ],
+ [
+ "ond",
+ "en"
+ ],
+ [
+ "on",
+ "den"
+ ],
+ [
+ "ac",
+ "cept"
+ ],
+ [
+ "▁miejs",
+ "ce"
+ ],
+ [
+ "H",
+ "ub"
+ ],
+ [
+ "allen",
+ "g"
+ ],
+ [
+ "alle",
+ "ng"
+ ],
+ [
+ "all",
+ "eng"
+ ],
+ [
+ "W",
+ "N"
+ ],
+ [
+ "▁implement",
+ "ing"
+ ],
+ [
+ "▁",
+ "лу"
+ ],
+ [
+ "▁conf",
+ "using"
+ ],
+ [
+ "▁Inst",
+ "all"
+ ],
+ [
+ "▁",
+ "Install"
+ ],
+ [
+ "▁ro",
+ "u"
+ ],
+ [
+ "▁r",
+ "ou"
+ ],
+ [
+ "▁",
+ "rou"
+ ],
+ [
+ "▁про",
+ "ек"
+ ],
+ [
+ "Access",
+ "or"
+ ],
+ [
+ "Acc",
+ "essor"
+ ],
+ [
+ "ља",
+ "шње"
+ ],
+ [
+ "odi",
+ "o"
+ ],
+ [
+ "od",
+ "io"
+ ],
+ [
+ "▁app",
+ "lies"
+ ],
+ [
+ "ющи",
+ "й"
+ ],
+ [
+ "ю",
+ "щий"
+ ],
+ [
+ "▁M",
+ "undial"
+ ],
+ [
+ "Ét",
+ "at"
+ ],
+ [
+ "É",
+ "tat"
+ ],
+ [
+ "iet",
+ "nam"
+ ],
+ [
+ "hu",
+ "m"
+ ],
+ [
+ "h",
+ "um"
+ ],
+ [
+ "▁с",
+ "бор"
+ ],
+ [
+ "ordin",
+ "ate"
+ ],
+ [
+ "ord",
+ "inate"
+ ],
+ [
+ "Fran",
+ "ce"
+ ],
+ [
+ "Fr",
+ "ance"
+ ],
+ [
+ "F",
+ "rance"
+ ],
+ [
+ "▁pre",
+ "nd"
+ ],
+ [
+ "▁pr",
+ "end"
+ ],
+ [
+ "▁p",
+ "rend"
+ ],
+ [
+ "el",
+ "temperaturen"
+ ],
+ [
+ "▁trab",
+ "aj"
+ ],
+ [
+ "A",
+ "xis"
+ ],
+ [
+ "▁м",
+ "но"
+ ],
+ [
+ "prim",
+ "ary"
+ ],
+ [
+ "▁Seit",
+ "e"
+ ],
+ [
+ "▁Se",
+ "ite"
+ ],
+ [
+ "perm",
+ "ission"
+ ],
+ [
+ "per",
+ "mission"
+ ],
+ [
+ "▁ord",
+ "en"
+ ],
+ [
+ "▁or",
+ "den"
+ ],
+ [
+ "▁",
+ "orden"
+ ],
+ [
+ "sin",
+ "ce"
+ ],
+ [
+ "s",
+ "ince"
+ ],
+ [
+ "▁i",
+ "c"
+ ],
+ [
+ "▁",
+ "ic"
+ ],
+ [
+ "▁Bra",
+ "zil"
+ ],
+ [
+ "▁bar",
+ "e"
+ ],
+ [
+ "▁ba",
+ "re"
+ ],
+ [
+ "▁b",
+ "are"
+ ],
+ [
+ "▁",
+ "bare"
+ ],
+ [
+ "▁Na",
+ "r"
+ ],
+ [
+ "▁N",
+ "ar"
+ ],
+ [
+ "▁Ju",
+ "r"
+ ],
+ [
+ "▁J",
+ "ur"
+ ],
+ [
+ "▁free",
+ "dom"
+ ],
+ [
+ "▁fre",
+ "edom"
+ ],
+ [
+ "▁medic",
+ "al"
+ ],
+ [
+ "▁medi",
+ "cal"
+ ],
+ [
+ "▁med",
+ "ical"
+ ],
+ [
+ "isch",
+ "of"
+ ],
+ [
+ "isc",
+ "hof"
+ ],
+ [
+ "▁с",
+ "п"
+ ],
+ [
+ "ie",
+ "ż"
+ ],
+ [
+ "▁boot",
+ "strap"
+ ],
+ [
+ "▁",
+ "bootstrap"
+ ],
+ [
+ "▁",
+ "…"
+ ],
+ [
+ "▁fac",
+ "il"
+ ],
+ [
+ "▁fa",
+ "cil"
+ ],
+ [
+ "cor",
+ "d"
+ ],
+ [
+ "co",
+ "rd"
+ ],
+ [
+ "c",
+ "ord"
+ ],
+ [
+ "ван",
+ "е"
+ ],
+ [
+ "ва",
+ "не"
+ ],
+ [
+ "в",
+ "ане"
+ ],
+ [
+ "▁Alle",
+ "n"
+ ],
+ [
+ "▁All",
+ "en"
+ ],
+ [
+ "▁Al",
+ "len"
+ ],
+ [
+ "avi",
+ "d"
+ ],
+ [
+ "av",
+ "id"
+ ],
+ [
+ "a",
+ "vid"
+ ],
+ [
+ "ing",
+ "ham"
+ ],
+ [
+ "za",
+ "s"
+ ],
+ [
+ "z",
+ "as"
+ ],
+ [
+ "▁insp",
+ "ect"
+ ],
+ [
+ "▁ins",
+ "pect"
+ ],
+ [
+ "▁in",
+ "spect"
+ ],
+ [
+ "itte",
+ "n"
+ ],
+ [
+ "itt",
+ "en"
+ ],
+ [
+ "it",
+ "ten"
+ ],
+ [
+ "ost",
+ "i"
+ ],
+ [
+ "os",
+ "ti"
+ ],
+ [
+ "u",
+ "h"
+ ],
+ [
+ "c",
+ "é"
+ ],
+ [
+ "▁####",
+ "#"
+ ],
+ [
+ "▁###",
+ "##"
+ ],
+ [
+ "▁#",
+ "####"
+ ],
+ [
+ "ciu",
+ "s"
+ ],
+ [
+ "ci",
+ "us"
+ ],
+ [
+ "c",
+ "ius"
+ ],
+ [
+ "om",
+ "y"
+ ],
+ [
+ "o",
+ "my"
+ ],
+ [
+ "▁Sein",
+ "e"
+ ],
+ [
+ "▁Se",
+ "ine"
+ ],
+ [
+ "bre",
+ "s"
+ ],
+ [
+ "br",
+ "es"
+ ],
+ [
+ "b",
+ "res"
+ ],
+ [
+ "▁genu",
+ "s"
+ ],
+ [
+ "▁gen",
+ "us"
+ ],
+ [
+ "O",
+ "ther"
+ ],
+ [
+ "▁Gold",
+ "en"
+ ],
+ [
+ "▁Gol",
+ "den"
+ ],
+ [
+ "mu",
+ "l"
+ ],
+ [
+ "m",
+ "ul"
+ ],
+ [
+ "▁Спо",
+ "љашње"
+ ],
+ [
+ "▁gen",
+ "naio"
+ ],
+ [
+ "▁careful",
+ "ly"
+ ],
+ [
+ "▁care",
+ "fully"
+ ],
+ [
+ "aa",
+ "l"
+ ],
+ [
+ "a",
+ "al"
+ ],
+ [
+ "▁analy",
+ "t"
+ ],
+ [
+ "▁anal",
+ "yt"
+ ],
+ [
+ "ne",
+ "ur"
+ ],
+ [
+ "n",
+ "eur"
+ ],
+ [
+ "▁str",
+ "etch"
+ ],
+ [
+ "▁st",
+ "retch"
+ ],
+ [
+ "▁O",
+ "cc"
+ ],
+ [
+ "▁",
+ "Occ"
+ ],
+ [
+ "ola",
+ "s"
+ ],
+ [
+ "ol",
+ "as"
+ ],
+ [
+ "o",
+ "las"
+ ],
+ [
+ "▁fire",
+ "base"
+ ],
+ [
+ "▁",
+ "firebase"
+ ],
+ [
+ "▁expect",
+ "ing"
+ ],
+ [
+ "bas",
+ "ic"
+ ],
+ [
+ "cond",
+ "ition"
+ ],
+ [
+ "pro",
+ "v"
+ ],
+ [
+ "pr",
+ "ov"
+ ],
+ [
+ "p",
+ "rov"
+ ],
+ [
+ "▁Wass",
+ "er"
+ ],
+ [
+ "▁Was",
+ "ser"
+ ],
+ [
+ "▁W",
+ "asser"
+ ],
+ [
+ "▁conc",
+ "aten"
+ ],
+ [
+ "▁ev",
+ "il"
+ ],
+ [
+ "▁e",
+ "vil"
+ ],
+ [
+ "▁coefficient",
+ "s"
+ ],
+ [
+ "We",
+ "st"
+ ],
+ [
+ "W",
+ "est"
+ ],
+ [
+ "ir",
+ "y"
+ ],
+ [
+ "i",
+ "ry"
+ ],
+ [
+ "pha",
+ "s"
+ ],
+ [
+ "ph",
+ "as"
+ ],
+ [
+ "p",
+ "has"
+ ],
+ [
+ "▁Ja",
+ "m"
+ ],
+ [
+ "▁J",
+ "am"
+ ],
+ [
+ "fo",
+ "is"
+ ],
+ [
+ "f",
+ "ois"
+ ],
+ [
+ "▁cons",
+ "id"
+ ],
+ [
+ "▁main",
+ "ten"
+ ],
+ [
+ "▁mai",
+ "nten"
+ ],
+ [
+ "ni",
+ "m"
+ ],
+ [
+ "n",
+ "im"
+ ],
+ [
+ "esse",
+ "r"
+ ],
+ [
+ "ess",
+ "er"
+ ],
+ [
+ "es",
+ "ser"
+ ],
+ [
+ "es",
+ "z"
+ ],
+ [
+ "e",
+ "sz"
+ ],
+ [
+ "unt",
+ "a"
+ ],
+ [
+ "un",
+ "ta"
+ ],
+ [
+ "ues",
+ "t"
+ ],
+ [
+ "ue",
+ "st"
+ ],
+ [
+ "u",
+ "est"
+ ],
+ [
+ "▁cred",
+ "entials"
+ ],
+ [
+ "_",
+ ";"
+ ],
+ [
+ "Di",
+ "m"
+ ],
+ [
+ "D",
+ "im"
+ ],
+ [
+ "пре",
+ "де"
+ ],
+ [
+ "пр",
+ "еде"
+ ],
+ [
+ "▁B",
+ "ü"
+ ],
+ [
+ "bu",
+ "ilt"
+ ],
+ [
+ "▁Ac",
+ "adem"
+ ],
+ [
+ "▁A",
+ "cadem"
+ ],
+ [
+ "▁aud",
+ "i"
+ ],
+ [
+ "▁au",
+ "di"
+ ],
+ [
+ "▁a",
+ "udi"
+ ],
+ [
+ "▁",
+ "audi"
+ ],
+ [
+ "▁tv",
+ "å"
+ ],
+ [
+ "ina",
+ "nd"
+ ],
+ [
+ "in",
+ "and"
+ ],
+ [
+ "▁The",
+ "ater"
+ ],
+ [
+ "▁gen",
+ "re"
+ ],
+ [
+ "ço",
+ "s"
+ ],
+ [
+ "ç",
+ "os"
+ ],
+ [
+ "gres",
+ "ql"
+ ],
+ [
+ "gre",
+ "sql"
+ ],
+ [
+ "▁we",
+ "ap"
+ ],
+ [
+ "▁Ra",
+ "b"
+ ],
+ [
+ "▁R",
+ "ab"
+ ],
+ [
+ "▁",
+ "’"
+ ],
+ [
+ "▁ad",
+ "ult"
+ ],
+ [
+ "▁dé",
+ "m"
+ ],
+ [
+ "▁d",
+ "ém"
+ ],
+ [
+ "`",
+ "`"
+ ],
+ [
+ "▁sta",
+ "bil"
+ ],
+ [
+ "▁st",
+ "abil"
+ ],
+ [
+ "▁correspond",
+ "s"
+ ],
+ [
+ "▁East",
+ "ern"
+ ],
+ [
+ "▁E",
+ "astern"
+ ],
+ [
+ "unn",
+ "el"
+ ],
+ [
+ "un",
+ "nel"
+ ],
+ [
+ "Work",
+ "er"
+ ],
+ [
+ "▁co",
+ "h"
+ ],
+ [
+ "▁c",
+ "oh"
+ ],
+ [
+ "л",
+ "ка"
+ ],
+ [
+ "▁Mass",
+ "achusetts"
+ ],
+ [
+ "pi",
+ "o"
+ ],
+ [
+ "p",
+ "io"
+ ],
+ [
+ "▁port",
+ "s"
+ ],
+ [
+ "▁por",
+ "ts"
+ ],
+ [
+ "▁",
+ "ports"
+ ],
+ [
+ "ag",
+ "g"
+ ],
+ [
+ "a",
+ "gg"
+ ],
+ [
+ "▁Deb",
+ "ug"
+ ],
+ [
+ "▁De",
+ "bug"
+ ],
+ [
+ "▁",
+ "Debug"
+ ],
+ [
+ "▁bre",
+ "ath"
+ ],
+ [
+ "MI",
+ "N"
+ ],
+ [
+ "M",
+ "IN"
+ ],
+ [
+ "Vari",
+ "able"
+ ],
+ [
+ "bat",
+ "ch"
+ ],
+ [
+ "b",
+ "atch"
+ ],
+ [
+ "сс",
+ "е"
+ ],
+ [
+ "с",
+ "се"
+ ],
+ [
+ "▁pre",
+ "g"
+ ],
+ [
+ "▁pr",
+ "eg"
+ ],
+ [
+ "▁p",
+ "reg"
+ ],
+ [
+ "▁role",
+ "s"
+ ],
+ [
+ "▁rol",
+ "es"
+ ],
+ [
+ "▁ro",
+ "les"
+ ],
+ [
+ "▁r",
+ "oles"
+ ],
+ [
+ "pas",
+ "te"
+ ],
+ [
+ "pa",
+ "ste"
+ ],
+ [
+ "p",
+ "aste"
+ ],
+ [
+ "▁reference",
+ "d"
+ ],
+ [
+ "▁refer",
+ "enced"
+ ],
+ [
+ "adr",
+ "at"
+ ],
+ [
+ "ad",
+ "rat"
+ ],
+ [
+ "ч",
+ "ё"
+ ],
+ [
+ "bin",
+ "om"
+ ],
+ [
+ "bi",
+ "nom"
+ ],
+ [
+ "▁defin",
+ "ing"
+ ],
+ [
+ "▁def",
+ "ining"
+ ],
+ [
+ "▁Bud",
+ "apest"
+ ],
+ [
+ "▁д",
+ "ви"
+ ],
+ [
+ "▁",
+ "дви"
+ ],
+ [
+ "▁t",
+ "aught"
+ ],
+ [
+ "▁hol",
+ "e"
+ ],
+ [
+ "▁ho",
+ "le"
+ ],
+ [
+ "▁h",
+ "ole"
+ ],
+ [
+ "▁",
+ "hole"
+ ],
+ [
+ "▁quel",
+ "la"
+ ],
+ [
+ "▁que",
+ "lla"
+ ],
+ [
+ "▁qu",
+ "ella"
+ ],
+ [
+ "M",
+ "sg"
+ ],
+ [
+ "ask",
+ "a"
+ ],
+ [
+ "as",
+ "ka"
+ ],
+ [
+ "a",
+ "ska"
+ ],
+ [
+ "sc",
+ "an"
+ ],
+ [
+ "s",
+ "can"
+ ],
+ [
+ "▁propos",
+ "e"
+ ],
+ [
+ "▁prop",
+ "ose"
+ ],
+ [
+ "▁pro",
+ "pose"
+ ],
+ [
+ "▁Би",
+ "ография"
+ ],
+ [
+ "{{",
+ "\\"
+ ],
+ [
+ "{",
+ "{\\"
+ ],
+ [
+ "text",
+ "t"
+ ],
+ [
+ "tex",
+ "tt"
+ ],
+ [
+ "▁Al",
+ "b"
+ ],
+ [
+ "▁A",
+ "lb"
+ ],
+ [
+ "▁Syd",
+ "ney"
+ ],
+ [
+ "▁back",
+ "up"
+ ],
+ [
+ "▁cred",
+ "it"
+ ],
+ [
+ "▁cre",
+ "dit"
+ ],
+ [
+ "▁cr",
+ "edit"
+ ],
+ [
+ "▁фран",
+ "цу"
+ ],
+ [
+ "stat",
+ "s"
+ ],
+ [
+ "sta",
+ "ts"
+ ],
+ [
+ "st",
+ "ats"
+ ],
+ [
+ "\\\"",
+ ":"
+ ],
+ [
+ "\\",
+ "\":"
+ ],
+ [
+ "▁Пер",
+ "е"
+ ],
+ [
+ "▁Пе",
+ "ре"
+ ],
+ [
+ "▁П",
+ "ере"
+ ],
+ [
+ "▁according",
+ "ly"
+ ],
+ [
+ "▁accord",
+ "ingly"
+ ],
+ [
+ "▁Le",
+ "n"
+ ],
+ [
+ "▁L",
+ "en"
+ ],
+ [
+ "▁",
+ "Len"
+ ],
+ [
+ "zn",
+ "a"
+ ],
+ [
+ "z",
+ "na"
+ ],
+ [
+ "▁Region",
+ "al"
+ ],
+ [
+ "▁Reg",
+ "ional"
+ ],
+ [
+ "▁из",
+ "да"
+ ],
+ [
+ "▁и",
+ "зда"
+ ],
+ [
+ "▁j",
+ "ú"
+ ],
+ [
+ "his",
+ "tor"
+ ],
+ [
+ "hi",
+ "stor"
+ ],
+ [
+ "h",
+ "istor"
+ ],
+ [
+ "▁ent",
+ "ities"
+ ],
+ [
+ "St",
+ "ar"
+ ],
+ [
+ "S",
+ "tar"
+ ],
+ [
+ "он",
+ "е"
+ ],
+ [
+ "о",
+ "не"
+ ],
+ [
+ "']",
+ "['"
+ ],
+ [
+ "'",
+ "]['"
+ ],
+ [
+ "▁Nov",
+ "a"
+ ],
+ [
+ "▁No",
+ "va"
+ ],
+ [
+ "▁N",
+ "ova"
+ ],
+ [
+ "di",
+ "e"
+ ],
+ [
+ "d",
+ "ie"
+ ],
+ [
+ "▁`",
+ "'"
+ ],
+ [
+ "▁",
+ "`'"
+ ],
+ [
+ "▁obt",
+ "en"
+ ],
+ [
+ "▁ob",
+ "ten"
+ ],
+ [
+ "ans",
+ "t"
+ ],
+ [
+ "an",
+ "st"
+ ],
+ [
+ "▁Rel",
+ "ig"
+ ],
+ [
+ "▁Re",
+ "lig"
+ ],
+ [
+ "▁tri",
+ "g"
+ ],
+ [
+ "▁tr",
+ "ig"
+ ],
+ [
+ "▁t",
+ "rig"
+ ],
+ [
+ "▁ре",
+ "жи"
+ ],
+ [
+ "▁Person",
+ "al"
+ ],
+ [
+ "▁Pers",
+ "onal"
+ ],
+ [
+ "▁ton",
+ "e"
+ ],
+ [
+ "▁to",
+ "ne"
+ ],
+ [
+ "▁t",
+ "one"
+ ],
+ [
+ "▁ai",
+ "d"
+ ],
+ [
+ "▁a",
+ "id"
+ ],
+ [
+ "Vis",
+ "ual"
+ ],
+ [
+ "Sub",
+ "mit"
+ ],
+ [
+ "▁move",
+ "s"
+ ],
+ [
+ "▁mov",
+ "es"
+ ],
+ [
+ "▁mo",
+ "ves"
+ ],
+ [
+ "▁Br",
+ "idge"
+ ],
+ [
+ "▁B",
+ "ridge"
+ ],
+ [
+ "▁Bo",
+ "y"
+ ],
+ [
+ "▁B",
+ "oy"
+ ],
+ [
+ "▁accur",
+ "ate"
+ ],
+ [
+ "ost",
+ "a"
+ ],
+ [
+ "os",
+ "ta"
+ ],
+ [
+ "o",
+ "sta"
+ ],
+ [
+ "att",
+ "o"
+ ],
+ [
+ "at",
+ "to"
+ ],
+ [
+ "a",
+ "tto"
+ ],
+ [
+ "▁defeat",
+ "ed"
+ ],
+ [
+ "▁defe",
+ "ated"
+ ],
+ [
+ "▁data",
+ "b"
+ ],
+ [
+ "▁dat",
+ "ab"
+ ],
+ [
+ "▁da",
+ "tab"
+ ],
+ [
+ "▁",
+ "datab"
+ ],
+ [
+ "gin",
+ "x"
+ ],
+ [
+ "gi",
+ "nx"
+ ],
+ [
+ "g",
+ "inx"
+ ],
+ [
+ "▁Li",
+ "v"
+ ],
+ [
+ "▁L",
+ "iv"
+ ],
+ [
+ "ly",
+ "wood"
+ ],
+ [
+ "T",
+ "W"
+ ],
+ [
+ "ri",
+ "um"
+ ],
+ [
+ "r",
+ "ium"
+ ],
+ [
+ "ipp",
+ "ed"
+ ],
+ [
+ "ip",
+ "ped"
+ ],
+ [
+ "i",
+ "pped"
+ ],
+ [
+ "Fa",
+ "il"
+ ],
+ [
+ "F",
+ "ail"
+ ],
+ [
+ "RE",
+ "QUEST"
+ ],
+ [
+ "▁ign",
+ "or"
+ ],
+ [
+ "▁ig",
+ "nor"
+ ],
+ [
+ "▁sitt",
+ "ing"
+ ],
+ [
+ "▁sit",
+ "ting"
+ ],
+ [
+ "▁s",
+ "itting"
+ ],
+ [
+ "▁molt",
+ "o"
+ ],
+ [
+ "▁mol",
+ "to"
+ ],
+ [
+ "▁end",
+ "point"
+ ],
+ [
+ "▁",
+ "endpoint"
+ ],
+ [
+ "uc",
+ "ión"
+ ],
+ [
+ "u",
+ "ción"
+ ],
+ [
+ "▁collection",
+ "s"
+ ],
+ [
+ "▁collect",
+ "ions"
+ ],
+ [
+ "▁colle",
+ "ctions"
+ ],
+ [
+ "▁col",
+ "lections"
+ ],
+ [
+ "▁",
+ "collections"
+ ],
+ [
+ "▁Т",
+ "у"
+ ],
+ [
+ "tem",
+ "bre"
+ ],
+ [
+ "t",
+ "embre"
+ ],
+ [
+ "▁né",
+ "cess"
+ ],
+ [
+ "▁inter",
+ "act"
+ ],
+ [
+ "▁inte",
+ "ract"
+ ],
+ [
+ "▁otra",
+ "s"
+ ],
+ [
+ "▁ot",
+ "ras"
+ ],
+ [
+ "▁o",
+ "tras"
+ ],
+ [
+ "▁cur",
+ "r"
+ ],
+ [
+ "▁cu",
+ "rr"
+ ],
+ [
+ "▁c",
+ "urr"
+ ],
+ [
+ "▁",
+ "curr"
+ ],
+ [
+ "▁track",
+ "s"
+ ],
+ [
+ "▁trac",
+ "ks"
+ ],
+ [
+ "▁tra",
+ "cks"
+ ],
+ [
+ "▁tr",
+ "acks"
+ ],
+ [
+ "▁fam",
+ "ília"
+ ],
+ [
+ "▁numeric",
+ "al"
+ ],
+ [
+ "▁numer",
+ "ical"
+ ],
+ [
+ "leg",
+ "t"
+ ],
+ [
+ "le",
+ "gt"
+ ],
+ [
+ "]",
+ "/"
+ ],
+ [
+ "▁Mari",
+ "o"
+ ],
+ [
+ "▁Mar",
+ "io"
+ ],
+ [
+ "▁Ma",
+ "rio"
+ ],
+ [
+ "▁M",
+ "ario"
+ ],
+ [
+ "▁tor",
+ "t"
+ ],
+ [
+ "▁to",
+ "rt"
+ ],
+ [
+ "▁t",
+ "ort"
+ ],
+ [
+ "b",
+ "g"
+ ],
+ [
+ "ss",
+ "l"
+ ],
+ [
+ "s",
+ "sl"
+ ],
+ [
+ "textt",
+ "t"
+ ],
+ [
+ "text",
+ "tt"
+ ],
+ [
+ "▁sp",
+ "ark"
+ ],
+ [
+ "▁s",
+ "park"
+ ],
+ [
+ "▁",
+ "spark"
+ ],
+ [
+ "ди",
+ "и"
+ ],
+ [
+ "▁prob",
+ "able"
+ ],
+ [
+ "%%",
+ "%%"
+ ],
+ [
+ "phi",
+ "a"
+ ],
+ [
+ "ph",
+ "ia"
+ ],
+ [
+ "],",
+ "["
+ ],
+ [
+ "]",
+ ",["
+ ],
+ [
+ "▁box",
+ "es"
+ ],
+ [
+ "▁bo",
+ "xes"
+ ],
+ [
+ "▁ac",
+ "adem"
+ ],
+ [
+ "▁a",
+ "cadem"
+ ],
+ [
+ "▁Sl",
+ "o"
+ ],
+ [
+ "▁S",
+ "lo"
+ ],
+ [
+ "äu",
+ "de"
+ ],
+ [
+ "ä",
+ "ude"
+ ],
+ [
+ "▁wit",
+ "ness"
+ ],
+ [
+ "▁edit",
+ "ing"
+ ],
+ [
+ "▁ed",
+ "iting"
+ ],
+ [
+ "лин",
+ "а"
+ ],
+ [
+ "ли",
+ "на"
+ ],
+ [
+ "▁look",
+ "up"
+ ],
+ [
+ "▁",
+ "lookup"
+ ],
+ [
+ "▁Buc",
+ "k"
+ ],
+ [
+ "▁Bu",
+ "ck"
+ ],
+ [
+ "▁B",
+ "uck"
+ ],
+ [
+ "д",
+ "ня"
+ ],
+ [
+ "▁jour",
+ "s"
+ ],
+ [
+ "▁jou",
+ "rs"
+ ],
+ [
+ "▁jo",
+ "urs"
+ ],
+ [
+ "▁j",
+ "ours"
+ ],
+ [
+ "▁",
+ "jours"
+ ],
+ [
+ "++)",
+ "{"
+ ],
+ [
+ "++",
+ "){"
+ ],
+ [
+ "▁indic",
+ "es"
+ ],
+ [
+ "▁ind",
+ "ices"
+ ],
+ [
+ "▁fl",
+ "ight"
+ ],
+ [
+ "▁f",
+ "light"
+ ],
+ [
+ "▁comput",
+ "ation"
+ ],
+ [
+ "▁com",
+ "putation"
+ ],
+ [
+ "Pl",
+ "ugin"
+ ],
+ [
+ "▁realiz",
+ "e"
+ ],
+ [
+ "▁real",
+ "ize"
+ ],
+ [
+ "isse",
+ "t"
+ ],
+ [
+ "iss",
+ "et"
+ ],
+ [
+ "is",
+ "set"
+ ],
+ [
+ "▁deriv",
+ "ative"
+ ],
+ [
+ "line",
+ "width"
+ ],
+ [
+ "bu",
+ "nd"
+ ],
+ [
+ "b",
+ "und"
+ ],
+ [
+ "▁th",
+ "or"
+ ],
+ [
+ "▁t",
+ "hor"
+ ],
+ [
+ "▁.",
+ "="
+ ],
+ [
+ "▁",
+ ".="
+ ],
+ [
+ "▁s",
+ "í"
+ ],
+ [
+ "▁Cl",
+ "ick"
+ ],
+ [
+ "▁C",
+ "lick"
+ ],
+ [
+ "▁",
+ "Click"
+ ],
+ [
+ "▁Seb",
+ "ast"
+ ],
+ [
+ ">",
+ "'"
+ ],
+ [
+ "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"
+ ],
+ [
+ "▁кото",
+ "рая"
+ ],
+ [
+ ".<",
+ "/"
+ ],
+ [
+ ".",
+ ""
+ ],
+ [
+ "▁C",
+ "S"
+ ],
+ [
+ "▁",
+ "CS"
+ ],
+ [
+ "uk",
+ "y"
+ ],
+ [
+ "u",
+ "ky"
+ ],
+ [
+ "▁wh",
+ "ilst"
+ ],
+ [
+ "▁ling",
+ "u"
+ ],
+ [
+ "▁lin",
+ "gu"
+ ],
+ [
+ "▁l",
+ "ingu"
+ ],
+ [
+ "extra",
+ "ct"
+ ],
+ [
+ "ext",
+ "ract"
+ ],
+ [
+ "zeich",
+ "nung"
+ ],
+ [
+ "▁Fel",
+ "d"
+ ],
+ [
+ "▁Fe",
+ "ld"
+ ],
+ [
+ "▁F",
+ "eld"
+ ],
+ [
+ "▁valu",
+ "able"
+ ],
+ [
+ "ura",
+ "ble"
+ ],
+ [
+ "ur",
+ "able"
+ ],
+ [
+ "u",
+ "rable"
+ ],
+ [
+ "▁Je",
+ "n"
+ ],
+ [
+ "▁J",
+ "en"
+ ],
+ [
+ "▁strugg",
+ "le"
+ ],
+ [
+ "▁comm",
+ "ittee"
+ ],
+ [
+ "▁Wo",
+ "hn"
+ ],
+ [
+ "▁W",
+ "ohn"
+ ],
+ [
+ "▁sql",
+ "ite"
+ ],
+ [
+ "▁",
+ "sqlite"
+ ],
+ [
+ "▁Tem",
+ "p"
+ ],
+ [
+ "▁Te",
+ "mp"
+ ],
+ [
+ "▁T",
+ "emp"
+ ],
+ [
+ "▁",
+ "Temp"
+ ],
+ [
+ "▁CO",
+ "UNT"
+ ],
+ [
+ "▁",
+ "COUNT"
+ ],
+ [
+ "cons",
+ "in"
+ ],
+ [
+ "con",
+ "sin"
+ ],
+ [
+ "мін",
+ "і"
+ ],
+ [
+ "мі",
+ "ні"
+ ],
+ [
+ "usa",
+ "ge"
+ ],
+ [
+ "us",
+ "age"
+ ],
+ [
+ "▁que",
+ "st"
+ ],
+ [
+ "▁qu",
+ "est"
+ ],
+ [
+ "▁q",
+ "uest"
+ ],
+ [
+ "▁",
+ "quest"
+ ],
+ [
+ "дя",
+ "н"
+ ],
+ [
+ "д",
+ "ян"
+ ],
+ [
+ "ear",
+ "ed"
+ ],
+ [
+ "ea",
+ "red"
+ ],
+ [
+ "e",
+ "ared"
+ ],
+ [
+ "▁Sch",
+ "ne"
+ ],
+ [
+ "▁do",
+ "d"
+ ],
+ [
+ "▁d",
+ "od"
+ ],
+ [
+ "▁rec",
+ "ht"
+ ],
+ [
+ "▁re",
+ "cht"
+ ],
+ [
+ "▁",
+ "recht"
+ ],
+ [
+ "▁ka",
+ "o"
+ ],
+ [
+ "▁k",
+ "ao"
+ ],
+ [
+ "Cap",
+ "t"
+ ],
+ [
+ "Ca",
+ "pt"
+ ],
+ [
+ "C",
+ "apt"
+ ],
+ [
+ "label",
+ "s"
+ ],
+ [
+ "lab",
+ "els"
+ ],
+ [
+ "▁ell",
+ "os"
+ ],
+ [
+ "▁el",
+ "los"
+ ],
+ [
+ "▁indust",
+ "ri"
+ ],
+ [
+ "▁Color",
+ "ado"
+ ],
+ [
+ "▁contra",
+ "ry"
+ ],
+ [
+ "▁contr",
+ "ary"
+ ],
+ [
+ "▁Du",
+ "m"
+ ],
+ [
+ "▁D",
+ "um"
+ ],
+ [
+ "Be",
+ "l"
+ ],
+ [
+ "B",
+ "el"
+ ],
+ [
+ "▁Ven",
+ "t"
+ ],
+ [
+ "▁Ve",
+ "nt"
+ ],
+ [
+ "▁V",
+ "ent"
+ ],
+ [
+ "▁author",
+ "ities"
+ ],
+ [
+ "Y",
+ "ES"
+ ],
+ [
+ "ense",
+ "d"
+ ],
+ [
+ "ens",
+ "ed"
+ ],
+ [
+ "en",
+ "sed"
+ ],
+ [
+ "umbn",
+ "ail"
+ ],
+ [
+ "izza",
+ "zione"
+ ],
+ [
+ "izz",
+ "azione"
+ ],
+ [
+ "ko",
+ "u"
+ ],
+ [
+ "k",
+ "ou"
+ ],
+ [
+ "ric",
+ "a"
+ ],
+ [
+ "ri",
+ "ca"
+ ],
+ [
+ "r",
+ "ica"
+ ],
+ [
+ "▁sec",
+ "t"
+ ],
+ [
+ "▁se",
+ "ct"
+ ],
+ [
+ "▁s",
+ "ect"
+ ],
+ [
+ "▁",
+ "sect"
+ ],
+ [
+ "test",
+ "s"
+ ],
+ [
+ "tes",
+ "ts"
+ ],
+ [
+ "t",
+ "ests"
+ ],
+ [
+ "▁Kle",
+ "in"
+ ],
+ [
+ "▁Kl",
+ "ein"
+ ],
+ [
+ "▁K",
+ "lein"
+ ],
+ [
+ "▁leg",
+ "s"
+ ],
+ [
+ "▁le",
+ "gs"
+ ],
+ [
+ "▁Piet",
+ "ro"
+ ],
+ [
+ "▁Pi",
+ "etro"
+ ],
+ [
+ "f",
+ "u"
+ ],
+ [
+ "th",
+ "y"
+ ],
+ [
+ "t",
+ "hy"
+ ],
+ [
+ "▁bas",
+ "t"
+ ],
+ [
+ "▁ba",
+ "st"
+ ],
+ [
+ "▁b",
+ "ast"
+ ],
+ [
+ "▁ted",
+ "es"
+ ],
+ [
+ "▁te",
+ "des"
+ ],
+ [
+ "▁t",
+ "edes"
+ ],
+ [
+ "ette",
+ "s"
+ ],
+ [
+ "ett",
+ "es"
+ ],
+ [
+ "et",
+ "tes"
+ ],
+ [
+ "▁repe",
+ "t"
+ ],
+ [
+ "▁rep",
+ "et"
+ ],
+ [
+ "▁re",
+ "pet"
+ ],
+ [
+ "ac",
+ "re"
+ ],
+ [
+ "a",
+ "cre"
+ ],
+ [
+ "rett",
+ "o"
+ ],
+ [
+ "ret",
+ "to"
+ ],
+ [
+ "re",
+ "tto"
+ ],
+ [
+ "r",
+ "etto"
+ ],
+ [
+ "▁remain",
+ "der"
+ ],
+ [
+ "▁Ge",
+ "g"
+ ],
+ [
+ "▁G",
+ "eg"
+ ],
+ [
+ "▁Го",
+ "р"
+ ],
+ [
+ "▁Г",
+ "ор"
+ ],
+ [
+ "▁Recht",
+ "s"
+ ],
+ [
+ "▁Re",
+ "chts"
+ ],
+ [
+ "▁filter",
+ "ing"
+ ],
+ [
+ "ous",
+ "s"
+ ],
+ [
+ "ou",
+ "ss"
+ ],
+ [
+ "o",
+ "uss"
+ ],
+ [
+ "▁deploy",
+ "ed"
+ ],
+ [
+ "▁prü",
+ "fe"
+ ],
+ [
+ "▁bit",
+ "map"
+ ],
+ [
+ "▁b",
+ "itmap"
+ ],
+ [
+ "▁sov",
+ "i"
+ ],
+ [
+ "▁so",
+ "vi"
+ ],
+ [
+ "▁s",
+ "ovi"
+ ],
+ [
+ "▁<%",
+ "="
+ ],
+ [
+ "▁<",
+ "%="
+ ],
+ [
+ "▁",
+ "<%="
+ ],
+ [
+ "▁entfer",
+ "ne"
+ ],
+ [
+ "kil",
+ "l"
+ ],
+ [
+ "ki",
+ "ll"
+ ],
+ [
+ "k",
+ "ill"
+ ],
+ [
+ "tab",
+ "s"
+ ],
+ [
+ "ta",
+ "bs"
+ ],
+ [
+ "t",
+ "abs"
+ ],
+ [
+ "Exp",
+ "r"
+ ],
+ [
+ "Ex",
+ "pr"
+ ],
+ [
+ "ком",
+ "у"
+ ],
+ [
+ "ко",
+ "му"
+ ],
+ [
+ "к",
+ "ому"
+ ],
+ [
+ "▁Republic",
+ "an"
+ ],
+ [
+ "▁Si",
+ "ze"
+ ],
+ [
+ "▁S",
+ "ize"
+ ],
+ [
+ "▁",
+ "Size"
+ ],
+ [
+ "▁pol",
+ "l"
+ ],
+ [
+ "▁po",
+ "ll"
+ ],
+ [
+ "▁p",
+ "oll"
+ ],
+ [
+ "▁ri",
+ "en"
+ ],
+ [
+ "▁r",
+ "ien"
+ ],
+ [
+ "▁",
+ "rien"
+ ],
+ [
+ "▁клу",
+ "б"
+ ],
+ [
+ "én",
+ "d"
+ ],
+ [
+ "é",
+ "nd"
+ ],
+ [
+ "▁Bi",
+ "o"
+ ],
+ [
+ "▁B",
+ "io"
+ ],
+ [
+ "▁per",
+ "l"
+ ],
+ [
+ "▁pe",
+ "rl"
+ ],
+ [
+ "▁",
+ "perl"
+ ],
+ [
+ "▁Andrea",
+ "s"
+ ],
+ [
+ "▁Andre",
+ "as"
+ ],
+ [
+ "▁And",
+ "reas"
+ ],
+ [
+ "ви",
+ "н"
+ ],
+ [
+ "в",
+ "ин"
+ ],
+ [
+ "▁dist",
+ "ant"
+ ],
+ [
+ "▁d",
+ "istant"
+ ],
+ [
+ "▁Fin",
+ "n"
+ ],
+ [
+ "▁F",
+ "inn"
+ ],
+ [
+ "▁Mit",
+ "ch"
+ ],
+ [
+ "▁M",
+ "itch"
+ ],
+ [
+ "▁%",
+ "{"
+ ],
+ [
+ "▁char",
+ "m"
+ ],
+ [
+ "▁cha",
+ "rm"
+ ],
+ [
+ "▁ch",
+ "arm"
+ ],
+ [
+ "▁c",
+ "harm"
+ ],
+ [
+ "▁Mu",
+ "l"
+ ],
+ [
+ "▁M",
+ "ul"
+ ],
+ [
+ "per",
+ "ate"
+ ],
+ [
+ "pe",
+ "rate"
+ ],
+ [
+ "▁science",
+ "s"
+ ],
+ [
+ "▁sci",
+ "ences"
+ ],
+ [
+ "▁mon",
+ "ot"
+ ],
+ [
+ "▁mo",
+ "not"
+ ],
+ [
+ "▁deb",
+ "ido"
+ ],
+ [
+ "riz",
+ "ona"
+ ],
+ [
+ "ie",
+ "c"
+ ],
+ [
+ "i",
+ "ec"
+ ],
+ [
+ "▁al",
+ "arm"
+ ],
+ [
+ "▁promote",
+ "d"
+ ],
+ [
+ "▁prom",
+ "oted"
+ ],
+ [
+ "▁let",
+ "zten"
+ ],
+ [
+ "ati",
+ "n"
+ ],
+ [
+ "at",
+ "in"
+ ],
+ [
+ "▁concl",
+ "us"
+ ],
+ [
+ "▁conc",
+ "lus"
+ ],
+ [
+ "▁con",
+ "clus"
+ ],
+ [
+ "her",
+ "r"
+ ],
+ [
+ "he",
+ "rr"
+ ],
+ [
+ "h",
+ "err"
+ ],
+ [
+ "▁éc",
+ "h"
+ ],
+ [
+ "▁é",
+ "ch"
+ ],
+ [
+ "▁",
+ "éch"
+ ],
+ [
+ "edi",
+ "sh"
+ ],
+ [
+ "ed",
+ "ish"
+ ],
+ [
+ "go",
+ "r"
+ ],
+ [
+ "g",
+ "or"
+ ],
+ [
+ "▁sty",
+ "cz"
+ ],
+ [
+ "▁st",
+ "ycz"
+ ],
+ [
+ "▁impr",
+ "ess"
+ ],
+ [
+ "▁imp",
+ "ress"
+ ],
+ [
+ "▁im",
+ "press"
+ ],
+ [
+ "ruit",
+ "s"
+ ],
+ [
+ "ru",
+ "its"
+ ],
+ [
+ "r",
+ "uits"
+ ],
+ [
+ "ierung",
+ "s"
+ ],
+ [
+ "ier",
+ "ungs"
+ ],
+ [
+ "▁parse",
+ "d"
+ ],
+ [
+ "▁par",
+ "sed"
+ ],
+ [
+ "▁r",
+ "ío"
+ ],
+ [
+ "▁Pak",
+ "istan"
+ ],
+ [
+ "igne",
+ "r"
+ ],
+ [
+ "ign",
+ "er"
+ ],
+ [
+ "ig",
+ "ner"
+ ],
+ [
+ "▁watch",
+ "ing"
+ ],
+ [
+ "▁database",
+ "s"
+ ],
+ [
+ "▁datab",
+ "ases"
+ ],
+ [
+ "edi",
+ "ng"
+ ],
+ [
+ "ed",
+ "ing"
+ ],
+ [
+ "e",
+ "ding"
+ ],
+ [
+ "▁Spec",
+ "ific"
+ ],
+ [
+ "▁general",
+ "e"
+ ],
+ [
+ "▁gener",
+ "ale"
+ ],
+ [
+ "▁gene",
+ "rale"
+ ],
+ [
+ "la",
+ "x"
+ ],
+ [
+ "l",
+ "ax"
+ ],
+ [
+ "▁Look",
+ "ing"
+ ],
+ [
+ "▁Lo",
+ "oking"
+ ],
+ [
+ "▁bon",
+ "d"
+ ],
+ [
+ "▁bo",
+ "nd"
+ ],
+ [
+ "▁b",
+ "ond"
+ ],
+ [
+ "▁vis",
+ "ta"
+ ],
+ [
+ "▁vi",
+ "sta"
+ ],
+ [
+ "▁v",
+ "ista"
+ ],
+ [
+ "▁e",
+ "c"
+ ],
+ [
+ "▁",
+ "ec"
+ ],
+ [
+ "▁gru",
+ "d"
+ ],
+ [
+ "▁gr",
+ "ud"
+ ],
+ [
+ "▁delet",
+ "ing"
+ ],
+ [
+ "▁del",
+ "eting"
+ ],
+ [
+ "ta",
+ "c"
+ ],
+ [
+ "t",
+ "ac"
+ ],
+ [
+ "▁ja",
+ "zz"
+ ],
+ [
+ "▁j",
+ "azz"
+ ],
+ [
+ "j",
+ "m"
+ ],
+ [
+ "▁pó",
+ "ł"
+ ],
+ [
+ "▁p",
+ "ół"
+ ],
+ [
+ "L",
+ "anguage"
+ ],
+ [
+ "de",
+ "legate"
+ ],
+ [
+ "▁registr",
+ "y"
+ ],
+ [
+ "▁reg",
+ "istry"
+ ],
+ [
+ "▁Share",
+ "d"
+ ],
+ [
+ "▁Sh",
+ "ared"
+ ],
+ [
+ "▁",
+ "Shared"
+ ],
+ [
+ "стро",
+ "й"
+ ],
+ [
+ "ст",
+ "рой"
+ ],
+ [
+ "Mus",
+ "ic"
+ ],
+ [
+ "▁vess",
+ "el"
+ ],
+ [
+ "▁ves",
+ "sel"
+ ],
+ [
+ "▁v",
+ "essel"
+ ],
+ [
+ ".",
+ "@"
+ ],
+ [
+ "▁W",
+ "ür"
+ ],
+ [
+ "▁fe",
+ "d"
+ ],
+ [
+ "▁f",
+ "ed"
+ ],
+ [
+ "▁ered",
+ "et"
+ ],
+ [
+ "▁ere",
+ "det"
+ ],
+ [
+ "▁G",
+ "ö"
+ ],
+ [
+ "up",
+ "t"
+ ],
+ [
+ "u",
+ "pt"
+ ],
+ [
+ "▁ple",
+ "asant"
+ ],
+ [
+ "▁table",
+ "View"
+ ],
+ [
+ "▁",
+ "tableView"
+ ],
+ [
+ "▁count",
+ "ing"
+ ],
+ [
+ "▁coun",
+ "ting"
+ ],
+ [
+ "▁Krieg",
+ "s"
+ ],
+ [
+ "▁Krie",
+ "gs"
+ ],
+ [
+ "▁получи",
+ "л"
+ ],
+ [
+ "▁полу",
+ "чил"
+ ],
+ [
+ "▁]",
+ ","
+ ],
+ [
+ "▁",
+ "],"
+ ],
+ [
+ "ви",
+ "а"
+ ],
+ [
+ "▁a",
+ "ž"
+ ],
+ [
+ "To",
+ "List"
+ ],
+ [
+ "▁Adv",
+ "ent"
+ ],
+ [
+ "▁Ad",
+ "vent"
+ ],
+ [
+ "▁sk",
+ "etch"
+ ],
+ [
+ "p",
+ "n"
+ ],
+ [
+ "▁sie",
+ "r"
+ ],
+ [
+ "▁si",
+ "er"
+ ],
+ [
+ "▁s",
+ "ier"
+ ],
+ [
+ "▁находи",
+ "тся"
+ ],
+ [
+ "io",
+ "p"
+ ],
+ [
+ "i",
+ "op"
+ ],
+ [
+ "▁l",
+ "y"
+ ],
+ [
+ "▁",
+ "ly"
+ ],
+ [
+ "▁Sch",
+ "l"
+ ],
+ [
+ "▁Sc",
+ "hl"
+ ],
+ [
+ "Cont",
+ "ract"
+ ],
+ [
+ "assoc",
+ "i"
+ ],
+ [
+ "asso",
+ "ci"
+ ],
+ [
+ "ass",
+ "oci"
+ ],
+ [
+ "as",
+ "soci"
+ ],
+ [
+ "▁Pe",
+ "ar"
+ ],
+ [
+ "▁P",
+ "ear"
+ ],
+ [
+ "▁wh",
+ "e"
+ ],
+ [
+ "▁w",
+ "he"
+ ],
+ [
+ "▁Del",
+ "ete"
+ ],
+ [
+ "▁De",
+ "lete"
+ ],
+ [
+ "▁",
+ "Delete"
+ ],
+ [
+ "▁ele",
+ "m"
+ ],
+ [
+ "▁el",
+ "em"
+ ],
+ [
+ "▁e",
+ "lem"
+ ],
+ [
+ "▁",
+ "elem"
+ ],
+ [
+ "ätt",
+ "e"
+ ],
+ [
+ "ät",
+ "te"
+ ],
+ [
+ "ä",
+ "tte"
+ ],
+ [
+ "▁č",
+ "esk"
+ ],
+ [
+ "▁M",
+ "C"
+ ],
+ [
+ "▁",
+ "MC"
+ ],
+ [
+ "▁sho",
+ "ut"
+ ],
+ [
+ "▁sh",
+ "out"
+ ],
+ [
+ "akes",
+ "pe"
+ ],
+ [
+ "ake",
+ "spe"
+ ],
+ [
+ "▁default",
+ "s"
+ ],
+ [
+ "pen",
+ "as"
+ ],
+ [
+ "pe",
+ "nas"
+ ],
+ [
+ "p",
+ "enas"
+ ],
+ [
+ "ò",
+ "ria"
+ ],
+ [
+ "▁hier",
+ "archy"
+ ],
+ [
+ "ip",
+ "t"
+ ],
+ [
+ "i",
+ "pt"
+ ],
+ [
+ "▁Eli",
+ "s"
+ ],
+ [
+ "▁El",
+ "is"
+ ],
+ [
+ "▁E",
+ "lis"
+ ],
+ [
+ "like",
+ "ly"
+ ],
+ [
+ "lik",
+ "ely"
+ ],
+ [
+ "Ro",
+ "t"
+ ],
+ [
+ "R",
+ "ot"
+ ],
+ [
+ "▁co",
+ "w"
+ ],
+ [
+ "▁c",
+ "ow"
+ ],
+ [
+ "▁",
+ "cow"
+ ],
+ [
+ "▁strik",
+ "e"
+ ],
+ [
+ "▁stri",
+ "ke"
+ ],
+ [
+ "▁str",
+ "ike"
+ ],
+ [
+ "▁st",
+ "rike"
+ ],
+ [
+ "▁бере",
+ "зня"
+ ],
+ [
+ "▁ens",
+ "emble"
+ ],
+ [
+ "▁",
+ "ensemble"
+ ],
+ [
+ "▁Pse",
+ "ud"
+ ],
+ [
+ "V",
+ "irtual"
+ ],
+ [
+ "▁ї",
+ "ї"
+ ],
+ [
+ "RO",
+ "OT"
+ ],
+ [
+ "си",
+ "я"
+ ],
+ [
+ "▁со",
+ "б"
+ ],
+ [
+ "▁с",
+ "об"
+ ],
+ [
+ "▁",
+ "соб"
+ ],
+ [
+ "▁inve",
+ "rt"
+ ],
+ [
+ "▁inv",
+ "ert"
+ ],
+ [
+ "▁in",
+ "vert"
+ ],
+ [
+ "▁switch",
+ "ing"
+ ],
+ [
+ "ht",
+ "access"
+ ],
+ [
+ "▁на",
+ "гра"
+ ],
+ [
+ "▁Norm",
+ "an"
+ ],
+ [
+ "▁Nor",
+ "man"
+ ],
+ [
+ "▁ing",
+ "lês"
+ ],
+ [
+ "!",
+ "["
+ ],
+ [
+ "ouse",
+ "l"
+ ],
+ [
+ "ous",
+ "el"
+ ],
+ [
+ "ou",
+ "sel"
+ ],
+ [
+ "DOC",
+ "TYPE"
+ ],
+ [
+ "DO",
+ "CTYPE"
+ ],
+ [
+ "▁supp",
+ "ress"
+ ],
+ [
+ "▁sup",
+ "press"
+ ],
+ [
+ "▁accompan",
+ "ied"
+ ],
+ [
+ "▁B",
+ "é"
+ ],
+ [
+ "impl",
+ "ies"
+ ],
+ [
+ "imp",
+ "lies"
+ ],
+ [
+ "nu",
+ "t"
+ ],
+ [
+ "n",
+ "ut"
+ ],
+ [
+ "▁Syn",
+ "tax"
+ ],
+ [
+ "▁S",
+ "yntax"
+ ],
+ [
+ "▁",
+ "Syntax"
+ ],
+ [
+ "in",
+ "ho"
+ ],
+ [
+ "▁ta",
+ "m"
+ ],
+ [
+ "▁t",
+ "am"
+ ],
+ [
+ "▁focus",
+ "ed"
+ ],
+ [
+ "▁foc",
+ "used"
+ ],
+ [
+ "avan",
+ "o"
+ ],
+ [
+ "ava",
+ "no"
+ ],
+ [
+ "av",
+ "ano"
+ ],
+ [
+ "a",
+ "vano"
+ ],
+ [
+ "▁Bad",
+ "en"
+ ],
+ [
+ "▁Ba",
+ "den"
+ ],
+ [
+ "▁B",
+ "aden"
+ ],
+ [
+ "ha",
+ "d"
+ ],
+ [
+ "h",
+ "ad"
+ ],
+ [
+ "▁(",
+ "{"
+ ],
+ [
+ "▁",
+ "({"
+ ],
+ [
+ "T",
+ "y"
+ ],
+ [
+ "▁ро",
+ "с"
+ ],
+ [
+ "▁р",
+ "ос"
+ ],
+ [
+ "▁",
+ "рос"
+ ],
+ [
+ "▁чо",
+ "лові"
+ ],
+ [
+ "og",
+ "e"
+ ],
+ [
+ "o",
+ "ge"
+ ],
+ [
+ "js",
+ "p"
+ ],
+ [
+ "j",
+ "sp"
+ ],
+ [
+ "Bl",
+ "ue"
+ ],
+ [
+ "▁sua",
+ "s"
+ ],
+ [
+ "▁su",
+ "as"
+ ],
+ [
+ "aper",
+ "s"
+ ],
+ [
+ "ape",
+ "rs"
+ ],
+ [
+ "ap",
+ "ers"
+ ],
+ [
+ "a",
+ "pers"
+ ],
+ [
+ "Sh",
+ "ort"
+ ],
+ [
+ "Render",
+ "er"
+ ],
+ [
+ "▁send",
+ "o"
+ ],
+ [
+ "▁sen",
+ "do"
+ ],
+ [
+ "▁s",
+ "endo"
+ ],
+ [
+ "▁Ce",
+ "c"
+ ],
+ [
+ "▁C",
+ "ec"
+ ],
+ [
+ "▁`_",
+ "_"
+ ],
+ [
+ "▁`",
+ "__"
+ ],
+ [
+ "▁Municip",
+ "al"
+ ],
+ [
+ "dot",
+ "net"
+ ],
+ [
+ "▁be",
+ "v"
+ ],
+ [
+ "▁b",
+ "ev"
+ ],
+ [
+ "▁D",
+ "A"
+ ],
+ [
+ "▁",
+ "DA"
+ ],
+ [
+ "Menu",
+ "Item"
+ ],
+ [
+ "▁am",
+ "p"
+ ],
+ [
+ "▁a",
+ "mp"
+ ],
+ [
+ "▁",
+ "amp"
+ ],
+ [
+ "▁ur",
+ "i"
+ ],
+ [
+ "▁u",
+ "ri"
+ ],
+ [
+ "▁",
+ "uri"
+ ],
+ [
+ "▁fi",
+ "er"
+ ],
+ [
+ "▁f",
+ "ier"
+ ],
+ [
+ "сле",
+ "н"
+ ],
+ [
+ "с",
+ "лен"
+ ],
+ [
+ "),",
+ "("
+ ],
+ [
+ ")",
+ ",("
+ ],
+ [
+ "cul",
+ "es"
+ ],
+ [
+ "cu",
+ "les"
+ ],
+ [
+ "c",
+ "ules"
+ ],
+ [
+ "illa",
+ "s"
+ ],
+ [
+ "ill",
+ "as"
+ ],
+ [
+ "il",
+ "las"
+ ],
+ [
+ "LOC",
+ "K"
+ ],
+ [
+ "LO",
+ "CK"
+ ],
+ [
+ "▁deriv",
+ "e"
+ ],
+ [
+ "▁der",
+ "ive"
+ ],
+ [
+ "▁de",
+ "rive"
+ ],
+ [
+ "ube",
+ "n"
+ ],
+ [
+ "ub",
+ "en"
+ ],
+ [
+ "u",
+ "ben"
+ ],
+ [
+ "▁G",
+ "T"
+ ],
+ [
+ "▁",
+ "GT"
+ ],
+ [
+ "▁Mac",
+ "k"
+ ],
+ [
+ "▁Ma",
+ "ck"
+ ],
+ [
+ "▁M",
+ "ack"
+ ],
+ [
+ "▁sch",
+ "olar"
+ ],
+ [
+ ")}",
+ "}"
+ ],
+ [
+ ")",
+ "}}"
+ ],
+ [
+ "з",
+ "м"
+ ],
+ [
+ ">:",
+ ":"
+ ],
+ [
+ ">",
+ "::"
+ ],
+ [
+ "ш",
+ "ёл"
+ ],
+ [
+ "▁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"
+ ],
+ [
+ "▁между",
+ "народ"
+ ],
+ [
+ "=\"",
+ ""
+ ],
+ [
+ "▁mol",
+ "t"
+ ],
+ [
+ "▁mo",
+ "lt"
+ ],
+ [
+ "▁m",
+ "olt"
+ ],
+ [
+ "▁skill",
+ "s"
+ ],
+ [
+ "▁sk",
+ "ills"
+ ],
+ [
+ "▁Ci",
+ "r"
+ ],
+ [
+ "▁C",
+ "ir"
+ ],
+ [
+ "▁Desp",
+ "ués"
+ ],
+ [
+ "▁Des",
+ "pués"
+ ],
+ [
+ "▁lu",
+ "n"
+ ],
+ [
+ "▁l",
+ "un"
+ ],
+ [
+ "▁cor",
+ "on"
+ ],
+ [
+ "▁co",
+ "ron"
+ ],
+ [
+ "▁Com",
+ "ics"
+ ],
+ [
+ "стор",
+ "и"
+ ],
+ [
+ "сто",
+ "ри"
+ ],
+ [
+ "с",
+ "тори"
+ ],
+ [
+ "▁Item",
+ "s"
+ ],
+ [
+ "▁It",
+ "ems"
+ ],
+ [
+ "▁",
+ "Items"
+ ],
+ [
+ "▁Th",
+ "ink"
+ ],
+ [
+ "и",
+ "гра"
+ ],
+ [
+ "▁grow",
+ "s"
+ ],
+ [
+ "▁gro",
+ "ws"
+ ],
+ [
+ "▁gr",
+ "ows"
+ ],
+ [
+ "▁g",
+ "rows"
+ ],
+ [
+ "port",
+ "al"
+ ],
+ [
+ "por",
+ "tal"
+ ],
+ [
+ "▁nic",
+ "h"
+ ],
+ [
+ "▁ni",
+ "ch"
+ ],
+ [
+ "▁n",
+ "ich"
+ ],
+ [
+ "▁restriction",
+ "s"
+ ],
+ [
+ "▁restrict",
+ "ions"
+ ],
+ [
+ "▁La",
+ "u"
+ ],
+ [
+ "▁L",
+ "au"
+ ],
+ [
+ "шен",
+ "ня"
+ ],
+ [
+ "ше",
+ "ння"
+ ],
+ [
+ "▁So",
+ "zial"
+ ],
+ [
+ "▁к",
+ "і"
+ ],
+ [
+ "▁",
+ "кі"
+ ],
+ [
+ "man",
+ "a"
+ ],
+ [
+ "ma",
+ "na"
+ ],
+ [
+ "m",
+ "ana"
+ ],
+ [
+ "▁lie",
+ "utenant"
+ ],
+ [
+ "Att",
+ "r"
+ ],
+ [
+ "At",
+ "tr"
+ ],
+ [
+ "umer",
+ "ic"
+ ],
+ [
+ "ume",
+ "ric"
+ ],
+ [
+ "▁drive",
+ "s"
+ ],
+ [
+ "▁driv",
+ "es"
+ ],
+ [
+ "▁dri",
+ "ves"
+ ],
+ [
+ "▁dr",
+ "ives"
+ ],
+ [
+ "asi",
+ "s"
+ ],
+ [
+ "as",
+ "is"
+ ],
+ [
+ "ба",
+ "й"
+ ],
+ [
+ "N",
+ "L"
+ ],
+ [
+ "Zyg",
+ "ote"
+ ],
+ [
+ "phys",
+ "ics"
+ ],
+ [
+ "▁internal",
+ "ly"
+ ],
+ [
+ "▁intern",
+ "ally"
+ ],
+ [
+ "вает",
+ "ся"
+ ],
+ [
+ "ва",
+ "ется"
+ ],
+ [
+ "H",
+ "idden"
+ ],
+ [
+ "▁Да",
+ "та"
+ ],
+ [
+ "▁un",
+ "safe"
+ ],
+ [
+ "▁Ro",
+ "c"
+ ],
+ [
+ "▁R",
+ "oc"
+ ],
+ [
+ "▁instanti",
+ "ate"
+ ],
+ [
+ "▁instant",
+ "iate"
+ ],
+ [
+ "ud",
+ "ni"
+ ],
+ [
+ "▁Ro",
+ "om"
+ ],
+ [
+ "▁R",
+ "oom"
+ ],
+ [
+ "▁Пре",
+ "д"
+ ],
+ [
+ "▁П",
+ "ред"
+ ],
+ [
+ "▁maj",
+ "a"
+ ],
+ [
+ "▁ma",
+ "ja"
+ ],
+ [
+ "▁m",
+ "aja"
+ ],
+ [
+ "ach",
+ "ment"
+ ],
+ [
+ "u",
+ "uid"
+ ],
+ [
+ "Project",
+ "s"
+ ],
+ [
+ "Gr",
+ "e"
+ ],
+ [
+ "G",
+ "re"
+ ],
+ [
+ "▁вз",
+ "я"
+ ],
+ [
+ "▁в",
+ "зя"
+ ],
+ [
+ "▁Blo",
+ "od"
+ ],
+ [
+ "▁Bl",
+ "ood"
+ ],
+ [
+ "ici",
+ "le"
+ ],
+ [
+ "ic",
+ "ile"
+ ],
+ [
+ "i",
+ "cile"
+ ],
+ [
+ "▁N",
+ "ouvelle"
+ ],
+ [
+ "Do",
+ "es"
+ ],
+ [
+ "▁nie",
+ "uwe"
+ ],
+ [
+ "ál",
+ "e"
+ ],
+ [
+ "á",
+ "le"
+ ],
+ [
+ "ang",
+ "s"
+ ],
+ [
+ "an",
+ "gs"
+ ],
+ [
+ "we",
+ "ak"
+ ],
+ [
+ "▁aan",
+ "tal"
+ ],
+ [
+ "▁a",
+ "antal"
+ ],
+ [
+ "▁Е",
+ "в"
+ ],
+ [
+ "▁Dres",
+ "den"
+ ],
+ [
+ "▁Los",
+ "t"
+ ],
+ [
+ "▁Lo",
+ "st"
+ ],
+ [
+ "▁L",
+ "ost"
+ ],
+ [
+ "ка",
+ "та"
+ ],
+ [
+ "▁invol",
+ "ve"
+ ],
+ [
+ "▁declar",
+ "ing"
+ ],
+ [
+ "▁decla",
+ "ring"
+ ],
+ [
+ "▁decl",
+ "aring"
+ ],
+ [
+ "▁Polit",
+ "ical"
+ ],
+ [
+ "ére",
+ "z"
+ ],
+ [
+ "ér",
+ "ez"
+ ],
+ [
+ "é",
+ "rez"
+ ],
+ [
+ "ko",
+ "p"
+ ],
+ [
+ "k",
+ "op"
+ ],
+ [
+ "not",
+ "ify"
+ ],
+ [
+ "▁Cur",
+ "t"
+ ],
+ [
+ "▁Cu",
+ "rt"
+ ],
+ [
+ "▁C",
+ "urt"
+ ],
+ [
+ "▁schließ",
+ "lich"
+ ],
+ [
+ "gh",
+ "an"
+ ],
+ [
+ "g",
+ "han"
+ ],
+ [
+ "цен",
+ "а"
+ ],
+ [
+ "це",
+ "на"
+ ],
+ [
+ "ц",
+ "ена"
+ ],
+ [
+ "▁kw",
+ "iet"
+ ],
+ [
+ "üge",
+ "l"
+ ],
+ [
+ "üg",
+ "el"
+ ],
+ [
+ "ü",
+ "gel"
+ ],
+ [
+ "▁So",
+ "b"
+ ],
+ [
+ "▁S",
+ "ob"
+ ],
+ [
+ "▁subst",
+ "r"
+ ],
+ [
+ "▁subs",
+ "tr"
+ ],
+ [
+ "▁sub",
+ "str"
+ ],
+ [
+ "▁",
+ "substr"
+ ],
+ [
+ "▁elle",
+ "n"
+ ],
+ [
+ "▁ell",
+ "en"
+ ],
+ [
+ "▁el",
+ "len"
+ ],
+ [
+ "▁",
+ "ellen"
+ ],
+ [
+ "iona",
+ "rio"
+ ],
+ [
+ "ion",
+ "ario"
+ ],
+ [
+ "enso",
+ "n"
+ ],
+ [
+ "ens",
+ "on"
+ ],
+ [
+ "en",
+ "son"
+ ],
+ [
+ "WI",
+ "N"
+ ],
+ [
+ "W",
+ "IN"
+ ],
+ [
+ "спо",
+ "рт"
+ ],
+ [
+ "eme",
+ "r"
+ ],
+ [
+ "em",
+ "er"
+ ],
+ [
+ "e",
+ "mer"
+ ],
+ [
+ "nom",
+ "e"
+ ],
+ [
+ "no",
+ "me"
+ ],
+ [
+ "n",
+ "ome"
+ ],
+ [
+ "▁smile",
+ "d"
+ ],
+ [
+ "▁sm",
+ "iled"
+ ],
+ [
+ "▁Sch",
+ "midt"
+ ],
+ [
+ "▁sm",
+ "oke"
+ ],
+ [
+ "▁Tok",
+ "en"
+ ],
+ [
+ "▁To",
+ "ken"
+ ],
+ [
+ "▁T",
+ "oken"
+ ],
+ [
+ "▁",
+ "Token"
+ ],
+ [
+ "▁va",
+ "gue"
+ ],
+ [
+ "▁v",
+ "ague"
+ ],
+ [
+ "▁prov",
+ "ision"
+ ],
+ [
+ "▁pro",
+ "vision"
+ ],
+ [
+ "ya",
+ "ml"
+ ],
+ [
+ "y",
+ "aml"
+ ],
+ [
+ "ните",
+ "ль"
+ ],
+ [
+ "ни",
+ "тель"
+ ],
+ [
+ "onia",
+ "l"
+ ],
+ [
+ "oni",
+ "al"
+ ],
+ [
+ "on",
+ "ial"
+ ],
+ [
+ "é",
+ "poque"
+ ],
+ [
+ "▁N",
+ "C"
+ ],
+ [
+ "▁",
+ "NC"
+ ],
+ [
+ "▁N",
+ "FL"
+ ],
+ [
+ "te",
+ "ck"
+ ],
+ [
+ "▁all",
+ "o"
+ ],
+ [
+ "▁al",
+ "lo"
+ ],
+ [
+ "▁",
+ "allo"
+ ],
+ [
+ "▁préc",
+ "éd"
+ ],
+ [
+ "cent",
+ "ral"
+ ],
+ [
+ "▁maj",
+ "d"
+ ],
+ [
+ "▁ma",
+ "jd"
+ ],
+ [
+ "▁chr",
+ "om"
+ ],
+ [
+ "▁ch",
+ "rom"
+ ],
+ [
+ "▁",
+ "chrom"
+ ],
+ [
+ "▁Zu",
+ "m"
+ ],
+ [
+ "▁Z",
+ "um"
+ ],
+ [
+ "vers",
+ "o"
+ ],
+ [
+ "ver",
+ "so"
+ ],
+ [
+ "▁verschied",
+ "enen"
+ ],
+ [
+ "▁стар",
+ "о"
+ ],
+ [
+ "▁ста",
+ "ро"
+ ],
+ [
+ "▁quel",
+ "le"
+ ],
+ [
+ "▁que",
+ "lle"
+ ],
+ [
+ "▁qu",
+ "elle"
+ ],
+ [
+ "▁q",
+ "uelle"
+ ],
+ [
+ "▁",
+ "quelle"
+ ],
+ [
+ "▁ré",
+ "p"
+ ],
+ [
+ "▁r",
+ "ép"
+ ],
+ [
+ "RO",
+ "W"
+ ],
+ [
+ "R",
+ "OW"
+ ],
+ [
+ "▁ihn",
+ "en"
+ ],
+ [
+ "▁ih",
+ "nen"
+ ],
+ [
+ "▁i",
+ "hnen"
+ ],
+ [
+ "▁sens",
+ "ible"
+ ],
+ [
+ "▁sen",
+ "sible"
+ ],
+ [
+ "|",
+ "$"
+ ],
+ [
+ "▁sch",
+ "w"
+ ],
+ [
+ "▁sc",
+ "hw"
+ ],
+ [
+ "▁B",
+ "R"
+ ],
+ [
+ "▁",
+ "BR"
+ ],
+ [
+ "▁Option",
+ "s"
+ ],
+ [
+ "▁Opt",
+ "ions"
+ ],
+ [
+ "▁O",
+ "ptions"
+ ],
+ [
+ "▁",
+ "Options"
+ ],
+ [
+ "▁ten",
+ "s"
+ ],
+ [
+ "▁te",
+ "ns"
+ ],
+ [
+ "▁t",
+ "ens"
+ ],
+ [
+ "▁conqu",
+ "ist"
+ ],
+ [
+ "▁lie",
+ "ß"
+ ],
+ [
+ "▁l",
+ "ieß"
+ ],
+ [
+ "▁",
+ "ließ"
+ ],
+ [
+ "ovi",
+ "s"
+ ],
+ [
+ "ov",
+ "is"
+ ],
+ [
+ "o",
+ "vis"
+ ],
+ [
+ "▁міс",
+ "та"
+ ],
+ [
+ "▁мі",
+ "ста"
+ ],
+ [
+ "▁el",
+ "a"
+ ],
+ [
+ "▁e",
+ "la"
+ ],
+ [
+ "▁",
+ "ela"
+ ],
+ [
+ "rif",
+ "ice"
+ ],
+ [
+ "r",
+ "ifice"
+ ],
+ [
+ "▁lo",
+ "k"
+ ],
+ [
+ "▁l",
+ "ok"
+ ],
+ [
+ "▁Queens",
+ "land"
+ ],
+ [
+ "B",
+ "inary"
+ ],
+ [
+ "▁Rah",
+ "men"
+ ],
+ [
+ "▁Ra",
+ "hmen"
+ ],
+ [
+ "▁ab",
+ "ol"
+ ],
+ [
+ "▁a",
+ "bol"
+ ],
+ [
+ "▁",
+ "abol"
+ ],
+ [
+ "▁č",
+ "ást"
+ ],
+ [
+ "▁Ed",
+ "inburgh"
+ ],
+ [
+ "ind",
+ "e"
+ ],
+ [
+ "in",
+ "de"
+ ],
+ [
+ "i",
+ "nde"
+ ],
+ [
+ "▁calcul",
+ "ating"
+ ],
+ [
+ "▁calc",
+ "ulating"
+ ],
+ [
+ "▁O",
+ "regon"
+ ],
+ [
+ "▁leg",
+ "it"
+ ],
+ [
+ "▁le",
+ "git"
+ ],
+ [
+ "▁Nach",
+ "dem"
+ ],
+ [
+ "ath",
+ "on"
+ ],
+ [
+ "at",
+ "hon"
+ ],
+ [
+ "P",
+ "rivate"
+ ],
+ [
+ "illa",
+ "ume"
+ ],
+ [
+ "▁observ",
+ "able"
+ ],
+ [
+ "▁ob",
+ "servable"
+ ],
+ [
+ "lean",
+ "s"
+ ],
+ [
+ "lea",
+ "ns"
+ ],
+ [
+ "le",
+ "ans"
+ ],
+ [
+ "▁remark",
+ "ed"
+ ],
+ [
+ "▁hal",
+ "t"
+ ],
+ [
+ "▁ha",
+ "lt"
+ ],
+ [
+ "▁h",
+ "alt"
+ ],
+ [
+ "▁",
+ "halt"
+ ],
+ [
+ "ниц",
+ "ы"
+ ],
+ [
+ "ни",
+ "цы"
+ ],
+ [
+ "▁stam",
+ "p"
+ ],
+ [
+ "▁sta",
+ "mp"
+ ],
+ [
+ "▁st",
+ "amp"
+ ],
+ [
+ "▁Ad",
+ "v"
+ ],
+ [
+ "Lou",
+ "is"
+ ],
+ [
+ "Lo",
+ "uis"
+ ],
+ [
+ "imm",
+ "ing"
+ ],
+ [
+ "im",
+ "ming"
+ ],
+ [
+ "gru",
+ "ppe"
+ ],
+ [
+ "▁Pol",
+ "icy"
+ ],
+ [
+ "▁",
+ "Policy"
+ ],
+ [
+ "▁vr",
+ "ij"
+ ],
+ [
+ "▁v",
+ "rij"
+ ],
+ [
+ "ft",
+ "rag"
+ ],
+ [
+ "▁office",
+ "s"
+ ],
+ [
+ "▁offic",
+ "es"
+ ],
+ [
+ "▁off",
+ "ices"
+ ],
+ [
+ "▁particip",
+ "ated"
+ ],
+ [
+ "▁esc",
+ "ol"
+ ],
+ [
+ "▁es",
+ "col"
+ ],
+ [
+ "▁\"<",
+ "/"
+ ],
+ [
+ "▁\"",
+ ""
+ ],
+ [
+ "▁nombre",
+ "uses"
+ ],
+ [
+ "▁div",
+ "id"
+ ],
+ [
+ "▁di",
+ "vid"
+ ],
+ [
+ "▁d",
+ "ivid"
+ ],
+ [
+ "▁adv",
+ "is"
+ ],
+ [
+ "▁ad",
+ "vis"
+ ],
+ [
+ "лта",
+ "ти"
+ ],
+ [
+ "▁==",
+ ">"
+ ],
+ [
+ "▁=",
+ "=>"
+ ],
+ [
+ "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-360/tokenizer.model b/checkpoint-360/tokenizer.model
new file mode 100644
index 0000000000000000000000000000000000000000..6c00c742ce03c627d6cd5b795984876fa49fa899
--- /dev/null
+++ b/checkpoint-360/tokenizer.model
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
+size 499723
diff --git a/checkpoint-360/tokenizer_config.json b/checkpoint-360/tokenizer_config.json
new file mode 100644
index 0000000000000000000000000000000000000000..fff2449d3d3d6ad0d0fec6cf91122be524aa3e50
--- /dev/null
+++ b/checkpoint-360/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-360/trainer_state.json b/checkpoint-360/trainer_state.json
new file mode 100644
index 0000000000000000000000000000000000000000..94d4d3c748abe36cfd1271c8f3d6faee72e399ac
--- /dev/null
+++ b/checkpoint-360/trainer_state.json
@@ -0,0 +1,173 @@
+{
+ "best_metric": null,
+ "best_model_checkpoint": null,
+ "epoch": 0.9982668977469671,
+ "eval_steps": 18,
+ "global_step": 360,
+ "is_hyper_param_search": false,
+ "is_local_process_zero": true,
+ "is_world_process_zero": true,
+ "log_history": [
+ {
+ "epoch": 0.04991334488734835,
+ "grad_norm": 0.4083130955696106,
+ "learning_rate": 0.002,
+ "loss": 1.2589,
+ "step": 18
+ },
+ {
+ "epoch": 0.0998266897746967,
+ "grad_norm": 0.3094785809516907,
+ "learning_rate": 0.0008944271909999159,
+ "loss": 1.0636,
+ "step": 36
+ },
+ {
+ "epoch": 0.14974003466204505,
+ "grad_norm": 0.37615087628364563,
+ "learning_rate": 0.0006488856845230502,
+ "loss": 0.8574,
+ "step": 54
+ },
+ {
+ "epoch": 0.1996533795493934,
+ "grad_norm": 0.2839493453502655,
+ "learning_rate": 0.0005345224838248488,
+ "loss": 0.8292,
+ "step": 72
+ },
+ {
+ "epoch": 0.24956672443674177,
+ "grad_norm": 0.2941131889820099,
+ "learning_rate": 0.00046499055497527714,
+ "loss": 0.7934,
+ "step": 90
+ },
+ {
+ "epoch": 0.2994800693240901,
+ "grad_norm": 0.3659161627292633,
+ "learning_rate": 0.0004170288281141495,
+ "loss": 0.7727,
+ "step": 108
+ },
+ {
+ "epoch": 0.3493934142114385,
+ "grad_norm": 0.3437303304672241,
+ "learning_rate": 0.00038138503569823694,
+ "loss": 0.7557,
+ "step": 126
+ },
+ {
+ "epoch": 0.3993067590987868,
+ "grad_norm": 0.2811639904975891,
+ "learning_rate": 0.00035355339059327376,
+ "loss": 0.7285,
+ "step": 144
+ },
+ {
+ "epoch": 0.44922010398613516,
+ "grad_norm": 0.35479724407196045,
+ "learning_rate": 0.00033104235544094716,
+ "loss": 0.7107,
+ "step": 162
+ },
+ {
+ "epoch": 0.49913344887348354,
+ "grad_norm": 0.3011772036552429,
+ "learning_rate": 0.0003123475237772121,
+ "loss": 0.7186,
+ "step": 180
+ },
+ {
+ "epoch": 0.5490467937608319,
+ "grad_norm": 0.29623347520828247,
+ "learning_rate": 0.00029649972666444046,
+ "loss": 0.6818,
+ "step": 198
+ },
+ {
+ "epoch": 0.5989601386481802,
+ "grad_norm": 0.3092997074127197,
+ "learning_rate": 0.000282842712474619,
+ "loss": 0.6701,
+ "step": 216
+ },
+ {
+ "epoch": 0.6488734835355287,
+ "grad_norm": 0.32858991622924805,
+ "learning_rate": 0.00027091418459143857,
+ "loss": 0.6733,
+ "step": 234
+ },
+ {
+ "epoch": 0.698786828422877,
+ "grad_norm": 0.3046702742576599,
+ "learning_rate": 0.0002603778219616478,
+ "loss": 0.6523,
+ "step": 252
+ },
+ {
+ "epoch": 0.7487001733102253,
+ "grad_norm": 0.41049444675445557,
+ "learning_rate": 0.00025098232205526344,
+ "loss": 0.6473,
+ "step": 270
+ },
+ {
+ "epoch": 0.7986135181975736,
+ "grad_norm": 0.35009312629699707,
+ "learning_rate": 0.00024253562503633296,
+ "loss": 0.6309,
+ "step": 288
+ },
+ {
+ "epoch": 0.848526863084922,
+ "grad_norm": 0.3388204276561737,
+ "learning_rate": 0.0002348880878058814,
+ "loss": 0.6264,
+ "step": 306
+ },
+ {
+ "epoch": 0.8984402079722703,
+ "grad_norm": 0.28809213638305664,
+ "learning_rate": 0.0002279211529192759,
+ "loss": 0.6046,
+ "step": 324
+ },
+ {
+ "epoch": 0.9483535528596188,
+ "grad_norm": 0.3333686292171478,
+ "learning_rate": 0.0002215395102486845,
+ "loss": 0.5891,
+ "step": 342
+ },
+ {
+ "epoch": 0.9982668977469671,
+ "grad_norm": 0.3479894697666168,
+ "learning_rate": 0.00021566554640687683,
+ "loss": 0.5952,
+ "step": 360
+ }
+ ],
+ "logging_steps": 18,
+ "max_steps": 360,
+ "num_input_tokens_seen": 0,
+ "num_train_epochs": 1,
+ "save_steps": 18,
+ "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.656326962122588e+18,
+ "train_batch_size": 2,
+ "trial_name": null,
+ "trial_params": null
+}
diff --git a/checkpoint-360/training_args.bin b/checkpoint-360/training_args.bin
new file mode 100644
index 0000000000000000000000000000000000000000..dad5421e078170bf0de6a43bb31c8f29fb8d72cb
--- /dev/null
+++ b/checkpoint-360/training_args.bin
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f1558da7ae7cb5cb0053dcd23a8f21a51d791467c157cac103a026f9938c7b3e
+size 6776
diff --git a/checkpoint-360/zero_to_fp32.py b/checkpoint-360/zero_to_fp32.py
new file mode 100644
index 0000000000000000000000000000000000000000..e69ecd9acb5a235ffbf927091051106d902b3d39
--- /dev/null
+++ b/checkpoint-360/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-bg-en b/test-bg-en
new file mode 100644
index 0000000000000000000000000000000000000000..23078cab7910239196e49cb727d7a6e7b2ec1b5b
--- /dev/null
+++ b/test-bg-en
@@ -0,0 +1,1012 @@
+We now have mice that are 4 months old that used to have diabetes but don't anymore," he added.
+Dr. Hugh Usher, a professor of medicine at Dalhousie University in Halifax, Nova Scotia, and chair of the clinical and scientific committee of the Canadian Diabetes Association, warned that the study is in its early stages.
+He is sceptical, like some other experts, about whether type 1 diabetes can be cured and noted the findings did not relate to people already diagnosed with type 1 diabetes.
+On Monday, the permanent secretary of the Nobel Committee for Literature at the Swedish Academy, Sara Danius, announced publicly on Swedish Radio's P1 that the committee had decided against awarding the 2016 Nobel Prize in Literature to Bob Dylan, because they had been unable to contact him directly to inform him of the award.
+Dannis said, "We're not doing anything yet. I've called, I've emailed his closest colleague, I've had lots of friendly responses back. For the moment, that's all I'm going to do."
+Earlier, Ring CEO Jamie Siminoff noted that the company started when his garage door opener didn't have a ring.
+He said he invented WiFi calling.
+Siminoff said sales took off after he appeared on Shark Tank in 2013, where he was rejected by the show's panel of investors.
+Siminoff launched on the TV shopping channel QVC at the end of 2017.
+Ring also settled a legal dispute with the competing security firm ADT Corporation.
+No drugs are currently available to treat people who have become infected, although one experimental vaccine may be able to protect against deaths from the disease.
+An antibody cocktail called ZMapp was initially promising in this regard, but official studies have shown it to be ineffective at preventing lethal infections.
+ZMapp is being used as a benchmark in PALM, which means scientists are comparing the other three treatments to it.
+The United States Gymnastics Association is supporting the letter sent by the United States Olympic & Paralympic Committee and understands the necessity for the Olympic and Paralympic family to provide a safe environment for all of our athletes.
+We agree with the USOC's statement that the interests of our athletes, our clubs and our sport can be better served through a significant change in our structure rather than de-certification.
+The U.S. Gymnastics Federation should support an independent investigation that can shed light on how such abuse could have been overlooked for so long and what steps need to be taken to ensure it doesn't happen again.
+USA Gymnastics and the United States Olympic & Paralympic Committee share the same goal of making the sport of gymnastics, and all sports, as safe as possible for athletes to pursue their dreams in a positive and healthy environment.
+In the 1960s, Brezhnev worked as an advisor to John F. Kennedy and later for Lyndon B. Johnson.
+He advised Carter on foreign policy during the 1976 election and served as National Security Adviser from 1977 to 1981, succeeding Henry Kissinger.
+As National Security Adviser, he helped Carter deal with world affairs, including the 1978 Camp David Accords, the normalization of U.S.-China relations in the 1970s, the Iranian Revolution and hostage crisis of 1979, and the Soviet invasion of Afghanistan in 1979.
+The film, starring Ryan Gosling and Emma Stone, received nominations in all of the major categories.
+Gosling and Stone received nominations for Best Actor and Best Actress, respectively.
+Other nominations include best picture, director, film editing, original screenplay, sound mixing, production design, cinematography, sound editing, costume design and original story.
+Two songs from the film, "Audition" (The Fools Who Dream) and "City of Stars," are nominated for best original song, and studio Lionsgate leads all studios with 26 nominations.
+U.S. President Donald Trump said late on Sunday that U.S. forces would withdraw from Syria.
+The announcement comes after Trump spoke by phone with Turkish President Recep Tayyip Erdogan.
+Turkey will also take on the care of the captured ISIS fighters who have refused to be repatriated, according to the statement by the European countries.
+Not only does this confirm that at least some dinosaurs had feathers, which is already a pretty well-established theory, but it also gives details about the coloration and three-dimensional arrangement of the feathers that the fossils alone don't reveal.
+Scientists have discovered that the feathers of this animal were olive-brown on top and pale or carotenoid-pigmented underneath.
+The find also allows researchers to trace the evolution of bird feathers.
+Because dinosaur feathers do not have a well-developed rachis, or central shaft, but do have vanes and barbs, researchers have concluded that the rachis is probably a later evolutionary development than the vanes and barbs.
+The structure of the feathers suggests that they were not used in flight, but rather for temperature regulation or display, according to the researchers, although it is the tail of a juvenile that is preserved, not the adult's.
+Although it is probably the tail of a juvenile, the feathers in the sample indicate that it is the adult plumage not the juvenile down.
+An explosion rocked a police station in Gaziantep, Turkey, yesterday morning, killing two police officers and wounding more than twenty others.
+Nineteen of the injured were officers, the governor's office said.
+Police said the suspected extremist from Daesh (ISIS) was believed to have carried out the attack.
+They discovered that the Sun's activity is governed by the same basic principles as the rest of the stars: the activity of all stars is determined by their brightness, rotation, and nothing else.
+The light and rotation, working together, determine the number of stars in the Rosette Nebula that are associated with the plasma flow.
+The fewer the number of Rosbys, the less active the star is in magnetic braking.
+Iwasaki's travels were plagued by misfortune.
+He has been robbed by pirates, bitten by a rabid dog in Tibet, fled a marriage in Nepal, and been arrested in India.
+The 802.11n standard operates on both 2.4GHz and 5.0GHz frequencies.
+This will allow it to be backward compatible with 802.11a, 802.11b, and 802.11g provided the base station has dual radios.
+The speeds provided by 802.11n are significantly higher than those of the predecessors, which reached a maximum theoretical throughput of 600 Mbit/s.
+Miller, the man at the center of the story, was not impressed by Duvall, who was married with two young children.
+Asked for comment, Myers said, "Mike spoke a lot during the hearing...I was preparing so I didn't really listen to what he was saying."
+Mr. Hu said they would strive to reduce the carbon dioxide emissions per unit of GDP by a significant margin by 2020 from the 2005 level.
+He did not give a figure for the cuts, saying they would be based on China's economic results.
+Ho advised developing countries to "first avoid the old dirty ways and then clean up."
+But he added that "we should not ask them to take on responsibilities that go beyond their stage of development, their capacity and their ability."
+The Iraq Inquiry is due to publish its findings at 12:00 BST.
+He warned "no one can predict now on what course events in Iraq will take, whether sectarian war, growing violence or chaos will ensue."
+The report begins with a call for open debate and consensus-building in the United States on policy regarding the Middle East.
+The report is highly critical in nearly every aspect of the current policy of the administration on Iraq and calls for an immediate change of direction.
+The first of the 78 recommendations is that a new diplomatic push should be made before the end of this year to secure Iraq's borders against hostile interference and to restore diplomatic relations with neighboring countries.
+Argentina's current senator and first lady, Cristina Fernandez de Kirchner, announced her plans to run for president last night in La Plata, a city 50 kilometers (31 miles) south of Buenos Aires.
+Ms. Kirchner announced her intention to run for the Argentine presidency at the same theater where, as a member of the Buenos Aires provincial delegation, she launched her campaign for the Senate in 2005.
+The fight was over how to pay for the aftermath of Hurricane Katrina, which some fiscal conservatives jokingly dubbed "Bush's New Orleans Policy."
+Liberal criticism of the push to reconstruct has focused on the potential Washington insiders who stand to profit from reconstruction contracts.
+Upwards of four million people turned out to attend the funeral in Rome.
+It was not possible for everyone to attend the funeral at St Peter's Square because of the number of people present.
+Several large outdoor screens have been set up around Rome so that people can watch the ceremony.
+Similar installations were made in many other Italian cities, as well as in other parts of the world, especially in Poland, and were seen by many people.
+Historians have criticized the FBI's past policies of focusing resources on "easy cases" such as car thefts in order to increase the agency's success rate.
+Congress began funding the initiative in fiscal 2005 and has since directed the FBI to hire 10 agents to focus on child pornography.
+Robin Uthappa led all scorers with 70 off 41 balls with 11 fours and 2 sixes.
+Middle-order batsmen Sachin Tendulkar and Rahul Dravid put on an unbeaten 100-run partnership for the hosts.
+But after losing the captaincy wicket, India managed only 36 runs to finish the innings, losing 7 wickets.
+U.S. President George W. Bush arrived in Singapore on Nov. 16 for a seven-day Asian tour.
+Vice President of Singapore, Wong Kan Seng, welcomed him and discussed trade and terrorism issues with the Prime Minister of Singapore, Lee Hsien Loong.
+Following a week of midterm election losses, Bush pointed to the expansion of trade in Asia as something to be proud of.
+Following a 25-minute meeting with NDP leader Jack Layton on Tuesday, Premier Stephen Harper agreed to send his government's "Clean Air Act" to all party caucuses for review before second reading.
+During the meeting with the Prime Minister, Layton asked for changes to the Conservative's environmental legislation and called for a "complete and full rewrite" of the Conservative's environmental legislation.
+The state government and some federal MPs have criticised the federal government's move to take over the funding of the Mersey Community Hospital in Devonport, Tasmania, as a pre-election stunt, with federal elections due to be held in November.
+But Health Minister John Howard said the move was to protect hospitals from being downgraded by the Tasmanian Government, which would have cost an extra 45 million Australian dollars.
+A tsunami has been reported following the latest activity at the volcano, according to the latest bulletin from the VAAC. Tsunami waves have been observed in the vicinity of Pago Pago and Nuku'alofa.
+No major damage or injuries were reported in Tonga, but the power outage was believed to have prevented authorities in Tonga from receiving a tsunami warning issued by PTWC.
+Fourteen schools in Hawaii, located on or near the coast, were closed for the day Wednesday, despite the cancellation of the tsunami threat.
+U.S. President George W. Bush welcomed the announcement.
+It's "an important step toward achieving the ultimate goal of the denuclearization of the Korean peninsula," Gordon Johndroe, a spokesman for Bush, said.
+Jerry, the tenth named storm of the 2019 Atlantic hurricane season, has formed in the Atlantic Ocean today.
+The National Hurricane Center says Hurricane Jerry is not a threat to land.
+According to the U.S. Army Corps of Engineers, 6 inches of rain could cause further damage to the levees that were already broken.
+The Ninth Ward, which was devastated by the 12-foot storm surge of Hurricane Katrina, is once again surrounded by water, after a nearby levee failed.
+The water was flowing over the levee at a 100-foot-wide section.
+Commons administrator Adam Cuerden expressed his disappointment in the deletions when he spoke to Wikinews last month.
+He's lied to us all along. First, he acted like he was on our side, and then he betrayed us by erasing our art.
+Efforts to draft a policy on sexual content for the site, which hosts millions of open repositories, have been met with backlash from the community.
+The work was largely theoretical but the program was written to simulate observations of the Sagittarius galaxy.
+The sought-for effects would have been caused by tides raised by the dark matter in the galaxy on the Milky Way.
+Just as the Moon pulls on the Earth, causing tides, so the Milky Way pulls on the Sagittarius galaxy.
+Scientists have concluded that dark matter interacts with other dark matter in a way that is similar to the way ordinary matter interacts.
+This theory claims that most of the dark matter surrounding a galaxy is distributed in a halo around the galaxy in the form of tiny particles.
+Television reports showed a white plume coming from the plant.
+Officials warned residents near the plant to stay indoors, turn off their air conditioners and not to drink water from the tap.
+Japan's nuclear agency said it had identified radioactive cesium and iodine at the plant.
+Authorities suspect a storage tank containing uranium fuel may have ruptured and leaked at the site.
+In South Africa's KwaZulu-Natal province, Dr. Tony Mol has discovered an exceptionally drug-resistant strain of tuberculosis, XDR-TB.
+In an interview, he said the new variant was "pretty worrisome and concerning" because of its high rate of deaths.
+Some patients may have contracted the virus at the hospital, Dr. Mole said, and at least two were health care workers at the hospital.
+A person infected with the disease can infect 10 to 15 close contacts in a year.
+However, the prevalence of XDR-TB still appears to be low, with 6,000 out of an estimated 330,000 people with TB in South Africa at any given time testing positive for XDR-TB.
+The satellites, both of which weighed more than 1,000 pounds and were traveling at about 17,500 miles per hour, came together at 491 miles above Earth.
+The impact would have been cataclysmic, according to scientists.
+Scientists are still trying to figure out the size of the asteroid and how close it will come to Earth.
+The fragments were tracked by the U.S. Defense Department's Strategic Command.
+The results of the graphical analysis will be published on a public website.
+Authorities in Ohio said a pediatrician who worked at Children's Hospital of Pittsburgh in Pennsylvania will be charged with murder in the death of her mother, who was found dead in the trunk of her car Wednesday.
+Dr. Malar Balasubramanian, 29, was found dead in Blue Ash, Ohio, a suburb of Cincinnati that is about 15 miles north of the city, on Saturday, the Cincinnati Enquirer reported, apparently the result of a drug overdose.
+She sent officials to her black Oldsmobile Intrigue, which was 150 feet away.
+The body of Saroja Balasubramanian, 53, was found covered in blood-stained blankets.
+Police said the body had been there for about a day.
+The first cases of the disease were reported at the end of July this season.
+The disease is transmitted from pigs to humans by mosquitoes.
+The invasion has prompted the Indian government to take steps such as deploying pig hunters in seriously affected areas, providing thousands of mosquito nets and spraying pesticides.
+The government has also pledged several million doses of vaccine against encephalitis, to help health authorities prepare for the upcoming rainy season.
+Due to lack of funding and low prioritization compared to other diseases, vaccines developed to be delivered to the hardest-hit areas this year have been put on hold.
+In 1956, Slaney moved to Sweden, where he began working for the Swedish postal service and became their chief engraver three years later.
+He has issued more than 1000 stamps for Sweden and 28 other countries.
+His work is of such high quality and precision that he is one of the few "household names" in the field of philately. Some specialise in collecting only his work.
+In 2000, his 1,000th print of the magnificent "Great Swedish Kings" by David Klöcker Ehrenstrahl was made, which is included in the Guinness Book of World Records.
+He has also done banknote engraving for many countries and some of his recent work includes the portraits on the front of Canada's new $5 and $100 banknotes.
+Gibson was taken to a hospital, where he was pronounced dead a short time later.
+The 64-year-old truck driver was unhurt in the crash.
+The vehicle itself was recovered from the scene at about 12:00 BST on the same day.
+There were children waiting to cross who were screaming and crying," said a man working in a nearby garage.
+Everyone had fled the scene.
+Other topics on the agenda for the Bali meeting include saving the world's remaining forests and helping developing countries grow more sustainably.
+The UN also hopes to finalise a fund to help developing countries cope with the effects of global warming.
+The money can be used to protect homes from flooding, for better water management and to diversify crops.
+Fluke wrote that some efforts to silence women speaking on women's health have been unsuccessful.
+She came to this conclusion after receiving an overwhelming amount of positive comments and encouragement from women and men alike urging her to consider the morning-after pill as a medical necessity.
+After the injured were taken to a hospital, about 40 of the remaining residents stayed outside to protest, refusing to return to their huts.
+Negotiators have been trying to work out how to resolve the standoff, but the inmates have been unclear about what they are demanding.
+Inmates started a fire in the courtyard between 10 p.m. and 11 p.m. MDT.
+Police equipped with riot gear then entered the courtyard and fired tear gas at the inmates.
+Firefighters had the blaze contained by 11:35 p.m.
+Since the reservoir was built in 1963, seasonal flooding that once brought sediment to the river has been halted.
+This sediment is essential to create beaches and dunes which are important habitats for wildlife.
+As a result, two species have become extinct and another two are endangered, including the basking shark.
+Although the water level is only expected to rise a few meters following the rainfall, authorities hope it will be enough to restore eroded banks downstream.
+No tsunami warning has been issued and will not be issued as there is no threat to land with a magnitude 6.5 quake, the geophysics agency in Jakarta said.
+Despite no tsunami threat, residents began fleeing and some businesses and homes were emptied out.
+Despite tears in her farewell speech, Winfrey made it clear to viewers that she wasn't going away.
+This is not a farewell. It is the closing of one chapter and the beginning of another."
+Namibia's incumbent president Hage Geingob has been re-elected with an overwhelming majority, final results of the country's presidential and parliamentary elections showed.
+The ruling South West Africa People's Organisation (SWAPO) has retained a majority in parliamentary elections.
+Afghan and coalition forces have been working to secure the area and coalition jets have been sent in to help.
+The crash was in mountainous terrain and it is believed to be the result of hostile fire.
+Attempts to locate the crash site were hampered by bad weather and rugged terrain.
+The medical charity Mangola, the World Health Organization and Doctors Without Borders have all described it as the worst outbreak in the country's history.
+Richard Vann, a spokesperson for Doctors Without Borders, said, "Angola is facing its worst cholera outbreak ever and the situation is very serious."
+The matches got underway at 10am in glorious sunshine and, apart from a brief shower in the middle of the morning, it was a perfect day for sevens rugby.
+Tournament favourites South Africa got off to a flying start with a 26-00 win over fifth-ranked Zambia.
+To a man, South Africa's players are improving as this tournament progresses, and they will take a big step in the right direction with a win over the Southern Stars.
+Their discipline, their quality on the ball and the way they work as a team has stood them out above the rest and there is no doubt that this is the team to beat.
+Officials in Amsterdam and the Anne Frank House said the tree is infested with insects and is a danger to public health, arguing that it was at imminent risk of falling over.
+It was due to be executed on Tuesday, but a last-minute court ruling saved him.
+All of the entrances to the cave that are collectively known as the "Seven Sisters" are at least 100 metres (328 feet) in diameter, and some are as large as 250 metres (820 feet).
+The infrared images showed the temperature variations between day and night made it unlikely that they were caves.
+They are cooler than the adjacent land during the day and warmer at night.
+Their thermal state is not as stable as that of the large caves on Earth, which often maintain a fairly constant temperature, but it is consistent with the fact that they are deep holes in the ground," said Glynn K. Trowbridge, a research geologist with the U.S. Geological Survey and Northern Arizona University, in Flagstaff, Ariz.
+Traditionally in France, voting is low-tech: voters go into a booth, mark their choice on a pre-printed piece of paper, and put it in the ballot box.
+After officials verify the voter's identity, the voter casts a ballot into a ballot box and signs the voter rolls.
+French election law is fairly prescriptive about the procedures.
+Voting booths have been transparent since 1988, so that voters and observers can see that there are no ballots in the booths at the beginning of voting and that no ballots are put in the booths except those that are cast by voters whose names are on the voter list and who are entitled to vote.
+Candidates can send representatives to observe any part of the process. On election night, volunteers count the ballots under the watchful eye of officials, following specific procedures.
+The ASUS Eee PC, which was launched worldwide earlier this year to much acclaim for its low cost and functionality, has become a hot topic at this year's Information Technology Month in Taipei.
+Following the award of the 2007 Taiwan Sustainability Award by the Executive Yuan of the Republic of China, the consumer notebook market will be fundamentally diverse and changed.
+The station's website describes the show as "an old fashioned radio theatre with a new and scandalous mania story!"
+Initially, the show was only available on the long-running internet radio site TogiNet Radio, which focused on talk radio.
+In late 2015, TogiNet established AstroNet Radio as a support station.
+The show originally featured a cast of amateur voice actors from East Texas.
+Scattered looting was reported to have taken place through the night as security forces were absent from the streets of Bishkek.
+One observer described Bishkek as an "anarchic" city where gangs roamed the streets and robbed shops selling consumer goods.
+Some residents of Bishkek have accused the protesters from the south of lawlessness.
+The Springboks, as they are known, defeated the All Blacks 3-0 in a Rugby Union "Three Nations" match at King's Park in Durban, South Africa.
+In the end, it was a one-point win, 21-20, that ended the All Blacks' 15-match winning streak.
+The Springboks have ended a five-match losing streak.
+It was the last match for All Blacks, who had already won the cup two weeks ago.
+The final match of the series will be played at Ellis Park in Johannesburg, where the Springboks take on Australia, next Saturday.
+A moderate earthquake struck western Montana at 10:08 p.m. Monday.
+The U.S. Geological Survey and the agency's National Earthquake Information Center did not immediately report any damage.
+The epicenter of the earthquake was located about 20 km (15 miles) northeast of Dillon and about 65 km (40 miles) south of Butte.
+The deadly H5N1 bird flu virus has been confirmed in a wild duck found dead in a marshy area near Lyon in eastern France on Monday, officials said.
+Following Austria, Germany, Slovenia, Bulgaria, Greece and Italy, France is the seventh European Union country to be hit by the virus.
+Suspected H5N1 cases remain unconfirmed in Croatia and Denmark.
+Chambers accused God of "mass death, devastation and terrorizing millions of Earth's inhabitants."
+The agnostic Chambers says his trial was "a joke" and "anyone could sue anyone."
+The story, presented in a French opera by Camille Saint-Saëns, is of an artist "whose life is dictated by his love for drugs and Japan."
+As a result, performers are lighting up joints on stage, and the theater is encouraging the audience to participate.
+Former Speaker of the House Newt Gingrich, Texas Gov. Rick Perry and Rep. Michele Bachmann rounded out the top five.
+After the results were in, Gingrich heaped praise on Santorum but had harsh words for Romney, who had run negative ads against Gingrich during the Iowa campaign.
+Perry said he would be "headed back to Texas tonight to figure out what I'm going to do about this race," but later said he would stay in the race and would compete in the South Carolina primary on Feb. 21.
+Bachmann, who won the Iowa Straw Poll in August, said she would take a "hard look" at running.
+The photographer was transported to Ronald Reagan UCLA Medical Center, where he was later pronounced dead.
+Beebe was in his 20s at the time and said in a statement, "While I was not on scene or directly involved in this tragic incident, the thoughts and prayers of me and my family are with the victim's family."
+The entertainment news website TMZ understands the photographer stopped his car on the other side of Sepulveda Boulevard to try to take pictures of the police activity, before he walked into the road and tried to continue, which led a California Highway Patrol officer to tell him to stop twice.
+It is unlikely that the car's driver will be held responsible, police said.
+With 18 medals per day, several countries did not qualify for the podium.
+Those include the Netherlands, where Anja Pärson finished ninth in the women's Super-G standings yesterday, and Finland with Katja Saari, who came in tenth in the same race.
+Australia's Mitchell Gourley finished eleventh in the men's giant slalom standings. The Czech Republic's Ondrej Jelinek was sixteenth in the men's sitting giant slalom.
+Mexico's Arly Velasquez was 15th in the visually impaired men's Super-G. New Zealand's Adam Hall was ninth in the standing men's Super-G.
+Poland's visually-impaired skier Maciej Krzeszel and his guide Anna Ogarzinska finished in 13th place in the super-G for the visually-impaired. South Korea's Jong Sok Park finished 24th in the men's super-G for the visually-impaired.
+The U.N. peacekeeping force has been accused in the past of contributing to the cholera outbreak that started near a camp in Haiti in 2010.
+The court found that the U.N. camp's sewage had not been properly treated, allowing bacteria to flow into the Artibonite River, which is one of Haiti's largest.
+Haiti had not suffered a major epidemic since the 19th century until the arrival of the troops.
+The UN peacekeeping force in Nepal may have inadvertently introduced cholera to Haiti, the Institute for Justice and Democracy in Haiti (IJDH) said, citing independent studies.
+The UN's expert on the disease, Daniel Lantagne, has suggested that peacekeepers may have been responsible for the outbreak.
+Hamilton said the patient was in stable condition at Howard University Hospital.
+The patient had been in Nigeria, where several Ebola cases have been reported.
+The hospital was following infectious control protocols, including isolating the patient, to prevent the possible spread of infection to others.
+Before The Simpsons, Simon had worked in a number of shows in a variety of capacities.
+He worked in the 1980s on shows including Taxi, Cheers and The Tracey Ullman Show.
+In 1989, he co-created The Simpsons with Brooks and Groening, and he hired the show's first writing staff.
+Although he left the show in 1993, he still holds the title of executive producer and is said to pocket tens of millions of dollars every year in licensing fees.
+China's state news agency Xinhua said earlier that the plane had been hijacked.
+According to later reports, the plane had received a bomb threat and was diverted back to Afghanistan where it landed in Kandahar.
+Earlier reports suggested the plane had been diverted back to Afghanistan after being denied an emergency landing in Urumqi.
+Iran, which has an ageing fleet that is poorly maintained for both civilian and military operations, has a record of frequent air crashes.
+International sanctions mean that no new aircraft can be bought.
+Three people were killed and three others injured when a police helicopter crashed earlier this week.
+Iran suffered its worst air crash in years last month when a plane bound for Armenia crashed, killing all 168 people on board.
+This month I saw another large passenger jet crash land at Mashhad, killing seventeen people.
+Aerosmith canceled the remainder of their tour.
+The band was due to tour the US and Canada until September 16.
+The tour was canceled after frontman Steven Tyler was injured after falling off the stage during a show on August 5.
+Having come back from a set down in the tie, Murray then lost the first set in the match.
+Del Potro had the early advantage in the second set but had to fight off a break point at 6-6.
+Potro received treatment for a while on the sideline, but was able to return to the game.
+The launch was scheduled for 20:30 p.m. local time (1500 UTC).
+Prominent singers from all over the country performed bhajans, which are devotional songs in praise of Shri Sai Baba.
+The evening started with a bhajan by Sangeet Sharma, followed by Jay Shankar Chodhary, who presented a chhapan bhajan, accompanied by singer Raju Khandelwal.
+Lakha Singh then took over the mantle of leading the bhajans.
+108 dishes of Chhapan Bhog (56 different edibles including sweets, fruits, nuts, savouries and so on, offered to the deity) were served at the Bab Shyam Pujan.
+Lakhwinder Singh also presented Chhapan Bhog Bhajan, which was accompanied by singer Raju Khandelwal.
+Nintendo president Satoru Iwata unveiled the design of the controller for the company's new console, the Nintendo Revolution, at the Tokyo Game Show on Thursday.
+Similar to the Wii Remote, the controller uses two gyroscopes placed near the consumer's TV to track the controller's position in three dimensions.
+This will allow players to have control over the actions and movements in the video games by moving the device in the air.
+Johann Zarco was the first rider to crash out of the race on the opening lap after losing control of his bike.
+Team-mate Fernando Alonso was first for much of the race but he faded after his pit stop, possibly because of a bad right front tyre.
+Michael Schumacher ended the race soon after Alonso when he had to go in for repairs after a series of battles during the race.
+He wrote in his notes of the press conference: "She's very sweet and she sings beautifully."
+I got emotional every time we rehearsed.
+Within about three minutes of the launch, onboard cameras revealed a large number of insulation foam pieces shed from the fuel tank.
+However, it is believed the owl was not harmed.
+NASA's InSight seismometer has been "quiet for a while," NASA's InSight seismometer has been "quiet for a while," said NASA's InSight seismometer has been "quiet for a while," said NASA's InSight seismometer has been "quiet for a while," said NASA's InSight seismometer has been "quiet for a while," said NASA's InSight seismometer has been "quiet for a while," said NASA's InSight seismometer has been "quiet for a while," said NASA's InSight seismometer has been "quiet for a while," said NASA's InSight seismometer has been "quiet for a while," said NASA's InSight seismometer has been "quiet for a while," said NASA's InSight seismometer has been "quiet for a while," said NASA's InSight seismometer has been "quiet for a while," said NASA's InSight seismometer has been "quiet for a while," said NASA's InSight seismometer has been "quiet for a while," said NASA's InSight seismometer has been "quiet for a while," said NASA's InSight seismometer has been "quiet for a while," said NASA's InSight seismometer has been "quiet for a while," said NASA's InSight seismometer has been "quiet for a while," said NASA's InSight seismometer has been "quiet for a while," said NASA's InSight seismometer has been "quiet for a while," said NASA's InSight seismometer has been "quiet for a while," said NASA's InSight seismometer has been "quiet for a while," said NASA's InSight seismometer has been "quiet for a while," said NASA's InSight seismometer has been "quiet for a while," said NASA's InSight seismometer has been "quiet for a while," said NASA's InSight seismometer has been "quiet for a while," said NASA's InSight seismometer has been "quiet for a while
+Within five minutes a breeze picks up, within another minute it's 70mph winds... then the rain starts, but it's so intense and the drops are so big they sting your skin like needles, then hail starts falling from the sky and people panic and scream and run into each other.
+Armani Versace said, "I lost my sister and her best friend in that incident, and there were two guys in wheelchairs who just got rolled over and run over."
+The Kashiwazaki Kariwa nuclear power plant in Niigata prefecture is operating normally, NHK said.
+Hokuriku Electric Power Co. said there were no immediate reports of damage from the quake and that reactors 1 and 2 at the Shika nuclear power plant had been shut down.
+Around 9,400 homes in the area were without water and about 100 were without power, officials said.
+Some roads were damaged and rail services were disrupted in the affected areas, and Nozato airport in the Ishikawa prefecture remained closed.
+An explosion rocked near the governor's office.
+Three more bombs exploded near government buildings in the next two hours.
+Some reports cite official figures of 8 dead and 30 injured, but the final toll is not yet known.
+Cyanoacrylate and melamine were detected in samples of pet urine from animals that died after consuming contaminated pet food.
+Researchers at the university have confirmed that the two compounds interact to form crystals that can block the kidney's function.
+The researchers observed crystals forming in the cat's urine by adding melamine and cyanuric acid.
+The chemical composition of these crystals matches that in the urine of affected pets when compared by infrared spectroscopy (FTIR).
+You may not be aware of this, but most goods from Central America arrive in this country duty free.
+However, 80% of our exports were subject to tariffs in Central American countries.
+That didn't make sense to me; it wasn't fair.
+All I have to say to people is to treat me the way I treat them.
+California Governor Arnold Schwarzenegger has signed into law a bill that will ban the sale or rental of violent video games to minors.
+The bill would require violent video games sold in California to carry an "18" rating, and would fine retailers $1,000 for selling to under-18s.
+Director of Public Prosecutions, Kier Starmer, announced this morning that both Hynes and Price will be prosecuted.
+Hoon will resign and be replaced in the cabinet by Ed Davey, who will become the first openly gay cabinet minister. Davey's job as trade minister will be taken by Norman Lamb.
+Hughes and Price are due to appear at Westminster Magistrates' Court on February 16.
+The victims were identified as Nicholas Alden, 25, and Zachary Cuddeback, 21, both of whom were passengers in the car. Cuddeback was driving.
+Edgar Vega suffered hand and facial wounds while Christopher Schnieder required facial reconstruction surgery.
+Schneider's weapon did not fire while it was pointed at the man's head, but he suffered a constant ache, lost an eye, part of his skull and face, and was rebuilt with a titanium eye, jaw and face.
+Schnyder testified via video link from a U.S. Air Force base in his native country.
+Carpanedo is competing in two individual events at the championships apart from Wednesday's.
+His first event was the slalom, where he made it to the "non-finishers" in his first run of the day. 36 of 116 competitors had the same result in that run.
+In the Giant Slalom, she finished tenth in the women's standings with a combined time of 4:41.30, 2:11.60 behind winner Claudia Loens of Austria and 1:09.02 behind Hungary's Gyongy Danyi in ninth.
+Four women in the sitting-ski class did not finish their runs and 45 of the 117 skiers in the giant slalom were disqualified.
+The police in Madhya Pradesh have recovered a stolen laptop and a mobile phone.
+Deputy Commissioner of Police D.K. Arya said the five people who gang-raped the Swiss woman have been arrested and her mobile phone and laptop have been recovered.
+Baba Kanjar, Buta Kanjar, Ramprasad Kanjar, Gaja Kanjar and Vishnu Kanjar are the accused in the case.
+Chandrashekhar Solanki, the police commissioner, said the accused had appeared in court with their faces covered.
+Although there were three people inside the house at the time of the crash, none of them were injured.
+However, the rider suffered a serious head injury.
+The road was temporarily closed to allow emergency services to recover the red Audi TT.
+He was first admitted to the James Paget Hospital in Great Yarmouth.
+He was then taken to Addenbrooke's Hospital in Cambridge.
+Adekoya is accused of murdering her son at Edinburgh Sheriff Court.
+She has been arrested and is awaiting indictment and trial, but any testimony she gives could be tainted by the widespread dissemination of her image.
+It is standard practice in other parts of the UK, but Scottish law works in a different way and courts have found publication of photographs to be potentially prejudicial.
+Prof Pamela Fergusson, of Dundee University, said, "Journalists are treading a fine line if they are naming and shaming."
+A spokesperson for the Crown Prosecution Service, which oversees the charging process, said no further comment would be made at this stage.
+The document will reportedly relate to the borders that the Palestinians are seeking, based on the 1967 borders.
+Other issues said to have been discussed include the future of Jerusalem, which is holy to both sides, and the Jordan Valley.
+While Israel has insisted on a continuous military presence in the valley for ten years, Pennsylvania was only willing to agree to five years.
+Range staff had to be on hand to supervise shooters on the pest control cull because it was being observed and evaluated as to its effectiveness.
+The Association of Sporting Shooters of Australia (ASSA) has employed qualified volunteers to carry out the program in partnership with the NSW National Parks and Wildlife Service (NPWS) and the Association of Sporting Shooters (NSW) Inc.
+Mick O'Flynn, chief executive of the National Parks and Wildlife Service of NPWS, said the four hunters selected for the first hunt had all been provided with detailed safety instructions and training.
+Martel told the nine-member temporary electoral council yesterday.
+It is the fifth temporary electoral council in four years for Martelly.
+Last month, the presidential commission recommended the dissolution of the previous election commission (CEP) as part of a package of measures to bring the country to new elections.
+Marti's response to the widespread protests against the regime, which started in October, was to set up a commission.
+Violent protests have sometimes been triggered by the failure to hold elections, some of which were expected to take place since 2011.
+About 60 iPod devices have been reported to have malfunctioned, resulting in six fires and minor burn injuries to four people.
+Japan's Ministry of Economy, Trade and Industry (METI) said it was aware of 27 incidents involving the devices.
+Last week, METI announced that it had been informed by Apple of 34 additional cases of overheating, which the company described as "non-serious."
+The ministry said in a statement that Apple's delay in releasing the report was "truly regrettable."
+The earthquake struck at 7:19 a.m. local time (0919 GMT) on Friday.
+No damage was reported in the Northern Mariana Islands, according to the territory's emergency management office.
+The Pacific Tsunami Warning Center in Hawaii said there was no tsunami threat.
+A former Philippine police officer held tourists hostage in Hong Kong by seizing their bus in Manila, the Philippine capital.
+Rolando Mendoza had fired an M16 rifle at the tourists.
+Several hostages were rescued and at least six people were killed in the attack, which is still ongoing.
+Six hostages, including children and adults, as well as a Filipino photographer, were freed earlier.
+Photos later showed an elderly woman being escorted out of the bathroom, where Mendoza had been trapped.
+Following in his father's footsteps, Legins went into the medical field.
+She studied midwifery and started work at the National Women's Hospital in Auckland in 1959.
+While working at the hospital, Liggins began investigating the issue of preterm labor in her spare time.
+His studies have shown that if the hormone is applied, it will speed up the development of the baby's brain.
+Government investigators on Wednesday found two flight recorders in the wreckage at the site, the Xinhua news agency said.
+He was paid tribute to by Luna and fellow wrestlers.
+Tommy Dreamer said, "Luna was the first Queen of Extreme. My first boss. Luna went out in the night of two moons. A very unique woman. A very strong woman."
+Dustin "Goldust" Rhodes said, "The moon is a strange place, maybe even more so, I love it and I'll miss it, here's hoping it's for the best."
+Opposition to Australia becoming a republic has grown eight per cent since the 2010 federal election, a survey of 1400 people has found.
+During the 2010 federal election campaign, Julia Gillard, who was acting prime minister at the time, said she believed Australia should become a republic after the reign of Queen Elizabeth II.
+34 per cent of those surveyed said they wanted Queen Elizabeth II to be the last monarch of Australia.
+In the end, 29 per cent of those surveyed believed 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 at the Commonwealth Games and was also set to be part of the men's 4x100m medley relay team, but his participation is now in doubt over fears about his physical shape.
+He was unable to take the drugs needed to alleviate the pain because they are banned by 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.
+Several people had confirmed the discovery using different software and hardware before it was reported on Tuesday.
+Comets may have brought water to Earth, along with organic matter that could have led to the formation of proteins and sustained life.
+Scientists hope to understand how planets formed, in particular how the Earth formed, after comets collided with Earth long ago.
+The 53-year-old Cuomo took office as governor earlier this year and last month signed legislation legalizing same-sex marriage.
+He called the rumors "political mudslinging and nonsense."
+There have been rumors that he will run for president in 2016.
+The FAA says NextGen will allow aircraft to fly more direct routes, saving millions of gallons of fuel per year and reducing carbon emissions.
+It uses a technology housed in satellites rather than the older ground radar to allow flight controllers to provide pilots with more accurate information and to pinpoint the exact whereabouts of an aircraft.
+There is no parking or parking facilities on-site, and there is no shuttle bus to/from Wembley. The Underground does not stop at Wembley Stadium and there are no overground trains to/from Wembley Stadium.
+Their fears of a transport strike led to the game being played behind closed doors and without the visiting fans.
+A new species of bird has been discovered in the Galapagos islands of Ecuador, according to a study published in the journal Science on Thursday.
+Researchers from Princeton University in the United States and Uppsala University in Sweden have discovered that the new species evolved in just two generations, despite the belief that this process took much longer due to hybridization between the native Darwin's finch, Geospiza fortis, and the non-native cactus finch, Geospiza conirostris.
+Gold can be worked into any shape. It can be hammered into thin sheets.
+It can be drawn out thin enough to be woven or braided, and then hammered or twisted into sheets.
+It can be made very thin and can be applied to other metals. It was so thin that it was sometimes used to decorate illuminated manuscripts in books called "light books".
+This is the pH of a chemical substance. If you use red cabbage juice, you can make an indicator.
+Depending on whether the chemical is acidic or alkaline (basic), the juice changes color.
+The amount of hydronium ions (H+) in the chemical reaction indicates the pH level.
+The hydrogen ions are protons with the electrons stripped off (because the hydrogen atoms are just a proton and an electron).
+Mix the two powdered ingredients together, and then shape the dough into a ball using your clean, wet hands.
+The moisture in your hands will react with the outer layers, you'll feel a bit weird and it will form something like a skin.
+The cities of Harappa and Mohenjo-daro had bathrooms with running water for almost every house, connected by a sophisticated sewer system.
+Remains of sewer systems have been found in the Minoan cities of Crete and Thera in Greece.
+There were public toilets in ancient Egypt, Persia, and China. In the Roman civilization, public toilets were sometimes part of public baths, where men and women would often bathe together.
+You use a satellite when you call someone who is thousands of miles away.
+The satellite in space hears the call and almost instantly replies.
+The satellite was launched into space by a rocket. Scientists use telescopes in space because the Earth's atmosphere bends some of the light and makes it look blurry.
+To put a satellite or a telescope in space, you need a giant rocket that is taller than 100 feet.
+The wheel has changed the world in an amazing way. The most important thing we have thanks to the wheel is a much easier and faster way of transportation.
+It gave us the train, the car, and many other means of transportation.
+Below them are medium-sized cats that eat medium-sized prey, ranging in size from rabbits to antelopes and deer.
+Also, there are many small cats (including feral cats) that eat things much smaller than themselves, including insects, rodents, lizards, and birds.
+The secret to their success is the concept of a niche, a specialised job that each cat does to help the colony, that stops them from competing with each other.
+Lions are the most social cats, living in large groups called prides.
+A group of one to three adult males, along with as many as thirty females and young, make up a bachelor herd.
+Females are usually tightly bonded groups of sisters and daughters.
+Prides behave much like a wolf pack or a pack of dogs, animals that are surprisingly similar to lions (but not to other big cats) in their behavior and are just as deadly to their prey.
+The tiger, a well-rounded athlete, can run (not very fast), swim, make giant leaps and lift loads that would cripple five men.
+The tiger is also a member of the Panthera family, which includes lions, leopards and jaguars, and is the only one of the four big cats to roar.
+The tiger's roar does not sound exactly like a lion's roar, but is more like the snarling, rumbling words of a leopard.
+Ocelots prefer to eat small animals. If they can, they will catch monkeys, snakes, rodents and birds. Nearly all of the animals the ocelot hunts are much smaller than the ocelot itself.
+Scientists have discovered that bears use their sense of smell to follow and find animals to eat (prey) by tracking their scents on the ground.
+Being nocturnal, owls have excellent night vision and are very silent in their movements. The barn owl hunts by flying low over open ground and swooping down on its prey.
+When a small group of living things (a small population) is separated from the rest of the population from which it came (for example, if it goes over a mountain range or a river, or if it moves to a new island so that it can't easily get back), it is often going to find itself in a different environment from before.
+This new environment will have different resources and competitors, so the new population will need different functions or adaptations to be a strong competitor.
+The native population has not changed at all, it still needs the same adaptation as before.
+Over time, as the new population begins to adapt to their new environment, they begin to look less and less like the rest of the population.
+In the end, after thousands or even millions of years, the two populations will be so different that they won't be able to be called the same species.
+This process is called speciation, which means the formation of new species. Speciation is an inevitable result and a very important part of evolution.
+Plants produce oxygen, which people breathe out, and take in carbon dioxide, which people breathe out (i.e. exhale).
+Plants produce their own food using photosynthesis. They also provide shade.
+We build our houses out of plants, and we make our clothes out of them. Most of the food we eat is from plants. Without plants, animals would not be able to survive.
+Mosasaurus was a top predator in its time and was not afraid of anything except other mosasaurs.
+His jaws were lined with more than 70 serrated teeth, in addition to a secondary set in the upper jaw, which would have made it impossible for anything in its path to escape.
+We don't know for sure, but he may have had a split tongue. His diet consisted of fish, other mosasaurs, and possibly even cannibalism.
+It would have attacked and eaten anything that went in the water; it could not have been out-muscled even by a giant dinosaur like the T. rex.
+While most of their diet is known, the Romans had some strange or unusual delicacies including grasshoppers, locusts, snails and a rodent called the dormouse.
+Another difference was that while the poor people and the woman ate they sat on chairs, but the rich men were used to having banquets together, lying on couches while they ate.
+It would be impossible for ancient Roman dishes to have included foods that came from America or Asia in later centuries.
+For example, they did not have quinoa or potatoes or tomatoes or chocolate, and no ancient Roman ever ate quinoa.
+The Babylonians built a separate temple for each of their gods, which was considered to be the home of the deity.
+Humans offered sacrifices to the gods, and priests sought to please them through ritual and festivals.
+Each temple had an open courtyard and then an inner sanctuary which was only entered by the priests.
+Sometimes special pyramidal structures called ziggurats were built to be part of the temple.
+The top of the tower was a special sanctuary for the god.
+In hot climates of the Middle East, houses were not built to be cool in the summer.
+Much of a Jewish family's life is lived out in the open.
+Women cooked outside; shops were just counters facing the street; houses were made of stone.
+Since there were no forests in the land of Canaan, wood was a very costly commodity.
+The Viking explorer Erik the Red is said to have been banished from Iceland for murder and went west to become the first known European to discover Greenland and give it its name.
+However, it was not until after his discovery that Eskimo tribes had already been living there.
+Although each of the countries was "Scandinavian," there were great differences between the peoples, kings, customs, and history of Sweden, Norway, Denmark, and Iceland.
+You may have seen the treasure map on the back of the Declaration of Independence in the movie National Treasure.
+This, however, is not true. It is not a treasure map, even though something is written on the back of the document.
+The words "Original Declaration of Independence, July 4, 1776" are written on the back of the Declaration of Independence. The text appears below the header at the bottom of the document.
+While no one knows for sure who created it, it is known that the original large parchment (29 3/8" by 24 1/2") was rolled to preserve it.
+It is most likely that the notation was added only as an afterthought.
+With landings on D-Day and subsequent battles, northern France was liberated but southern France was still occupied.
+It was run by the French from Vichy who had made a deal with the Nazis in 1940 to collaborate with the invaders rather than fight them.
+Allied forces invaded Southern France on August 15, 1940 and the invasion was code-named Operation Dragoon.
+In just two weeks, American and French forces had liberated southern France and were on the way to Germany.
+A civilization is one culture shared by a significant and large group of people who live and work together in a society.
+The word "civilization" is derived from the Latin "civilis", meaning "citizen", which in turn is derived from the Latin "civis", meaning "city" or "city-state", and "civitas", meaning "city" or "city-state", which more or less describes the size of the society.
+City-states were the predecessors of nations. Culture, in the context of civilization, required knowledge passed down over several generations, a distinct cultural imprint, and a natural spread.
+Small civilizations often disappear without leaving behind any historical evidence of their existence and thus are not recognized as true civilizations.
+During the Revolutionary War, the thirteen states were loosely united in a central government for the first time, with the Articles of Confederation establishing Congress as the sole component.
+The Congress was not empowered to levy taxes, and as it had no national judiciary or executive, it had to resort to the state authorities, who were often reluctant to cooperate, to carry out its acts.
+It also has no power to reject tax laws and inter-country tariffs.
+The clauses required the unanimous consent of all countries to be changed, and the countries treated the central government so unseriously that their representatives often weren't there.
+Along with the German national football team, the Italian national football team is the second most successful in the world, having won the FIFA World Cup in 2006.
+Popular sports include association football, volleyball, basketball, cycling, water polo, fencing, rugby, ice hockey, roller hockey and Formula 1 racing.
+Winter sports are most popular in the northern regions, and Italians have won both international competitions and Olympic medals in several of them.
+Japan has nearly 7,000 islands (Honshu is the largest), which makes it the world's seventh-largest island country!
+Due to its cluster/group of islands, Japan is often thought of geographically as an archipelago.
+The island of Taiwan has been around since the 15th century, when European sailors passing by would call it Ilha Formosa, or "beautiful island."
+In 1624, the Dutch East India Company established a base at Fort Zeelandia in southern Taiwan, introducing grain cultivation and employing Chinese laborers to work on its sugar and rice plantations.
+In 1683, the Qing Dynasty (1644–1912) took control of northern and western coastal areas of Taiwan and in 1885 declared Taiwan a province of the Qing Empire.
+In 1895, following the First Sino-Japanese War (1894–1895), the Qing government was forced to sign the Shimonoseki Treaty, ceding sovereignty over Taiwan to Japan, which governed the island until 1945.
+Machu Picchu comprises three main structures, the Temple of the Sun, Intihuatana and the Room of the Three Windows.
+Most of the buildings along the perimeter of the park have been restored to give visitors a better idea of how they would have originally looked.
+By 1976, 30 percent of Machu Picchu had been restored and work continues today.
+The most common format for still photography in the world, for example, is 35 mm. It was the dominant size for film in the era of analog photography.
+It is still made today, but what is more important is that its image format was inherited by the image sensors in digital cameras.
+The 35 mm format is actually 36 by 24 mm.
+The aspect ratio of this format (12 by 2) is therefore 3:2.
+Ratios that are very close to or identical with this ratio are often seen (e.g. a group of APS formats).
+The much abused and often maligned rule of thirds is simply a guideline that creates tension, while still maintaining a sense of order in the picture.
+It says the best place for the main subject is at the intersection of the lines dividing the thirds vertically and horizontally (see example).
+During this period of European history, the Catholic Church, which was already wealthy and powerful, was under criticism.
+Christianity has been a unifying force for European countries for more than a thousand years, despite lingual differences and divergent customs.
+Its pervasive power touched everyone - from kings to commoners.
+The main Christian principle is that wealth is to be used to relieve suffering and poverty and for that purpose church funds exist.
+Centralized church governance has been held in Rome for over a thousand years, and the concentration of power and money has led many to question whether the principle has been upheld.
+The United Kingdom began a naval blockade of Germany soon after the outbreak of hostilities.
+While the blockade is illegal under international law, which has been codified in several international agreements over the past two centuries, the strategy has been effective in cutting off vital military and civilian supplies.
+The British laid mines to prevent ships from entering certain areas of the ocean, and even neutral ships were at risk.
+Because of the limited answer to this tactic, Germany expected a similar response to their unrestricted submarine warfare.
+During the 1920s, isolationism and pacifism were widespread among citizens and nations.
+The people wanted to avoid a military situation again after seeing the horrors and atrocities of World War I.
+In 1884, Tesla moved to the United States to accept a job with the Edison Electric Light Company in New York.
+He came to the United States with four cents in his pocket, a poetry collection and a recommendation letter from Thomas Edison to Charles Batchelor (his former boss).
+In ancient China, there was a unique way of showing different periods of time; for every stage of history or every ruling family there was a separate dynasty.
+There have also been periods of instability between dynasties which saw the country divided into warring kingdoms, the most notable being the Three Kingdoms period which lasted for 60 years between the Han and Jin dynasties.
+These periods saw intense warfare between many of the noble families vying for power.
+The Three Kingdoms is one of the bloodiest periods of China's history, with thousands dying in battles to take control of the grand Xiang Palace.
+There were many social and political influences including the metric system, the shift from absolute to republican government, nationalism and the belief that the state is for the people not just one ruler.
+Vocational training was also opened up to all male candidates after the revolution, allowing the most ambitious and successful to prosper.
+This is also true for the military, where instead of being based on class, it is now based on caliber.
+The French Revolution was also an inspiration for other oppressed people of the working class in other countries to start their own revolutions.
+Mohammed was very much interested in the things that were beyond this worldly life. To contemplate them he often went to a cave nearby which was later called "Hira" on the mountain Nur (light).
+the cave itself, still intact, gives a vivid picture of Muhammad's spiritual inclinations.
+Situated atop a mountain north of Mecca, this cave is completely isolated from the rest of the world.
+In fact, it is not easy to find, even though you know it is there. Once inside the cave, isolation is complete.
+There is nothing else to see except for the clear, beautiful sky above us and the many surrounding mountains. Inside the cave there is very little to see of the outside world.
+The Great Pyramid of Giza is the only one of the Seven Wonders of the World to still exist.
+Built by the Egyptians in the third century B.C., the Great Pyramid is one of many large pyramidal structures built to honor a departed king.
+In Egypt's Valley of the Kings, in the Giza Plateau, or the Giza Necropolis, there are a number of pyramids (of which the Great Pyramid is by far the largest), a number of small tombs, several temples, and the Great Sphinx.
+The Great Pyramid is dedicated to King Khufu and many of the smaller pyramids, tombs and temples are dedicated to his wives and other family members.
+The "bow up" sign resembles a V, while the "bow down" sign resembles a T-bar or a square with no bottom.
+Up means that you should start at the top and bow, and down means that you should start at the bottom (where your hand holds the bow) and draw.
+The bow pointed up makes a quieter sound, and the bow pointed down makes a louder and more assured sound.
+Feel free to add your own flourishes, but remember that the printed bow is there for musical reasons and is usually best left alone.
+On October 6, 1789, King Louis XVI, Queen Marie Antoinette, their two young children (11-year-old Marie-Thérèse and 4-year-old Louis-Charles), and King Louis XVI's sister, Madame Élisabeth, were forced to return to Paris from Versailles by a mob of women.
+They returned to Paris in a carriage, surrounded by crowds waving flags and shouting insults at the king and queen.
+The crowd had forced the king and queen to open the windows of their carriage wide.
+At one point, a member of the mob struck the terrified queen in the face with the body of a dead royal bodyguard who had been beheaded at Versailles.
+It was the Filipinos themselves who paid for the American imperialist invasion of the Philippines.
+The US colonial regime had forced them to pay taxes to cover for much of the expenses and interest payments on bonds issued by the Philippine government in Wall Street banks.
+The super-profits derived from the prolonged exploitation of the Filipino people, of course, constituted the major gains of American imperialism.
+To understand the meaning of the Templars, one must understand the context in which they were created.
+The period in which these events took place is usually referred to as the Late Middle Ages: the period from the 11th, 12th and 13th centuries (1000–1300 AD).
+The true Middle Ages are preceded by the Early Middle Ages and followed by the Late Middle Ages, which ended around 1500.
+Technological determinism is a broad umbrella term that covers a range of ideas in practice - from the technological treadmill or technological imperative to the belief that human fate is determined by the logic inherent in the laws of nature and its expression in technology.
+Two broad ideas are shared by most of the interpretations of technological determinism: that the development of technology is beyond the influence of culture or politics or that the technology itself influences the society in which it is introduced.
+For instance, someone might say that motorized vehicles must inevitably lead to the development of roads.
+However, a national road network would not be economically viable for just a handful of cars, so new manufacturing techniques are being developed to bring down the cost of owning a car.
+The invention of the automobile also led to more traffic accidents, which in turn led to the invention of new techniques in medical care for traumatic injuries.
+Romanticism contained a large element of cultural determinism, of which writers like Goethe, Fichte and Schlegel were the forerunners.
+In the context of Romanticism, geography formed the individual and, over time, gave rise to customs and culture associated with a particular geography, and these, being in harmony with the society in which they were found, were better than randomly imposed laws.
+In the manner in which Paris is considered to be the fashion capital of the modern world, Constantinople was the fashion capital of the medieval world.
+Its fame as a center of luxury lasted from about 400 BCE to about 1100 BCE.
+Its decline in the 12th century was partly due to the Crusaders bringing gifts such as spices and silks which were more valuable than those available in the Byzantine markets.
+Around this time the title "Fashion Capital" moved from Constantinople to Paris.
+The Gothic style reached its peak between the 10th and 11th centuries and the 14th century.
+In the beginning, the clothing was heavily influenced by Eastern Byzantine culture.
+However, due to the slow communication, western styles may be 25–30 years behind.
+As the Middle Ages came to a close, Western Europe began developing its own style. The Crusades led to people wearing belts to hold their clothing in place, which was one of the major developments of the time.
+Subsistence farming is farming for the sole purpose of providing enough food for the farmer's family.
+Traditional agriculture is a simple, often organic system that often relies on heirloom seeds from the same ecoregion, with crop rotation and other relatively simple techniques to get the most out of the land.
+Historically, most farmers were subsistence farmers and this is still the case in many developing countries.
+Subcultures bring together like-minded individuals who feel disenfranchised by the mainstream. They allow them to explore their identity.
+Subcultures can be distinguished by age, ethnicity, class, location, and/or gender.
+The signs that mark a subculture as distinct may be linguistic, aesthetic, religious, political, sexual, geographic, or some combination of factors.
+Members of a particular subculture often signal their membership through a distinctive and symbolic use of style, which may include fashion, mannerisms and jargon.
+One of the most common ways to illustrate the importance of socialization is with a few unfortunate cases of children who, due to neglect, abuse, or deliberate violence, were not socialized by adults during their formative years.
+These children are called "feral" or "wild" children. Some feral children have been raised in captivity by humans (usually their own parents); in some cases abandonment of such children stemmed from the parent's inability to cope with the child's severe intellectual or physical disability.
+Wild children may have been abused or traumatized before they were abandoned or ran away.
+Others are believed to have been raised by animals; some were even said to have lived alone in the wilderness.
+When fully weaned, the feral child demonstrates behavior (within the bounds of physical limitations) much like that of the specific caring animal, as well as any fear or indifference to humans.
+While project-based learning is supposed to make learning easier and more fun, scaffolding takes it one step further.
+The scaffolding is not a teaching method, but rather a support to help individuals who are going through a new learning experience, such as a new computer program or starting a new project.
+Skeletons can be either virtual or real, in other words, the teacher is a kind of skeleton, just like the little man with the bones in Microsoft Office.
+The software includes virtual skeletons that are designed to ask questions, remind and explain procedures that may have been too difficult for the student to do alone.
+Children are placed in foster care for many reasons, ranging from neglect to abuse to exploitation.
+No child should be raised in an environment that is not nurturing, supportive, and educational, but that is the reality.
+We believe the foster care system is a safe place for these children.
+Our foster care system should provide safe homes, loving families to care for them, stable education, and reliable healthcare.
+The foster care system is designed to provide everything that was lacking in the home from which a child was removed.
+The Internet combines elements of both mass communication and individual communication.
+The special characteristics of the Internet lead to some additional dimensions in the use of the satisfaction approach.
+For example, "learning" and "socialization" have been identified as important motivations for Internet use (James et al., 1995).
+“Personal participation” and “sustained relationships” were also cited as new aspects of motivation by Meehan and MacCord (1998) in their study of audience reactions to websites.
+The use of video recording has led to important discoveries in the interpretation of micro-expressions, or fleeting facial expressions that can last a fraction of a second.
+It is further alleged that a person can tell whether someone is lying by interpreting micro-expressions correctly.
+In his book "Talking to the President," Oliver Sacks pointed out that even though people who are unable to speak due to brain damage are unable to express their feelings, they are still able to perceive genuine feelings.
+He even suggested that such human-like abilities of interpreting human behavior could be shared by animals such as domestic dogs.
+Research in the twentieth century showed that there are two groups of genetic variants: those that are hidden and those that are expressed.
+Mutation introduces a new genetic variant and selection removes the group of expressed variants.
+Segregation and recombination shuffle the variants back and forth between the two populations with each generation.
+It is difficult for a herbivore with a digestive system like the human's to get enough amino acids out of available plant resources.
+Moreover, the consequences of failure are severe: stunted growth, malnutrition and ultimately death.
+The most easily available plant resources would be the proteins in the leaves and seeds of the grasses, but they are difficult for us to digest unless they have been prepared.
+In contrast, animal-based foods (termites, ants, eggs) are not only easy to digest but also provide a good amount of protein, which contains all essential amino acids.
+Given all of this, it should come as no surprise that our ancestors would have tackled their "protein problem" in much the same way as the chimpanzees in the savanna do today.
+Sleep deprivation is the act of willfully waking up during normal sleeping hours and then going back to sleep a short while later (10-60 minutes).
+This can be done easily with a relatively quiet alarm clock to wake you without fully rousing you.
+If you find that you keep turning off your watch in bed, you can put it on the other side of the room so that you have to get out of bed to turn it off.
+Other habits based on circadian rhythms include drinking a lot of fluids (especially water or tea, a diuretic) before bed, which forces the person to wake up to urinate.
+The amount of inner peace a person has is relative to the amount of tension in their body and in their soul.
+The less the tension, the more positive the life force. Everyone has the capacity to experience absolute serenity and satisfaction.
+Enlightenment is available to everyone. Our own bias and negativity is the only thing that stands in our way of achieving this.
+Tibetan Buddhism is based on the teachings of the Buddha, but it has been expanded to include many techniques from Indian yoga and the Mahayana path of love.
+Tibetan Buddhism is based on a very simple premise. It is composed of Kundalini yoga, meditation, and the path of universal love.
+With Kundalini yoga, the energy of kundalini (the energy of enlightenment) is awakened through yoga poses, breathing techniques, visualization, and mantras.
+The center of Tibetan meditation is the deity Yoga. Through visualization of various deities, the energy channels are cleansed, the chakras are activated and enlightenment of the mind is achieved.
+World War II was the common enemy that led to cooperation between the Soviet Union and the United States, but after the war differences in the system, process, and culture led to the conflict between the two countries.
+Two years after the end of the war, former allies had become enemies and the Cold War had begun.
+It continued for the next 40 years and was waged in battles from Africa to Asia, in Cuba, Afghanistan, and many other places.
+On September 17, 1939, the Polish defense was already broken, and the only hope was to retreat along the Romanian bridgehead and reorganize.
+These plans, however, became obsolete overnight when more than 800,000 Red Army troops of the Soviet Union invaded and created the Belarusian and Ukrainian fronts, after taking the eastern regions of Poland, violating the Riga Peace Treaty, the Soviet–Polish Non-Aggression Pact and other international treaties, both bilateral and multilateral.
+The use of ships to carry goods is the most efficient way to move large numbers of people and goods across oceans.
+Traditionally, the job of the Navy has been to ensure that your country can move its people and goods around while simultaneously interfering with your enemy's ability to do the same.
+One of the most notable recent examples of this was the Atlantic Campaign of World War II, in which the United States tried to get men and supplies across the Atlantic to help Britain.
+Meanwhile, the German Navy is trying to stop this traffic, mostly with submarines.
+If the Allies had failed, it is likely that Germany would have invaded the United Kingdom, just as it had done in the rest of Europe.
+Cows were probably first domesticated about 10,000 BCE in the Zagros Mountains of Iran.
+Ancient cultures and tribes began to domesticate them for their milk, meat, and hides.
+Herds of goats were usually allowed to graze on hillside or other rough pastureland, often accompanied by a herdsman, who was often a child or adolescent, just as with the more familiar shepherd. These methods of herding are still practiced.
+Railways were first introduced in England in the 16th century.
+Although the railtracks were simply made of parallel wooden planks, they allowed horses to travel at a faster rate of speed and to carry heavier loads than could be hauled by wagons on the rough roads of the time.
+The rails were introduced reasonably early on to keep the wheels on the track, but it was gradually realised that the wheels would be more effective with a steel strip on top.
+It became a common practice, but the iron wheels caused more wear to the wooden rolling stock.
+Wooden wheels were gradually replaced by iron ones and in 1767, the first all-iron rails were introduced.
+The first known form of locomotion was walking upright, which became possible with the evolution of Homo erectus about two million years ago.
+Their ancestors, the australopithecines, seldom walked upright.
+Bipedalism was present in the fossil record of the Australopithecines prior to 4.2–3.9 million years ago, though the Sahelanthropus may have been bipedal as early as seven million years ago.
+We can start by caring more for the environment, joining the eco-movement and even becoming activists to lessen the negative impact in the future.
+In many cases, this is exactly like symptomatic treatment. Unless, however, we are not looking for a temporary solution, we need to find the root of the problem and get rid of it.
+Obviously, the world has changed dramatically due to the scientific and technological progress of the human race, and problems have become more acute due to overpopulation and the extravagant way in which people live.
+After being passed by Congress on July 4 and signed by President of Congress John Hancock and Secretary Charles Thomson, a written copy was sent to John Dunlap, who was located a few blocks away, for printing.
+Between 150 and 200 broadsides were printed overnight, now known as "Dunlap broadsides".
+The document was read publicly for the first time by John Nicks in the courtyard of Independence Hall on July 8.
+One was sent to George Washington on July 6, which he read to his troops in New York on July 9; a copy was sent to London on August 10.
+The 25 bilingual Dunlap copies that are known to still exist are the oldest surviving copies of the document. The original manuscript is not known to have survived.
+Many paleontologists now believe that one group of dinosaurs survived and are still alive today. They are called birds.
+Because they have feathers and can fly, many people do not think of them as dinosaurs.
+But for birds that still look like dinosaurs, there's a lot to learn.
+They have claws and scales, walk on two hind legs like a Tyrannosaurus rex, and lay eggs.
+Almost all computers in use today are based on manipulating information encoded in binary form.
+A binary number can have only one of two values, i.e. 0 or 1, and these are called binary digits or bits in computer jargon.
+Internal poisoning is not always immediately apparent. Symptoms such as vomiting are very non-specific and it can take a while to diagnose.
+The presence of an open bottle of medication or a toxic household chemical may be the best indication of an internal poisoning.
+Check the label for specific instructions on how to treat this poisoning.
+Entomologists formally use the term "butterfly" to refer to this group of insects.
+This term is derived from a distant acquaintance with the insects, which are highly adapted to parasitise humans.
+Both flying and ground-dwelling trees are colorless and live in the nest or home of their host.
+There are an estimated 400,000 people in the United States living with multiple sclerosis (MS), making it the most common neurological disease among young and middle-aged adults.
+MS is a disease that affects the central nervous system, which comprises the brain, spinal cord and optic nerves.
+Research suggests that women are twice as likely to be diagnosed with MS than men.
+A couple may decide that having a child is not in their best interest or in the child's best interest.
+These couples may choose to pursue an adoption plan for their baby.
+Adoption terminates the parental rights of the biological parents and then the adoptive parents become the legal parents of the child.
+The main goal of science is to discover how the world works using the scientific method. In fact, the scientific method guides much of science.
+Although experiments are often used to eliminate some possible hypotheses, science is also done by asking questions and providing guidance on how to find things out, as well as by doing experiments.
+Naturalists and philosophers worked more with classical texts, and in particular with the Latin Bible.
+Aristotle's views on all matters of science, including psychology, were accepted.
+With the decline of the knowledge of Greek, the West became disconnected from its Greek scientific and philosophical roots.
+In physiology and behavior, many observed rhythms often depend on the presence of endogenous cycles and their production by biological clocks.
+Periodic rhythms with frequencies greater than those of external periodic signals are ubiquitous in living things, including bacteria, fungi, plants and animals.
+Biological clocks are self-sustaining oscillators that will continue to produce a circadian cycle in the absence of environmental signals.
+One of the leading arguments in favor of DNA being the genetic material was the experiment done by Hershey and Chase.
+Hersh and Chase used bacteriophages or viruses to introduce their DNA into bacteria.
+They conducted two experiments in which they marked either the DNA of the bacteriophage with radioactive phosphorus or its protein with radioactive sulfur.
+Depending on the type of mutation, the significance of the affected piece of genetic material, and whether or not the mutated cells are stem cells, mutations can have a wide range of effects.
+Only mutations in cells of the germ line can be passed on to children, while mutations elsewhere can cause cell death or cancer.
+Nature tourism is appealing to people who are interested in visiting natural areas to enjoy the scenery, including native plants and wildlife.
+Things to do include hunting, fishing, photography, bird watching and park visits, as well as learning about the ecosystem.
+Visiting, photographing and studying orang-utans in Borneo are examples of this.
+Every morning, to go to their jobs, people travel in trucks from the small provincial towns and pass each other going in the opposite direction, on their way to wherever it was they had just come from.
+In this dynamic transportation system, everyone is to some extent both a user and a maintainer of the transportation system through their use of private cars.
+That this massive carbon economy has pushed the biosphere out of one of its relatively stable states that have seen us through the last two million years of human evolution is now clear from the science.
+Everyone is a part of society and uses transportation systems. Almost everyone complains about transportation systems.
+It is rare in developed countries for there to be so much complaining about water quality or collapsing bridges.
+Why do transportation systems generate so much litigation, and why do they break down so often? Is it because transportation engineers are incompetent? Or is there something more fundamental going on?
+Traffic flow is the study of the movement of individuals and vehicles between two locations and the interactions between them.
+Since the behavior of leaders can never be predicted with 100 percent certainty, it is difficult to study the traffic flow.
+Fortunately for us, drivers tend to behave in a reasonably predictable manner; so the flow of traffic has a certain logic to it and can be approximated mathematically.
+The relations between the three main characteristics of the flow - (1) flow, (2) density, and (3) velocity - are such that a better understanding of one will give a better understanding of the others.
+These relationships help in the planning, design, and eventual maintenance of road infrastructure.
+Insects were the first animals to take to the air, and their ability to fly helped them avoid predators, find food and mate more effectively.
+Most insects have the advantage of folding their wings back along the body.
+This gives them a wider range of small places to hide from predators.
+Dragonflies and damselflies are the only insects today that can't fold their wings.
+Before thousands of years, a man named Aristarchus claimed that the Sun was the center of the Solar System.
+Some people think he's right, but most people think the Sun and the rest of the solar system go around the Earth, including the Sun (and even the other stars).
+That makes sense, because you don't feel the Earth moving, right?
+The Amazon River is the largest and second longest river on Earth. It has more than eight times the volume of the world's second largest river.
+The Amazon is also the widest river on Earth, in places reaching 6 miles (9.7 km) in width.
+The Amazon contributes 20 percent of the water that flows into the oceans from rivers worldwide.
+The Amazon River is 6,387 km (3,980 mi) long. Thousands of smaller rivers flow into it.
+Although stone pyramids continued to be built until the end of the Old Kingdom, the pyramids at Giza remain the largest and most technically sophisticated.
+The ancient Egyptians of the New Kingdom would have been amazed at the monuments left by their predecessors which were then over a thousand years old.
+The population of Vatican City is about 800. It is the smallest independent nation in the world by population.
+The Vatican uses Italian as the official language for its legislation and official communications.
+While Latin is often used in religious ceremonies, Italian is the everyday language spoken by most of those who work in the country.
+All of the Vatican's subjects are Catholics.
+Humans have known the major chemical elements, such as gold, silver, and copper, since antiquity, since all of these can be found naturally and can be obtained using primitive tools.
+The philosopher Aristotle theorized that everything is composed of one or more of the four elements: earth, water, air, and fire.
+It was more like the four states of matter (in the same order): solid, liquid, gas, and plasma, though he also theorized that they change into new substances to give rise to what we see.
+Alloys are a mixture of two or more metals. Don't forget that there are lots of elements in the periodic table.
+Metals include elements like calcium and potassium. Of course, there are metals like silver and gold.
+There are also alloys which contain small amounts of non-metal elements like carbon.
+The universe is made of stuff, and the stuff is made out of tiny particles called "atoms".
+Atoms are so small that a trillion of them can fit in the period at the end of this sentence.
+So when it came out, molasses was a good friend to a lot of people.
+Unfortunately, as new methods of writing were introduced, the ink was lowered in status and use.
+In the present day, people write messages on computer screens rather than having to poke pins at moles.
+You wonder what's going to happen to the keyboard when something new comes along.
+The nuclear bomb works on the principle that you need energy to bring together the many protons and neutrons in the nucleus.
+It's sort of like pushing a heavy cart uphill. Then the splitting of the nucleus releases some of that energy.
+Some atoms have unstable nuclei, so they can break down into other atoms with a tiny push or no push at all.
+The surface of the Moon is made out of rocks and dust. The outer-layer of the Moon is called the crust.
+The crust is about 70 km thick at the near side and 100 km thick at the far side.
+It is thinner under the oceans and thicker under the continents.
+There may have been more oceans next to the nearby land, because the crust was thinner. It was easier for the lava to come up to the surface.
+Happiness theories focus on discovering what makes people feel good or what draws them in.
+These theories posit that humans have certain needs and/or desires that are internalized as they become adults.
+These theories look at what makes certain people want to do certain things and what things in their environment will make them do or not do certain things.
+Maslow's hierarchy of needs and Herzberg's two-factor theory of motivation are two popular theories of content.
+In general, as managers get promoted from the ranks, two behaviors can emerge. On the one hand, there are those who try to "stay one of the guys" (or gals).
+These managers face challenges in implementing disciplinary measures, making unpopular decisions, assessing performance, holding people accountable, and being held accountable for their actions.
+On the other end of the spectrum, a person can become an unrecognizable individual who feels the need to change everything the team has done and do it his own way.
+Ultimately, the leader is responsible for the success and failures of the team.
+This can often lead to a rift between the leader and the rest of the crew.
+Virtual kits meet the same standards as the real thing, but there are some slight differences.
+Members of a virtual team often function as a point of contact for the face-to-face group.
+They often have more autonomy than regular crew members, since their crews can be scattered across different time zones, which may be incomprehensible to the local management.
+The presence of a true "invisible crew" (Larson and Lafaste, 1989, p.109) is also a unique component of the virtual crew.
+The Invisible Team is the management team to whom each member reports. The Invisible Team defines the standards by which each member is judged.
+Why would an organization want to go through the lengthy process of creating a learning organization, when innovation is one of the reasons for adopting the concepts of organizational learning?
+When all available resources of a functional area of a business are effectively utilized, creativity and innovation can take place.
+Thus, the process of working through an organization's obstacles can lead to a new innovative process to meet customer needs.
+Before an organization can become innovative, its leaders must create an innovation culture, provide innovation training, and share knowledge.
+Angel (2006) explains the continuous improvement approach as a method used to help organizations achieve higher levels of performance.
+Physical evidence for the theoretical approach to studying knowledge comes from neuroscientific findings. This narrows the scope of the study and makes it much more precise.
+Scientists have backed up their findings with evidence of a link between the pathology and the brain's behaviour.
+It's been known for a long time that various brain disorders, trauma, lesions and tumors can affect behavior and change some cognitive functions.
+The development of new technologies has allowed us to see and study brain structures and processes that were invisible before.
+It provides us with a lot of information and materials to build simulation models that help us to understand the processes in our mind.
+While artificial intelligence is an important part of science fiction, it is also an important branch of computer science that deals with machine learning, behavior and intelligence.
+Artificial intelligence research includes the creation of machines that can automatically perform tasks that require intelligent behavior.
+Some examples of things that can be counted include control, planning and scheduling, diagnosing and answering customer questions, also handwriting, voice and face recognition.
+These issues have become separate disciplines in their own right, focusing on finding real-world solutions to people's problems.
+Artificial intelligence is increasingly being built into home computers and software for video games and is beginning to be used in economics, medicine, engineering and the military.
+Tours are often a large part of learning, and many teachers would like to take their classes out to places that are inaccessible by bus.
+The technology allows for virtual tours of museums, aquariums, and art, among other things, that students can experience while sitting in their classroom.
+Sharing an excursion experience is also a great way to reflect on a journey and share the experience with future classes.
+For instance, each year students at Bennett College in North Carolina create a website to document their pilgrimage to the state capital, and each year the website is redesigned but older versions are kept online to provide a record.
+Blogs can help students improve their writing. While students often begin their blogging experience with poor grammar and spelling, the presence of an audience generally encourages improvement.
+As students can often be the harshest of critics, the blog's author began to take steps to improve his writing.
+Also, the act of blogging "forces students to become more aware of the world around them." The need to engage the audience encourages students to be interesting and insightful (Toto, 2004).
+Blogging is a tool that can inspire collaboration and encourage students to take their learning beyond the classroom.
+By appropriately using blogs, "students can become more analytical and critical; by actively reacting to online materials in the context of other people's writings, students can work out their positions and also outline their own points of view on specific issues (Oravec, 2002).
+It is a beautiful and bilingual capital of Canada with numerous art galleries and museums to see the past and present of Canada.
+To the south is Niagara Falls and to the north are the pristine wilderness of Muskoka and the surrounding areas.
+All these things reinforce Ontario's image as a typical Canadian province for foreigners.
+Much of the north is sparsely populated and some areas are virtually deserted.
+Here's one comparison that may surprise you: The population of African-Americans in the U.S. is larger than the population of Canada.
+The East African islands are in the Indian Ocean, off the eastern coast of Africa.
+Madagascar is the largest and is itself an entire continent when it comes to wilderness areas.
+Most of the smaller islands are independent nations or are associated with France and are known for their luxury beach resorts.
+The Arabs also brought Islam to the islands and it became an important influence in the Comoros and Mayotte.
+European influence and colonialism began in the 15th century with the Portuguese explorer Vasco da Gama finding a sea route from Europe to India with the "Spice Route".
+The north of the country borders the Sahel, and in the west and south the country borders the Atlantic Ocean.
+Women: It is advisable for every female traveller to declare themselves married, regardless of their actual marital status.
+It's nice to have a wedding band (but not one that looks too expensive.
+Women need to be aware that cultural differences can create situations that are perceived as hindrances which may often be followed by grabbing, holding hands, etc.
+Be firm when you say no to men, and don't be afraid to stand your ground (cultural differences notwithstanding, that doesn't mean it's right!).
+The modern city of Casablanca was founded in the 10th century AD by Berber fishermen and was used as a strategic harbor called Anfa by the Phoenicians, Romans, and Marinids.
+The Portuguese rebuilt it and called it "Casa Branca", but they left after the 1755 earthquake.
+The Moroccan Sultan restores the city, calling it Dar al-Baida, and the name Casablanca derives from the Spanish traders who established their trade routes there.
+Compared to the rest of Morocco, Casablanca is one of the least interesting places to shop.
+It is easy to find places surrounding the old medina where traditional Moroccan goods are sold, such as tagines, pottery, leatherware, jewellery and a wide range of spices, but all for tourists.
+Goma is a tourist city in the Democratic Republic of the Congo, on the country's eastern border with Rwanda.
+In 2002, the city of Goma was largely destroyed by lava from the eruption of Mount Nyiragongo, which flowed through the streets of the city and especially through the center.
+While Goma is relatively safe, all travel to Goma should be studied to understand the ongoing fighting in the North Kivu province.
+The city is also a base for climbing the nearby Mount Nyiragongo, and is one of the cheapest places to see mountain gorillas in Africa.
+You can use "boda-boda" (motorcycle taxis) to get around in Goma. Normal (local) rates are around 500 Congolese francs for short rides.
+Timbuktu, with its relative inaccessibility, has become a metaphor for exotic and remote places.
+Today, Timbuktu is a poor town although it is a tourist attraction for its reputation and it has an airport.
+It was added to the World Heritage in Danger list in 1990 due to the threat of encroaching sand dunes.
+It was one of the stops on Henry Louis Gates's PBS show "African American Lives."
+The city contrasts dramatically with the rest of the country for its more Arab than African appearance.
+The Kruger National Park (KNP) is in northeast South Africa, bordering Mozambique in the east, Zimbabwe to the north and the Crocodile River to the south.
+The park encompasses 19,500 km² (7,500 sq mi) and contains 14 separate ecoregions, each with its own distinct wildlife.
+It is one of the major attractions of Southern Africa and is considered to be the flagship of the South African National Parks (SANParks).
+Most of South Africa's national parks charge a daily fee for entrance and park ranger conservation.
+It can also be advantageous to purchase a Wild Card, which provides access or to selected parks in Southern Africa or to all South African national parks.
+The island of Hong Kong gives its name to the territory of Hong Kong and is the place that many visitors find worth visiting.
+The skyscrapers that give Hong Kong its distinctive silhouette rise above the waters of Victoria Harbour in much the same way as the spires of the gothic Houses of Parliament do above the Thames in London.
+To get the best view of Hong Kong, leave the island and head for the opposite shore of Kowloon.
+Much of the developed part of Hong Kong is densely packed into reclaimed land along the northern coastline.
+This is where the British colonists took over, and if you're looking for evidence of the colonial past of the area, you can't do much better than to start here.
+The Sundarbans is the world's largest coastal mangrove forest, spreading over 80 kilometres (50 miles) along the coast of Bangladesh and India.
+Sunderbans has been declared a World Heritage Site by UNESCO. This part of the forest which lies in India is known as the Sunderbans National Park.
+But the forests are not just mangroves - they include some of the last vestiges of the great forests that once clothed the Gangetic Plain.
+The Sundarbans covers an area of 3,850 km², of which nearly a third is water and marsh.
+Since 1966, Sundarbans has been a tiger reserve and is believed to have about 400 Royal Bengal tigers and approximately 30,000 spotted deer.
+Buses depart throughout the day from the intercity bus terminal (behind the river), though most of them, especially those going east and to Jaka/Bumang Bumang, depart between 06:30 and 07:30.
+It is advisable to purchase a ticket a few days in advance, as intercity buses are often full.
+Most areas are serviced by small Japanese Coaster buses, which are comfortable and reliable.
+Shared taxis are a quick and convenient way to go short distances, such as from Paro (Nu 150) and Punakha (Nu 200).
+The Oyapock Bridge is a cable-stayed bridge spanning the Oyapock River to connect the cities of Oyapock in Brazil and Saint-Georges-de-l'Oyapock in French Guiana.
+The two masts rise to 83 metres, it is 378 metres long with 2 decks each 3.5 metres wide.
+The vertical drop below the bridge is 15 metres. Construction was completed in August 2011 but it was not opened until March 2017.
+The bridge is scheduled to open to traffic in September 2017, when the Brazilian immigration checkpoints are expected to be completed.
+The Guarani were the most important indigenous people in the present-day eastern Paraguay, living as semi-nomadic hunters and gatherers who also practiced some farming for subsistence.
+Other indigenous peoples inhabited the Chaco region, including the Guaycuru and Payaguá, who subsisted through hunting, gathering, and fishing.
+Paraguay, once known as the "Giant's Province of India", was born in the 16th century out of the meeting of Spanish conquerors and indigenous groups.
+The Spanish began a three-century period of colonization.
+Paraguay has managed to preserve much of its independent character and identity since the founding of Asunción in 1537.
+Argentina is known for having one of the best polo teams and players in the world.
+The largest annual event is held in December at the Las Canitas Polo Club.
+Smaller tournaments and matches can also be found at other times of the year.
+Check the Asociación Argentina de Polo website for tournament updates and ticket information.
+The official currency of the Falkland Islands is the Falkland pound (FKP), which has the same value as the British pound sterling (GBP).
+The money can only be exchanged at a bank in Stanley, across the street from the FIC West shop, which is the only one in the islands.
+British pounds are usually accepted everywhere in the islands, and U.S. dollars are also readily accepted, especially in the context of a Stanley credit card.
+It is unlikely that remote islands will accept credit cards, but U.S. dollars and British pounds are likely to be accepted; talk to hosts ahead of time to find out what is an acceptable method of payment.
+It is almost impossible to exchange currency for the Falkland Islands outside of the Falkland Islands, so you should exchange your money before leaving the Falkland Islands.
+Because Montevideo is south of the equator, it is summer there when it is winter in the northern hemisphere and vice versa.
+Montevideo is in the subtropics; in summer, average high temperatures are above 30 °C.
+Winters can be quite cold, with temperatures rarely dipping below 0°C, but the combination of wind and moisture can make it feel colder than the thermometer reads.
+There are no real "rainy" and "dry" seasons: rainfall is more or less equally distributed year-round.
+While many of the animals in the park are used to seeing people, wild animals are 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!
+Regardless of how docile they may appear, moose, elk, deer, bears, and even most large animals can be dangerous.
+Each year, dozens of visitors are injured in encounters with these wild and potentially dangerous animals, so don't approach them.
+Also, be aware that scents can attract bears and other wildlife, so avoid cooking or consuming scented foods, and keep your camp site clean.
+Apia is the capital of Samoa. The city is located on the island of Upolu and has a population of nearly 40,000.
+Established in the 1850s, Apia has been the capital of Samoa since 1959.
+There was a controversial maritime confrontation at the port in 1889 when seven ships from Germany, the United States and Britain were prevented from leaving.
+All of the ships except one British cruiser were sunk and nearly 200 Americans and Germans were killed.
+During the pro-independence movement organized by the Mau, a peaceful demonstration in the city ended with the killing of paramount chief Tupua Tamasese Lealofi III.
+Because Oakland has two harbors, there are many beaches. The most popular ones are in three areas.
+North Shore beaches (in the North Haven area) front the Pacific Ocean and extend from Long Beach in the north to Devonport in the south.
+Almost all of them are protected swimming beaches and most have some shade under trees.
+The beaches at Tamaki Drive are at the end of the expensive Mission Bay and St Heliers areas of central Auckland.
+These are sometimes crowded family beaches with a good number of shops lining the shore. Swimming is safe.
+The local beer is Number One, which is not a heavy beer but a pleasant and refreshing one. Another local beer is Manta.
+There are many French wines available to sample, but some New World wines from Australia and New Zealand may be more to your liking.
+Tap water is perfectly safe to drink, but bottled water is easily available if you prefer.
+The flat white is an alien concept to Australians. A short black is an espresso, a cappuccino is milk with froth (not foam) and tea is not served with milk.
+The hot chocolate complies with the Belgian standard. The fresh fruit juices are expensive but delicious.
+Many of the expenses to get to the reef are year-round, and the ills of the reef due to any of those causes are rare events.
+Nevertheless, heed the advice of authorities, follow all signs, and especially heed any safety warnings.
+Jellyfish can be found close to beaches and river mouths from October through to April, but can be seen at any time of year.
+There are sharks, but they seldom attack humans. Most sharks are afraid of humans and will swim away.
+Saltwater crocodiles do not live actively in the ocean; their main habitat is along river mouths north of Rockhampton.
+Pre-booking ensures that a traveler has a place to stay when they arrive at their destination.
+Tour agents often have agreements with certain hotels, though you can often find other ways to stay, such as camping, through a tour agent.
+Tour agencies often package in breakfast, ground transportation from/to the airport or even air/hotel combos.
+They can also hold your reservation for you in case you need time to consider the offer or to get other documents for your destination (e.g. a visa).
+However, any changes or requests must be made through the travel agent and cannot be made directly through the hotel.
+At some music festivals, a large number of attendees choose to camp on site, and for many it is an essential part of the experience.
+If you want to be close to the action, you'll have to arrive early to claim a spot for camping close to the music.
+Remember that even though the main stage music may have stopped for the night, there may still be festival stages where music is continuing late into the night.
+Some festivals offer special camping areas for families with small children.
+If you cross the North Sea in winter, check the location of the lighthouse as it can be quite noisy due to the ice breaking.
+Cruises to St. Petersburg include time in the city. Visas are not required for cruise passengers (see details).
+In general, casinos go to great lengths to encourage you to spend as much time and money as possible. Often there are no windows or clocks to remind you of the passing of time, and the maze-like layout of the casino can make it difficult to find your way out.
+To keep guests happy and on the premises, they often provide specialized food, beverage, and entertainment options.
+In some places free alcoholic drinks are served. However, drinking affects your judgment and all good business people know how important it is to stay sober.
+Anyone intending to travel at altitude or in mountainous areas should be aware of the potential for snow, ice or sub-zero temperatures.
+On icy and snowy roads, the grip is low and you can't drive like you do on clean asphalt.
+Several inches of snow can fall in a short time, which can lead to whiteout conditions.
+Visibility may be reduced also by snow or rain, and by condensation or frost on car windows.
+On the other hand, ice and snow are normal conditions in many countries and year-round travel is possible.
+Safaris may represent the greatest tourist interest in Africa and are the ultimate goal for many visitors.
+In popular usage, the word "safari" refers to traveling in Africa to observe the continent's wonderful wildlife, including the savannah.
+Some animals, such as elephants and giraffes, are more likely to approach cars and can be photographed with a standard zoom lens.
+Sometimes lions, leopards and cheetahs can be skittish and are best viewed with binoculars.
+A day hike, backpacking, or trekking is an outdoor activity which consists of a journey on foot. A day hike is a hike that takes only one day. It may be a part of a longer hike, in which case it is called a "day hike" to distinguish it from the overall hike. A backpacking trip is an extended hike, usually involving camping outdoors. The trip may be an overnight backpacking trip or a multi-day trek. A trek is an extended hike, usually involving camping outdoors. The trek may be an overnight trek or a multi-day trek.
+The Paralympic Games will be held between August 24 and September 5, 2021. Some of the events will be held in other parts of Japan.
+Tokyo will become the only Asian city to have hosted the Summer Olympic Games twice, after the 1964 Games.
+If you had booked flights and accommodation for 2020 before the cancellation of the season, you may find yourself in a difficult situation.
+Cancellation policies vary, but as of March most coronavirus-related cancellation policies were not extended beyond July 2020, which is when the Olympics are scheduled to be held.
+Tickets are expected to range between 2,500 yen and 130,000 yen, with regular tickets costing around 7,000 yen.
+Getting wet clothing dry can help keep you warm. Many hostels provide blankets and boards to dry clothes on, though you may have to ask for them.
+If you don't have a corset or don't want to wear a corset, you can try using a bustle, if you have one.
+Do not let the fabric get too hot (which can cause shrinkage or even scorching).
+Water can be purified in various ways, some more effective against particular threats.
+In some areas, boiling for a minute is enough, while in others several minutes are required.
+Filters have varying degrees of effectiveness and if you are concerned, consider purchasing bottled water from a reputable company.
+Travelers may encounter exotic pests that are not native to their home countries.
+Pests can spoil food, cause discomfort or, in the worst case, trigger allergic reactions, spread toxins or transmit infections.
+Infectious diseases or dangerous animals in and of themselves do not necessarily constitute a pest.
+Duty-free shopping is the ability to purchase goods without paying duties and taxes at certain locations.
+Travellers heading to countries with high taxation can sometimes find significant savings, particularly on products such as alcohol and tobacco.
+The stretch of highway between Point Marion and Ferguson represents the most difficult driving on the Buffalo-Pittsburgh Road, often passing through isolated frontier areas.
+Unless you are used to driving on country roads, you will be out of your depth: steep hills, narrow roads and hairpin bends are the order of the day.
+The posted speed limits are noticeably lower than in the surrounding areas, which are usually 35–40 mph (56–64 km/h), and the strict enforcement of those limits is more important than in other areas.
+Interestingly, however, cell phone service is much more prevalent here than in many other portions of the Appalachian Trail, such as the Pennsylvania Wilds.
+German sweets are very good, and Bavarian ones are quite pungent and varied, similar to those made in their southern neighbor Austria.
+It is common to find sweetmeats including apples year-round, while cherries and plums are in season during the summer.
+Many German baked goods include nuts, raisins, and other woodland fruits. Popular cakes often go well with a strong cup of coffee.
+For a small, albeit rich, sweet bite, try some of the regional delights known as Berliner, Pfannkuchen or Krapfen.
+Curry is a dish that is made from meat or vegetables with spices and herbs.
+Depending on the amount of liquid, the crust can be "dry" or "wet."
+In the interior regions of northern India and Pakistan, khoya is often used; 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 veritable smorgasbord of regional dishes that can be found throughout the country.
+However, when used without further qualification, the term usually refers to food originating from the central and eastern parts of the island of Java.
+Now widespread throughout the archipelago, Javanese cuisine includes many sweet and spicy dishes, and the distinctive flavors the Javanese prefer are ginger, galangal, sugar (especially Javanese coconut sugar), and various aromatic spices.
+The stirrups are the hanging supports for the rider's legs on either side of the saddle.
+They provide more stability for the rider, but there may be safety concerns as the rider's feet can get caught in them.
+If a rider is thrown from a horse and the stirrup levers the rider's foot out of the stirrup, the rider may be dragged if the horse runs away. Several safety precautions can be taken to reduce this risk to a minimum.
+First of all, most riders wear boots for riding with electricity and a smooth, tight sole.
+After that, some saddles, particularly English saddles, have protective bars to prevent the leather from sliding off the saddle if the rider falls backward.
+The Valle de la Luna (Moon Valley) in Chile's Atacama Desert is one of the best destinations for rock climbers, and is sometimes compared to Yosemite in California for its granite cliffs and canyons.
+Its cliffs offer endless challenges to mountaineers of all stripes, and alpinists from all over the world continue to push back the frontiers of possible routes.
+Snow sports, which include skiing and snowboarding, are popular sports that involve descending on snow with skis or a snowboard attached to your feet.
+Skiing is a major tourist activity with many enthusiasts, sometimes called "ski bums", who plan entire vacations around skiing at a particular location.
+The idea of skiing is very old - cave paintings dating back 5000 B.C. depict skiing!
+Skiing as a sport can be traced back to at least the 17th century and in 1861, Norwegians established Australia's first ski club.
+Ski touring, also called backcountry skiing, ski mountaineering or ski trekking, is the activity of skiing in the backcountry.
+They are similar but generally do not involve ski tours in alpine style or mountaineering, which become more rugged and require stiffer skis and boots.
+Treat a ski route as similar to a hiking trail.
+You can cover a bit more ground in good conditions than you can on foot - but very seldom will you be able to match the speed of a skier on a maintained track.
+Europe is a continent with a relatively small area, but with many independent countries. In normal circumstances, traveling through multiple countries would involve repeated passport and visa checkpoints.
+The Schengen area, however, functions as a single country in this regard.
+While you are in this area, you can generally move across frontiers without having to go through passport control again.
+Likewise, if you hold a Schengen visa, you do not need to apply for separate visas for each of the Schengen countries, thus saving time, money, and bureaucracy.
+There is no universally accepted definition for what constitutes "antique" items. Some tax authorities consider items to be antiques if they are more than 100 years old.
+There are geographical variations in what is considered to be "elderly", with age thresholds tending to be lower in places like North America than in Europe.
+Crafted items can be accepted as antiques even though they are not as old as mass-produced items of the antique period.
+For the Sami people, reindeer herding is an important part of their culture and way of life.
+Even traditionally, however, not all Sami have participated in reindeer herding, but have instead relied on fishing, hunting and similar pursuits, as reindeer were mainly a migratory beast of burden.
+Many Sami people today work in modern professions. Tourism is an important industry in Sápmi, the region associated with the Sami people.
+Although in widespread use, especially among non-Romanians, the word "gypsy" is often considered offensive due to its association with negative stereotypes and inaccurate portrayals of the Romani people.
+If the country you are visiting is listed in a travel advisory, your travel health insurance or cancellation insurance may be affected.
+You may want to seek advice from other governments, but the advice given by those governments is only intended for their nationals.
+American citizens in the Middle East, for example, could find themselves in a different situation than Europeans or Arabs.
+These meetings are nothing more than a brief summary of the political situation in a country.
+The opinions presented are often superficial, general, and oversimplified in comparison to the detailed information available elsewhere.
+A weather warning is the main term for any dangerous weather which is likely to cause disruption, severe social or economic impact or loss of life.
+Hard times can be found all over the world and take many different forms, which can be affected by geography, topography, and weather.
+High winds, hail, excessive rainfall and forest fires are all forms and effects of extreme weather, just as are thunderstorms, tornadoes, floods and cyclones.
+Regional and seasonal extreme weather events include blizzards, snowstorms, ice storms, and sandstorms.
+Travellers are advised to monitor any severe weather likely to affect their area, as this could disrupt any travel plans.
+Any person intending to visit a country that may be defined as a war zone should seek professional advice.
+The address of a local company is likely to be provided when you search the Internet for "hostile environment training."
+The course usually covers everything discussed here in much more detail and usually in a combination of theory and practice.
+The course is usually 2 to 5 days long and includes role-playing, a lot of first aid training, and sometimes weapons training.
+Books and articles on survival in the wilderness abound, but there is little on survival in war zones.
+Passengers planning to undergo gender reassignment overseas should make sure they hold valid travel documents to return home.
+The willingness of governments to issue passports to people of indeterminate sex (X) or to amend documents to reflect desired names and genders varies.
+The willingness of foreign governments to abide by these documents is also a variable.
+Security at checkpoints has also been much tighter since 11 September 2001.
+Trans people awaiting surgery should not be expected to pass through scanners with their dignity and modesty intact.
+Tide pools are the pockets of seawater that remain when the tide goes out, and are often found in the lee side of a reef or headland.
+The return flow, because of the undersea topography, is concentrated in a few deeper areas and there may be a fast current flowing out to the deep water.
+Most of the deaths were due to drowning while trying to swim against the current, which was likely impossible.
+As soon as you are out of the current, going back isn't any harder than usual.
+Try to aim for somewhere you won't be ambushed again or you may want to wait for rescue depending on your skills and if you were noticed.
+The culture shock is quicker than the reverse culture shock (it has a shorter honeymoon phase) and lasts longer and can be more intense.
+For some travellers, it can be easier to adapt to a new culture than it is to come back to their own culture.
+When you come back home after living in a foreign country where you had to adapt to a new culture there, you lose some of the habits of your home culture.
+At first, when you left, people were probably patient and understanding, knowing that immigrants had to get accustomed to a new country.
+People may not expect the returnees to their homes to need patience and understanding as well.
+The sound and light show at the pyramid is one of the most interesting things for kids in the area.
+You can see the pyramids in the dark and you can see them in silence before the show starts.
+You normally always hear the sounds of the tourists and vendors. The story of the light and sound is like a fairy tale book.
+The Sphinx serves as a backdrop and narrator for a long story.
+The scenes are presented on the pyramids and different pyramids are illuminated.
+Several nations claim the South Shetland Islands, discovered in 1819, and they have the most bases, including sixteen active in 2020.
+The archipelago is located 120 km (75 miles) north of the peninsula. The largest island is Isla Rey Jorge with the town of Villa Las Estrellas.
+Others include the Livingstone Island and Sullivan's Island, which have dramatic natural harbours due to the volcano's still-active caldera.
+Elsworth Land is a region in Antarctica south of the Antarctic Peninsula, adjoining the Bellingshausen Sea.
+The mountains of the peninsula then give way to a plateau that rises once more to form the 360 km (220 mi) long Ellesmere Island, which is drained by the Minnesota Glacier.
+The highest mountain in Antarctica is the 4,892-metre (16,050 ft) high Vinson Massif, whose summit is Vinson Peak.
+In remote areas without cell phone coverage, your only option may be a satellite phone.
+In general, a satellite phone does not replace 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 the shipping industry, including cruise ships and scientific expeditions, for remote data and voice communications.
+More information on how to connect to this service may be obtained from your local phone service provider.
+A growing number of those taking a year out are choosing to travel and learn languages.
+It is particularly popular with school leavers, who get a year out before going to university, without compromising on their education.
+In many cases, studying abroad in the skipped year would improve your chances of gaining undergraduate education in your home country.
+There is usually a tuition fee to join these learning programs.
+With thousands of lakes and islands spread across inland seas and coastal archipelagos, Finland is a wonderland to explore by boat.
+You don't need a boat to visit the archipelago and lakes.
+While the coastal archipelagos and largest lakes are big enough for yachts, smaller boats and kayaks offer a more intimate experience.
+Boating is a national pastime in Finland, where one in seven or eight people have their own boat.
+The number is the same in Norway, Sweden, and New Zealand, but is otherwise quite unique (for example, in the Netherlands it goes from 1 to 40).
+Most notable Baltic cruises include an extended stay in St. Petersburg, Russia.
+This means you can spend two days exploring the historical town and return to the ship for a night.
+If you disembark to go on shore excursions organized by the ship, you will not need a separate visa (since 2009).
+Berlin, Germany is listed as a port of call on some cruise itineraries. As you can see above, Berlin is a long way from the sea and it is not included in the cost of the cruise.
+Flying can be a traumatic experience for people of all ages and backgrounds, especially if they have experienced a traumatic event or have never flown before.
+This is not something to be ashamed of: it is not dissimilar to the irrational fears and prejudices which a large number of people hold about other things.
+For some people, understanding how airplanes work, as well as what happens during a flight, can help overcome a fear that is based on the unknown or a lack of control.
+Courier companies are paid well to deliver things quickly. This is often because time is of the essence for business documents, goods or spare parts for emergency repairs.
+For some routes, the larger companies do have their own jets, but for other routes and for the smaller firms this has been a problem.
+If they shipped by air, it can take days to offload and clear customs on some routes.
+The only way it can go faster is to send it as checked baggage. Airline rules do not allow baggage to be sent without a passenger, which is your case.
+The obvious way to fly first or business class is to pony up the fat wad of cash for the privilege (or get your company to do it for you).
+However, this is not cheap: you can expect to pay up to four times more than the normal business class fare, and up to eleven times more for first class!
+In general, there is no point in even trying to get concessions for business or first class direct flights from A to B.
+Airlines know full well that there is a core group of passengers who are willing to pay a premium for the privilege of getting somewhere fast and comfortably and will therefore be charged accordingly.
+Chişinău is the capital of Moldova. The local language is Romanian, but Russian is also widely spoken.
+Moldova is a multiethnic republic that has seen ethnic conflict in the past.
+In 1994, this conflict led to the secession of the breakaway Pridnestrovska Moldavska Respublika (PMR), which has its own government and currency but is not recognized by any UN member state.
+Despite the failure of political talks, economic relations between the two parts of Moldova were restored.
+Eastern Orthodox Christianity is the main religion in Moldova.
+With around 3.7 million people, İzmir is the third-largest city in Turkey, after Istanbul, and a very good transportation hub.
+The once ancient city of Smyrna is now a modern, bustling commercial centre, surrounded by mountains and facing a huge bay.
+Wide boulevards, glass-fronted buildings, and modern shopping malls co-exist with traditional red-tiled roofs, 18th-century markets, and old mosques and churches, though the atmosphere of the city is more reminiscent of southern Europe than of traditional Turkey.
+The village of Haldarsvik overlooks the nearby island of Austurey, and has an unusual octagonal church.
+Interesting marble sculptures of pigeons can be found above some tombs in the churchyard.
+It's worth taking half an hour to walk around the charming village.
+Short distance to the north is the romantic and enchanting city of Sintra, made famous by Lord Byron's description of its beauty in his "Childe Harold's Pilgrimage".
+The regular SCOTTURB 403 bus service stops at Cabo da Roca on its way to Sintra.
+In the north, visit the beautiful Shrine of Our Lady of Fátima (Tomb) where the world-famous Fatima apparitions took place.
+Please don't forget that you are visiting a site of mass burial and a site of great significance to a large part of the world's population.
+There are still many living men and women who survived here, and many others who had family and loved ones killed or died working there, whether Jews or non-Jews.
+Please, treat the place with all the dignity, seriousness and respect it deserves. Don't make jokes about the Holocaust and the Nazis.
+Do not deface the object by marking or scratching graffiti on buildings.
+The official languages of Barcelona are Catalan and Spanish. About half of the population prefers to speak Catalan, which is understood by the majority, while everyone speaks Spanish in practice.
+However, most signs are only in Catalan, because it is the first official language.
+On the other hand, Spanish is widely spoken in public transportation and other public places.
+Regular announcements in the metro are only in Catalan, but the automated announcement system gives unscheduled announcements in a variety of languages including Spanish, English, French, Arabic and Japanese.
+Parisians have a reputation for being self-centered, coarse, and boastful.
+Although this is often a rather inaccurate stereotype, it is still the best way to get by in Paris is to behave with good manners and to have a "bien élevé" (well-mannered) demeanor. This will go a long way toward getting you by.
+The snobby exterior of the Parisians will quickly melt away once you show a little courtesy.
+The National Park of Plitvice Lakes contains dense forests mainly of beech, spruce and fir trees with a mixed alpine and Mediterranean vegetation.
+Due to the diversity of microclimate, soils and altitude, there is an extraordinary diversity of plant communities.
+The area is also home to an incredibly diverse array of animals and birds.
+There can be sightings of rare wildlife including the European brown bear, wolf, eagle, otter, wild cat and black grouse, as well as many other common species
+Women are required to have their legs covered and their shoulders covered while visiting the monasteries.
+Most monasteries will provide bedding for the unprepared, but if you bring your own, especially if it is brightly colored, you are likely to get a smile from the monk or nun at the door.
+By the same logic, men should be made to wear trousers that cover the knees.
+The clothing can be borrowed from the entrance, but it is not exchanged after every user, so you might not feel comfortable wearing these clothes! One size fits all men!
+Like Mediterranean cuisine in general, Majorcan cuisine is based on bread, vegetables and meat (especially pork), and uses olive oil abundantly.
+A popular meal, especially in summer, is "pa amb olí": bread rubbed with garlic, tomato and anything else on hand, such as cuttlefish, fish stew and so on.
+All nouns and the pronoun "Sie" - "You" are always written with a capital letter, even in the middle of a sentence.
+This is an important rule to distinguish some verbs from objects.
+It is believed to facilitate reading, though writing is made somewhat more difficult by the need to understand whether the verb or the adjective is in the nominative form.
+Italian pronunciation is relatively easy since most words are pronounced exactly as they are spelled.
+The main letters to watch out for are "c" and "g" because of their varying pronunciation depending on the following consonant.
+Also, make sure you pronounce R and RR differently: caro means expensive while carro means cart.
+Persian is an easy language to learn, and its grammar is relatively straightforward.
+That is why this grammar guide will help you learn a lot about the Persian grammar and understand sentences better.
+Of course, if you already know a Romance language, it will be easier for you to learn Portuguese.
+While those who know a little Spanish may easily assume that Portuguese is similar enough to not need to be studied separately, this is not the case.
+These observatories, before the invention of modern telescopes, were usually outdated and today are used as museums or educational sites.
+Since light pollution was not a problem even at its peak, they are usually found in cities or on campuses and are easier to access than those built today.
+Most modern telescopes for observing are large instruments in remote locations with good seeing.
+The practice of viewing cherry blossoms, known as hanami, is an integral part of Japanese culture dating back to the 8th century.
+The term comes from China, where the plum blossom is the preferred flower.
+In Japan, the first cherry blossom viewing parties were held by the emperor only for himself and other members of the nobility at the Imperial Palace.
+Plants are at their best in their natural habitat, so resist the temptation to dig up even one.
+While visiting a dilapidated garden, you'll be shooed away without a word.
+Singapore as a whole is an extremely safe place. It is easy to get around and you can get almost anything once you arrive there.
+But once you get into the "deep tropics", just a few degrees north of the equator, you will have to cope with both heat (continuous) and sun (occasionally, when the sky is clear).
+There are also buses to Hebron in the north, where the tombs of the Biblical patriarchs Abraham, Isaac, Jacob and their wives are traditionally believed to be located.
+Make sure the bus you are about to take is going all the way to Hebron and not just to the nearby Jewish settlement of Kiryat Arba.
+Inland waterways can be a good base for a holiday.
+For example, visiting castles in the Loire or Rhine valleys, a cruise to interesting towns on the Danube or a boat trip along the Canal du Midi.
+They also mark popular pedestrian and bike routes.
+Christmas is one of the most important Christian holidays and is celebrated as the birthday of Jesus.
+Many of the traditions associated with the holiday have been adopted by non-Christian countries and non-Christians around the world.
+It is traditional to spend the Easter Vigil outdoors to see the sunrise.
+Of course, there are Christian theological explanations for this tradition, but it could also be an ancient pagan fertility rite.
+Traditional churches often hold an Easter Vigil service on Saturday night of Easter weekend, and the congregation often starts off with a boisterous celebration at midnight, to mark the resurrection of Christ.
+All of the animals that came to the islands originally got there by swimming, flying, or floating.
+Because of the distance from the mainland, mammals could not make it to the Galapagos, leaving the giant tortoise as the archipelago's first predator.
+After the arrival of humans to the Galapagos, many mammals were brought in including goats, cows, horses, pigs, cats and dogs.
+If you visit the Arctic or Antarctic in winter, you will experience polar night, which means that the Sun never rises.
+This provides a good opportunity to see the Northern Lights as the sky will be dark for nearly 24 hours.
+Since the areas are lightly populated and therefore seldom spoiled by light pollution, you can often enjoy the stars.
+The Japanese culture of working is more hierarchical and formal than what Westerners may be accustomed to.
+The suits are standard business wear, and co-workers address each other with last names or titles.
+The harmony of the workplace is extremely important, with a focus on group effort rather than rewarding individual achievement.
+Workers often need to get approval from their superiors for every decision they make and are expected to follow instructions without question.
diff --git a/test-bg-en.bleu b/test-bg-en.bleu
new file mode 100644
index 0000000000000000000000000000000000000000..334fc23bd81ee728997ea6f934ac607c43c91c7e
--- /dev/null
+++ b/test-bg-en.bleu
@@ -0,0 +1 @@
+BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 30.72 62.3/36.9/24.0/16.1 (BP = 1.000 ratio = 1.021 hyp_len = 25231 ref_len = 24721)
diff --git a/test-bg-en.comet b/test-bg-en.comet
new file mode 100644
index 0000000000000000000000000000000000000000..7ce5a50f7137f82fe2adbe2bd32bf994be5f5830
--- /dev/null
+++ b/test-bg-en.comet
@@ -0,0 +1,1013 @@
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 0 score: 0.8324
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 1 score: 0.8729
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 2 score: 0.8868
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 3 score: 0.8058
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 4 score: 0.8121
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 5 score: 0.6595
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 6 score: 0.8310
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 7 score: 0.8408
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 8 score: 0.8350
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 9 score: 0.9329
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 10 score: 0.8395
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 11 score: 0.8562
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 12 score: 0.8221
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 13 score: 0.8397
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 14 score: 0.8726
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 15 score: 0.7935
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 16 score: 0.8613
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 17 score: 0.9027
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 18 score: 0.8993
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 19 score: 0.8458
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 20 score: 0.9402
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 21 score: 0.9554
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 22 score: 0.8576
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 23 score: 0.8569
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 24 score: 0.7729
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 25 score: 0.9187
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 26 score: 0.8129
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 27 score: 0.8345
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 28 score: 0.8635
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 29 score: 0.8727
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 30 score: 0.8118
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 31 score: 0.8113
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 32 score: 0.6975
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 33 score: 0.8665
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 34 score: 0.9263
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 35 score: 0.8898
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 36 score: 0.9006
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 37 score: 0.7463
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 38 score: 0.7031
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 39 score: 0.7445
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 40 score: 0.8480
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 41 score: 0.9226
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 42 score: 0.9356
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 43 score: 0.9067
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 44 score: 0.7884
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 45 score: 0.8853
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 46 score: 0.8806
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 47 score: 0.9230
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 48 score: 0.8414
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 49 score: 0.9044
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 50 score: 0.8288
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 51 score: 0.8470
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 52 score: 0.9100
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 53 score: 0.9251
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 54 score: 0.8927
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 55 score: 0.8802
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 56 score: 0.8725
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 57 score: 0.8443
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 58 score: 0.8189
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 59 score: 0.9020
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 60 score: 0.8480
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 61 score: 0.8925
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 62 score: 0.8752
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 63 score: 0.8983
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 64 score: 0.8636
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 65 score: 0.7313
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 66 score: 0.7852
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 67 score: 0.8590
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 68 score: 0.9050
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 69 score: 0.8375
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 70 score: 0.8346
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 71 score: 0.8517
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 72 score: 0.8390
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 73 score: 0.8608
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 74 score: 0.8425
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 75 score: 0.7652
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 76 score: 0.8810
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 77 score: 0.8639
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 78 score: 0.9763
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 79 score: 0.8561
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 80 score: 0.8688
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 81 score: 0.8324
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 82 score: 0.8523
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 83 score: 0.8029
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 84 score: 0.8957
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 85 score: 0.9140
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 86 score: 0.7630
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 87 score: 0.8391
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 88 score: 0.9152
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 89 score: 0.7838
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 90 score: 0.8433
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 91 score: 0.8437
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 92 score: 0.8581
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 93 score: 0.7515
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 94 score: 0.9142
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 95 score: 0.9316
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 96 score: 0.8952
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 97 score: 0.8388
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 98 score: 0.9069
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 99 score: 0.8740
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 100 score: 0.9065
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 101 score: 0.8085
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 102 score: 0.8763
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 103 score: 0.7028
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 104 score: 0.7798
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 105 score: 0.8186
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 106 score: 0.8813
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 107 score: 0.8794
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 108 score: 0.7331
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 109 score: 0.7844
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 110 score: 0.9005
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 111 score: 0.9314
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 112 score: 0.9456
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 113 score: 0.8935
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 114 score: 0.8713
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 115 score: 0.8338
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 116 score: 0.8718
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 117 score: 0.9021
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 118 score: 0.9326
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 119 score: 0.8789
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 120 score: 0.8005
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 121 score: 0.8642
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 122 score: 0.8431
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 123 score: 0.8821
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 124 score: 0.8483
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 125 score: 0.8119
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 126 score: 0.7881
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 127 score: 0.8638
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 128 score: 0.8996
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 129 score: 0.8988
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 130 score: 0.8717
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 131 score: 0.8059
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 132 score: 0.8389
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 133 score: 0.8661
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 134 score: 0.8156
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 135 score: 0.8981
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 136 score: 0.8773
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 137 score: 0.8696
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 138 score: 0.9055
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 139 score: 0.8793
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 140 score: 0.8824
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 141 score: 0.8207
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 142 score: 0.8547
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 143 score: 0.8562
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 144 score: 0.8924
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 145 score: 0.8356
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 146 score: 0.8983
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 147 score: 0.8961
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 148 score: 0.9030
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 149 score: 0.8822
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 150 score: 0.8933
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 151 score: 0.8783
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 152 score: 0.8266
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 153 score: 0.8103
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 154 score: 0.6144
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 155 score: 0.8318
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 156 score: 0.8591
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 157 score: 0.6361
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 158 score: 0.8838
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 159 score: 0.8565
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 160 score: 0.8520
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 161 score: 0.8387
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 162 score: 0.8535
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 163 score: 0.8910
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 164 score: 0.8753
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 165 score: 0.7595
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 166 score: 0.8687
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 167 score: 0.8498
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 168 score: 0.8263
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 169 score: 0.8404
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 170 score: 0.8811
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 171 score: 0.9435
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 172 score: 0.9200
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 173 score: 0.8437
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 174 score: 0.8637
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 175 score: 0.9123
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 176 score: 0.6933
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 177 score: 0.8966
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 178 score: 0.8895
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 179 score: 0.9097
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 180 score: 0.8946
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 181 score: 0.9433
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 182 score: 0.8780
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 183 score: 0.9233
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 184 score: 0.8832
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 185 score: 0.9086
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 186 score: 0.9590
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 187 score: 0.8572
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 188 score: 0.8384
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 189 score: 0.9115
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 190 score: 0.6859
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 191 score: 0.7249
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 192 score: 0.8608
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 193 score: 0.8466
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 194 score: 0.7199
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 195 score: 0.9041
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 196 score: 0.8396
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 197 score: 0.8263
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 198 score: 0.7867
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 199 score: 0.8210
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 200 score: 0.8388
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 201 score: 0.8040
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 202 score: 0.7923
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 203 score: 0.7757
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 204 score: 0.8036
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 205 score: 0.8639
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 206 score: 0.8588
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 207 score: 0.8318
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 208 score: 0.8937
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 209 score: 0.8974
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 210 score: 0.9083
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 211 score: 0.8920
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 212 score: 0.8903
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 213 score: 0.9017
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 214 score: 0.8900
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 215 score: 0.8775
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 216 score: 0.8758
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 217 score: 0.9071
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 218 score: 0.9011
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 219 score: 0.9010
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 220 score: 0.9544
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 221 score: 0.8920
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 222 score: 0.9154
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 223 score: 0.8154
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 224 score: 0.8705
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 225 score: 0.9347
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 226 score: 0.8998
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 227 score: 0.7511
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 228 score: 0.8615
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 229 score: 0.8011
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 230 score: 0.8756
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 231 score: 0.7964
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 232 score: 0.8092
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 233 score: 0.8408
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 234 score: 0.8280
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 235 score: 0.8340
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 236 score: 0.8828
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 237 score: 0.8153
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 238 score: 0.9273
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 239 score: 0.7405
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 240 score: 0.7692
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 241 score: 0.7220
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 242 score: 0.8362
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 243 score: 0.7945
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 244 score: 0.8578
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 245 score: 0.6654
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 246 score: 0.3639
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 247 score: 0.8257
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 248 score: 0.7324
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 249 score: 0.9012
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 250 score: 0.8885
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 251 score: 0.8759
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 252 score: 0.9121
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 253 score: 0.7335
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 254 score: 0.9358
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 255 score: 0.9045
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 256 score: 0.8897
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 257 score: 0.8856
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 258 score: 0.9103
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 259 score: 0.9296
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 260 score: 0.8846
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 261 score: 0.8249
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 262 score: 0.9487
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 263 score: 0.8654
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 264 score: 0.9372
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 265 score: 0.8628
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 266 score: 0.8782
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 267 score: 0.7831
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 268 score: 0.9125
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 269 score: 0.8474
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 270 score: 0.8368
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 271 score: 0.7693
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 272 score: 0.8799
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 273 score: 0.8071
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 274 score: 0.6843
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 275 score: 0.7621
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 276 score: 0.8112
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 277 score: 0.9049
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 278 score: 0.8455
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 279 score: 0.8705
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 280 score: 0.8908
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 281 score: 0.8734
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 282 score: 0.8956
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 283 score: 0.8089
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 284 score: 0.9091
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 285 score: 0.9073
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 286 score: 0.8692
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 287 score: 0.8650
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 288 score: 0.9004
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 289 score: 0.7218
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 290 score: 0.8202
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 291 score: 0.7776
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 292 score: 0.8652
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 293 score: 0.8422
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 294 score: 0.7891
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 295 score: 0.8191
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 296 score: 0.8248
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 297 score: 0.7494
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 298 score: 0.7369
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 299 score: 0.8679
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 300 score: 0.8662
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 301 score: 0.8755
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 302 score: 0.8365
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 303 score: 0.9085
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 304 score: 0.9221
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 305 score: 0.8922
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 306 score: 0.8670
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 307 score: 0.8211
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 308 score: 0.8797
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 309 score: 0.8425
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 310 score: 0.9323
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 311 score: 0.8301
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 312 score: 0.8848
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 313 score: 0.6750
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 314 score: 0.9046
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 315 score: 0.8715
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 316 score: 0.8527
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 317 score: 0.8248
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 318 score: 0.7865
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 319 score: 0.7382
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 320 score: 0.8059
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 321 score: 0.7391
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 322 score: 0.8428
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 323 score: 0.8695
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 324 score: 0.9049
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 325 score: 0.8930
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 326 score: 0.8028
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 327 score: 0.8867
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 328 score: 0.8981
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 329 score: 0.8677
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 330 score: 0.8896
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 331 score: 0.9145
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 332 score: 0.9126
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 333 score: 0.8870
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 334 score: 0.9230
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 335 score: 0.8883
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 336 score: 0.8654
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 337 score: 0.7397
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 338 score: 0.7920
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 339 score: 0.8839
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 340 score: 0.8378
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 341 score: 0.8343
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 342 score: 0.8067
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 343 score: 0.8175
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 344 score: 0.8642
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 345 score: 0.8746
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 346 score: 0.8818
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 347 score: 0.8659
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 348 score: 0.8433
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 349 score: 0.7938
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 350 score: 0.8574
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 351 score: 0.8631
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 352 score: 0.8758
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 353 score: 0.9331
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 354 score: 0.8618
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 355 score: 0.8755
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 356 score: 0.8884
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 357 score: 0.8681
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 358 score: 0.8639
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 359 score: 0.8414
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 360 score: 0.8449
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 361 score: 0.8842
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 362 score: 0.9572
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 363 score: 0.7144
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 364 score: 0.7871
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 365 score: 0.8535
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 366 score: 0.7790
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 367 score: 0.7918
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 368 score: 0.8174
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 369 score: 0.8647
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 370 score: 0.8012
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 371 score: 0.7157
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 372 score: 0.8515
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 373 score: 0.8877
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 374 score: 0.9209
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 375 score: 0.9457
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 376 score: 0.9160
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 377 score: 0.9293
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 378 score: 0.8848
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 379 score: 0.9072
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 380 score: 0.9002
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 381 score: 0.8808
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 382 score: 0.7652
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 383 score: 0.7350
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 384 score: 0.7730
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 385 score: 0.8277
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 386 score: 0.8166
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 387 score: 0.8295
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 388 score: 0.8415
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 389 score: 0.8767
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 390 score: 0.8694
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 391 score: 0.9092
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 392 score: 0.8902
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 393 score: 0.9509
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 394 score: 0.7008
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 395 score: 0.8451
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 396 score: 0.8274
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 397 score: 0.9283
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 398 score: 0.6973
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 399 score: 0.8213
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 400 score: 0.9315
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 401 score: 0.8640
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 402 score: 0.9084
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 403 score: 0.8143
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 404 score: 0.7558
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 405 score: 0.8577
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 406 score: 0.8290
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 407 score: 0.8196
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 408 score: 0.9232
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 409 score: 0.9170
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 410 score: 0.8841
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 411 score: 0.7217
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 412 score: 0.8611
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 413 score: 0.9012
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 414 score: 0.8629
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 415 score: 0.8797
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 416 score: 0.8275
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 417 score: 0.7875
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 418 score: 0.9006
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 419 score: 0.8954
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 420 score: 0.8644
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 421 score: 0.8848
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 422 score: 0.8789
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 423 score: 0.8149
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 424 score: 0.8619
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 425 score: 0.9218
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 426 score: 0.8958
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 427 score: 0.9131
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 428 score: 0.8687
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 429 score: 0.9427
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 430 score: 0.8779
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 431 score: 0.8545
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 432 score: 0.7373
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 433 score: 0.6799
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 434 score: 0.8074
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 435 score: 0.8112
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 436 score: 0.8389
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 437 score: 0.9119
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 438 score: 0.8670
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 439 score: 0.9004
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 440 score: 0.8624
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 441 score: 0.8742
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 442 score: 0.9427
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 443 score: 0.8902
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 444 score: 0.8310
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 445 score: 0.8687
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 446 score: 0.8688
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 447 score: 0.8620
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 448 score: 0.8889
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 449 score: 0.8438
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 450 score: 0.8789
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 451 score: 0.8323
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 452 score: 0.9101
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 453 score: 0.8316
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 454 score: 0.8571
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 455 score: 0.8645
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 456 score: 0.8438
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 457 score: 0.9021
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 458 score: 0.8378
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 459 score: 0.8770
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 460 score: 0.9152
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 461 score: 0.8689
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 462 score: 0.8360
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 463 score: 0.8921
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 464 score: 0.8710
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 465 score: 0.8375
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 466 score: 0.8439
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 467 score: 0.7481
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 468 score: 0.7711
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 469 score: 0.7821
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 470 score: 0.7341
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 471 score: 0.7954
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 472 score: 0.8585
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 473 score: 0.8228
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 474 score: 0.7434
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 475 score: 0.8458
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 476 score: 0.8414
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 477 score: 0.9184
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 478 score: 0.8696
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 479 score: 0.9232
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 480 score: 0.8720
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 481 score: 0.8490
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 482 score: 0.8386
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 483 score: 0.8885
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 484 score: 0.8975
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 485 score: 0.8266
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 486 score: 0.8504
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 487 score: 0.8514
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 488 score: 0.8835
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 489 score: 0.8731
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 490 score: 0.8600
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 491 score: 0.7978
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 492 score: 0.9386
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 493 score: 0.9080
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 494 score: 0.8605
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 495 score: 0.8202
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 496 score: 0.8375
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 497 score: 0.8520
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 498 score: 0.9262
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 499 score: 0.8795
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 500 score: 0.9104
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 501 score: 0.9201
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 502 score: 0.9254
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 503 score: 0.8662
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 504 score: 0.8478
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 505 score: 0.8795
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 506 score: 0.8729
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 507 score: 0.8188
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 508 score: 0.8989
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 509 score: 0.8182
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 510 score: 0.7177
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 511 score: 0.7999
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 512 score: 0.8888
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 513 score: 0.8947
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 514 score: 0.9051
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 515 score: 0.9135
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 516 score: 0.8459
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 517 score: 0.9365
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 518 score: 0.8335
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 519 score: 0.9473
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 520 score: 0.9053
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 521 score: 0.9078
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 522 score: 0.8954
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 523 score: 0.7662
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 524 score: 0.9225
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 525 score: 0.8778
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 526 score: 0.8818
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 527 score: 0.8515
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 528 score: 0.8098
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 529 score: 0.8887
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 530 score: 0.8411
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 531 score: 0.8886
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 532 score: 0.8564
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 533 score: 0.8318
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 534 score: 0.8400
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 535 score: 0.7730
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 536 score: 0.8461
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 537 score: 0.8268
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 538 score: 0.8743
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 539 score: 0.8325
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 540 score: 0.8700
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 541 score: 0.8841
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 542 score: 0.8853
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 543 score: 0.8808
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 544 score: 0.8626
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 545 score: 0.9280
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 546 score: 0.8209
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 547 score: 0.8921
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 548 score: 0.8557
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 549 score: 0.9272
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 550 score: 0.8377
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 551 score: 0.8965
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 552 score: 0.8400
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 553 score: 0.8589
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 554 score: 0.8564
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 555 score: 0.8425
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 556 score: 0.8132
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 557 score: 0.8596
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 558 score: 0.8252
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 559 score: 0.8009
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 560 score: 0.8612
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 561 score: 0.9103
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 562 score: 0.8227
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 563 score: 0.8347
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 564 score: 0.8232
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 565 score: 0.8684
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 566 score: 0.8744
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 567 score: 0.8801
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 568 score: 0.8363
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 569 score: 0.8030
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 570 score: 0.9022
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 571 score: 0.9114
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 572 score: 0.8192
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 573 score: 0.9157
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 574 score: 0.9104
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 575 score: 0.8071
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 576 score: 0.8388
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 577 score: 0.8904
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 578 score: 0.9306
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 579 score: 0.8829
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 580 score: 0.9037
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 581 score: 0.8637
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 582 score: 0.7992
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 583 score: 0.8326
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 584 score: 0.6384
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 585 score: 0.8702
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 586 score: 0.8998
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 587 score: 0.9178
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 588 score: 0.8556
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 589 score: 0.9385
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 590 score: 0.8446
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 591 score: 0.9093
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 592 score: 0.7780
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 593 score: 0.9050
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 594 score: 0.9285
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 595 score: 0.8971
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 596 score: 0.9131
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 597 score: 0.8208
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 598 score: 0.8577
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 599 score: 0.8423
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 600 score: 0.8399
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 601 score: 0.8534
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 602 score: 0.8742
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 603 score: 0.9140
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 604 score: 0.8979
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 605 score: 0.8937
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 606 score: 0.7846
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 607 score: 0.7530
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 608 score: 0.7334
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 609 score: 0.8603
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 610 score: 0.9246
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 611 score: 0.8748
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 612 score: 0.8802
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 613 score: 0.8457
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 614 score: 0.8528
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 615 score: 0.8611
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 616 score: 0.7934
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 617 score: 0.9289
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 618 score: 0.8932
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 619 score: 0.8915
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 620 score: 0.9610
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 621 score: 0.8267
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 622 score: 0.8649
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 623 score: 0.8242
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 624 score: 0.8343
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 625 score: 0.8819
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 626 score: 0.8835
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 627 score: 0.9103
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 628 score: 0.9059
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 629 score: 0.8052
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 630 score: 0.8687
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 631 score: 0.8600
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 632 score: 0.9253
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 633 score: 0.9257
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 634 score: 0.6493
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 635 score: 0.8920
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 636 score: 0.9058
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 637 score: 0.9126
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 638 score: 0.9251
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 639 score: 0.9208
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 640 score: 0.9191
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 641 score: 0.8804
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 642 score: 0.8969
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 643 score: 0.7153
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 644 score: 0.7086
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 645 score: 0.6573
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 646 score: 0.8079
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 647 score: 0.8660
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 648 score: 0.8760
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 649 score: 0.8315
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 650 score: 0.9345
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 651 score: 0.9168
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 652 score: 0.7707
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 653 score: 0.8215
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 654 score: 0.8366
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 655 score: 0.9053
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 656 score: 0.8961
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 657 score: 0.8289
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 658 score: 0.7750
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 659 score: 0.8567
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 660 score: 0.8808
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 661 score: 0.9209
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 662 score: 0.8765
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 663 score: 0.7744
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 664 score: 0.8663
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 665 score: 0.8387
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 666 score: 0.8739
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 667 score: 0.8818
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 668 score: 0.8784
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 669 score: 0.8839
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 670 score: 0.8622
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 671 score: 0.8926
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 672 score: 0.9099
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 673 score: 0.8532
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 674 score: 0.8443
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 675 score: 0.8983
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 676 score: 0.8976
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 677 score: 0.9274
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 678 score: 0.8807
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 679 score: 0.9180
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 680 score: 0.8533
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 681 score: 0.8990
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 682 score: 0.8801
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 683 score: 0.8534
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 684 score: 0.8289
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 685 score: 0.8775
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 686 score: 0.8724
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 687 score: 0.9019
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 688 score: 0.8268
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 689 score: 0.8824
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 690 score: 0.9100
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 691 score: 0.8756
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 692 score: 0.8428
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 693 score: 0.8516
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 694 score: 0.7990
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 695 score: 0.8968
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 696 score: 0.8437
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 697 score: 0.9441
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 698 score: 0.7830
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 699 score: 0.9317
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 700 score: 0.8537
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 701 score: 0.8509
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 702 score: 0.8462
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 703 score: 0.8561
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 704 score: 0.7508
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 705 score: 0.7185
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 706 score: 0.8626
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 707 score: 0.8765
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 708 score: 0.8678
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 709 score: 0.8470
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 710 score: 0.8919
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 711 score: 0.8177
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 712 score: 0.8923
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 713 score: 0.8251
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 714 score: 0.8476
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 715 score: 0.7994
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 716 score: 0.8961
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 717 score: 0.8724
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 718 score: 0.9155
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 719 score: 0.8123
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 720 score: 0.8000
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 721 score: 0.8619
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 722 score: 0.8684
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 723 score: 0.8707
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 724 score: 0.9382
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 725 score: 0.8495
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 726 score: 0.8875
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 727 score: 0.8293
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 728 score: 0.6818
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 729 score: 0.9017
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 730 score: 0.8600
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 731 score: 0.8428
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 732 score: 0.8422
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 733 score: 0.8799
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 734 score: 0.8616
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 735 score: 0.8819
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 736 score: 0.8560
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 737 score: 0.8558
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 738 score: 0.9120
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 739 score: 0.9072
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 740 score: 0.8946
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 741 score: 0.8606
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 742 score: 0.7585
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 743 score: 0.8939
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 744 score: 0.9040
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 745 score: 0.8862
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 746 score: 0.8937
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 747 score: 0.8159
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 748 score: 0.8541
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 749 score: 0.8918
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 750 score: 0.9527
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 751 score: 0.8503
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 752 score: 0.9074
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 753 score: 0.8235
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 754 score: 0.8956
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 755 score: 0.8733
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 756 score: 0.8669
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 757 score: 0.8767
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 758 score: 0.8278
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 759 score: 0.9170
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 760 score: 0.9350
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 761 score: 0.8985
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 762 score: 0.9122
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 763 score: 0.8758
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 764 score: 0.9048
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 765 score: 0.8804
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 766 score: 0.8190
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 767 score: 0.8957
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 768 score: 0.9296
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 769 score: 0.9180
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 770 score: 0.8447
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 771 score: 0.9171
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 772 score: 0.8724
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 773 score: 0.8726
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 774 score: 0.8909
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 775 score: 0.8030
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 776 score: 0.7985
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 777 score: 0.9300
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 778 score: 0.8727
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 779 score: 0.7951
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 780 score: 0.8584
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 781 score: 0.7733
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 782 score: 0.8952
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 783 score: 0.7088
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 784 score: 0.8798
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 785 score: 0.7658
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 786 score: 0.9013
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 787 score: 0.9120
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 788 score: 0.8232
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 789 score: 0.8751
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 790 score: 0.8614
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 791 score: 0.8975
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 792 score: 0.8663
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 793 score: 0.8939
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 794 score: 0.9054
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 795 score: 0.8743
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 796 score: 0.9597
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 797 score: 0.7440
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 798 score: 0.8953
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 799 score: 0.7703
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 800 score: 0.8482
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 801 score: 0.8005
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 802 score: 0.8717
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 803 score: 0.8391
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 804 score: 0.7707
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 805 score: 0.8927
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 806 score: 0.8202
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 807 score: 0.8914
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 808 score: 0.8592
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 809 score: 0.8090
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 810 score: 0.8467
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 811 score: 0.6336
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 812 score: 0.9031
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 813 score: 0.9015
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 814 score: 0.8784
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 815 score: 0.8810
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 816 score: 0.8268
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 817 score: 0.7060
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 818 score: 0.5309
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 819 score: 0.8931
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 820 score: 0.9148
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 821 score: 0.9361
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 822 score: 0.8788
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 823 score: 0.8784
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 824 score: 0.9202
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 825 score: 0.8356
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 826 score: 0.8781
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 827 score: 0.8789
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 828 score: 0.8738
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 829 score: 0.8103
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 830 score: 0.8692
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 831 score: 0.8695
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 832 score: 0.8244
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 833 score: 0.7245
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 834 score: 0.8698
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 835 score: 0.7787
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 836 score: 0.8715
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 837 score: 0.8406
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 838 score: 0.8382
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 839 score: 0.8331
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 840 score: 0.8960
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 841 score: 0.8474
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 842 score: 0.8027
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 843 score: 0.9024
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 844 score: 0.7744
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 845 score: 0.7488
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 846 score: 0.8089
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 847 score: 0.7993
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 848 score: 0.7646
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 849 score: 0.8690
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 850 score: 0.9163
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 851 score: 0.9115
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 852 score: 0.8905
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 853 score: 0.8440
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 854 score: 0.8300
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 855 score: 0.8115
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 856 score: 0.7447
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 857 score: 0.8872
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 858 score: 0.9049
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 859 score: 0.9067
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 860 score: 0.8821
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 861 score: 0.8967
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 862 score: 0.7238
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 863 score: 0.8326
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 864 score: 0.6784
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 865 score: 0.7277
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 866 score: 0.8289
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 867 score: 0.9148
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 868 score: 0.8859
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 869 score: 0.8838
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 870 score: 0.8904
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 871 score: 0.8701
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 872 score: 0.9222
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 873 score: 0.8488
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 874 score: 0.7996
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 875 score: 0.8941
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 876 score: 0.9179
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 877 score: 0.8839
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 878 score: 0.9041
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 879 score: 0.8440
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 880 score: 0.8956
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 881 score: 0.9103
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 882 score: 0.8757
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 883 score: 0.8405
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 884 score: 0.8472
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 885 score: 0.8883
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 886 score: 0.8712
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 887 score: 0.8211
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 888 score: 0.6755
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 889 score: 0.8554
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 890 score: 0.8436
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 891 score: 0.8258
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 892 score: 0.8132
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 893 score: 0.8007
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 894 score: 0.7946
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 895 score: 0.8804
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 896 score: 0.8522
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 897 score: 0.6883
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 898 score: 0.9374
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 899 score: 0.9296
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 900 score: 0.8758
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 901 score: 0.9021
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 902 score: 0.8706
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 903 score: 0.8976
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 904 score: 0.8706
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 905 score: 0.8056
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 906 score: 0.7490
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 907 score: 0.7339
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 908 score: 0.7912
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 909 score: 0.9444
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 910 score: 0.8606
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 911 score: 0.8512
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 912 score: 0.9059
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 913 score: 0.8559
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 914 score: 0.9039
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 915 score: 0.8202
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 916 score: 0.8987
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 917 score: 0.7831
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 918 score: 0.7818
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 919 score: 0.8659
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 920 score: 0.8845
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 921 score: 0.8374
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 922 score: 0.9252
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 923 score: 0.8519
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 924 score: 0.8618
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 925 score: 0.8186
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 926 score: 0.8908
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 927 score: 0.8485
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 928 score: 0.9032
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 929 score: 0.8432
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 930 score: 0.8910
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 931 score: 0.8645
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 932 score: 0.8264
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 933 score: 0.8849
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 934 score: 0.8644
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 935 score: 0.8787
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 936 score: 0.8929
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 937 score: 0.9470
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 938 score: 0.9264
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 939 score: 0.8574
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 940 score: 0.8969
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 941 score: 0.9302
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 942 score: 0.9074
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 943 score: 0.8842
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 944 score: 0.8658
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 945 score: 0.8655
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 946 score: 0.8543
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 947 score: 0.9099
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 948 score: 0.7694
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 949 score: 0.8297
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 950 score: 0.8229
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 951 score: 0.8638
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 952 score: 0.8586
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 953 score: 0.9332
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 954 score: 0.8488
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 955 score: 0.8866
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 956 score: 0.8854
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 957 score: 0.8755
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 958 score: 0.8572
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 959 score: 0.8690
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 960 score: 0.7961
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 961 score: 0.8453
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 962 score: 0.8935
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 963 score: 0.8653
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 964 score: 0.9251
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 965 score: 0.8656
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 966 score: 0.8284
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 967 score: 0.7912
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 968 score: 0.8876
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 969 score: 0.7775
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 970 score: 0.8931
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 971 score: 0.7665
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 972 score: 0.7805
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 973 score: 0.9051
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 974 score: 0.8463
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 975 score: 0.9230
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 976 score: 0.8632
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 977 score: 0.8606
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 978 score: 0.8745
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 979 score: 0.8642
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 980 score: 0.8690
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 981 score: 0.8657
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 982 score: 0.8833
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 983 score: 0.8359
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 984 score: 0.7673
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 985 score: 0.8971
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 986 score: 0.8906
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 987 score: 0.8710
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 988 score: 0.7562
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 989 score: 0.5753
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 990 score: 0.8815
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 991 score: 0.8509
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 992 score: 0.8428
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 993 score: 0.8873
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 994 score: 0.8941
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 995 score: 0.8794
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 996 score: 0.8320
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 997 score: 0.9424
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 998 score: 0.8821
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 999 score: 0.7574
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 1000 score: 0.8829
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 1001 score: 0.8383
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 1002 score: 0.9056
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 1003 score: 0.7820
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 1004 score: 0.8931
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 1005 score: 0.8947
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 1006 score: 0.7956
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 1007 score: 0.8622
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 1008 score: 0.9269
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 1009 score: 0.8809
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 1010 score: 0.8959
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en Segment 1011 score: 0.8960
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-bg-en score: 0.8548
diff --git a/test-en-bg b/test-en-bg
new file mode 100644
index 0000000000000000000000000000000000000000..3a4a78565789ef42df59e15347f44bd32048c054
--- /dev/null
+++ b/test-en-bg
@@ -0,0 +1,1012 @@
+„Сега имаме 4-месечни мишки, които не са диабетични, които преди са били диабетични“, добави той.
+Д-р Ехуд Ур, професор по медицина в Университета Дълхаузи в Халифакс, Нова Скотиш, и председател на клиничната и научната дивизия на Канадската асоциация по диабет предупреди, че изследването все още е в ранен етап.
+Както и някои други експерти, той е скептичен относно дали диабетът може да бъде излечен, като отбелязва, че тези наблюдения нямат значение за хората, които вече имат диабет от тип 1.
+В понеделник Сара Даниеус, постоянен секретар на Нобеловата комисия по литература на Шведската академия, публично обяви по радиопрограма на Sveriges Radio в Швеция, че комисията, която не е успяла да се свърже пряко с Боб Дилън по повод спечелването на Нобеловата награда за литература през 2016 г., е прекратила опитите си да се свърже с него.
+Даниеус каза: „В момента нищо не правим. Повиках и изпратих имейли на най-близкия му сътрудник и получавах много приятелски отговори. За момента това е достатъчно.“
+Преди това изпълнителният директор на Ring, Джейми Симиноф, коментира, че компанията е започнала, когато звонът му не беше слышен от магазина му в гаража.
+Съобщи, че е направил WiFi дверна камбала.
+Симинов каза, че продажбите се увеличиха, след като през 2013 г. се появи в епизод на Shark Tank, където панелът на шоуто отказа да финансира стартапа.
+През късния 2017 г. Симинов се появи в телевизионния магазин QVC.
+Ринг също се е договорил с конкурентната сигурностна компания ADT Corporation.
+Въпреки че един експериментален ваксин изглежда способен да намали смъртността от Ебола, досега няма никакви лекарства, които са ясно демонстрирани като подходящи за лечението на съществуващите инфекции.
+Първоначално антителото ZMapp показваше обещаващи резултати, но формалните проучвания показваха, че е по-малко ефективно от очакваното при предотвратяване на смъртта.
+В проучването PALM, ZMapp се е използвал като контрол, което означава, че учените са го използвали като база и са сравнявали трите други лекарства с него.
+USA Gymnastics подкрепя писмото на Олимпийския комитет на САЩ и приема абсолютната необходимост на олимпийското семейство да постигне безопасност за всички наши атлети.
+Съгласяваме се с изявлението на USOC, че интересите на нашите атлети и клуби, както и техния спорт, могат да бъдат по-добре обслужени, ако продължим с значителни промени в нашата организация, вместо да се откажем от сертификацията.
+USA Gymnastics подкрепя независима разследване, което може да пролие светлина както на това как се е възможно пренебрежението на пропорциите, описано от оцелелите на Ларри Нассър, да е оставало незабелязано толкова дълго време, и приема всички необходими и подходящи промени.
+USA Gymnastics и USOC имат една и съща цел – да направит спорта на гимнастиката, както и другите, колкото е възможно безопасен за атлетите да следват своите мечти в безопасен, положителен и подкрепящ контекст.
+През 60-те години Бжезински работи като съветник на Джон Ф. Кенеди и по-късно на администрацията на Линдън Б. Джонсън.
+По време на изборите през 1976 г. той е съветвал Картър по външнополитическите въпроси, а от 1977 до 1981 г. е бил националният съветник по сигурността (NSA), следвайки Хайнрих Кисинджър.
+Като директор на НСА той помогна на Картър да дипломатично се справи с световните въпроси, като например споразумението от Камп Дейвид, 1978 г.; нормализирането на отношенията между САЩ и Китай през края на 70-те години; революцията в Иран, която доведе до кризиса с заложниците в Иран, 1979 г.; и инвазията на Съветския съюз в Афганистан, 1979 г.
+Филмът, в който участват Райън Госуинг и Ема Стоун, получава номинации в всички основни категории.
+Гослинг и Стоун са номинирани за „Най-добър актьор“ и „Най-добра актриса“ съответно.
+Другите номинации включват „Най-добър филм“, „Режисьор“, „Фотография“, „Дизайн на костюми“, „Редакция на филм“, „Оригинална музика“, „Дизайн на продукция“, „Редакция на звук“, „Смес на звук“ и „Оригинален сценарий“.
+Две песни от филма, „Audition (The Fools Who Dream)“ и „City of Stars“, получават номинации за най-добра оригинална песен. Студиото Lionsgate получава 26 номинации – повече от всяка друга студия.
+По-късно в неделя президентът на САЩ Доналд Тръмп обяви, че американските войски ще напуснат Сирия, чрез изявление, направено от прес-секретаря.
+Съобщението беше направено, след като Тръмп проведе телефонен разговор с президента на Турция Реджеп Тайип Ердоган.
+Според изявлението Турция ще поеме и охраната на пленените бойци на ИДИЛ, които европейските държави отказват да репатрират.
+Това не само потвърждава, че поне някои динозаври са имали пера, теория, която вече е широко разпространена, но предоставя подробности, които обикновено не могат да дадат фосилиите, като цветовете и 3-D аранжировката.
+Учените казват, че оперението на това животно е било кафяво нагоре и светло или каротиноидно надолу.
+Находката също дава поглед върху еволюцията на перата на птиците.
+Тъй като динозавърските пера не имат добре развит стержен, наречен рахис, но имат други характерни черти на перата – бради и брадикули, изследователите предполагат, че рахисът е вероятно бил по-късен еволюционен развитък на тези други характерни черти.
+Структурата на перата предполага, че не са били използвани за полет, а за регулиране на температурата или демонстрация. Изследователите предполагат, че, въпреки че това е опашка на младо динозаврово яйце, пробата показва възрастно оперение, а не пера на малко динозаврово яйце.
+Изследователите предполагат, че въпреки че това е опашката на младо динозавър, пробата показва възрастно оперение, а не пера на малко птица.
+Вчера сутринта експлодира бомба в полицейското управление в Газиантеп, Турция, убивайки двама полицаи и наранявайки повече от двадесет души.
+Службата на губернатора съобщи, че деветнадесет от пострадалите са полицаи.
+Полицията твърди, че има подозрение, че за ответствен за нападението е един от членовете на ДАИШ (ИСИЛ).
+Те откриха, че Слънцето функционира по същите основни принципи като останалите звезди: Активността на всички звезди в системата се определя от тяхната яркост, тяхната ротация и нищо друго.
+Люминесцентността и ротацията се използват за определяне на номерът на Росби на звездата, който е свързан с потока на плазмата.
+Чем по-малко е Rossby номерът, тем по-малко е звездата активна по отношение на магнитните реверсии.
+По време на пътуването си Ивасаки срещаше много проблеми.
+Той е бил ограбван от пирати, нападнат в Тибет от агресивна куче, е избягал от брачен договор в Непал и е бил арестуван в Индия.
+Стандартът 802.11n работи на честотите 2,4 GHz и 5,0 GHz.
+Това ще позволи на устройството да е обратно съвместимо с IEEE 802.11a, IEEE 802.11b и IEEE 802.11g, ако базовата станция има два радиомодула.
+Скоростите на 802.11n са значително по-бързи от тези на неговите предшественици, като максималната теоретична пропускова способност е 600 Мбит/с.
+Дювал, който е женен и има двама възрастни деца, не остави голямо впечатление на Милър, на когото е била разказана историята.
+Когато беше попитан за коментари, Милър отговори: „Мийк говори много по време на изслушването... Трябваше да се подготвям, така че не чувствах какво казва.“
+„Ще се опитаме да намалим емисиите на углероден диоксид на единица от БВП с очевидна разлика до 2020 г. от нивото през 2005 г.“, каза Ху.
+Той не посочи конкретна сума за намаляването, като каза, че ще се направи в зависимост от икономическите показатели на Китай.
+Ху поощри развиващите се страни „да избягват стария път на замърсяване и почистване по-късно“.
+Той допълни, че „те обаче не трябва да бъдат поискани да поемат задължения, които превъзхождат нивото на развитието им, отговорността и възможностите им“.
+Иракската проучвателна група представи доклада си в 12.00 GMT днес.
+Тя предупреждава, че никто не може да гарантира, че никакво действие в Ирак в този момент ще спре сектантските битки, нарастването на насилието или скачането към хаос.
+Съобщението започва с молба за открит диспут и формиране на консенсус в САЩ по отношение на политиката към Близкия изток.
+В доклада се критикува почти всички аспекти на настоящата политика на изпълнителната власт по отношение на Ирак и се призовават за незабавна промяна на насочването.
+Първото от 78-те му предложения е, че нова дипломатическа инициатива трябва да бъде предприета преди края на тази година, за да се осигурят границите на Ирак срещу враждебни нашествия и да се възстановят дипломатическите взаимоотношения с нейните съседи.
+Съвременният сенатор и първата дама на Аржентина Кристина Фернандес де Киршнер обяви вчера вечер кандидатурата си за президент в Ла Плата, град на 50 километра (31 мили) от Буенос Айрес.
+Г-жа Киршнер обяви намеренията си да се кандидатира за президент в аржентинския театър, което е същото място, на което тя започна кампанията си през 2005 г. за Сената като член на делегацията на провинция Буенос Айрес.
+Дебатът е предизвикан от противоречията по отношение на разходите за възстановяването след урагана Катрина, които някои финансови консерватори хумористично наричат „Сделката на Бъш с Ню Орлиънс“.
+Либералната критика на усилията за възстановяване се фокусира върху присъждането на договори за възстановяване на възприеманите от Вашингтон инсайдъри.
+Повече от четири милиона души отидоха в Рим, за да се присъединят към погребението.
+Броят на хората е бил толкова голям, че не е било възможно всички да получат достъп до погребението в Св. Петър.
+В различни места в Рим бяха поставени няколко големи телевизионни екрани, за да позволят на хората да гледат церемонията.
+В много други италиански градове и по света, особено в Полша, са направени подобни сцени, които са гледани от мнозина хора.
+Историците критикуват миналите политики на ФБР, тъй като те фокусираха ресурсите върху случаи, които са лесно разрешими, особено случаите с крадени коли, с цел да увеличат успешността на агенцията.
+Конгресът започна да финансира инициативата за непристойност през финансовия 2005 г. и определи, че ФБР трябва да наеме 10 агенти, които да се занимават с порнография за възрастни.
+Робин Утапа направи най-високия резултат от иннинг, 70 отбелязани точки в само 41 топки, като постигна 11 четири и 2 шести.
+Батърите от средата на отбора, Сачин Тендулкар и Рахул Дравид, изпълниха добре и сформираха партньорство с над 100 отбелязани точки.
+Но, след като загубиха капитана, Индия направи само 36 точки, като загубиха 7 точки, за да завършат иннинга.
+Президентът на САЩ Джордж У. Буш пристигна в Сингапур сутринта на 16 ноември, за да започне седмичен тур по Азия.
+Той беше приветстван от заместник-министъра на Сингапур Уонг Кан Сенг и обсъди проблемите на търговията и тероризма с министър-председателя на Сингапур Ли Хсиен Лонг.
+След една седмица от загуби в предсрочните избори, Бъш сподели пред публиката за разширяването на търговията в Азия.
+Министър-председателят Стивън Харпър се е съгласил да изпрати „Закона за чист въздух“ на комисията на всички партии за проучване, преди второто му четене, след срещата на 25 минути в понеделник с лидера на НДП Джек Лейтън в кабинета на министър-председателя.
+По време на срещата с министър-председателя Лейтън е поискал промени в законопроекта на консерваторите за опазването на околната среда, като е поискал „добра и пълна преработка“ на законопроекта на консерваторите за опазването на околната среда.
+От момента, в който федералното правителство се намеси, за да поеме финансирането на болницата в Девонпорт, Тасмания, държавното правителство и някои членове на федералния парламент критикуват това действие като манипулация в преддверието на предстоящите федерални избори, които трябва да се проведат до ноември.
+Но министър-председателят Джон Хауърд каза, че това е било направено, за да се защитят съоръженията на болницата от намаляването им от страна на правителството на Тасмания, като се добавиха още 45 милиона австралийски долара.
+Според последното съобщение, измеренията на нивото на морето показват, че е било генерирано цунами. Потвърдено е, че цунами е имало близо до Паго Паго и Ниуе.
+Не се съобщава за сериозни повреди или наранявания в Тонга, но е имало прекъсване на електрозахранването, което е предотвратило получаването на предупреждението за цунами, издадено от PTWC, от местните власти.
+Четиринадесет училища в Хавайи, разположени на или близо до бреговата линия, бяха затворени в целия среден ден, въпреки че предупрежденията бяха отменени.
+Президентът на САЩ Джордж У. Буш приветства съобщението.
+Говорителят на Бъш, Гордън Джоундрой, нарече обещанието на Северна Корея „важна стъпка към целта за постигане на ядреното разоръжаване на Корейския полуостров“.
+Десеттата наименована буря от сезона на ураганите в Атлантическия океан, субтропическият ураган Джерри, се е формирал днес в Атлантическия океан.
+Националният център за урагани (NHC) казва, че в този момент Джерри не представлява заплаха за сушата.
+Командването на Корпуса на инженерите на САЩ оцени, че 6 инча дъжд може да пробие предишно повредените диги.
+Деветтата квартал, който по време на урагана „Катрина“ е бил залит с вода до 6 метра, сега се намира под висока вода, тъй като близката стена е била премината.
+Водата се разлива над дигите в участък с ширина 100 фута.
+Администраторът на Common Adam Cuerden изрази разочарованието си по отношение на изтриването, когато говори с Wikinews миналата месец.
+„Той [Уелс] ни е лъжеше от самото начало. Първо, като изглеждаше, че това е за правни причини. Второ, като изглеждаше, че слушаваше ни. Дори до премахването на неговата изящна творба.“
+Възмущението на общността доведе до настоящите усилия за разработване на политика за сексуално съдържание на уебсайта, който разполага с милиони от открити лицензирани медии.
+Работата беше предимно теоретична, но програмата беше написана, за да симулира наблюденията на галактиката Стрелец.
+Ефектът, който искаше отбора, би бил предизвикан от приливните сили между тъмната материя на галактиката и тъмната материя на Млечния път.
+Също както Луната оказва влияне върху Земята, предизвиквайки приливите, така и Млечната пътека оказва влияние върху галактиката Стрелец.
+Учените успяха да докажат, че тъмната материя влияе на тъмната материя по същия начин, по който редовната материя влияе върху нея.
+Според тази теория повечето тъмна материя около галактика е разположена около галактиката в подобен ховър и е съставена от множество малки частици.
+В телевизионни излъчвания се показва бели дъмък, излизащ от завода.
+Локалните власти предупреждават жителите в близост до завода да останат вкъщи, да изключат кондиционерите и да не пият питейна вода от водопровода.
+Според японската агенция за ядрени източници, радиоактивният цезий и йод са идентифицирани в завода.
+Администрацията спекулира, че това показва, че контейнерите, които съдържат ураново гориво на мястото, могат да са били повредени и да течат.
+Д-р Тони Мол е открил екстремно резистентната туберкулоза (XDR-TB) в южноафриканския регион Квазулу-Натал.
+В интервю той каза, че новият вариант е „особено тревожен и тревожен, тъй като причинява много смъртни случаи“.
+Д-р Мол смята, че някои пациенти могат да са били заразени в болницата и поне двама от тях са били здравни работници в болницата.
+През едно годишно време заразеният човек може да зарази 10 до 15 близки контакти.
+Въпреки това, процентът на XDR-TB в цялата група на хора с туберкулоза все още изглежда низок; 6000 от общо 330 000 заразени хора в даден момент в Южна Африка.
+Сателитите, които тежиха повече от 1000 фунта и се движеха с около 17 500 мили в час, се сблъскаха на 491 мили над Земята.
+Учените казват, че експлозията, предизвикана от сблъсъка, е била огромна.
+Те все още се опитват да определят какъв е размерът на катастрофата и как ще бъде засегната Земята.
+Офисът на Стратегическото командване на САЩ на Министерството на отбраната на САЩ следи за остатъците.
+Резултатът от анализа на сюжета ще бъде публикуван на уебсайта.
+Д-р, която работеше в Детската болница на Питсбърг, Пенсилвания, ще бъде обвинена в агресивно убийство, след като майка ѝ беше намерена мъртва в багажника на колата й в сряда, казват властите в Охайо.
+Д-р Малър Баласубраманян, 29-годишен, беше намерен в Блу Аш, Охайо, предградие, което се намира на около 15 мили северно от Синсинати, лежал на земята покрай шосето в трикотаж и панталони в очевидно наркотизиран състояние.
+Тя насочи полицаите към черния си Oldsmobile Intrigue, който е бил на 500 фута далеч.
+Там намериха телото на Сароджа Баласубраманян, 53-годишна, покрито с пропитани с кръв одеяла.
+Полицията твърди, че тялото е било там приблизително един ден.
+Първите случаи на заболяването се съобщиха в края на юли.
+Болестта се пренася от прасета към хората чрез комари.
+Възникването на заболяването е принудило правителството на Индия да предприеме такива мерки като изпращане на ловци на прасета в тежко засегнати райони, раздаване на хиляди москитни мрежи и разпръскване на пестициди.
+Правителството обеща и няколко милиона ваксини срещу енцефалит, които ще помогнат на здравните служби да се подготвят за следващата година.
+Плановете за ваксините да бъдат доставени до исторически най-засегнатите райони тази година са отложени поради липса на средства и ниското приоритетно положение спрямо другите заболявания.
+През 1956 г. Слания се премества в Швеция, където три години по-късно започва работа за шведската пощенска служба и става техен главен гравер.
+Той е произвел повече от 1000 марки за Швеция и 28 други държави.
+Неговата работа е на такава узнаваемост и детализираност, че той е един от малкото „домашни имена“ сред филателистите. Някои специализират само в събиране на неговата работа.
+Неговата 1000-та марка беше великолепната „Великите дела на шведските крале“ на Давид Клокер Еренштрал през 2000 г., която е включена в Книгата на рекордите на Гинес.
+Той е участвал и в гравирането на банкноти за много страни, последните примери на работата му включват портретите на министър-председателите на предната страна на новите канадски банкноти на 5 и 100 канадски долара.
+След като се случи аварията, Гибсън беше транспортиран в болница, но почина малко по-късно.
+Водителят на камиона, който е на 64-годишна възраст, не е бил нараняван в катастрофата.
+Самият автомобил беше отнесен от мястото на аварията приблизително в 12:00 часа местно време същия ден.
+Човек, който работи в гараж близо до мястото на инцидента, каза: „Имаше деца, които чакаха да преминат на другата страна на пътя и те всички викаха и плачеха.“
+Всички се върнаха на мястото, където се е случил инцидентът.
+Другите теми на повестта в Бали включват спасяването на останалите гори в света и споделяне на технологии, които ще помогнат развиващите се държави да растат по-малко замърсявайки.
+ООН се надява и да завърши фонд, който да им помогне на страните, които са засегнати от глобалното затопляне, да се справят с последствията.
+Средствата могат да бъдат използвани за построяване на устойчиви към наводнения къщи, по-добро управление на водните ресурси и разнообразие на земеделските култури.
+Флук пише, че опитите на някои да попречат на жените да говорят за здравето на жените са неуспешни.
+Тя стигна до тази заключение поради множеството положителни коментари и подкрепа, получени от нея от както жени, така и мъже, които настояват контрацептивните лекарства да се считат за медицинска необходимост.
+След като бойните действия прекратиха, след като ранените бяха транспортирани в болницата, около 40 от останалите затворници останаха в двора и отказаха да се върнат в своите клетки.
+Преговарителите се опитват да поправят положението, но исканията на затворниците не са ясни.
+От 10:00 до 11:00 сутринта местно време затворниците започнаха пожар в двора.
+Скоро полицаи, въоръжени с защитно снаряжение, влязоха в двора и обградиха затворниците с газ за разпръскване.
+Пожарните екипи накрая потушиха огъня до 23:35 часа.
+След построяването на язовира през 1963 г. сезонните наводнения, които биха разпръсквали седименти по цялата река, бяха прекратени.
+Това седимент е бил необходим за създаването на пясъчни барове и плажове, които служеха за местообитания на дивите животни.
+В резултат на това два вида риби са изчезнали, а двама други са в опасност, включително хръбъчната пъстърва.
+Въпреки че нивото на водата ще нарасне само с няколко фута след наводнението, властите се надяват, че това ще е достатъчно, за да се възстановят ерозираните пясъчни барове по поречието.
+Не е издаден предупреждаващ сигнал за цунами и според геофизичната агенция на Джакарта няма да бъде издаден предупреждаващ сигнал за цунами, тъй като земетресението не е било достатъчно силно.
+Въпреки че няма опасност от цунами, жителите започнали да се паникарят и да напускат своите бизнеси и домове.
+Въпреки че Уинфрей била разплакана при прощаването си, тя ясно показа на своите фенове, че ще се върне.
+„Това не е прощаване. Това е затваряне на една глава и отваряне на нова.“
+Конечните резултати от президентските и парламентарните избори в Намибия показват, че настоящият президент, Хификепуне Похамба, е преизбран с голяма разлика.
+Партията, управляваща страната, South West Africa People's Organisation (SWAPO), също запази мнозинството в парламентарните избори.
+Коалиционните сили и афганистанските войници са влезли в областта, за да я охраняват, а други коалиционни самолети са изпратени, за да помогнат.
+Смята се, че катастрофата се е случила на голяма височина в планински терен и е смятана за резултат от вражески огън.
+Опитите да се намерят мястото на катастрофата се затрудняват от лошото време и стръмния терен.
+Медицинската благотворителна организация Mangola, Medecines Sans Frontieres и Световната здравна организация казват, че това е най-голямата епидемия, записана в страната.
+Представителят на Medecines Sans Frontiere Ричард Виерман каза: „Ангола се приближава към най-голямата си епидемия и ситуацията остава много лоша в Ангола“, каза той.
+Мачовете започнаха в 10:00 сутринта с прекрасна погода и с изключение на дъжд в средата на сутринта, който бързо премина, този ден беше идеален за 7's ръгби.
+Най-големите фаворити на турнира, Южна Африка, започнаха добре, като победиха с 26 – 00 срещу 5-тата селекция на Замбия.
+Въпреки че изглеждаше, че отборът на Южна Африка не е в добро състояние в мача срещу южните сестрички, отборът обаче стабилно се подобрява, докато продължаваше турнира.
+Ихната дисциплинирана защита, уменията им по обработка на топката и отличната работа на отбора изтъкнаха отборът и стана ясно, че това е отборът, който трябва да бъде победен.
+Длъжностните лица на града Амстердам и на музея „Анна Франк“ твърдят, че дървото е заразено с гъбички и представлява опасност за общественото здраве, тъй като те твърдят, че е било в непосредствена опасност да се срути.
+Тя трябваше да бъде срутена в понеделник, но е спасена след екстренно съдебно решение.
+Всички входове на пещерите, наречени „Седемте сестри“, са с диаметър от 100 до 250 метра (328 до 820 фута).
+Инфрачервените снимки показват, че температурните вариации между деня и нощта показват, че вероятно са пещери.
+„Те са по-студени от околната повърхност през деня и по-топли през нощта.
+Не са толкова стабилни като големите пещери на Земята, които често поддържат сравнително постоянен температурен режим, но са в съответствие с това, че са дълбоки дупки в земята“, каза Глен Кашинг от отдела за астрогеология на Геоложкия съюз на САЩ (USGS) и от университета в Северна Аризона, разположен в Флагстаф, Аризона.
+Във Франция гласуването традиционно е с ниско технологично изживяване: гласоподавателите се изолират в будка, в която поставят предпечатан лист с името на кандидата си в урна.
+След като длъжностните лица потвърдят идентичността на гласоподавателя, гласоподавателят хвърля урната в урната и подписва избирателния списък.
+Французското законодателство относно изборите е доста строго.
+От 1988 г. насам гласоподавателните кутии трябва да са прозрачни, така че гласоподавателите и наблюдателите да могат да свидетелстват, че от началото на гласуването няма енвелопове и няма да се добавят енвелопове, освен тези на легитимно гласуващите и одобрени гласоподаватели.
+Кандидатите могат да изпратят представители, които да свидетелстват всички части на процеса. Вечерта гласовете се броят от доброволци под строг надзор, след специфични процедури.
+ASUS Eee PC, който беше пуснат световно през 2007 г. поради факторите на снижаване на разходите и функционалността, стана голяма тема на IT месеца в Тайпей през 2007 г.
+Но пазарът на ноутбуците обаче ще бъде радикално различен и променен, след като ASUS е удостоен с наградата „Taiwan Sustainable Award“ през 2007 г. от Изпълнителния йуан на Република Китай.
+Уебсайтът на радиостанцията описва шоуто като „стара школа радиотеатър с нова и предизвикателна геймерска спин!“
+През първите си години предаването се излъчваше само на интернет радиосайта TogiNet Radio, фокусиран върху радио предавания.
+През късния 2015 г. TogiNet създаде радиостанция AstroNet Radio като дъщерна фирма.
+Първоначално шоуто включваше любителски актьори, местни на Източен Тексас.
+Според докладите масовото разграбване продължи през нощта, тъй като полицейските служители не бяха на улиците на Бишкек.
+Един наблюдател описа Бишкек като „впаднал в анархия“, тъй като банди от хора обикаляха по улиците и грабят магазините за потребителски стоки.
+Няколко жители на Бишкек обвиниха протестиращите от юга за безпорядъка.
+Южна Африка победи „Ол Блекс“ (Нова Зеландия) в мач от „Три нации“ по ръгби в „Royal Bafokeng Stadium“ в Рустенбург, Южна Африка.
+Финалният резултат беше победа с един поен, 21 на 20, което прекъсва 15-годишната победна поредица на „Ол Блекс“.
+За „Спрингбокс“ това беше краят на петте поредни загуби.
+Това беше последният мач на „Ол Блекс“, които вече спечелиха трофея преди две седмици.
+Заключителният мач от серията ще се проведе в Елис Парк в Йоханесбург следващата седмица, когато „Спрингбокс“ ще се изправят срещу Австралия.
+Умерено земетресение покоси западната част на Монтана в 22:08 часа в понеделник.
+Националният информационен център за земетресения на Съединените щати и Геоложкият съюз на Съединените щати (USGS) не получават непосредствени съобщения за нанесени щети.
+Земетресението е било центрирано на около 20 км (15 мили) северно-североизточно от Дилън и на около 65 км (40 мили) южно от Бют.
+В понеделник беше потвърдено, че вируса H5N1, който е смъртоносен за хората, е заразил мъртъв див патица, намерен в блато край Лион, на изток от Франция.
+Франция е седмата страна в Европейския съюз, която страда от този вирус, следвайки Австрия, Германия, Словения, България, Гърция и Италия.
+Заподозрените случаи на птичи грип H5N1 в Хърватия и Дания остават непотвърдени.
+Чамбърс съди Бога за „широкомасштабна смърт, унищожаване и тероризиране на милиони хора“.
+Чамбърс, агностик, твърди, че неговият иск е „безсмислен“ и „всякакво човек може да обвини друг“.
+Историята, представяна в операта на Камил Сен-Санс, е на художник „которото живот се диктува от любов към наркотици и Япония“.
+Като резултат, изпълнителите на сцената пускат сигари с марихуана, а самият театър поощрява зрителите да се присъединят.
+Бившият председател на Камарата на представителите Нют Гингрич, губернаторът на Тексас Рик Пери и конгресменката Мишел Бачман финишираха съответно на четвърто, пето и шесто място.
+След като пристигнаха резултатите, Гингрич похвали Санторум, но имаше твърди думи за Ромни, чрез когото се излъчваха негативни реклами в Айова срещу Гингрич.
+Пърри заяви, че „ще се върна в Тексас, за да оцени резултатите от сегодняшните избори, да определи дали има път напред за мен в тази надпревара“, но по-късно каза, че ще остане в надпреварата и ще се състезава на предварителните избори в Южна Каролина на 21 януари.
+Бакман, която спечели плебисцита в Аймс през август, реши да прекрати кампанията си.
+Фотографът беше транспортиран в медицинския център Ronald Reagan UCLA, където по-късно почина.
+Твърди се, че е бил на 20-годишна възраст. В изявлението си Бийбър каза: „Нито аз, нито не съм участвал непосредствено в това трагично събитие, но моите помисли и молитви са с семейството на жертвата.“
+Вебсайтът за новини в сферата на забавленията TMZ разбира, че фотографът е спрял колата си на другата страна на булеварда Сепулведа и се е опитвал да направи снимки на полицаите, преди да премине през пътя и да продължи, което е принудило полицаята на калифорнийската патрулна полиция да го накара да се върне обратно, два пъти.
+Според полицията шофьорът на колата, която е ударила фотографа, е малко вероятно да бъде обвинен в престъпление.
+Със само осемнадесет медала на ден, някои държави не успяха да спечелят медали.
+Те включват Нидерландия, където Анна Йохемсен завърши на девето място в категорията на жените в супер-Г вчера, както и Финландия, където Катя Сааринен завърши на десето място в същия състезателен ден.
+Мичъл Гоурли от Австралия завърши на 11-то място в супер-Г за мъже. Чехът Олдрих Желинек завърши на 16-то място в супер-Г за мъже.
+Арли Веласкес от Мексико завърши петнадесети в мъжкия супер-Г. Адам Хол от Нова Зеландия завърши девети в мъжкия супер-Г.
+Полякът Мацей Крезел и ръководителят му Анна Огарзйнска завършиха на тринадесето място в супер-Г. Южнокореецът Джонг Сеорк Парк завърши на двадесет и четвърто място в супер-Г на мъжете сидящи.
+Миротворците на ООН, които пристигнаха в Хаити след земетресението през 2010 г., са обвинени в разпространението на заболяването, което започна близо до лагера на войската.
+Според обвинението отпадъците от лагера на ООН не са били достатъчно дезинфицирани, което доведе до влизането на бактерии в притока на реката Артибонит, един от най-големите в Хаити.
+Преди да пристигнат войските, Хаити нямаше проблеми с заболяването от началото на 1800-те години.
+Институтът за правосъдие и демокрация на Хаити отсича независими проучвания, които предполагат, че непалският батальон на миротворците на ООН несъзнателно пренесе заболяването в Хаити.
+Даниел Лантанж, експерт на ООН по заболяването, заяви, че избухването вероятно е било предизвикано от миротворците.
+Хамилтън потвърди, че пациентът беше приет в стабилно състояние в болницата на Университета Хоуърд.
+Пациентът е бил в Нигерия, където има случаи с Ебола вируса.
+Според протокола за контрол на инфекции, включително разделянето на пациента от другите, за да се предотврати възможното зараждане на други.
+Преди Симпсънс Симон работи в няколко шоу в различни позиции.
+През 80-те години той работи по сериалите Taxi, Cheers и The Tracy Ullman Show.
+През 1989 г. той помогна на Брукс и Гройнинг да създадат Симпсъновите и е отговорен за наемането на първия писателен екип на шоуто.
+Въпреки че напусна шоуто през 1993 г., той запази титлата на изпълнителен продуцент и продължаваше да получава десетки милиони долари всяка година в роялти.
+Преди това китайската новинарска агенция Xinhua съобщи, че самолет е бил отвлечен.
+Според по-късните съобщения самолетът е получил заплаха за бомба и е бил насочен обратно към Афганистан, кацяйки в Кандахар.
+Според ранни съобщения самолетът е бил насочен обратно към Афганистан, след като е бил отхвърлен молбата за аварийно кацане в Урумчи.
+Авиационните катастрофи са често срещани в Иран, където възрастният флот е слабо поддържан както за цивилни, така и за военни операции.
+Международните санкции означават, че нови самолети не могат да бъдат закупени.
+По-рано тази седмица хеликоптер на полицията се разби и загинаха трима души, а още трима са ранени.
+Миналата месец Иран претърпя най-голямата си авиационна катастрофа от години, когато самолет, насочен към Армения, се разби, като загинаха 168 души на борда.
+Също тази месец друг самолет се разби на писта в Машхад и удари стена, като загинаха седемнадесет души.
+Aerosmith отмениха останалите си концерти от турнето.
+Рок групата трябваше да турнеше по САЩ и Канада до 16 септември.
+Турнето беше отменено, след като вокалистът Стивън Тайлър беше наранят, след като падна на сцената, докато изпълняваше на 5 август.
+Мъри изгуби първия сет в тайбрейк, след като двамата играчи успяха да изиграят всички подавания в сет.
+Дел Потро имаше предимство в началото на втория сет, но това също изискваше тайбрейк, след като се стигна до 6-6.
+При този момент Потро получава лечение на рамото си, но успява да се върне в играта.
+Програмата започна в 8:30 сутринта местно време (15:00 UTC).
+Известни певци по цялата страна изпълниха бхаджан, или духовни песни, пред краката на Шри Шайам.
+Певецът Санжу Шарма започна вечерта, последван от Джей Шанкар Чаудари, който представи и „чапан бхог бхаджан“. Певецът Раджу Кханделвал го допълни.
+След това Лакха Сингх започна да пее бхаджан.
+Баба Шайам получава 108 плошки Чхапан Бхог (в индуизма 56 различни хранителни продукта, като сладости, плодове, орехи, блюда и т.н., които се предлагат на божеството).
+Лакха Сингх представи и чапан бхог бхаджан. Съпровождал го певецът Раджу Кханделвал.
+На презентацията в четвъртък на Токийската игрова изложба президентът на Nintendo, Сатору Ивата, представи дизайна на контролната единица на новата конзола на компанията Nintendo Revolution.
+Наподобяващ пулт за телевизия, контролерът използва два сензора, разположени близо до телевизора на потребителя, за да определи позицията му в тримерното пространство.
+Това ще позволи на играчите да контролират действията и движенията в видеоигри, като преместват устройството през въздуха.
+Гианкарло Фишиела загуби контрола над колата си и прекрати състезанието много скоро след старта.
+Неговият съотборник Фернандо Алонсо е бил на първо място през по-голямата част от състезанието, но е завършил след пит-стоп, вероятно поради неправилно закрепено предно лево колело.
+Майкъл Шумахер завърши състезанието малко по-късно от Алонсо, поради повредата на подвеската в многократните битки по време на състезанието.
+„Тя е много мила и пее добре също“, каза той по транскрипт на пресконференцията.
+„Всеки път, когато направихме репетиция на тази песен, съм бил троен до дъното на сърцето.“
+Около 3 минути след пускането, камера на борда показва множество парчета от изоляционна пена, които се откъсват от горивния резервоар.
+Въпреки това не се смята, че са нанесли ущърб на космическия кораб.
+Началникът на програмата за космически кораби на НАСА Н. Уейн Хейл младши каза, че пенополиуретанът е „паднал след времето, в което се интересуваме“.
+Пет минути след началото на прожекцията започва да се вдига вятър, около една минута по-късно той достига скоростта 70 км/ч... след това започва да вали дъжд, но толкова силен и голям, че покоси кожата на хората като игла, след което от небето започва да валят градинки, хората започват да паникарят и да викат и да бягат един на друг.
+Загубих сестрата и нейната приятелка и на пътя ми срещнах двама инвалиди в колячки, които просто прескачаха и ги натискаха“, каза Арманд Версаче.
+NHK също така съобщи, че атомната електроцентрала Кашивазаки Карива в префектура Ниигата работи нормално.
+Hokuriku Electric Power Co. съобщи, че от земетресението няма никакви последствия и че реакторите номер 1 и 2 на ядрената му електроцентрала Шика бяха изключени.
+Съобщава се, че около 9400 къщи в региона са без вода, а около 100 без електричество.
+Някои пътища са повредени, железопътните услуги са прекъснати в пострадалите райони, а летището в префектурата Ишикава остава затворено.
+Една бомба е взривена пред офиса на генерал-губернатора.
+Още три бомби експлодираха в близост до правителствени сгради в периода от две часа.
+Според някои доклади броят на загиналите е оценен на осем души, а официалните доклади потвърждават, че до 30 души са били наранени, но окончателните числа все още не са известни.
+В урините на домашни любимци, които са починали след консумиране на заразена храна, са открити както цианидиновата киселина, така и меламин.
+Двата съединения реагирават едно с друго и образуват кристали, които могат да блокират функцията на почките, казват изследователите от университета.
+Изследователите наблюдават кристали, образувани в урината на котките чрез добавяне на меламин и цианидинова киселина.
+Съставът на тези кристали съответства на кристалите, намирани в урината на заразените домашни животни, когато се сравняват чрез инфрачервена спектроскопия (FTIR).
+Не знам дали разбирате или нет, но повечето стоки от Централна Америка влязоха в страната без данъци.
+Въпреки това осемдесет процента от нашите стоки са облагани с тарифи в Централноамериканските държави.
+Това не изглеждаше на смисъл на мен; точно не е било справедливо.
+Всичко, което казвам на хората, е, че трябва да нас третират по същия начин, по който и ние ги третираме.
+Губернаторът на Калифорния Арнолд Шварценегер подписа закон, който забранява продажбата или наемането на насилствени видеоигри на деца.
+Законът изисква насилствените видеоигри, продавани в щата Калифорния, да бъдат маркирани с етикетка с надпис „18“ и прави продажбата на тези игри на непълнолетни наказуема с наказание в размер на 1000 долара за всеки случай.
+Директорът на Държавната прокуратура, Киър Стармер, изнесе изявление тази сутрин, в което обяви обвинението срещу Хюн и Прайс.
+Хухне подаде оставка и ще бъде заменен в кабинета от Ед Дейви, член на парламента. Очаква се Норман Ламб, член на парламента, да заеме поста на министъра на бизнеса, който Дейви напуска.
+На 16 февруари Хуне и Прайс трябва да се явят пред магистратския съд на Уестминстър.
+Жертвите са Николас Алден, 25, и Закари Къддебек, 21. Къддебек е бил шофьорът.
+Едгар Вегила получава рани на ръката и на челюстта, докато Кристофър Шнайдер трябваше на реконструктивна операция на лицето.
+Огнестрелното оръжие на Ука се провали, докато е било насочено към главата на петия човек. Шнайдер страда от постоянни болки, слепота в едното око, отсъствие на част от черепа и реконструирана лицева част от титан.
+Шнайдер свидетелстваше чрез видеовръзка от база на USAF в родината си.
+Освен събитието в сряда, Карпанедо участва в две индивидуални състезания на шампионата.
+Нейният първи беше слаломът, където тя завърши с Did Not Finish в първата си обиколка. 36 от 116 състезатели имаха подобен резултат в тази надпревара.
+Във втората си дисциплина, гигантският слалом, тя завърши на 10-то място в групата на жените с общо време 4:41,30 минути, което е 2:11,60 минути по-бавно от австрийката Клаудия Лойш, завършила на първо място, и 1:09,02 минути по-бавно от унгарката Джайоги Дани, завършила на 9-то място.
+Четири скиоркини в групата на жените не успяха да завършат изкачването си, а 45 от общо 117 скиорки в дисциплината гигантски слалом не успяха да завършат състезанието.
+Полицията на Мадхя Прадеш успя да си върнат украдените ноутбук и мобилен телефон.
+Заместителят инспектор-генерал Д. К. Ария каза: „Арестувахме пет лица, които насилуваха швейцарската жена и открихме мобилния ѝ телефон и лаптоп“.
+Обвиняемите са Баба Канджар, Бхута Канджар, Рампро Канджар, Газа Канджар и Вишну Канджар.
+Полицейският началник Чандра Шехар Соланки каза, че обвиняемите се появиха в съда с покрити лица.
+Въпреки че трима души са били в къщата, когато се е произошел сблъсък с колата, никой от тях не е бил наранят.
+Въпреки това шофьорът получи сериозни наранявания на главата.
+Пътят, по който се е случил катастрофата, беше временно затворен, докато специализираните служби освободиха шофьора от червения Audi TT.
+Първоначално е бил настанен в болницата Джеймс Пейджет в Грийт Ярмут.
+След това е преместен в болницата Addenbrooke's Hospital в Кеймбридж.
+След това Адекоя е обвинена в убийството на сина си пред съда в Единбург.
+Тя е в затвора, докато се разглеждат обвиненията и процесът, но свидетелските доказателства на очевидците могат да бъдат нарушени, тъй като снимката ѝ е широко разпространена.
+Това е често практикувано в други части на Обединеното кралство, но правосъдието в Шотландия функционира по-различен начин и съдилищата смятат публикуването на снимките за потенциално предизвикателно.
+Професор Памела Фъргюсън от Университета в Дънди забелязва, че „журналистите изглеждат да преминават опасността, ако публикуват снимки и т.н. на заподозрените.“
+Офисът на кралското прокурора, който е отговорен за обвиненията, е указал на журналистите, че няма да се дава никакви допълнителни коментари поне до обвинението.
+Според изтичането документът ще се отнася до спора за границите, които Палестина иска по границите преди войната в Близкия изток през 1967 г.
+Другите теми, които са обсъдени, включват бъдещето на Йерусалим, който е свещен за двете нации, както и проблема с Йорданската долина.
+Израел иска военно присъствие в долината в продължение на десет години, след като се подпише споразумение, докато ПА се съгласява да остави такова присъствие само в продължение на пет години.
+Огнестрелците в допълнителния опит за контрол на вредителите трябваше да бъдат строго наблюдавани от ловците, тъй като опитът беше наблюдаван и неговата ефективност оцениваше.
+През партньорството на NPWS и Sporting Shooters Association of Australia (NSW) Inc са наети квалифицирани доброволци, които са включени в ловния програма на Sporting Shooters Association.
+Според Мик О'Флин, временният директор на парка за опазване и наследство на NPWS, четиримата стрелци, избрани за първата стрелба, са получили подробни инструкции за безопасност и обучение.
+Вчера Мартъл поклет нов временен избирателен съвет (CEP) с девет членове.
+Това е петият му CEP за четири години.
+Миналата месец президентската комисия препоръчва на предшественика на CEP да подаде оставка, като част от пакет от мерки, които трябва да бъдат предприети, за да се движи страната към нови избори.
+Комисията е отговор на широко разпространените протести срещу режима, които започнаха през октомври.
+Насилствените протести са били предизвикани от невъзможността да се проведат избори, някои от които трябваше да се проведат от 2011 г.
+Приблизително 60 случая на прегряване на iPods са били съобщени, което е довело до общо шест пожара и оставяше четирима души с леки наранявания.
+Министерството на икономиката, търговията и промишлеността (METI) на Япония заяви, че е било информирано за 27 инцидента, свързани с устройствата.
+Миналата седмица METI съобщи, че Apple е информирала организацията за 34 допълнителни случая на прегряване, които компанията нарече „несерьозни“.
+Министерството реагира, като нарече отлагането на доклада на Apple „истински нещастен случай“.
+Земетресението удари Мариана в 07:19 сутринта местно време (09:19 сутринта GMT в петък).
+Службата по управление на бедствията на Северните Мариански острови съобщи, че няма доклади за нанесени щети в страната.
+Пацифичният център за предупреждаване на цунами също така съобщи, че няма признаци за цунами.
+Бивш полицай от Филипините е държал като заложници туристи от Хонг Конг, като е ограбил автобус, в който са пътували, в Манила, столицата на Филипините.
+Роландо Мендоза стреля с пушка М16 по туристите.
+Досега са спасени няколко заложници и са потвърдени смъртните случаи на най-малко шест души.
+Шестима заложници, включително децата и старите хора, бяха освободени рано, както и филипинските фотографи.
+По-късно фотографите заеха мястото на възрастната дама, тъй като тя се нуждаеше от туалет. Мендоза беше прострелян.
+Лигинс следваше стъпките на баща си и започна кариера в медицината.
+Той се обучава като акушер и започва работа в Националната болница за жени в Окланд през 1959 г.
+Докато работел в болницата Лигинс започна да проучва преждевременното раждане в свободното си време.
+Изследванията му показаха, че ако се дава специфичен хормон, се ускорява зреенето на бебешките плодни легъчи.
+Според Xinhua в сряда държавните разследващи са открили два „черни ящика“ за записване на полети.
+Колегите от борбата също почестваха Луна.
+Томи Дриймър каза: „Луна беше първата кралица на екстрема. Моят първи мениджър. Луна умря на нощта на двете луни. Прекрасно уникална, както тя. Силна жена.“
+Дастин „Голдуст“ Рънелс коментира, че „Луна беше толкова странна, колкото аз... може би дори повече... я обичам и ще мисля на нея... надявам се, че е на по-добро място“.
+От 1400 души, попитани преди федералните избори през 2010 г., тези, които са против превръщането на Австралия в република, нараснаха с 8 процента от 2008 г.
+По време на кампанията на федералните избори през 2010 г. временният министър-председател Джулия Гилард твърди, че смята, че Австралия трябва да стане република по края на управлението на кралица Елизабет II.
+34 процента от тези, участвали в проучването, споделят тази гледнашка, желаейки кралица Елизабет II да бъде последният монарх на Австралия.
+В крайностите на анкетата 29 процента от опросените смятат, че Австралия трябва да стане република скоро, докато 31 процент смятат, че Австралия никога не трябва да стане република.
+Олимпийският шампион трябваше да се състезава на 100 и 200 метра свободен стил и в трите щафети на Игрите на Британската общност, но поради жалбите му не е ясно дали е в добро състояние.
+Не може да приеме лекарствата, които са необходими, за да преодолее болката, тъй като те са забранени на игрите.
+Къртис Купър, математик и професор по компютърни науки в Университета на Централна Мисури, откри на 25 януари най-големият известен досега прост чисъл в света.
+През началото на февруари няколко души потвърдиха откритието с помощта на различно хардуерно и софтуерно оборудване и това беше обявено в вторник.
+Може би кометите са били източник на доставка на вода към Земята, както и на органични вещества, които могат да образуват протеини и да подпомагат живота.
+Научните работници се надяват да разберат как се формират планетите, особено как се е формирал Земята, тъй като кометите се сблъскват с нея отдавна.
+Куомо, на 53-годишна възраст, започна да управлява по-рано тази година и подписа закон миналата месец, който легализира еднополовите бракове.
+Той се отнася към слуховете като към „политически безсмислици и глупости“.
+Предполага се, че той ще се кандидатира за президент през 2016 г.
+Системата NextGen, твърдят от FAA, ще позволи самолетите да летят по по-кратки маршрути и да спасят милиони галони гориво всяка година и да намалят емисиите на въглероден диоксид.
+Това използва технология, базирана на сателити, вместо по-стара технология, базирана на земни радари, за да позволи на контролерите на въздухоплаването да определят самолетите с по-голяма точност и да предоставят пилотите по-точни информации.
+Няма допълнителни транспортни средства и надземните влакове няма да спират на „Wembley“, а паркингите и паркингите „Park-and-ride“ не са достъпни на терена.
+Страховете от липсата на транспорт предизвикаха възможността на мача да се играе за затворени врати без подкрепата на отбора.
+Студия, публикувана в четвъртък в списанието „Science“, съобщи за формирането на нов вид птици на еквадорските Галапагоски острови.
+Изследователи от Университета в Принцтън в САЩ и Упсалаския университет в Швеция съобщиха, че новият вид се е еволюирал само за две поколения, въпреки че процесът е бил смятан за по-дълъг, тъй като се е случвало кръстосване между ендемичния дарвинов финче, Geospiza fortes, и иммигриращия кактусов финче, Geospiza conirostris.
+Златото може да бъде обработвано в различни форми. Може да се свива в малки форми.
+Може да се свива в тонък провод, който може да бъде свит и плетен. Може да се избива или навива в листове.
+Може да бъде направено много тънко и прикрепяно към други метални предмети. Може да бъде направено толкова тънко, че понякога е било използвано за украси на ръчно рисуваните картини в книгите, наречени „илюстрирани ръкописи“.
+Това се нарича химичното pH. Можете да направете индикатор с сок от червена капуста.
+Цветът на капустния сок се променя в зависимост от това дали химическото вещество е кислотно или основно (алкално).
+Уровните на pH се указват с количеството на водородни (H) йони в тестирания химичен състав.
+Водородните иони са протони, чиито електрони са отнесени от тях (защото атомите на водорода се състоят от един протон и един електрон).
+Смесите двамата сухи порошки заедно и след това, с чисти мокри ръце, спрейте те в топка.
+Влажността на ръцете ще реагира с външните слоеве, които ще се чувстват странно и ще образуват някакъв вид скорлупа.
+Градовете Харапа и Мохенджо-даро са имали тоалет в почти всяка къща, свързан с сложна канализационна система.
+Останки от канализационни системи са открити в къщите на Минойските градове на Крит и Санторини в Гърция.
+В древния Египет, Персия и Китай също имаше туалети. В римската цивилизация туалетите понякога са били част от обществените бани, където мъжете и жените са били заедно в смесени компании.
+Когато се свързвате с човек, който е на хиляди мили далеч, използвате сателит.
+Спутникът в космоса получава сигнала и отразява го обратно, почти моментално.
+Сателитът беше изпратен в космоса с ракета. Научните работници използват телескопи в космоса, тъй като атмосферата на Земята нарушава някои от нашите светлини и гледки.
+Трябва огромна ракета с височина над 100 фута, за да изведе сателит или телескоп в космоса.
+Колелото е променило света в невероятни начини. Най-голямата неща, които колелото направи за нас, е да направи транспортирането лесно и бързо.
+Принесе нам влака, колата и много други превозни средства.
+Под тях са по - големи котки, които се хранят с по - големи плъвци, които варират от зайци до антилопи и елени.
+Накрая, има много малки котки (включително и домашни любимци), които се хранят с много по-многобройните малки плячка като насекоми, гръбначни, гущери и птици.
+Тайната на успеха им е концепцията на нишата, специалната работа, която всяка котка изпълнява, която ѝ позволява да не се състезава с другите.
+Лъвовете са най-социалните котки, които живеят в големи групи, наречени „прайд“.
+Груповите са съставени от един до трима сродни мъже, както и от няколко десетки женски индивиди и кучета.
+Женските са обикновено близкородни една на друга, като образуват голяма семейна група от сестри и дъщери.
+Семействата от лъвове действат много подобно на стаи от вълци или кучета, животни удивително сходни с лъвовете (но не с другите големи котки) по поведение и също така много опасни за плячката си.
+Отличен атлет, тигърът може да се качи (макар и не добре), да плува, да прыга на големи разстояния и да вдига с пет пъти по-голяма сила от силен човек.
+Тигърът е от същата група (род Panthera) като лъвовете, леопардите и ягуарите. Тези четири котки са единствените, които могат да викат.
+Възкликът на тигъра не е като пълнозвучен възклик на лъв, а повече наподобява извикване на слънчеви думи.
+Оцелотите обичат да се хранят с малки животни. Те ще уловят маймуни, змии, гризачи и птици, ако могат. Повечето от животните, които оцелот ловува, са много по-малки от него.
+Научните работници смятат, че оцелотите следят и намират животни, които да ядат (жертви), чрез чувството на обоняние, за да разберат къде са били на земята.
+Те могат да виждат много добре в мрака с помощта на нощната видимост и също така се движат много тихо. Оцелотите ловят плячката си, като се сливат с околната среда, след което нападат плячката си.
+Когато малка група живи същества (малка популация) се отделя от основната популация, от която са дошли (например, ако преминават през планински вериги или през река, или ако се преместват на нов остров, за да не могат лесно да се върнат), те често се оказват в различна среда от тази, в която са били преди.
+Новата среда има различни ресурси и различни конкуренти, така че новата популация ще трябва да има различни характеристики или адаптации, за да бъде по-силен конкурент отколкото преди.
+Оригиналното население не се е променило нито по малко, все още се нуждаят от същите адаптации като преди.
+С течение на времето, когато новата популация започва да се адаптира към новата си среда, тя започва да изглежда все по-малко като останалата популация.
+В крайна сметка, след хиляди или дори милиони години, двете популации ще са толкова различни, че не могат да бъдат наречени от един вид.
+Наричаме този процес специация, което просто означава формирането на нови видове. Специацията е неизбежна последица и много важна част от еволюцията.
+Растенията произвеждат кислород, който хората вдишват, и вдишват въглекислород, който хората изхвърлят (т.е. издишват).
+Растенията изготвят храната си от слънчевата светлина чрез фотосинтеза. Те също така осигуряват сянка.
+Създаваме нашите къщи от растения и създаваме одежда от растения. Повечето храни, които ядем, са растения. Без растения животните не могат да оцеляват.
+Мосаурусът е бил върховото хищно животно по това време, така че се бояше само от други мосауруси.
+Дългите му челюсти са били покрити с повече от 70 остри зъба, както и с допълнителна двойка в покрива на устата, което означава, че не е имало изход за нищо, което е преминавало по пътя му.
+Не знаем точно, но е възможно, че е имало видоизменен език. Неговата диета включваше черепахи, големи риби, други мозасаури и може би дори е бил каннибал.
+То също атакуваше всичко, което влизаше във водата; дори огромният динозавър T. rex би не успял да се справи с него.
+Въпреки че повечето от тяхната храна би била нам позната, римляните имали и своя дял от странни или необичайни хранителни продукти, включително диви прасета, павлините, слизъци и един вид гризачи, наречен „дремлюшка“.
+Другото различие е, че докато бедните и жените ядят своята храна, седяйки на столове, богатите мъже предпочитат да организират банкети заедно, където лежат на страните си, докато ядат.
+Съвременните римски яства не могат да включват храни, които пристигнаха в Европа от Америка или от Азия по-късно през вековете.
+Например, нямало нито кукуруза, нито помидорчета, нито картофел, нито какао, а древните римляни никога не пробовали кърма.
+Бабилонците построиха всеки от своите богове основен храм, който се смяташе за дом на божеството.
+Людите носеха жертви на боговете, а свещениците се опитваха да удовлесят нуждите на боговете чрез церемонии и фестивали.
+Всяка храмова сграда имала отворен храмов двор и след това вътрешен храмов храм, който само свещениците могат да влязат.
+В някои случаи са били построени специални пирамидални кули, наречени зигърати, които са били част от храмовете.
+Върхът на кулата е бил специален храм на божеството.
+При топлото климат на Близкия изток къщата не е била толкова важна.
+Повечето от живота на еврейската семейство се е случвало на открито.
+Жените вариха в двора; магазините са били просто отворени столове, които гледаха на улицата. За строежа на къщите се е използвал камен.
+В земите на Канаан нямаше големи гори, така че дървото е било изключително скъпо.
+Гренландия е била слабо населена. В скандинавските саги се казва, че Ерик Червеният е бил изгонен от Исландия за убийство и когато е пътувал на запад, е намерил Гренландия и е дал името Гренландия.
+Но независимо от неговия открит, ескимоските племена вече живееха там по това време.
+Въпреки че всяка страна е била „скандинавска“, между хората, кралете, обичаите и историята на Дания, Швеция, Норвегия и Исландия имаше много различия.
+Ако сте гледали филма „Национално съкровище“, можете да си помислите, че картата на съкровището е била написана на обратната страна на Декларацията за независимост.
+Въпреки това това не е вярно. Въпреки че има нещо написано на задната страна на документа, това не е карта към съкровище.
+На задната страна на Декларацията за независимост са написани думите „Оригиналната Декларация за независимост, датирана 4-ти юли 1776 г.“. Текстът се намира в долната част на документа, наопако.
+Въпреки че никто не знае точно кой е написал, е известно, че първоначално голямата пергаментна документация (с размери 29¾ дюйма на 24½ дюйма) е била навита за съхранение.
+Следователно, вероятно е, че нотацията е добавена просто като етикет.
+Приземяването в Ден Д и последвалите битки освободиха северната част на Франция, но южната все още не беше свободна.
+Тя била управлявана от „Виши“ французи. Това бяха французи, които сключиха мирен договор с германците през 1940 г. и работели с окупаторите, вместо да се борят с тях.
+На 15 август 1940 г. съюзниците нахлуват в южна Франция, което е наречено „Операция Драгун“.
+За само две седмици американците и силите на Свободна Франция освободиха южна Франция и се обръщаха към Германия.
+Цивилизацията е единствена култура, споделяна от значителен голям брой хора, които живеят и работят кооперативно, общество.
+Словото цивилизация идва от латинското civilis, което означава цивилен, свързано с латинското civis, което означава гражданин, и civitas, което означава град или град-държава, и това по някакъв начин определя големината на обществото.
+Градовете-държави са предшествениците на нациите. Гражданската култура предполага предаването на знания от поколение на поколение, продължаване на културния отпечаток и справедливо разпространение.
+Малките култури често изчезват без да оставят значимо историческо свидетелство и не могат да бъдат разпознати като правилни цивилизации.
+По време на революционната война тринадесетте щата първо формираха слаба централна власт – с Конгреса като единствено съставно звено – според Устава за конфедерацията.
+Конгресът нямаше никаква власт да налага данъци и, тъй като нямаше национална изпълнителна или съдебна власт, той се е зависел от държавните власти, които често са били непослушни, за изпълнение на всички си актове.
+Тя също така нямаше право да преодоля налогообложението и тарифите между държавите.
+Требваше единно съгласие от всички държави, преди да могат да бъдат променени. Държавите пренебрегнаха централната власт толкова, че техните представители често са били отсутствали.
+Националният футболен отбор на Италия, заедно с националният футболен отбор на Германия, е вторият най-успешен отбор в света и е бил шампион на Световното първенство по футбол на ФИФА през 2006 г.
+Най-популярните спортове включват футбол, баскетбол, волейбол, водно поло, фехтовка, рагби, колоездене, хокей на лед, ролък хокей и Формула 1.
+Зимните спортове са най-популярни в северните региони, където италианците се състезават в международни игри и олимпийски събития.
+Япония разполага с почти 7000 острова (най-големият от които е Хоншу), което я прави 7-та по големина страна в света!
+Заради групата/кластера острови, които Япония има, тя често се нарича „архипелаг“ от географска гледнашка.
+Историята на Тайван започва още през 15-ти век, когато европейските мореплаватели, преминавайки покрай него, записват името на острова като Ilha Formosa, или красив остров.
+През 1624 г. Нидерландската Източноиндийска компания основава база в югозападната част на Тайван, като започва трансформация на практиките за производство на зърно на аборигените и наема китайски работници, които да работят в рисовите и сахарните плантации на компанията.
+През 1683 г. силите на династията Цин (1644-1912) завладяват западните и северните крайбрежия на Тайван и обявяват Тайван за провинция на Цинската империя през 1885 г.
+През 1895 г., след поражението в Първата sino-японска война (1894 – 1895 г.), правителството на Цин подписва споразумението от Шимоносеки, според което предава суверенитета над Тайван на Япония, която управлява острова до 1945 г.
+Мачу Пикчу се състои от три основни структури: Интиуатана, храмът на слънцето и стаята на трите прозореца.
+Повечето от сградите по периферията на комплекса са реконструирани, за да дадат на туристите по-добра представа както са изглеждали първоначално.
+До 1976 г. тридесет процента от Мачу Пикчу са били възстановени и реставрационните работи продължават до днес.
+Например, най-често използваният формат за фотографиране на снимки в света е 35 mm, който беше доминиращият формат на филмовете в края на ерата на аналоговите филми.
+Днес все още се произвежда, но по-важното е, че форматът на сензора на цифровата камера е наследен от него.
+Форматът 35 mm всъщност е 36 mm по ширина и 24 mm по височина.
+Затова се казва, че аспектът на този формат (разделяне на двенадесет за да се получи най-простото целочислено отношение) е 3:2.
+Много популярни формати (семейството на форматите APS, например) са равни или се близо приближават към този аспектен съотношение.
+Многократно злоупотребяваната и често осмеявана правило на третите е проста насока, която създава динамика, докато запазва определена мерка на порядък в изображението.
+Съобщава се, че най-ефективното място за главния предмет е на кръстоса на линиите, които го разделят на трети вертикално и хоризонтално (вижте пример).
+По време на този период от историята на Европа католическата църква, която стана богата и могъща, е подложена на критика.
+В продължение на повече от хиляда години християнската религия е свързвала европейските държави въпреки различията по език и обичаи.
+Неговата огромна мощ влияеше на всички от краля до обикновеният човек.
+Едно от основните християнски убеждения е, че богатството трябва да се използва за намаляване на страданията и бедността и че паричните средства на църквата са предназначени именно за тази цел.
+Централната власт на църквата е била в Рим повече от хиляда години и тази концентрация на властта и парите доведоха мнозина да се поставят под въпрос дали това правило е било изпълнявано.
+Скоро след избухването на военните действия Великобритания започва морски блокада на Германия.
+Стратегията се оказа ефективна, като прекъсва жизненно важните военни и цивилни снабдявания, въпреки че тази блокада нарушава общите приети международни закони, които са закрепени в няколко международни споразумения от последните две столетия.
+Великобритания минира международните води, за да предотврати влизането на кораби в цели части на океана, което представлява опасност и за неутралните кораби.
+Тъй като реакцията на тази тактика беше ограничена, Германия очакваше подобна реакция на неограничената подводническа война си.
+През 1920-те години преобладаващите настроения на повечето граждани и народи са били пацифизъм и изоляционизъм.
+След наблюдението на ужасите и зверствата на войната през Първата световна война, народите искаха да избегнат подобна ситуация в бъдеще.
+През 1884 г. Тесла се премества в САЩ, за да приеме работа в компанията на Едисон в Ню Йорк.
+Той пристигна в САЩ с 4 цента на ръка, книга с поезия и писмо с препоръка от Чарлз Батчълър (главния му мениджър по предишната работа) на Томас Едисън.
+Древният Китай имаше уникален начин да покаже различни времеви периоди; всяка епоха на Китай или всяка династия, която управляваше, е била уникална.
+Също така между всяка династия имаше нестабилна епоха на разделени провинции. Най-известният от тези периоди е епохата на Трите царства, която продължи 60 години между династиите Хан и Джин.
+По време на тези периоди се провеждаше ожесточена война между много благородници, които се бореха за трона.
+Периодът на „Трите царства“ е един от най-кървавите периоди в историята на Древен Китай, хиляди хора загинаха в битките за мястото на трона в големия дворец в Сиан.
+Има много социални и политически последствия, като употребата на метричната система, преминаването от абсолютизма към републиканството, национализъм и вярата, че държавата принадлежи на хората, а не на един единствен владетел.
+След революцията професиите са били отворени за всички желаещи мъже, което е позволило на най-амбициозните и успешните да постигнат успех.
+Това се отразява и на армията, тъй като вместо рангите в армията да бяха базирани на клас, те сега са базирани на калибър.
+Французската революция е вдъхновила мнозина преследвани работници от други страни да започнат собствени революции.
+Мухаммед е бил дълбоко заинтересован в нещата, които превъзхождат повседневния живот. Често посещавал пещера, която стана известна като „Хира“ на планината „Нур“ (светлина), за размисъл.
+Самата пещера, която е оцеляла през времето, дава очень ясна представа за духовните наклонности на Мохамед.
+Намирайки се на върха на един от планините северно от Мека, пещерата е напълно изолирана от останалата част на света.
+Всъщност, даже ако знаеш, че съществува, не е лесно да го намериш. Когато влезеш в пещерата, е пълна изоляция.
+Нищо не може да се види освен ясния, красив небесния свод и многобройните околни планини. Малко от този свят може да се види или чува отвътре в пещерата.
+Великата пирамида в Гиза е единствената от Семте чудеса, която все още стои.
+Голямата пирамида, построена от Египтяне през трети век пр.н.е., е една от многото големи пирамиди, построени в чест на починалите фараони.
+Платото Гиза или „Некрополът на Гиза“ в египетската Долина на мъртвите съдържа няколко пирамиди (от които най-голямата е най-голямата), няколко малки гробници, няколко храма и голямата Сфинкс.
+Голямата пирамида е създадена, за да почести фараона Хуфу, а многото по-малки пирамиди, гробници и храмове са построени, за да почестват съпругите и членовете на семейството на Хуфу.
+Маркирането „нагоре“ наподобява буквата V, а маркирането „надолу“ наподобява забивка или квадрат, който липсва от долната си страна.
+Нагоре означава, че трябва да започнете от върха и да натиснете лъкът, а надолу означава, че трябва да започнете от опашката (където ръката държи лъкът) и да вдигнете лъкът.
+Обикновено струнните инструменти издават по-мекъв звук, когато се свирят нагоре, а по-силен и по-агресивен, когато се свирят надолу.
+Можете да напишете собствените си марки, но имайте предвид, че печатните марки за извивките имат музикален смисъл, така че обикновено трябва да бъдат уважавани.
+На 6-ти октомври 1789 г. тероризираният крал Луи XVI, кралицата Мари-Антуанет и двамата им малки деца (11-годишната Мари-Тереза и четиригодишния Луи-Шарл) и сестрата на краля, госпожа Елизабет, са били принудени да се върнат в Париж от толпата на пазарите от Версай.
+В кочия, те се върнаха обратно в Париж, обкръжени от толпа на хора, които викаха и заплашваха краля и кралицата.
+Групата на хората принуди краля и кралицата да оставят прозорците на колелата си отворени.
+На едно място член на мобата вдигна главата на убит кралски стражник от Версай пред ужасената кралица.
+Войните разходи на американския империализъм при завладяването на Филипините са платени от самите филипинци.
+Те бяха принудени да плащат данъци към колониалния режим на САЩ, за да се покрие основната част от разходите и процентите по облигациите, издадени в името на филипинското правителство чрез банковските къщи на Уол Стрийт.
+Очевидно, суперпритезите, получени от продължителното експлоатиране на филипинския народ, ще представляват основните печалби на американския империализъм.
+За да разберете Темплиерите, трябва да разберете контекста, който ги е довел до създаването на ордена.
+Времето, в което се случват събитията, се нарича „Възраст на Средните векове“, период от европейската история през 11-ти, 12-ти и 13-ти век (1000 г. – 1300 г.).
+Възходът на Средните векове е предшестван от Ранните Средни векове и последван от Позните Средни векове, които по традиция завършват около 1500 г.
+Технологичният детерминизъм е термин, който обхваща широка гама от идеи в практиката, от технологичния натиск или технологичния императив до строгия смисъл, че съдбата на човечеството е управлявана от невидима логика, свързана с научните закони и технологичните проявления на тези закони.
+Повечето интерпретации на технологичния детерминизъм споделят две общи идеи: че развитието на технологиите следва път, който е предимно извън влиянието на културата или политиката и че технологиите от своя страна имат „ефекти“ върху обществата, които са вродени, а не социално обуславяни.
+Например, може да се каже, че автомобилът непременно води до развитието на пътищата.
+Въпреки това, националната мрежа от пътища не е икономически жизнеспособна само за няколко коли, така че се разработват нови методи на производство, за да се намали разходите за притежание на автомобил.
+Масовото притежание на автомобили също води до по-висок процент на катастрофи на пътищата, което води до изобретяването на нови техники в медицината за ремонт на повредени тела.
+Романтизмът имаше голям елемент на културен детерминизъм, извлечен от писатели като Гьоте, Фихте и Шлегел.
+В контекста на Романтизма географията формирала индивидите и с течение на времето се развиваха обичаи и култура, свързани с тази география, и те, които са в съгласие с местоположението на обществото, са били по-добри от произволно наложените закони.
+Като Париж е известен като моден център на съвременния свят, Константинопол е смятан за моден център на феодална Европа.
+Неговата слава като епицентър на лукса започна около 400 г. н.е. и продължи до около 1100 г. н.е.
+Статусът му намали през 12-ти век главно поради факта, че кръстоносците се върнаха с подаръци, като сатини и специи, които били по-ценни от това, което предлагали византийските пазари.
+През този период се осъществява прехвърлянето на титлата „Моден център“ от Константинопол на Париж.
+Готическият стил достига връх в периода между 10-ти и 11-ти век и 14-ти век.
+Първоначално дрехата е била силно повлияна от византийската култура на изток.
+Въпреки това, поради бавните комуникационни канали, стиловете на Запад могат да отстъпват с 25 до 30 години.
+В края на Средните векове Западна Европа започна да развива собствен стил. Едно от най-големите постижения на времето в резултат на кръстоносните походи хората започнали да използват пуговици за закрепване на одеждата.
+Субсистенциалната селскостопанска дейност е селскостопанска дейност, която се извършва за производство на достатъчно храна, която да удовлетворява само нуждите на селскостопанските производители и семействата им.
+Поддържателното земеделие е прост, често органически, систем, който използва запазени семена, които са характерни за екорегиона, в комбинация с ротация на културите или други относително прости техники, за да максимизира урожая.
+Исторически повечето земеделци са се занимавали с субсидиарно земеделие и това все още е случаят в много развиващи се държави.
+Субкултурите обединяват хора с подобни възгледи, които се чувстват пренебрегнати от обществените стандарти и им позволяват да развият чувство за идентичност.
+Субкултурите могат да бъдат различни поради възраст, етнически произход, клас, местоположение и/или пол на членовете.
+Качествата, които определят подкултурата като различна, могат да бъдат езикови, естетически, религиозни, политически, сексуални, географски или комбинация от фактори.
+Членовете на подкултурата често демонстрират членството си чрез характерен и символичен стил, който включва модите, манерите и жаргона.
+Едно от най-често използваните средства за илюстриране на важността на социализирането на децата е да се върнат към няколко нещастийни случаи на деца, които, поради пренебрежение, нещастие или намерен злоупотреб, не били социализирани от възрастните, докато се развивали.
+Такива деца се наричат „дики“ или „диви“. Някои дики деца са били ограничени от хора (обикновено от собствените си родители); в някои случаи това е било поради отхвърляне на децата от страна на родителите поради сериозни интелектуални или физически увреждания.
+Може би децата са претърпяли сериозна злоупотреба или травма, преди да бъдат изоставени или да избягат.
+Други се твърди, че са били отгледани от животни, а някои твърдят, че са живели в дивата природа самостоятелно.
+Когато е напълно отгледан от животни, които не са хора, детето проявява поведение (в рамките на физическите му възможности) почти напълно като на животното, което го грижи, като например страхът му или безразличието към хората.
+Въпреки че обучението на базата на проекти трябва да направи обучението по-лесно и по-интересно, скелетът отива една стъпка по-нагоре.
+Скафандърът не е метод за учене, а асистент, който осигурява подкрепа на индивидите, които преминават през нов процес на учене, като използват нов компютърен софтуер или започват нов проект.
+Скафандрите могат да бъдат както виртуални, така и реални, т.е. учителят е вид скафандър, но също така и малък човечек от Microsoft Office.
+Виртуалните скафандри се въплъкват в софтуера и са предназначени да поставят въпроси, да посочват и да обясняват процедури, които може би са били трудни за студентите да справят самостоятелно.
+Децата са поставени в приемно семейство за широка гама причини, които включват пренебрежение, злоупотреба и дори изнудване.
+Нито едно дете не трябва никога да израсне в среда, която не е възпитателна, загрижена и образователна, но това се случва.
+Смятаме, че системата на опекуване е зона на безопасност за тези деца.
+Нашата система за настаняване трябва да осигури безопасни домове, загрижени опекувачи, стабилно образование и надежна медицинска грижа.
+Опекуването трябва да осигури всички необходими условия, които липсват в дома, от който са били прехвърлени преди.
+Интернетът комбинира елементи на както масова, така и междуличностна комуникация.
+Особените характеристики на интернетът довеждат до допълнителни измерения при подхода към употребата и удовлетворението.
+Например, „ученето“ и „социализирането“ са предложени като важни мотивации за използване на интернет (James et al., 1995).
+„Персоналната вовлеченост“ и „продолжаващите взаимоотношения“ също са определени като нови аспекти на мотивацията от Eighmey и McCord (1998), когато проучват реакциите на публиката на уебсайтове.
+Използването на видеозаписите доведе до важни открития в интерпретацията на микро-изражения, на лицевите движения, които продължават само няколко микросекунди.
+Особено се твърди, че е възможно да се определи дали човек е лъжец, чрез правилното интерпретиране на микро-изрази.
+Оливър Саксс, в своята статия „Президентските речи“ показва как хората, които не могат да разберат речта поради нараняване на мозъка, все пак могат точно да оценят искреността.
+Дори предлага, че такива способности за интерпретиране на човешкото поведение може да имат и животни като домашните кучета.
+Изследванията през 20-ти век показват, че има два басена на генетична вариация: скрита и проявена.
+Мутацията добавя нова генетична вариация, а селекцията я отстранява от базата на проявената вариация.
+Сегрегацията и рекомбинацията преместват вариациите между двата басейна с всяко поколение.
+На саваната е трудно на примат с храносмилателна система, подобна на тази на хората, да удовлетвори потребностите си от аминокиселини от достъпни растителни ресурси.
+Освен това, несъответствието има сериозни последствия: депресия на растежа, нехватка на хранителни вещества и в крайна сметка смърт.
+Най-лесно достъпните растителни ресурси били протеините, достъпни в листа и бобови растения, но те са трудно усвояваеми за примати като ние, ако не са варени.
+В сравнение с това, животинските храни (мравки, термити, яйца) не само лесно се усвояват, но предоставят висококачествени протеини, които съдържат всички необходими аминокиселини.
+При всички обстоятелства не бихме трябвало да бъдеме изненадани, ако нашите предци са решавали „протеин проблемът“ по същия начин, по който го решават шимпанзите на саваната днес.
+Прекъсването на съня е процес, при който целенасочено се събуждате по време на нормалния си сън и по-късно отново заспивате (10 – 60 минути).
+Това лесно може да се направи чрез използване на релативно тих будилник, който да ви върне към съзнанието, без да се събудите напълно.
+Ако започвате да рестартирате часовниците си по време на сън, можете да го поставяте на другата страна на стаята, така че трябва да излезете от леглото, за да го изключите.
+Другите варианти, базирани на биоритмите, включват потребление на голямо количество течности (особено вода или чай, известен диуретик) преди сън, което принуждава човек да се пробуди, за да мочи.
+Количеството на вътрешно спокойствие на човек корелира обратнопропорционално с количеството на напрежение в тялото и духа.
+Чем по-ниска е напрежението, тем по-силна е жизнената сила. Всеки човек има потенциал да намери абсолютно мир и съдържание.
+Всички могат да постигнат просветление. Единственото препятствие на този цел е нашето собствено напрежение и негативност.
+Тибетският будизъм е базиран на ученията на Будда, но е разширен по пътя на махаяна на любовта и чрез много техники от индийския йога.
+Принципиално тибетският будизъм е много прост. Той се състои от йогата на Кундалини, медитация и пътя на цялостната любов.
+Със Кундалини йогата се пробужда енергията на Кундалини (енергията на просветлението) чрез йогически позиции, дыхателни упражнения, мантри и визуализации.
+Центърът на тибетската медитация е йогата на божествата. Чрез визуализирането на различни божества се очистват енергийните канали, се активират чакрите и се създава съзнанието на просветлението.
+Германия беше общ враг по време на Втората световна война, което доведе до сътрудничество между СССР и САЩ. С края на войната сблъсъците на системата, процеса и културата доведоха до разцеплението на страните.
+След края на войната бившите съюзници станаха врагове и започнала Студената война.
+То трябваше да продължи още 40 години и да се бие реално, от името на прокси армии, на бойните полета от Африка до Азия, в Афганистан, Куба и много други места.
+До 17 септември 1939 г. защитата на Полша вече е била пробита и единствената надежда е била да се оттече и да се преорганизира по моста в Румъния.
+Въпреки това, тези планове бяха отхвърлени почти вечерта, когато повече от 800 000 войници от Червената армия на Съветския съюз влязоха и създадоха Беларуската и Украинската фронта след нашествието на източните региони на Полша в нарушение на Рижкия мирен договор, Съветско-Полският договор за ненападение и други международни договори, както двустранни, така и многостранни.
+Използването на кораби за транспортиране на стоки е най-ефективният начин за преместване на големи количества хора и стоки през океаните.
+Традиционно задачата на военноморските сили е да гарантират, че страната ви е в състояние да премества хората и стоките си, докато в същото време нарушават възможността на врага да премества хората и стоките си.
+Едно от най-запомнящите се примери от последните години е кампанията на Втората световна война в Северния Атлантически океан. Американците се опитват да преместят хора и материали през Атлантическия океан, за да помогнат на Великобритания.
+В същото време германският флот, използвайки предимно подводници, се опитваше да спре този трафик.
+Ако съюзниците не са успяли, Германия вероятно щяла да завладее Великобритания, тъй като имаше останалата част от Европа.
+Приблизително преди 10 000 години в планините Загрос в Иран били първоначално одомашнени овцете.
+Древните култури и племена започват да ги запазват за лесно достъп до мляко, коса, месо и кожи.
+Обикновено домашните овце са били държани в стада, които се движеха по хълмове или други пасища, често гледани от овчари, които често са били деца или подростници, подобни на по-известните пастири. Тези методи на пазачество все още се използват днес.
+Железопътните линии в Англия са построени още през 16-ти век.
+Въпреки че вагонните пътища са само се състояли от паралелни дървени планки, те позволявали на конете, които ги влечеха, да постигнат по-големи скорости и да влечат по-големи товари, отколкото по по - грубите пътища на този ден.
+Използването на кръстопътини е било въведено доста рано, за да се закрепят релсите. След това обаче стана ясно, че релсите биха били по-ефективни, ако имат нагоре железна пластина.
+Това стана обичайна практика, но железото предизвика повече износ на дървените колела на колите.
+Накрая дървените колела бяха заменени с железни колела. През 1767 г. първите железни релси бяха въведени.
+Първото известно преместване е ходене, хората започнали да ходят вертикално преди около 2 милиона години с появата на Хомо Еректус (в превод: вертикален човек).
+Предшествениците им, австралопитеците, обикновено не ходяха вертикално.
+Бипедалните специализации се намират в фосилиите на австралопитеците от 4,2-3,9 милиона години назад, въпреки че Сахелантропус може да е ходил на двете крака още преди седем милиона години.
+Можем да започнем да живеем по-приятно към околната среда, можем да се присъединим към движението за опазване на околната среда и дори можем да бъдем активисти, за да намалим страданията в бъдеще на някаква степен.
+Това е много подобно на симптоматичното лечение в много случаи. Въпреки това, ако не искаме само временно решение, трябва да намерим корените на проблемите и да ги деактивираме.
+Очевидно е, че свеът се е променил много поради научните и технологичните напредъци на човечеството, а проблемите са станали по-големи поради пренаселението и екстравагантния начин на живот на човечеството.
+След приемането от Конгреса на 4 юли, ръкописен чертеж, подписан от президента на Конгреса Джон Ханкок и секретаря Чарлз Томсън, е бил изпратен на печатницата на Джон Дънлап, която е била на няколко блока по-близо до Конгреса.
+През нощта между 150 и 200 копия са били направени, които днес се наричат „Dunlap broadsides“.
+Първото публично четене на документа е от Джон Никсън в двора на „Индепенденс Хол“ на 8 юли.
+Едно копие беше изпратено на Джордж Вашингтон на 6 юли, което беше прочетено пред войниците му в Ню Йорк на 9 юли. Копия достигна Лондон на 10 август.
+Останалите 25 брошюра Dunlap все още са известни и са най-старите запазени копия на документа. Оригиналният ръкописен вариант не е оцелял.
+Днес мнозина палеонтолози вярват, че един вид динозаври е оцелял и е жив до днес. Наричаме ги птици.
+Много хора не ги смятат за динозаври, защото имат пера и могат да летят.
+Но има много неща за птиците, които все още изглеждат като динозаври.
+Те имат скали и ключеви, леят яйца и ходят на двата си задни крака като тиранозаврик.
+Виртуално всички компютри, които се използват днес, са базирани на манипулиране на информация, която е кодирана в формата на двоични числа.
+Бинарните числа могат да имат само едно от двете стойности, т.е. 0 или 1, и тези числа се наричат бинарни цифри – или битове, което е компютърно жаргон.
+Вътрешното отравяне може да не бъде непосредствено видимо. Симптомите, като повръщането, са достатъчно общо, така че не може да се направи непосредствена диагноза.
+Най-добрият признак за вътрешно отравяване може да бъде наличието на отворен контейнер с лекарства или токсични домакински химични вещества.
+Проверете етикета за специфични инструкции за първа помощ за този конкретен отров.
+Терминът „бъг“ се използва от ентомолозите в официален смисъл за тази група насекоми.
+Това определение е заимствано от древен опит с прилепите, които са насекоми, високо адаптирани към паразитиране на хората.
+И двата вида насекоми са нидиколосни, приспособени да живеят в гнездата или жилищата на хората, които ги притежават.
+Приблизително 400 000 случаи на множествена склероза (MS) са известни в Съединените щати на Америка, което го нарежда на първо място сред неврологическите заболявания сред по-млади и средни възрастни.
+МС е заболяване, което засяга централната нервна система, която се състои от мозъка, спинния мозък и зрителния нерв.
+Изследванията показват, че жените са два пъти по-вероятни да имат МС от мъжете.
+Двама може да решат, че не е в най-доброто им или на детето им да се грижат за бебе.
+Тези двойки може да решат да направят план за усыновяване на бебето си.
+При усыновяване родителите прекратяват родителските си права, така че друга двойка може да се грижи за детето.
+Главната цел на науката е да разбере как функционира света чрез научния метод. Този метод фактически ръководи повечето научни изследвания.
+То обаче не е самостоятелен, експериментирането и експериментът са тестове, които се използват за отхвърляне на една или повече от възможните хипотези, като се задават въпроси и се наблюдават също така.
+Натуралистите и философите фокусираха вниманието си върху класическите текстове и особено на Библията на латински език.
+Приети са възгледите на Аристотел върху всички въпроси на науката, включително психологията.
+След намаляването на познанията за гръцкия език Западът се откъсва от своите гръцки философски и научни корени.
+Много наблюдавани ритми в физиологията и поведението често зависят от наличието на ендогенни цикли и производството им чрез биологически часовници.
+Периодичните ритми, които не са просто отговори на периодични сигнали отвън, са документирани за повечето живи същества, включително бактерии, гъбички, растения и животни.
+Биологичните часовници са самостоятелни осцилатори, които ще продължат периода на свободно циклиране и дори в отсъствие на външни сигнали.
+Експериментът на Хърши и Чейс е бил един от водещите предложения, че ДНК е генетичен материал.
+Хърши и Чейс използваха фагени, или вируси, за да вградят собствената си ДНК в бактериите.
+Те проведоха два експеримента, маркирайки либо ДНК-молекулите в вируса с радиоактивен фосфор, либо протеините в вируса с радиоактивен сулфур.
+Мутациите могат да имат различни ефекти в зависимост от типа мутация, значението на поразената част от генетичния материал и дали засегнатите клетки са генеративни клетки.
+Само мутации в клетките на генома могат да бъдат предадени на децата, докато мутации в други клетки могат да доведат до смърт на клетките или рак.
+Туризмът, базиран на природата, привлича хора, които са заинтересувани да посещават природни зони с цел наслаждане на пейзажа, включително дивите растения и животни.
+Примери за дейности на място включват лов, риболов, фотографиране, наблюдение на птици и посещение на паркове и изучаване на информация за екосистемата.
+Пример за това е посещението, фотографирането и изучаването на орангутаните в Борнео.
+Всяка сутрин хората напускат малки селски градове с колата си, за да отидат на работа и са преминавани от други, чиято работна дестинация е мястото, което са само току-що напуснали.
+В този динамичен транспортен шатъл всеки е на някакъв начин свързан и подкрепя транспортната система, базираща се на частни коли.
+Днес науката показва, че тази огромна углеродна икономика е отхвърлила биосферата от един от стабилните ѝ състояния, които са подкрепяли човешката еволюция през последните две милиона години.
+Всички участват в обществото и използват транспортните системи. Практически всички се оплакват от транспортните системи.
+В развитите държави рядко се чуват подобни жалби за качеството на питейната вода или за срутването на мостове.
+Защо транспортните системи предизвикват такива жалби, защо се провалят на ежедневно ниво? Могат ли транспортните инженери да са некомпетентни? Или има нещо по-основно, което се случва?
+Изучаването на движението на индивидуалните шофьори и превозните средства между две точки и взаимодействията между тях се нарича трафик.
+За съжаление, проучването на движението е трудно, тъй като поведението на шофьорите не може да бъде предвидено със стопроцентна сигурност.
+Фортунално, водителите обикновено се държат в рамките на разумно консистентен диапазон; следователно, потоците от трафик обикновено имат някаква разумна консистентност и могат да бъдат приблизително представяни математически.
+За да се постигне по-добро представяне на потока, са установени взаимосвязи между трите основни характеристики: (1) потокът, (2) плотността и (3) скоростта.
+Тези взаимоотношения помагат при планирането, проектирането и изпълнението на пътни съоръжения.
+Първите животни, които се изкачиха във въздуха, са били насекомите. Способността им да летят им помогнала да избягват враговете по-лесно и да намират храна и партньори по по-ефективен начин.
+Повечето насекоми имат преимущество, че могат да сгъват крилете си назад по тялото.
+Това им дава по-широк диапазон на малки места, където могат да се скрият от хищниците.
+Днес единствените насекоми, които не могат да върнат назад крилата си, са мравките и майските мухи.
+Преди хиляди години човек, наречен Аристарх, каза, че Слънчевата система се движи около Слънцето.
+Някои смятаха, че е верен, но мнозина смятаха обратно; че Слънчевата система се движи около Земята, включително Слънцето (и дори другите звезди).
+Това изглежда разбираемо, тъй като Земята не се чувства като се движи, не е?
+Амазонската река е втората най-дълга и най-голяма река на Земята. Тя носи повече от 8 пъти повече вода от втората най-голяма река.
+Амазонка е също така най-широкият река на Земята, понякога достига до 6 мили в ширина.
+Цели 20 процента от водата, която се влива в океаните от реките на планетата, идват от Амазонката.
+Главният поток на Амазонка е 6387 км (3980 мили). Той събира вода от хиляди по-малки реки.
+Въпреки че строителството на пирамиди от камък продължи до края на Старото царство, пирамидите на Гиза никога не бяха превъзходени по размери и техническа изключителност.
+Древните египтяни от Новата царска династия се удивили на паметниците на предшествениците си, които тогава са били повече от хиляда години.
+Населението на Ватикана е около 800 души. Той е най-малката независима държава в света и държавата с най-малко население.
+Законодателството и официалните комуникации на Ватикана се използват на италиански език.
+Италианският е ежедневният език, който се използва от повечето от тези, които работят в държавата, докато латинският често се използва в религиозни церемонии.
+Всички жители на Ватикана са католици.
+От древността хората познават основните химични елементи като злато, сребро и мед, тъй като те могат да бъдат открити в природата в необработена форма и са относително лесно добиваеми с примитивни инструменти.
+Аристотел, философ, теоретизирал, че всичко е съставено от смес от един или повече от четирите елемента: земя, вода, въздух и огън.
+Това е по-скоро четирите състояния на материята (в същата последователност): твърдо, течно, газообразно и плазма, въпреки че той също теоретизираше, че се превръщат в нови съединения, за да образуват това, което виждаме.
+Сплавовете са основно смес от два или повече метални елемента. Не забравяйте, че има много елементи в периодичната система.
+Елементи като калций и калий се считат за метали. Разбира се, че също така има и метали като сребро и злато.
+Можете да имате сплави, които включват малки количества на неметални елементи като въглерод.
+Всичко в космоса е съставено от материя. Всичката материя е съставена от малки частици, наречени атоми.
+Атомите са толкова невероятно малки, че трилиони от тях могат да влезат в точката на края на тази реч.
+Така че механичният карандаш е бил добър приятел на много хора, когато е бил пуснат на пазара.
+За съжаление, когато се появяват нови начини за писане, механичният карандаш е прехвърлен на по-ниско ниво и използване.
+Сега хората пишат съобщения на екраните на компютрите, никога не приближавайки се до остригач.
+Можем само да се удивим какво ще стане с клавиатурата, когато се появи нещо по-нови.
+Атомната бомба функционира по принцип, че е необходима енергия, за да се съберат ядрата с много протони и неутрони.
+Според някое подобие на вдигане на тежък камион по хълм. Разделянето на ядрото отново освобожда част от тази енергия.
+Някои атоми имат нестабилни ядра, което означава, че те обикновено се разпадат с малко или никакво натискане.
+Повърхността на Луната е съставена от скали и прах. Външният слой на Луната се нарича кора.
+Кората е около 70 км дебела на близката страна и 100 км дебела на далечната страна.
+Тя е по-тънка под платото и по-дебела под планините.
+Може да има повече мари на близката страна, тъй като кората е по-тънка. По-лесно е лавата да се издигне на повърхността.
+Теориите за съдържанието се съсредоточават върху откриването на това, което привлича хората или ги привлича.
+Тези теории предполагат, че хората имат определени потребности и/или желания, които се вътрешнизират, докато стават пълнолетни.
+Тези теории разглеждат какви са причините, които карат определени хора да искат нещата, които искат, какви неща в околната им среда ще ги карат да правят или да не правят определени неща.
+Двете популярни теории за съдържанието са теорията на иерархията на потребностите на Маслоу и теорията на Херцберг за двете фактора.
+Обикновено два вида поведение се проявяват, когато ръководителите започват да ръководят бившите си колеги. Едното е опитът да останат „едно от момчетата“ (или „едно от момичетата“).
+Товат тип мениджър има затруднения да взема непопулярни решения, да извършва дисциплинарни действия, да оцени изпълнението, да определи отговорността и да държи хората отговорни.
+На другата страна на спектъра човек се превръща в неузнаваем индивид, който чувства, че трябва да промени всичко, което е било направено от отбора и да го превърне в собствено дело.
+В крайна сметка ръководителят е отговорен за успеха и неуспеха на отбора.
+Това поведение често води до разцепление между лидерите и останалата част от отбора.
+Виртуалните отборове се подчиняват на същите стандарти на отличност като традиционните отборове, но имат някои незначителни различия.
+Членовете на виртуалния отбор често функционират като точка на контакт за своята непосредствена физическа група.
+Те често имат повече автономия от традиционните членове на отбора, тъй като отборът им може да се срещне в различни часови зони, които не могат да се разберат от местното ръководство.
+Присъствието на истински „невидим“ отбор (Larson и LaFasto, 1989, с. 109) също е уникален компонент на виртуалния отбор.
+„Невидимият отбор“ е мениджърският отбор, към който всеки от членовете отчетват. „Невидимият отбор“ определя стандартите за всеки член.
+Защо организацията би искала да преминава през трудоемкия процес на създаване на организация за учене? Едно от целите на превръщането на концепциите за организационно учене в практика е иновацията.
+Когато всички налични ресурси се ефективно използват в рамките на функционалните подразделения на организацията, може да се прояви креативност и изобретателност.
+В резултат на това процесът на организация, която работи заедно, за да преодолее препятствие, може да доведе до нов иновативен процес, който да удовлетвори нуждата на клиента.
+Преди организацията да може да бъде иновативна, ръководството трябва да създаде култура на иновации, както и общата информация и организационното учене.
+„Ангел“ (2006) обяснява подхода на Continuum като метод, който се използва, за да помогне на организациите да достигнат по-висок ниво на производителност.
+Нейробиологичните данни предоставят физически доказателства за теоретичния подход към проучването на когницията. Това намалява пространството на проучването и прави го много по-точно.
+Корелирането между патологията на мозъка и поведението подкрепя учените в изследванията си.
+Дълго време е известно, че различни видове мозъчни повреди, травми, лезии и тумори влияят върху поведението и предизвикват промени в някои ментални функции.
+Разрастването на нови технологии ни позволява да виждаме и проучваме структури и процеси на мозъка, които никога не са били наблюдавани.
+Това ни дава много информация и материал за построяване на симулационни модели, които ни помогат да разберем процесите в нашето умствено състояние.
+Въпреки че АИ има силна коннотация с научна фантастика, АИ представлява много важна ветвь на компютърните науки, която се занимава с поведение, учене и интелигентно адаптиране на машини.
+Изследванията в областта на ИИ включват разработване на машини, които да автоматизират задачи, които изискват интелигентно поведение.
+Примерите включват контрол, планиране и планиране, способността да отговори на диагнозите и въпросите на клиентите, както и разпознаване на ръкопис, глас и лице.
+Такива неща са станали отделни дисциплини, които се фокусират върху предоставяне на решения на реални проблеми.
+Системата за ИИ сега често се използва в сферите на икономиката, медицината, инженерството и военното дело, тъй като е построена в няколко приложения за домашни компютри и видеоигри.
+Излетите са голяма част от всяка класна стая. Често учителите искат да вземат своите ученици на места, където пътуване с автобус не е възможно.
+Технологията предлага решение чрез виртуални пътувания. Учениците могат да гледат музейни артефакти, да посещават аквариум или да се насладяват на красиво изкуство, докато сидят с клас.
+Делянето на пътуването виртуално също е отличен начин за отразяване на пътуването и споделяне на опита с бъдещи класове.
+Например, всяка година учениците от училището Бенет в Северна Каролина създават уебсайт за пътуването си до щатската столица, всяка година уебсайтът се преначертава, но старите версии остават онлайн, за да служат като дневник.
+Блоговете могат също така да помогнат на учениците да подобрят писателските си умения. Докато учениците често започват своята опита с неправилна граматика и правопис, присъствието на публика обикновено я променя.
+Защото студентите често са най-критичната публика, авторът на блога започва да се стреми да подобри писането си, за да избегне критики.
+Също така, блоговете „принуждават студентите да станат по-интересни за света около тях“. Необходимостта да удовлесят интересите на публиката вдъхновява студентите да бъдат умни и интересни (Toto, 2004).
+Блоговете са инструмент, който стимулира сътрудничеството и поощрява студентите да продължават да учат и далеч от традиционния училищен ден.
+Правилното използване на блогове „могат студентите да станат по-аналитични и критични; чрез активно реагиране на интернет материали, студентите могат да определят позициите си в контекста на писанията на другите, както и собствените си перспективи по отношение на определени проблеми (Oravec, 2002).
+Оттава е очарователната двуезична столица на Канада и включва множество художествени галерии и музеи, които представят миналото и настоящето на Канада.
+На юг е Ниагарският водопад, а на север се намира непроучената природна красота на Мускока и околностите.
+Всички тези неща и повече изтъкват Онтарио като това, което се смята за изключително канадско от чужденците.
+По-големите части на север са доста слабо населени и някои са почти необитаема дива природа.
+За сравнение на населението, което изненада много хора: броят на афроамериканците в САЩ е по-голям от броят на граждани на Канада.
+Островите на Източна Африка са в Индийския океан, на източния бряг на Африка.
+Мадагаскар е безспорно най-големият, и е континент само по себе си, когато става дума за дивите животни.
+Повечето от по-малките острови са независими държави или свързани с Франция и са известни като луксозни плажни курорти.
+Арабите доведоха исляма до земите и той се разпространи значително в Коморските острови и Майот.
+Европейското влияние и колониализъмът започнаха през 15-ти век, когато португалският пътешественик Васко да Гама намерил пътя от Европа до Индия.
+На север регионът е ограничен от Сахел, а на юг и запад – от Атлантическия океан.
+Жени: се препоръчва всички жени, които пътуват, да казват, че са омъжени, независимо от действителното състояние на брака.
+Полезно е и да носиш пръстен (но не един, който изглежда твърде скъп.
+Жените трябва да осъзнаят, че културните различия могат да доведат до това, което те биха смятали за преследване и не е рядкост да бъдат следвани, хванати за ръка, и т.н.
+Будьте твърди в отхвърлянето на мъжете и не се страхувайте да вземете позиция (културните различия или не, това не прави нещото добре!).
+Современният град Касабланка е основан от берберски рибари през 10-ти век пр.н.е. и е бил използван от финикийците, римляните и мерендите като стратегически пристанище, наречено Анфа.
+Португалците го унищожиха и построиха отново под името Casa Branca, само да го напуснат след земетресението през 1755 г.
+Мароканският султан превърна града в Дарул-Бадиа и испанските търговци го нарекли Касабланка, тъй като основаха там търговски бази.
+Касабланка е едно от най-неинтересните места за търговия в цяла Мароко.
+Около старата Медина лесно се намират места, които предлагат традиционни марокански стоки, като тажините, керамиката, кожата, кальяните и цялата гама от безсмислици, но всичко това е за туристите.
+Гома е туристически град в Демократична република Конго в източната част, близо до Руанда.
+През 2002 г. Гома е унищожена от лавата от вулкана Ниярагонго, която погреб най-голямата част от улиците на града, особено центъра.
+Въпреки че Гома е приемливо безопасно място, всички посещения извън Гома трябва да бъдат проучени, за да се разбере състоянието на бойните действия, продължаващи в провинцията Северно Киву.
+Градът е и база за изкачване на вулкана Ниярагонго заедно с някои от най-евтините наблюдения на планинските горили в Африка.
+Можете да използвате бода-бода (мотоциклетна такси) за да се придвижите по Гома. Нормалната (местната) цена е ~ 500 конголезки франка за краткото пътуване.
+Заедно с относителната си недостъпност, „Тимбукту“ се използва като метафора за екзотични и отдалечени земи.
+Днес Тимбукту е бедно градче, въпреки че репутацията му го прави туристическа атракция и има летище.
+През 1990 г. е включен в списъка на световното наследство в опасност, поради заплахата от пустинните пески.
+Това е една от основните спирки по време на специалното предаване на PBS на Хенри Луис Гейтс „Чудесата на африканския свят“.
+Градът е в резко контраст с останалите градове на страната, тъй като е по-арабски, отколкото африкански.
+Националният парк Кругер (KNP) се намира в североизточната част на Южна Африка и се простира по границата на Мозамбик на изток, Зимбабве на север и на юг е река Крокодил.
+Паркът заема площ от 19 500 кв. км и е разделен на 14 различни екозони, в които се поддържат различни видове диви животни.
+Това е една от основните атракции на Южна Африка и се счита за флагман на националните паркове на Южна Африка (SANParks).
+Както и за всички национални паркове в ЮАР, има ежедневни консервационни и входни такси за парка.
+Може и да е полезно да се купи дива карта, която осигурява влизане както в избраните паркове в Южна Африка, така и във всички национални паркове на Южна Африка.
+Островът Хонг Конг дава името на територията на Хонг Конг и е мястото, което много туристи смятат за основен фокус.
+Парадата от сгради, които формират небесната линия на Хонг Конг, е сравнена с блестящ график на барове, които стават очевидни благодарение на присутствието на водите на Виктория Харбър.
+За да получите най-добрите гледки на Хонг Конг, напуснете острова и се насочите към брега на Коулун на другата страна.
+Голямата част от урбанизацията на Хонг Конг е концентрирана върху превзетите земи по северния бряг.
+Ако искате да намерите доказателства за колониалното минало на територията, то това е добър начин да започнете. Това е мястото, което британските колонизатори превърнаха в своя собственост.
+Сундарбансът е най-големият прибрежен мангровен пояс в света, който се простира на 80 км (50 мили) в сушата на Бангладеш и Индия от брега.
+Сундарбан е обявен за световно наследство на ЮНЕСКО. Частта на гората в индийската територия се нарича Национален парк Сундарбан.
+Влажните гори не са само мангровите блата обаче – включват някои от последните остатъци на мощните дъждовни гори, които едно време покривали Гангската равнина.
+Сундарбансът заема площ от 3850 кв. км, от които около една трета са покрити с вода/блата.
+От 1966 г. насам Сундарбан е защитена зона за диви животни и се предполага, че там се намират около 400 тигри и около 30 000 диви прасета.
+Бусовете от интердистриктната автостанция (на другата страна на реката) се движат през целия ден, въпреки че повечето, особено те, които се насочват към изток и към Джекар/Бумтанг, напускат между 06:30 и 07:30.
+Тъй като междуокръжните автобуси често са пълни, е полезно да купите билет няколко дни по-рано.
+Повечето райони се обслужват от малки японски автобуси Coaster, които са комфортни и надежни.
+Делни такси са бърз и комфортен начин за пътуване до близки места, като Паро (Nu 150) и Пунакха (Nu 200).
+Мостът над реката Ояпок е кабелен мост. Той свързва градовете Ояпок в Бразилия и Сен-Жорж де л'Ояпок във Французка Гвиана.
+Височината на двете кули е 83 метра, дължината е 378 метра, а ширината на пътищата е 3,50 метра.
+Вертикалното пространство под моста е 15 метра. Строителните работи са завършени през август 2011 г., мостът не е отворен за движение до март 2017 г.
+Планира се пътят да бъде пълноценно функциониращ през септември 2017 г., когато се очаква бразилските таможенни пунктове да бъдат завършени.
+Гуараните са били най-значимата местна група, населяваща днешния Източен Парагвай, живеещи като полуномадски ловци, които също така практикуват субсидиарно земеделие.
+Регионът Чако е бил дом на други племена на коренното население, като Гуайкуру и Паягуа, които са оцелявали чрез лов, събиране и риболов.
+През 16-ти век, след срещата на испанските завоеватели с местните индиански племена, се ражда Парагвай, който дотогава се нарича „Гигантската провинция на Индия“.
+Испанците започнали колонизирането, което продължи три века.
+От основаването на Асунсион през 1537 г. Парагвай е успял да запази много от своята индианска характеристика и идентичност.
+Аржентина е известна с един от най-добрите отбори и играчи по поло в света.
+Най-големият турнир на годината се провежда през декември на поляните за покер в Лас Канитас.
+В други периоди на годината тук могат да се наблюдават и по-малки турнири и мачове.
+Ако искате повече информация за турнирите и къде можете да купите билети за мачове по поло, посетете уебсайта на Асосиасион Аргентина де Поло.
+Официалната валута на Фалкландските острови е фунтът на Фалкландските острови (FKP), чиято стойност е равна на тази на британския фунт (GBP).
+Монетите могат да бъдат заменени в единствената банка на островите, която се намира в Стънли, срещу магазина FIC West.
+Обикновено британските паунди се приемат навсякъде на островите, както и кредитни карти и американски долари.
+На отдалечените острови вероятно няма да бъдат приемани кредитни карти, въпреки че британската и американската валута може да бъдат приемани; поинтересувайте се предварително от собствениците, за да се уточни какво е приемлив начин за плащане.
+Приблизително е невъзможно да обменяте валута на Фолклендските острови извън тях, така че обменяйте пари преди да напуснете островите.
+Защото Монтевидео е южно от екватора, там е лято, когато е зима в Северното полукълбо и обратно.
+Монтевидео се намира в субтропиците; през лятото температурите над +30 °C са често срещани.
+Зимата може да бъде заблуждаващо студена: температурите рядко падат под 0 градуса, но вятъра и влажността се комбинират, за да накарат температурата да се чувства по-студена, отколкото показва термометърът.
+Не съществуват специфични „влажни“ и „сухи“ сезони: количеството на валежи е приблизително едно и също през цялата година.
+Въпреки че повечето животни в парка са привикани да виждат хора, дивите животни все пак са диви и не трябва да бъдат хранени или нарушавани.
+Според властите на парка, трябва да останете поне 100 йарда/метра далеч от мечките и вълците и 25 йарда/метра от всички други диви животни!
+Въпреки че могат да изглеждат добродушно, бизоните, елените, лосът, медведите и почти всички големи животни могат да нападнат.
+Всяка година десетки посетители получават наранявания, тъй като не държат необходимото разстояние. Тези животни са големи, диви и потенциално опасни, така че им оставяйте пространство.
+Освен това имайте предвид, че миризмите привличат мечки и други диви животни, така че избягвайте да носете или варите миризматични храни и държите чист лагер.
+Апия е столицата на Самоа. Градът се намира на остров Уполу и има население около 40 000 души.
+Апия е основана през 1850 г. и е официалната столица на Самоа от 1959 г.
+Пристанището е било място на известен морски конфликт през 1889 г., когато седем кораба от Германия, САЩ и Великобритания отказаха да напуснат пристанището.
+Всички кораби бяха потопени, с изключение на един британски крайцер. Загинаха почти 200 американци и германци.
+По време на борбата за независимост, организирана от Мау движението, мирно събрание в града завърши с убийството на главния вожд Тупуа Тамасесе Леалофи III.
+Има много плажи поради това, че Окланд е разположен между два пристанища. Най-популярните са в три зони.
+Плажовете на North Shore (в района на North Harbour) се намират на Тихия океан и се простират от Long Bay на север до Devonport на юг.
+Те са почти всички плажове с безопасно купаване и повечето от тях имат сянка, предоставяна от дърветата pohutukawa.
+Плажовете на Тамаки Драйв се намират на залива Уайтемата Харбър, в богатите предградия на Мисион Бей и Сейнт Хелиърс в централния район на Окланд.
+Тези плажове са понякога препълнени от семейства и имат добър избор от магазини покрай брега. Плаването е безопасно.
+Главният местен бир е „Number One“, той не е сложен бир, но е приятен и освежаващ. Другият местен бир се нарича „Manta“.
+Има много френски вина, но новозеландските и австралийските вина могат да се транспортират по-лесно.
+Локалната питейна вода е абсолютно безопасна за пиене, но бутилираната е лесно намираема, ако се чувствате несигурно.
+За австралийците идеята за кафе „флат уайт“ е чужда. Краткото черно е „еспрессо“, капучино се сервира с много мляко (не пена), а чаят се сервира без мляко.
+Горячата шоколадка отговаря на белгийските стандарти. Фруктовите сокове са скъпи, но превъзхождат очакванията.
+През цялата година се правят много пътувания до рифа, а травматичните случаи в резултат на някоя от тези причини на рифа са рядкост.
+Въпреки това вземете съвети от властите, съблюдавайте всички знаци и внимавайте внимателно на предупредителните знаци за безопасност.
+Морските медузи се срещат близо до бреговете и близо до устията на реките от октомври до април северно от 1770. Те могат понякога да бъдат намерени извън тези периоди.
+Алалактиките действително съществуват, но рядко нападат хора. Повечето алалактики се страхуват от хората и биха плували далеч.
+Солените крокодили не живеят активно в океана, тяхното основно местообитание е в устията на реките северно от Рокхамптън.
+Резервирането предварително дава на пътешественика увереност, че ще има място, където да спи, когато стигне до целта си.
+Туристическите агенти често имат сделки с определени хотели, въпреки че можете да намерите възможност да резервирате други форми на настаняване, като палатки, чрез туристически агент.
+Пътуващите агенти обикновено предлагат пакети, които включват завтрак, аранжировки за транспорт до/от летището или дори комбинирани пакети за полети и хотели.
+Те също могат да държат резервацията за вас, ако искате време да помислите за предложението или да набавите други документи за вашето насочване (напр. виза).
+Въпреки това всички промени или искания трябва да бъдат направени чрез пътуващия агент, а не директно с хотела.
+За някои фестивали повечето посетителите на музикални фестивали решават да пренощуват на място, като повечето посетители смятат това за жизнено важна част от опита.
+Ако искате да бъдете близо до действието, трябва да се запишете рано, за да получите място за палатка близо до музиката.
+Запомнете, че въпреки че музиката на главните сцени може да е свършила, някои части на фестивала може да продължават да излъчват музика до късно нощта.
+Някои фестивали имат специални места за настаняване на семейства с малки деца.
+Ако преминавате през Северното Балтийско море през зима, проверете местоположението на кабината, тъй като преминаването през леда причинява доста неприятни шуми за най-засегнатите.
+Круизите в Санкт Петербург включват време в града. Пасажерите на круиза са освободени от визовите изисквания (проверете условията).
+Казините обикновено налагат много усилия, за да максимизират времето и парите, изразходвани от гостите. Окната и часовниците обикновено липсват, а изходите могат да бъдат трудно намирани.
+Те обикновено предлагат специални предложения за храна, напитки и забавления, за да удържат гостите в добра настроение и да ги задържат на обекта.
+В някои заведения се предлагат алкохолни напитки безплатно. Въпреки това, алкохолизъм нарушава съзнанието и всички добри играчи познават важността от да останат трезви.
+Всеки, който ще пътува на високи географски ширини или през планински проходи, трябва да помисли за възможността на сняг, лед или замръзване.
+На ледени и снежни пътища, трението е ниско и не можете да се движите като на голи асфалт.
+По време на снежни бури може достатъчно сняг да падне за да се заблъснеш.
+Видимостта може да бъде ограничена от сняг, който пада или бяга, от кондензация или лед на прозорците на колата.
+От друга страна, ледените и снежните условия са нормални в много страни и пътуването продължава основно непрекъснато през цялата година.
+Сафарите вероятно са най-голямата туристическа привлекателност в Африка и най-впечатляващият момент за много посетители.
+Популярното използване на термина „сафари“ се отнася към пътуване по сушата, за да се наблюдават удивителните диви животни в Африка, особено на савана.
+Някои животни, като слонове и жирафи, обикновено се приближават близо до колата и стандартното оборудване ще позволи добро наблюдение.
+Лъвовете, гепардите и хищниците понякога са застенчиви и виждат се по-добре с бинокли.
+Пътуването на сафари (известно също като „bush walk“, „hiking safari“ или „footing“) се състои от туризъм, както за няколко часа, така и за няколко дни.
+Паралимпиадата ще се проведе от 24 август до 5 септември 2021 г. Някои състезания ще се проведат в други места в Япония.
+Токио ще бъде единственият азиатски град, който ще е домакин на две летни олимпийски игри, след като е бил домакин на игрите през 1964 г.
+Ако сте резервирали полетите си и настаняването за 2020 г., преди да бъде обявено отложението, може да имате неприятна ситуация.
+Правилата за отказване варират, но към края на март повечето политики за отказване, базирани на коронавируса, не се прилагат до 2 юли 2020 г., когато са били планирани Олимпийските игри.
+Очаква се, че повечето билети ще струват между ¥2,500 и ¥130,000, като обикновените билети ще струват около ¥7,000.
+Изглаждането на влажните дрехи може да им помогне да изсъхнат. Много хотели предлагат игла и стол за изглаждане на заем, дори ако не са налични в стаята.
+Ако не е достъпен електрически утюг, или ако нямате желание да носите премахнати носки, можете да се опитате да използвате фен, ако е достъпен.
+Будьте внимателни, за да не допускате тканите да станат твърди (което може да доведе до намаляване на размерите, или в екстремни случаи до изгаряне).
+Имат се различни начини за очистване на водата, някои от които са по-ефективни срещу определени заплахи.
+В някои райони е достатъчно за една минута да се вари водата, докато в други се нуждаят от няколко минути.
+Филтрите се различават по ефективност и ако имате загриженост, трябва да си купувате водата в запечатан бутилка от надежна компания.
+Пътешествениците могат да се сблъскат с животински вредители, с които не са запознати в родните си региони.
+Гризачите могат да унищожат храната, да предизвикат раздражение или в най-лошия случай да предизвикат алергични реакции, да разпространяват отрова, или да пренесат инфекции.
+Самите инфекциозни заболявания или опасните животни, които могат да нанесат на хората насилие или да ги убият, обикновено не се считат за вредители.
+Купуването на стоки, освободени от данъци и акцизи, е възможно в определени места.
+Пътуващите към държави с високи данъци могат понякога да спасят значително количество пари, особено на продукти като алкохолни напитки и табак.
+Пътят между Point Marion и Fairmont предлага най-сложните условия за пътуване по шосето между Бъфало и Питсбърг, тъй като често преминава през изолирано плато.
+Ако не сте привикнати да се движите по селските пътища, запазете се: стръмните склонове, тесни пътища и острите завои преобладават.
+Отбелязаните скоростни ограничения са значително по-ниски от тези в предишните и следващи секции – обикновено 35–40 мили в час (56–64 км/ч) – и строгото им спазване е още по-важно.
+Интересното обаче е, че услугите на мобилните телефони тук са по-силни отколкото по много други участъци на маршрута, напр. дивите земи на Пенсилвания.
+Германските торти са доста добри, а в Бавария са доста богати и разнообразни, подобни на тези на южния им съсед, Австрия.
+Фруктовите торти са често срещани, като ябълките се варят в торти през цялата година, а черешовете и сливите се появяват през лятото.
+Много от германските печени изделия съдържат ядки, фундук и други дървесни ядки. Популярните тортове често се съчетават особено добре с чашка силна кафе.
+Ако искате малки, но богати торти, опитайте Берлинер, Пфанкучен или Крафен.
+Къри е яство, базирано на зеленчуци и специи, съчетано с месо или зеленчуци.
+Кари може да бъде „сухо“ или „влажно“, в зависимост от количеството на течност.
+Във вътрешните райони на Северна Индия и Пакистан йогуртът се използва за приготвяне на кари; в Южна Индия и в някои други крайбрежни райони на субконтинента се използва кокосовото мляко.
+Със 17 000 острова за избор, индонезийската кухня е общо понятие, което покрива огромно разнообразие регионални кухни, разпространени по цялата страна.
+Но, ако се използва без допълнителни квалификатори, терминът обикновено означава храната, която произхожда от централните и източните части на основния остров Ява.
+Сега широко разпространена по архипелага, яванската кухня включва голямо разнообразие от просто приготвени яства, като преобладаващите вкусове, които яванците предпочитат, са маслини, чили, сахар (особено яванският кокосов сахар) и различни ароматни специи.
+Стъргалките са подпори за краката на ездача, които висят от двете страни на седлото.
+Те осигуряват по-голяма стабилност за водача, но могат да имат безопасностни проблеми поради възможността за краката на водача да се заблъскат в тях.
+Ако ездачът е хвърлен от коня, но едната му стъпалка е зависнала във въжето, той може да бъде вдиган, ако конят бяга. За да се намали този риск, могат да се предприемат няколко мерки за безопасност.
+Първо, повечето ездачи носят ездачески боти с каблук и гладък, доста тесен, подметък.
+След това някои седла, особено английските седла, имат безопасни барове, които позволяват седлото да падне от седлата, ако седларят падне назад.
+Долината Кочамо – най-популярното място за скалолазане в Чили, известно като Йосемит на Южна Америка, с разнообразие от големи гранитни стени и скали.
+Върховете предлагат впечатляващи гледки. Планинските туристи от цял свят постоянно създават нови маршрути сред неговата безкрайна потенциалност на стените.
+Ски и сноуборд са популярни спортове, които включват спускане по снежно покрита територия със ски или сноуборд прикрепени към краката.
+Скиуването е основна туристическа дейност с много ентусиасти, които понякога се наричат „ски бум“, които планират цели ваканции около скиуването на определено място.
+Идеята за скиуване е много стара – рисунките в пещерите, изображаващи скиувачи, датират от 5000 г. пр.н.е.!
+Скиорският спорт се практикува от най-малко 17-ти век, а през 1861 г. първият рекреационен ски клуб е открит от норвежци в Австралия.
+Ски туризъм: Тази дейност се нарича също ски туризъм, ски туризъм или ски тръгване.
+Това е свързано с, но обикновено не включва алпийски стил на ски туристизъм или планински туризъм, които се извършват на стръмни терени и изискват много твърди ски и боти.
+Представяйте лыжния маршрут като подобен туристически маршрут.
+При добри условия ще можете да поминете по-големи разстояния отколкото при ходене – но само в изключително редки случаи ще постигнете скоростта на ски-алпинизъм без тежък рюкзак по подгодени пътеки.
+Европа е континент, който е сравнително малък, но има много независими държави. При нормални обстоятелства пътуването през повече от една държава означава, че трябва да се направи заявка за виза и контрол на паспортите повече пъти.
+Въпреки това, в рамките на зоната на Шенген се работи по-скоро като в една държава по този въпрос.
+Докато пребивавате в тази зона, обикновено можете да преминавате границите без да преминавате през контролните пунктове за паспорти.
+Също така, ако имате шенгенски виза, не трябва да се подавате за визи в отделните страни от Шенген, следователно спасявате време, пари и документи.
+Не съществува универсална дефиниция за кои манипулирани предмети са антикви. Някои данъчни агенции определят предмети, които са по-стари от 100 години, като антикви.
+Определението има географски вариации, където възрастното ограничение може да е по-късо в места като Северна Америка, отколкото в Европа.
+Рукотворните продукти могат да бъдат определени като антикви, въпреки че са по-млади от подобни масово произвеждани стоки.
+Развъждането на северните елени е важен източник на доходи за саамите и културата около търговията е важна и за много хора с други професии.
+Въпреки традицията обаче, не всички саами са участвали в крупномащабно развъждане на северни елени, а са живели от риболов, лов и подобни дейности, като северните елени са били предимно транспортни животни.
+Днес много Саами работят в модерни професии. Туризмът е важен доход за Сапми, областта на Саамите.
+Въпреки че е широко използван, особено от хората, които не са роми, думата „циганец“ често се смята за обиден заради асоциациите си с негативните стереотипи и неточните представяния за ромите.
+Ако страната, която ще посетите, става предмет на предупреждение за пътуване, може да бъдат засегнати вашите пътуващи здравни страхования или пътуването може да бъде отменено.
+Можете и да поискате съвети от правителствата на други държави, но тези съвети са предназначени за гражданите им.
+Като пример, американските граждани в Близкия изток могат да се сблъскат с различни ситуации от европейците или арабите.
+Предупрежденията представляват само кратко изложение на политическата ситуация в една държава.
+Представяните гледки често са кратки, общоприети и преупростявани по сравнение с по-подробната информация, която е достъпна другаде.
+Сериозните метеорологични явления са общото название на всички опасни метеорологични явления, които могат да доведат до щети, сериозни социални нарушения или загуба на човешки животи.
+Силните метеорологични явления могат да се случат навсякъде по света и имат различни типове, които могат да зависят от географията, топографията и атмосферните условия.
+Високи ветрове, град, прекомерни валежи, диви пожари и торнада са форми и последствия на силни метеорологични явления, както и гръмотевични бури, торнада, водни вихри и циклони.
+Регионалните и сезонните силни метеорологични явления включват бури, снежни бури, ледни бури и прашни бури.
+Путешествениците трябва да имат предвид всички рискове, свързани с тежките метеорологични условия в района им, тъй като те могат да повлияят на всякакви планови пътувания.
+Всеки, който планира да посети страна, която може да се счита за зона на военни действия, трябва да получи професионално обучение.
+Проучването на интернет за „Курс за неприятна среда“ вероятно ще предостави адреса на местна компания.
+Обикновено курсът покрива всички проблеми, обсъдени тук, в по-голяма подробност, обикновено с практически опит.
+Обикновено курсовете са от 2 до 5 дни и включват ролеви игри, много първа помощ и понякога обучение с оръжие.
+Книгите и списанията, свързани с оцеляването в дивата природа, са често срещани, но публикациите, свързани с бойните зони, са рядко срещани.
+Плавателите, които планират да извършат операция за смяна на пола в чужбина, трябва да гарантират, че притежават валидни документи за пътуването обратно.
+Различава се готовността на правителствата да издават паспорти без указани пол (X) или документи, които да бъдат обновени, за да съвпадат с желаемото име и пол.
+Способността на чуждестранните правителства да почитват тези документи е също толкова широко вариативна.
+Проверките на сигурността стават още по-инвазивни след 11 септември 2001 г.
+Пре-оперативните трансгендерни хора не трябва да очакват да преминават през сканиращите уреди с неприкосновена приватност и достойнство.
+Приливните течения са обратният поток от вълните, които се разбиват на брега, често на риф или подобен.
+Заради подводната топология, обратният поток се концентрира в няколко по-дълбоки секции, където може да се образува бързо течение към дълбоките води.
+Повечето смъртни случаи се случват в резултат на умора при опитите да се върнат назад срещу течението, което може да бъде невъзможно.
+Скоро след като излезете от течението, да се върнете обратно вече не е по-трудно от нормалното.
+Опитайте се да стреляте към някакво място, където не можете да бъдете заловени отново или, в зависимост от уменията ви и от това дали бъдете забелязани, можете да чакате помощ.
+Възвратният шок настъпва по-бързо от културния шок (не съществува фаза на медна сватба), продължава по-дълго и може да бъде по-тежък.
+Пътешествениците, които лесно се адаптираха към новата култура, понякога имат особено трудно да се адаптират към собствената си култура.
+Когато се връщате у дома, след да живеете извън страната, се адаптирате към новата култура и загубите някои от вашите навици от културата на домакините.
+Когато първо отидете в чужбина, хората вероятно са били пациентни и разбиращи, защо пътешествениците в нова страна трябва да се адаптират.
+Людите може да не очакват, че търпението и разбирането са също необходими за пътниците, които се връщат у дома.
+Шоуто с звук и светлина на пирамидата е едно от най-интересните неща за децата в района.
+Можете да видите пирамидите в мрака и можете да ги видите в тишина, преди шоуто да започне.
+Обикновено винаги можете да чуете звуците на туристите и търговците. Историята на звука и светлината е просто като история в книга.
+Сфинксът е поставен като фон и разказвач на дълга история.
+Сцените се показват на пирамидите и различните пирамиди се осветяват.
+Островите Южен Шетланд, открити през 1819 г., се претендират от няколко държави и имат най-много бази, от които шестнадесет са активни през 2020 г.
+Архипелагът се намира на 120 км северно от полуострова. Най-големият е островът Кинг Джордж, на който се намира селището Вила Лас Естрелас.
+Другите включват остров Ливингстън и остров Децепшън, където пресъхналата калдера на все още действащ вулкан предоставя впечатляващ природен пристанище.
+Земята Елсуърт е регионът южно от полуострова, ограничен от Белингсхаузенското море.
+Платото тук се слива с планините на полуострова, след което отново се появяват, за да образуват веригата от 360 км на планините Елсуърт, пресечена от ледника Минесота.
+Най-високите планини на Антарктида се намират в северната част или Сентинелския хребет, връхът Винсън, който достига 4892 м.
+В отдалечени места, където няма покритие на мобилните телефони, сателитен телефон може да бъде единствената опция.
+Сателитният телефон обикновено не е заместител на мобилния телефон, тъй като трябва да се намираш на открито с ясна видимост към сателита, за да направиш телефонен звон.
+Службата често се използва от кораби, включително за удоволствия, както и от експедиции, които имат нужда от далечни данни и гласови връзки.
+Вашият местен провайдър на телефонни услуги трябва да може да предостави повече информация за свързването с тази услуга.
+Все по-популярна опция за тези, които планират да прекарат година без училище, е да пътуват и да научават.
+Това е особено популярно сред завършилите училища, тъй като им позволява да прекарат една година преди да постъпят в университета, без да компрометират образованието си.
+В много случаи записването на курс в чужбина по време на прекъсването на образованието може да подобри шансовете ви да продължите с висше образование в родината си.
+Обикновено ще има учебно-възпитателна такса, за да се запишете в тези образователни програми.
+Финландия е чудесна дестинация за плаване. „Земята на хилядите езера“ има и хиляди острови, както в езерата, така и в крайбрежните архипелази.
+В архипелазите и езерата не винаги се нуждаете от яхта.
+Въпреки че крайбрежните архипелази и най-големите езера действително са достатъчно големи за всяка яхта, по-малките лодки или дори каяк предлагат различен опит.
+Мореплаването е национална забава в Финландия, където има лодка на всеки седем или осем души.
+Това се потвърждава от Норвегия, Швеция и Нова Зеландия, но в останалите случаи е доста уникално (например в Нидерландия броят е едно на четиридесет).
+Повечето от различните круизи по Балтийско море включват продължителен престой в Санкт Петербург, Русия.
+Това означава, че можете да посетите историческия град за няколко пълни дни, докато се връщате и спите на кораба през нощта.
+Ако посещавате само сушата чрез излети на кораба, нямате нужда от отделно визово разрешение (от 2009 г. насам).
+Някои круизи включват Берлин, Германия в брошурите си. Като видите от картата над Берлин не е близо до морето и посещението на града не е включено в цената на круиза.
+Пътуването с самолет може да бъде страшно преживяване за хора от всички възрасти и произход, особено ако не са летели преди или са преживели трауматично събитие.
+Това не е нещо, за което трябва да се стыдиш: не е различно от личните страхове и неприятности на други неща, които много хора имат.
+За някои разбирането на как се работят самолетите и какво се случва по време на полета може да помогне да се преодоля страхът, който е базиран на неизвестното или на липсата на контрол.
+Курьерските фирми се плащат добре за бързо доставяне. Често времето е много важно при бизнес документи, стоки или запасни части за срочна ремонтна работа.
+На някои маршрути големите компании имат собствени самолети, но за други маршрути и по-малки фирми имаше проблем.
+Ако това са изпратили с авиопревоз, на някои маршрути може да е понадобило дни за преминаване през разтоварването и митницата.
+Единственият начин да се направи това по-бързо е да го изпратите като чекано багаж. Правилата на авиолиниите не позволяват да се изпрати багаж без пасажер, където влизате и ви.
+Очевидният начин да летите в първа или бизнес класа е да платите голяма сума за привилегията (или по-добре да накарате компанията си да го направи за вас).
+Въпреки това, това не е дешево: според приблизителните правила, можете да очаквате да платите от четири до пет пъти повече от нормалната цена за бизнес класа и от единадесет пъти за първа класа!
+Обикновено няма смисъл да се търсят скидки за бизнес или първокласни места на директни полети от А до Б.
+Авиолиниите добре познават, че има определена група пасажери, които са готови да платят голяма цена за привилегията да стигнат бързо и комфортно до някакво място, и натоварват съответно.
+Столицата на Молдова е Кишинев. Официалният език е румънски, но широко се използва руският.
+Молдова е многонационална република, която страда от етнически конфликти.
+През 1994 г. този конфликт доведе до създаването на самопровъзгласената република Транснистрия в Източна Молдова, която има собствено правителство и валута, но не е призната от нито един от членовете на ООН.
+Икономическите връзки между тези две части на Молдова бяха възстановени, въпреки провала на политическите преговори.
+Основната религия в Молдова е православно християнство.
+Измир е третият по големина град в Турция с население около 3,7 милиона души, вторият по големина пристанищен град след Истанбул и добър транспортен узел.
+В миналото е бил древният град Смирна, но сега е съвременен, развит и процъфтяващ търговски център, разположен около огромно пристанище и ограден от планини.
+Широките булеварди, сградите с прозорци от стъкло и модерните търговски центрове са разпръснати с традиционни черепични покрития, пазарът от 18-ти век, старите джамии и църкви, въпреки че атмосферата на града е по-медитеранска, отколкото традиционна турска.
+Градът Халдарсвик предлага гледки към близкия остров Ейстурой и има необичайна октагонална църква.
+В оградата на църквата има интересни мраморни скулптури на мишки над някои гробници.
+Стои половина часа да се разгледа интересният град.
+На север и лесно достъпен е романтичният и удивителен град Синтра, който стана известен на чужденците, след като лорд Байрон описал неговите великолепия.
+Автобус 403 на Scotturb пътува редовно до Синтра, като спира на Кабо да Рока.
+Още на север посетите голямата Санктуариум на Богородицата на Фатима (Санктуариум), място на световноизвестни Мариански явления.
+Запомнете, че посещавате масов гроб, както и място, което има почти неизчислимо значение за значителна част от населението на света.
+Съществуват още много мъже и жени, които са оцелели от времето си тук, както и много повече, които са имали близки, които са били убити или работени до смърт тук, евреи и неевреи.
+Пожалуйте, относите се към уебсайта с всичката уважение, серьозност и уважение, които той заслужава. Не направите шеги за Холокоста или нацистите.
+Не маркирайте или натискайте графити в структурите.
+Официалните езици на Барселона са каталунски и испански. Повече от половината предпочитат да говорят каталунски, голяма част го разбира, а почти всички говорят испански.
+Въпреки това повечето знаци са отбелязани само на каталунски, тъй като този е установен от закона като първи официален език.
+Въпреки това испанският е също широко използван в обществения транспорт и други учреждения.
+Редовните съобщения в метрото се правят само на каталански, но непредвидените прекъсвания се съобщават от автоматизирана система на множество езици, включително испански, английски, френски, арабски и японски.
+Парижани имат репутация на егоцентрични, груби и арогантни.
+Въпреки че този стереотип често е неточен, най-добрият начин да се справиш с Париж все още е да се поведеш по-добре отколкото обикновено и да изглеждаш като човек, който е „bien élevé“ (добре възпитан). Това ще улесни значително преместването.
+Агресивните външности на парижанците бързо ще изчезнат, ако проявите някои базови учтивости.
+Националният парк „Плитвицки езера“ е силно покрит с гори, предимно с дъб, ел и борови дървета, и включва смес от алпийска и средиземноморска растителност.
+Има забележително разнообразие от растителни общности, поради различните микроклиматични условия, различните почви и различните нива на височина.
+Областта е също дом на огромно разнообразие от животински и птичи видове.
+Тук могат да се намерят рядко срещани животни като европейският кафар, вълк, орел, сова, лисица, дива котка и елен, както и много повече по-често срещани видове
+Докато посещават манастирите, жените трябва да носят рокли, покриващи коленете, както и да покриват плечите си.
+Повечето манастири предлагат накидки за жени, които не са подготвени, но ако носете собствена, особено с ярки цветове, ще получите усмивка от монаха или монахинята при влизането.
+По същата линия, мъжете трябва да носят брюк, покриващи коленете.
+Това също може да бъде заемно от склада при входа, но тази одежда не се почиства след всеки потребител, така че можете да не се чувствате комфортно, ако ги носите. Едноразмерно за мъже!
+Кухнята на Майорка, както и тази на подобни зони в Средиземно море, е базирана на хлеб, зеленчуци и месо (особено прасе), като се използва оливково масло постоянно.
+Прост и популярен ужин, особено през лятото, е Па ам Оли: хлеб с оливково масло, помидор, както и всякакви достъпни добавки като сирене, туне, и т.н.
+Всички имена, заедно с думата „Sie“ за вас, винаги започват с голяма буква, дори в средата на изречение.
+Това е важен начин за различаване на някои глаголи и предмети.
+Това също така прави четенето по-лесно, въпреки че писането е донякъде усложнено от необходимостта да се установи дали се използва глагол или прилагателно в субстантизирана форма.
+Произношението е относително лесно в италианския език, тъй като повечето думи се произнасят точно както са написани
+Главните букви, които трябва да се наблюдават, са „c“ и „g“, тъй като произнасянето им варира в зависимост от следващата гласна.
+Освен това, уверете се, че произнасяте „р“ и „рр“ по-различно: „caro“ означава „драгоцен“, докато „carro“ означава „колесница“.
+Граматиката на персийския е относително лесна и предимно редовна.
+Това означава, че четенето на този граматичен ръководник ще ви помогне да се научите много за персийската граматика и да разберете фразите по-добре.
+Не трябва да казвам, че ако знаете романски език, ще бъде лесно за вас да се научите португалски.
+Въпреки това хората, които познават малко испански, могат бързо да стигнат до извода, че португалският е достатъчно близо до испанския, така че не трябва да се изучава отделно.
+Предмодерните обсерватории обикновено са остарели днес и остават като музеи или места на обучение.
+Тъй като за времето на най-голямата им слава светлината не е била проблем, те обикновено са разположени в градове или на кампуси, по-лесно достъпни от тези, построени през модерните времена.
+Повечето съвременни наблюдателни телескопи са огромни обекти в отдалечени райони с благоприятни атмосферни условия.
+Наблюдението на цъфтящите черешови дървета, известно като hanami, е част от японската култура от 8-ти век.
+Концепцията произхожда от Китай, където вишневите цветчета са били избрани за цвете на избора.
+В Япония първите вечери с цъфтящи череши се организирали от императора само за него и другите членове на аристокрацията около императорския дворец.
+Растенията изглеждат най-добре в естествена среда, така че не се поддавайте на искушението да премахнете дори „едно“ растение.
+Ако посещавате формално организиран градина, събирането на „екземпляри“ също ще доведе до изхвърляне, без обсъждане.
+Сингапур като цяло е изключително безопасно място и лесно се ориентира, и можете да купите почти всичко, след като пристигнете.
+Но като се намирате в „високите тропици“, само на няколко градуса северно от екватора, ще трябва да се справяте както с горещината (винаги), така и с силното слънце (когато небето е ясно, по-редко).
+Има и няколко автобуса, които отиват на север към Хеврон, традиционното гробно място на библейските патриарси Авраам, Исак, Йаков и техните съпруги.
+Проверете дали автобусът, който искате да вземе, отива до Хеброн, а не само до близкия еврейски квартал Кирият Арба.
+Вътрешните водни пътища могат да бъдат добра тема, около която да се построи отпуск.
+Например посещение на замъци в долината на Лоара, долината на Рейн или пътуване с круизер до интересни градове по Дунав или плаване по Ерийския канал.
+Те определят и маршрутите на популярните пешеходни и велосипедни пътеки.
+Великден е един от най-важните празници на християнството и се празнува като рожден ден на Исус.
+Много от традициите, свързани с празника, са приети и от неверуващите в християнските страни и нехристияните по света.
+Съществува традиция да се проведе нощта на Великден открито, за да се наблюдава изгревът на слънцето.
+Съществуват конечно християнски богословски обяснения за тази традиция, но може и да е прехристиянски ритуал на пролетта и плодородието.
+Повечето традиционни църкви често организират пасхална вахта в събота вечерта по време на пасхалния уикенд, като църковните общности често се превръщат в празнуващи при полунощ, за да отпразнуват Възкресението на Христос.
+Всички животни, които първоначално са пристигнали на островите, са пристигнали тук с плаване, полет или плуване.
+Заради голямата разстояние до континента, бозайниците не могат да напратят пътуването, така че гигантската костенурка става основното тревожно животно на Галапагос.
+След пристигането на човека на Галапагоските острови са били въведени много бозайници, включително овце, коне, крави, мишки, котки и кучета.
+Ако посетите арктическите или антарктическите райони през зимата, ще опитате полярната нощ, което означава, че слънцето не се извисява над хоризонта.
+Това предлага добро възможност да се види Аурора бореалис, тъй като небето ще бъде тъмно повече или по-малко през цялата година.
+Също така, тъй като териториите са слабо насечени, и светлинната замърсяване по тази причина често не е проблем, ще можете и да насладите се на звездите.
+Културата на работата в Япония е по-хиерархична и формална отколкото тази, която са навикани западните работници.
+Одеждата за работа е стандартна бизнес одежда и колегите се наричат с фамилните си имена или с професионалните си титли.
+Спокойствието на работното място е от съществено значение, тъй като подчерквава усилията на групата, а не постиженията на отделни лица.
+Сътрудниците трябва често да получат одобрението на своите надзиратели за всякакви решения, които вземат, и се очакват да изпълняват инструкциите на своите надзиратели без въпроси.
diff --git a/test-en-bg.bleu b/test-en-bg.bleu
new file mode 100644
index 0000000000000000000000000000000000000000..efe6561b3b2571c8324580a0c08b1499c788be16
--- /dev/null
+++ b/test-en-bg.bleu
@@ -0,0 +1 @@
+BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 30.05 61.9/36.7/23.8/15.6 (BP = 0.992 ratio = 0.992 hyp_len = 24492 ref_len = 24700)
diff --git a/test-en-bg.comet b/test-en-bg.comet
new file mode 100644
index 0000000000000000000000000000000000000000..63133819eae8766830409c9153661a2dc134cf6d
--- /dev/null
+++ b/test-en-bg.comet
@@ -0,0 +1,1013 @@
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 0 score: 0.8145
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 1 score: 0.9274
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 2 score: 0.9286
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 3 score: 0.8882
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 4 score: 0.9326
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 5 score: 0.7764
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 6 score: 0.7485
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 7 score: 0.9183
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 8 score: 0.7806
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 9 score: 0.8461
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 10 score: 0.9388
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 11 score: 0.8623
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 12 score: 0.8670
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 13 score: 0.9158
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 14 score: 0.8893
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 15 score: 0.6505
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 16 score: 0.8516
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 17 score: 0.9519
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 18 score: 0.9215
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 19 score: 0.8994
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 20 score: 0.9539
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 21 score: 0.9481
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 22 score: 0.8398
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 23 score: 0.9346
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 24 score: 0.9379
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 25 score: 0.9676
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 26 score: 0.9086
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 27 score: 0.8798
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 28 score: 0.6131
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 29 score: 0.9198
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 30 score: 0.8521
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 31 score: 0.8625
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 32 score: 0.8396
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 33 score: 0.9458
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 34 score: 0.9572
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 35 score: 0.9350
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 36 score: 0.9420
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 37 score: 0.7961
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 38 score: 0.7451
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 39 score: 0.9062
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 40 score: 0.8501
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 41 score: 0.9336
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 42 score: 0.8863
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 43 score: 0.9490
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 44 score: 0.8641
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 45 score: 0.8975
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 46 score: 0.9147
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 47 score: 0.9222
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 48 score: 0.9160
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 49 score: 0.9429
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 50 score: 0.9501
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 51 score: 0.8584
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 52 score: 0.9486
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 53 score: 0.9424
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 54 score: 0.9250
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 55 score: 0.9428
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 56 score: 0.9318
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 57 score: 0.9059
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 58 score: 0.8269
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 59 score: 0.9522
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 60 score: 0.9187
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 61 score: 0.9670
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 62 score: 0.8862
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 63 score: 0.9145
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 64 score: 0.8889
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 65 score: 0.7330
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 66 score: 0.7051
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 67 score: 0.6758
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 68 score: 0.9521
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 69 score: 0.9110
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 70 score: 0.9077
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 71 score: 0.8794
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 72 score: 0.8608
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 73 score: 0.9089
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 74 score: 0.8700
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 75 score: 0.9038
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 76 score: 0.9139
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 77 score: 0.9497
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 78 score: 0.9675
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 79 score: 0.9171
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 80 score: 0.9088
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 81 score: 0.9464
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 82 score: 0.8936
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 83 score: 0.6976
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 84 score: 0.9170
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 85 score: 0.8666
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 86 score: 0.7823
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 87 score: 0.8482
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 88 score: 0.9382
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 89 score: 0.8969
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 90 score: 0.9116
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 91 score: 0.8561
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 92 score: 0.8778
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 93 score: 0.6222
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 94 score: 0.9362
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 95 score: 0.9391
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 96 score: 0.8439
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 97 score: 0.9296
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 98 score: 0.8832
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 99 score: 0.8935
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 100 score: 0.9345
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 101 score: 0.9472
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 102 score: 0.9283
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 103 score: 0.9756
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 104 score: 0.9636
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 105 score: 0.8232
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 106 score: 0.9130
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 107 score: 0.9112
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 108 score: 0.8797
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 109 score: 0.8040
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 110 score: 0.9182
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 111 score: 0.9664
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 112 score: 0.9510
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 113 score: 0.9521
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 114 score: 0.9164
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 115 score: 0.9473
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 116 score: 0.9346
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 117 score: 0.9467
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 118 score: 0.9663
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 119 score: 0.8819
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 120 score: 0.8696
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 121 score: 0.9271
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 122 score: 0.9282
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 123 score: 0.9373
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 124 score: 0.9139
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 125 score: 0.9223
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 126 score: 0.8975
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 127 score: 0.7953
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 128 score: 0.9170
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 129 score: 0.9261
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 130 score: 0.9238
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 131 score: 0.9241
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 132 score: 0.9094
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 133 score: 0.9402
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 134 score: 0.8310
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 135 score: 0.8686
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 136 score: 0.9390
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 137 score: 0.9013
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 138 score: 0.9369
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 139 score: 0.9363
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 140 score: 0.9278
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 141 score: 0.8636
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 142 score: 0.9489
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 143 score: 0.9141
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 144 score: 0.9051
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 145 score: 0.9567
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 146 score: 0.8294
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 147 score: 0.9207
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 148 score: 0.9504
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 149 score: 0.8804
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 150 score: 0.9183
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 151 score: 0.9011
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 152 score: 0.8565
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 153 score: 0.8660
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 154 score: 0.8429
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 155 score: 0.8093
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 156 score: 0.9134
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 157 score: 0.8790
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 158 score: 0.9429
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 159 score: 0.8625
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 160 score: 0.9335
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 161 score: 0.8789
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 162 score: 0.8847
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 163 score: 0.8836
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 164 score: 0.9318
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 165 score: 0.7874
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 166 score: 0.9317
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 167 score: 0.8541
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 168 score: 0.8483
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 169 score: 0.7330
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 170 score: 0.8960
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 171 score: 0.9008
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 172 score: 0.8925
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 173 score: 0.9088
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 174 score: 0.9466
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 175 score: 0.9546
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 176 score: 0.8199
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 177 score: 0.9245
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 178 score: 0.9066
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 179 score: 0.9360
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 180 score: 0.9130
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 181 score: 0.9204
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 182 score: 0.9223
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 183 score: 0.9469
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 184 score: 0.8649
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 185 score: 0.9705
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 186 score: 0.9507
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 187 score: 0.9386
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 188 score: 0.7844
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 189 score: 0.8993
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 190 score: 0.8356
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 191 score: 0.9408
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 192 score: 0.8879
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 193 score: 0.8954
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 194 score: 0.8945
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 195 score: 0.9348
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 196 score: 0.8943
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 197 score: 0.8257
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 198 score: 0.9354
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 199 score: 0.7968
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 200 score: 0.8290
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 201 score: 0.7657
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 202 score: 0.8602
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 203 score: 0.6588
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 204 score: 0.9386
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 205 score: 0.9333
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 206 score: 0.8683
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 207 score: 0.8754
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 208 score: 0.8764
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 209 score: 0.9492
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 210 score: 0.9597
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 211 score: 0.7553
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 212 score: 0.8569
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 213 score: 0.7399
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 214 score: 0.8383
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 215 score: 0.9511
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 216 score: 0.9110
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 217 score: 0.9210
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 218 score: 0.9210
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 219 score: 0.9230
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 220 score: 0.9736
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 221 score: 0.9551
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 222 score: 0.9445
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 223 score: 0.8956
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 224 score: 0.9403
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 225 score: 0.9359
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 226 score: 0.9188
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 227 score: 0.8216
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 228 score: 0.9252
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 229 score: 0.9432
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 230 score: 0.9513
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 231 score: 0.9172
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 232 score: 0.8791
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 233 score: 0.8854
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 234 score: 0.8459
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 235 score: 0.8953
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 236 score: 0.8667
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 237 score: 0.8905
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 238 score: 0.9386
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 239 score: 0.9481
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 240 score: 0.8655
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 241 score: 0.8462
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 242 score: 0.9398
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 243 score: 0.6231
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 244 score: 0.8777
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 245 score: 0.7988
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 246 score: 0.6653
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 247 score: 0.7892
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 248 score: 0.7654
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 249 score: 0.9441
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 250 score: 0.9101
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 251 score: 0.9575
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 252 score: 0.9553
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 253 score: 0.9361
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 254 score: 0.9620
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 255 score: 0.9321
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 256 score: 0.9158
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 257 score: 0.9216
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 258 score: 0.9352
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 259 score: 0.9221
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 260 score: 0.9080
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 261 score: 0.9559
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 262 score: 0.6603
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 263 score: 0.9076
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 264 score: 0.9381
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 265 score: 0.9223
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 266 score: 0.9082
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 267 score: 0.8675
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 268 score: 0.9429
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 269 score: 0.9296
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 270 score: 0.9150
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 271 score: 0.8414
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 272 score: 0.9372
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 273 score: 0.9104
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 274 score: 0.7674
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 275 score: 0.8564
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 276 score: 0.8909
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 277 score: 0.8812
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 278 score: 0.9071
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 279 score: 0.8838
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 280 score: 0.9441
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 281 score: 0.9238
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 282 score: 0.9334
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 283 score: 0.9247
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 284 score: 0.9300
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 285 score: 0.9202
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 286 score: 0.9109
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 287 score: 0.8786
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 288 score: 0.9225
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 289 score: 0.8588
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 290 score: 0.8184
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 291 score: 0.8920
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 292 score: 0.9243
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 293 score: 0.9254
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 294 score: 0.8177
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 295 score: 0.8328
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 296 score: 0.9007
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 297 score: 0.9136
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 298 score: 0.7030
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 299 score: 0.8709
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 300 score: 0.9315
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 301 score: 0.8902
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 302 score: 0.9015
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 303 score: 0.9616
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 304 score: 0.9581
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 305 score: 0.9346
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 306 score: 0.9209
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 307 score: 0.9421
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 308 score: 0.9257
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 309 score: 0.8914
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 310 score: 0.9213
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 311 score: 0.9583
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 312 score: 0.9446
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 313 score: 0.7664
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 314 score: 0.9690
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 315 score: 0.9580
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 316 score: 0.9490
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 317 score: 0.8540
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 318 score: 0.8795
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 319 score: 0.6567
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 320 score: 0.8394
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 321 score: 0.8602
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 322 score: 0.9331
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 323 score: 0.9378
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 324 score: 0.9187
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 325 score: 0.9076
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 326 score: 0.8196
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 327 score: 0.8763
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 328 score: 0.9257
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 329 score: 0.9329
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 330 score: 0.9250
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 331 score: 0.8613
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 332 score: 0.9336
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 333 score: 0.9109
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 334 score: 0.9560
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 335 score: 0.9064
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 336 score: 0.8944
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 337 score: 0.6902
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 338 score: 0.9170
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 339 score: 0.9340
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 340 score: 0.8434
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 341 score: 0.8799
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 342 score: 0.7185
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 343 score: 0.8880
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 344 score: 0.8535
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 345 score: 0.8519
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 346 score: 0.9111
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 347 score: 0.8978
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 348 score: 0.5618
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 349 score: 0.8579
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 350 score: 0.8643
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 351 score: 0.9425
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 352 score: 0.9169
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 353 score: 0.9300
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 354 score: 0.9222
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 355 score: 0.9109
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 356 score: 0.9306
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 357 score: 0.8401
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 358 score: 0.7324
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 359 score: 0.7928
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 360 score: 0.7637
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 361 score: 0.9242
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 362 score: 0.9525
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 363 score: 0.6741
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 364 score: 0.9040
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 365 score: 0.8735
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 366 score: 0.6861
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 367 score: 0.9045
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 368 score: 0.6892
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 369 score: 0.9145
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 370 score: 0.8540
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 371 score: 0.8581
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 372 score: 0.8970
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 373 score: 0.9057
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 374 score: 0.9487
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 375 score: 0.9251
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 376 score: 0.9011
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 377 score: 0.9422
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 378 score: 0.8638
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 379 score: 0.9428
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 380 score: 0.9400
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 381 score: 0.8127
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 382 score: 0.8281
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 383 score: 0.8525
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 384 score: 0.8973
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 385 score: 0.8374
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 386 score: 0.8087
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 387 score: 0.8982
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 388 score: 0.8629
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 389 score: 0.9082
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 390 score: 0.9084
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 391 score: 0.8906
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 392 score: 0.9440
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 393 score: 0.9467
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 394 score: 0.9324
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 395 score: 0.9486
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 396 score: 0.8445
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 397 score: 0.9308
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 398 score: 0.8564
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 399 score: 0.9031
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 400 score: 0.9695
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 401 score: 0.9181
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 402 score: 0.9358
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 403 score: 0.8617
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 404 score: 0.7259
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 405 score: 0.9418
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 406 score: 0.9260
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 407 score: 0.8979
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 408 score: 0.9388
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 409 score: 0.9084
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 410 score: 0.8849
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 411 score: 0.8520
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 412 score: 0.8981
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 413 score: 0.9280
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 414 score: 0.8606
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 415 score: 0.8880
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 416 score: 0.7333
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 417 score: 0.8560
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 418 score: 0.9541
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 419 score: 0.9294
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 420 score: 0.9516
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 421 score: 0.9662
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 422 score: 0.9263
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 423 score: 0.9374
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 424 score: 0.9137
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 425 score: 0.9483
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 426 score: 0.9281
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 427 score: 0.9338
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 428 score: 0.9333
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 429 score: 0.9601
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 430 score: 0.9206
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 431 score: 0.8570
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 432 score: 0.7410
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 433 score: 0.8340
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 434 score: 0.8005
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 435 score: 0.7827
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 436 score: 0.8290
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 437 score: 0.9538
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 438 score: 0.9496
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 439 score: 0.9193
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 440 score: 0.9425
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 441 score: 0.9270
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 442 score: 0.9601
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 443 score: 0.9211
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 444 score: 0.9153
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 445 score: 0.8421
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 446 score: 0.9472
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 447 score: 0.9529
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 448 score: 0.9375
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 449 score: 0.8749
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 450 score: 0.8920
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 451 score: 0.9433
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 452 score: 0.9649
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 453 score: 0.9068
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 454 score: 0.9385
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 455 score: 0.8923
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 456 score: 0.9154
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 457 score: 0.9226
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 458 score: 0.9059
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 459 score: 0.9285
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 460 score: 0.9595
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 461 score: 0.8901
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 462 score: 0.8816
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 463 score: 0.9369
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 464 score: 0.9108
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 465 score: 0.8924
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 466 score: 0.9121
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 467 score: 0.7121
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 468 score: 0.8568
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 469 score: 0.7147
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 470 score: 0.7354
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 471 score: 0.8992
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 472 score: 0.8082
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 473 score: 0.8264
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 474 score: 0.8460
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 475 score: 0.9380
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 476 score: 0.9207
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 477 score: 0.9061
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 478 score: 0.8996
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 479 score: 0.9342
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 480 score: 0.8523
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 481 score: 0.9097
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 482 score: 0.9008
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 483 score: 0.9138
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 484 score: 0.9161
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 485 score: 0.9332
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 486 score: 0.9241
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 487 score: 0.9013
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 488 score: 0.9260
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 489 score: 0.9559
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 490 score: 0.8113
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 491 score: 0.9445
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 492 score: 0.9529
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 493 score: 0.9363
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 494 score: 0.9209
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 495 score: 0.8677
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 496 score: 0.8331
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 497 score: 0.8684
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 498 score: 0.9007
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 499 score: 0.9440
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 500 score: 0.9597
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 501 score: 0.9116
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 502 score: 0.9376
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 503 score: 0.8492
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 504 score: 0.8291
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 505 score: 0.8582
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 506 score: 0.9060
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 507 score: 0.8793
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 508 score: 0.6609
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 509 score: 0.8383
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 510 score: 0.7558
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 511 score: 0.8139
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 512 score: 0.9057
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 513 score: 0.9295
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 514 score: 0.7417
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 515 score: 0.9117
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 516 score: 0.8744
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 517 score: 0.9412
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 518 score: 0.9190
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 519 score: 0.9622
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 520 score: 0.8858
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 521 score: 0.9315
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 522 score: 0.9032
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 523 score: 0.8301
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 524 score: 0.9307
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 525 score: 0.9148
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 526 score: 0.9202
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 527 score: 0.9171
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 528 score: 0.8499
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 529 score: 0.8922
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 530 score: 0.8493
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 531 score: 0.9178
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 532 score: 0.9088
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 533 score: 0.8918
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 534 score: 0.8973
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 535 score: 0.7844
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 536 score: 0.8884
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 537 score: 0.8829
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 538 score: 0.8905
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 539 score: 0.9257
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 540 score: 0.9068
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 541 score: 0.9283
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 542 score: 0.9055
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 543 score: 0.9116
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 544 score: 0.9331
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 545 score: 0.9644
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 546 score: 0.8249
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 547 score: 0.8494
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 548 score: 0.8100
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 549 score: 0.9665
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 550 score: 0.8588
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 551 score: 0.9161
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 552 score: 0.9418
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 553 score: 0.8527
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 554 score: 0.9029
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 555 score: 0.8858
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 556 score: 0.8684
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 557 score: 0.9746
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 558 score: 0.8645
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 559 score: 0.8223
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 560 score: 0.9159
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 561 score: 0.9422
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 562 score: 0.8100
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 563 score: 0.8980
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 564 score: 0.8838
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 565 score: 0.9018
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 566 score: 0.9401
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 567 score: 0.9317
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 568 score: 0.8528
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 569 score: 0.8787
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 570 score: 0.9470
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 571 score: 0.8966
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 572 score: 0.8242
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 573 score: 0.9248
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 574 score: 0.9318
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 575 score: 0.9000
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 576 score: 0.6285
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 577 score: 0.8646
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 578 score: 0.9317
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 579 score: 0.8811
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 580 score: 0.9415
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 581 score: 0.9270
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 582 score: 0.8694
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 583 score: 0.8735
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 584 score: 0.7781
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 585 score: 0.9170
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 586 score: 0.9413
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 587 score: 0.9414
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 588 score: 0.8251
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 589 score: 0.8489
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 590 score: 0.8682
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 591 score: 0.9686
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 592 score: 0.7082
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 593 score: 0.9336
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 594 score: 0.9631
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 595 score: 0.9463
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 596 score: 0.9351
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 597 score: 0.9155
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 598 score: 0.8918
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 599 score: 0.9432
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 600 score: 0.9200
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 601 score: 0.6724
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 602 score: 0.9214
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 603 score: 0.9170
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 604 score: 0.9286
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 605 score: 0.9278
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 606 score: 0.9448
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 607 score: 0.9064
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 608 score: 0.8503
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 609 score: 0.9227
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 610 score: 0.9147
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 611 score: 0.9431
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 612 score: 0.9210
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 613 score: 0.9089
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 614 score: 0.9360
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 615 score: 0.8981
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 616 score: 0.9303
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 617 score: 0.9601
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 618 score: 0.9308
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 619 score: 0.9412
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 620 score: 0.9424
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 621 score: 0.8771
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 622 score: 0.9410
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 623 score: 0.9103
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 624 score: 0.7973
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 625 score: 0.9434
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 626 score: 0.9141
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 627 score: 0.9548
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 628 score: 0.9302
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 629 score: 0.9118
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 630 score: 0.7663
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 631 score: 0.9558
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 632 score: 0.9422
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 633 score: 0.9584
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 634 score: 0.9681
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 635 score: 0.9571
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 636 score: 0.9432
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 637 score: 0.9052
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 638 score: 0.9402
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 639 score: 0.9628
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 640 score: 0.9111
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 641 score: 0.9457
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 642 score: 0.8388
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 643 score: 0.9258
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 644 score: 0.8610
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 645 score: 0.8064
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 646 score: 0.8751
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 647 score: 0.8743
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 648 score: 0.7338
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 649 score: 0.9129
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 650 score: 0.9637
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 651 score: 0.9099
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 652 score: 0.9198
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 653 score: 0.8569
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 654 score: 0.8191
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 655 score: 0.8328
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 656 score: 0.9130
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 657 score: 0.8234
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 658 score: 0.8306
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 659 score: 0.8630
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 660 score: 0.8899
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 661 score: 0.9375
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 662 score: 0.9594
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 663 score: 0.8639
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 664 score: 0.9458
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 665 score: 0.8803
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 666 score: 0.9140
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 667 score: 0.9004
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 668 score: 0.9277
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 669 score: 0.9485
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 670 score: 0.9055
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 671 score: 0.8921
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 672 score: 0.9052
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 673 score: 0.8999
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 674 score: 0.9389
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 675 score: 0.9363
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 676 score: 0.9320
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 677 score: 0.9411
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 678 score: 0.9117
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 679 score: 0.9419
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 680 score: 0.8293
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 681 score: 0.9430
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 682 score: 0.8755
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 683 score: 0.8613
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 684 score: 0.8673
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 685 score: 0.9165
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 686 score: 0.9075
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 687 score: 0.8773
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 688 score: 0.9481
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 689 score: 0.9135
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 690 score: 0.9227
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 691 score: 0.9000
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 692 score: 0.9396
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 693 score: 0.9280
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 694 score: 0.8958
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 695 score: 0.9254
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 696 score: 0.9299
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 697 score: 0.8772
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 698 score: 0.8925
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 699 score: 0.9636
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 700 score: 0.9146
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 701 score: 0.9033
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 702 score: 0.9299
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 703 score: 0.8818
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 704 score: 0.9364
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 705 score: 0.8973
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 706 score: 0.7595
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 707 score: 0.9376
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 708 score: 0.8972
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 709 score: 0.9058
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 710 score: 0.9284
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 711 score: 0.8709
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 712 score: 0.9669
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 713 score: 0.9112
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 714 score: 0.9393
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 715 score: 0.8610
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 716 score: 0.9366
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 717 score: 0.9458
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 718 score: 0.9600
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 719 score: 0.9322
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 720 score: 0.9585
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 721 score: 0.9072
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 722 score: 0.9168
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 723 score: 0.9430
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 724 score: 0.9452
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 725 score: 0.9072
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 726 score: 0.8657
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 727 score: 0.9139
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 728 score: 0.6236
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 729 score: 0.9194
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 730 score: 0.8526
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 731 score: 0.9324
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 732 score: 0.9130
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 733 score: 0.9513
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 734 score: 0.8927
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 735 score: 0.9381
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 736 score: 0.9226
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 737 score: 0.9015
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 738 score: 0.9166
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 739 score: 0.9441
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 740 score: 0.8992
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 741 score: 0.8968
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 742 score: 0.8808
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 743 score: 0.9489
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 744 score: 0.9138
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 745 score: 0.9319
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 746 score: 0.9498
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 747 score: 0.9353
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 748 score: 0.9663
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 749 score: 0.9512
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 750 score: 0.9666
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 751 score: 0.9113
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 752 score: 0.9377
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 753 score: 0.8850
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 754 score: 0.9025
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 755 score: 0.9114
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 756 score: 0.7296
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 757 score: 0.9266
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 758 score: 0.9168
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 759 score: 0.9292
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 760 score: 0.9573
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 761 score: 0.9269
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 762 score: 0.9547
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 763 score: 0.8907
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 764 score: 0.8928
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 765 score: 0.8914
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 766 score: 0.9176
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 767 score: 0.8729
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 768 score: 0.9712
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 769 score: 0.9475
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 770 score: 0.9310
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 771 score: 0.9551
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 772 score: 0.9419
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 773 score: 0.9338
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 774 score: 0.8842
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 775 score: 0.8550
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 776 score: 0.8796
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 777 score: 0.9402
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 778 score: 0.8618
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 779 score: 0.8212
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 780 score: 0.9038
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 781 score: 0.8244
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 782 score: 0.8884
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 783 score: 0.8679
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 784 score: 0.9200
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 785 score: 0.8352
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 786 score: 0.8129
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 787 score: 0.9511
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 788 score: 0.9349
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 789 score: 0.9292
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 790 score: 0.9124
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 791 score: 0.8599
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 792 score: 0.9296
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 793 score: 0.8855
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 794 score: 0.9104
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 795 score: 0.9163
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 796 score: 0.9561
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 797 score: 0.8754
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 798 score: 0.9492
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 799 score: 0.8296
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 800 score: 0.9487
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 801 score: 0.8409
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 802 score: 0.9161
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 803 score: 0.7262
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 804 score: 0.8125
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 805 score: 0.8527
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 806 score: 0.8515
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 807 score: 0.9362
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 808 score: 0.9147
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 809 score: 0.8824
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 810 score: 0.9042
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 811 score: 0.7403
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 812 score: 0.9539
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 813 score: 0.9556
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 814 score: 0.9256
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 815 score: 0.8447
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 816 score: 0.8617
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 817 score: 0.8302
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 818 score: 0.8176
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 819 score: 0.7682
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 820 score: 0.9328
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 821 score: 0.9170
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 822 score: 0.8640
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 823 score: 0.9108
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 824 score: 0.9227
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 825 score: 0.9197
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 826 score: 0.8875
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 827 score: 0.8591
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 828 score: 0.8727
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 829 score: 0.8138
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 830 score: 0.8899
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 831 score: 0.9197
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 832 score: 0.9157
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 833 score: 0.8546
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 834 score: 0.8985
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 835 score: 0.7943
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 836 score: 0.8705
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 837 score: 0.7422
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 838 score: 0.9083
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 839 score: 0.8694
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 840 score: 0.9158
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 841 score: 0.8627
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 842 score: 0.7771
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 843 score: 0.8665
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 844 score: 0.8175
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 845 score: 0.7231
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 846 score: 0.5946
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 847 score: 0.9020
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 848 score: 0.8446
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 849 score: 0.9123
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 850 score: 0.9245
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 851 score: 0.9586
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 852 score: 0.9324
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 853 score: 0.8032
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 854 score: 0.8490
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 855 score: 0.8101
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 856 score: 0.7625
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 857 score: 0.9292
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 858 score: 0.8385
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 859 score: 0.9440
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 860 score: 0.8375
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 861 score: 0.8980
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 862 score: 0.9418
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 863 score: 0.9230
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 864 score: 0.8936
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 865 score: 0.8783
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 866 score: 0.9082
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 867 score: 0.9201
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 868 score: 0.8183
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 869 score: 0.9372
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 870 score: 0.8931
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 871 score: 0.8757
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 872 score: 0.8289
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 873 score: 0.9115
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 874 score: 0.9235
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 875 score: 0.8596
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 876 score: 0.9178
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 877 score: 0.9301
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 878 score: 0.9592
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 879 score: 0.8015
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 880 score: 0.9002
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 881 score: 0.9404
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 882 score: 0.9363
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 883 score: 0.9266
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 884 score: 0.8626
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 885 score: 0.8809
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 886 score: 0.9192
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 887 score: 0.8202
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 888 score: 0.8396
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 889 score: 0.9128
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 890 score: 0.8502
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 891 score: 0.8803
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 892 score: 0.8426
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 893 score: 0.8778
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 894 score: 0.8842
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 895 score: 0.9108
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 896 score: 0.7394
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 897 score: 0.8962
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 898 score: 0.9613
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 899 score: 0.9140
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 900 score: 0.8997
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 901 score: 0.9503
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 902 score: 0.8816
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 903 score: 0.9317
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 904 score: 0.9450
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 905 score: 0.8665
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 906 score: 0.8827
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 907 score: 0.9143
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 908 score: 0.9014
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 909 score: 0.9564
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 910 score: 0.8840
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 911 score: 0.8887
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 912 score: 0.9394
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 913 score: 0.9120
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 914 score: 0.8559
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 915 score: 0.9258
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 916 score: 0.9252
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 917 score: 0.9377
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 918 score: 0.9509
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 919 score: 0.9163
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 920 score: 0.9057
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 921 score: 0.8987
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 922 score: 0.9416
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 923 score: 0.9105
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 924 score: 0.9019
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 925 score: 0.8687
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 926 score: 0.9663
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 927 score: 0.8838
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 928 score: 0.9293
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 929 score: 0.8372
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 930 score: 0.9078
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 931 score: 0.8720
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 932 score: 0.7356
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 933 score: 0.9006
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 934 score: 0.8759
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 935 score: 0.9030
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 936 score: 0.8368
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 937 score: 0.9685
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 938 score: 0.9681
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 939 score: 0.9315
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 940 score: 0.9716
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 941 score: 0.9791
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 942 score: 0.9584
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 943 score: 0.9201
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 944 score: 0.7630
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 945 score: 0.9373
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 946 score: 0.8746
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 947 score: 0.8548
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 948 score: 0.8985
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 949 score: 0.9372
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 950 score: 0.7390
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 951 score: 0.9196
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 952 score: 0.8766
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 953 score: 0.8252
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 954 score: 0.6591
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 955 score: 0.9526
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 956 score: 0.9358
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 957 score: 0.9291
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 958 score: 0.9328
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 959 score: 0.9291
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 960 score: 0.8560
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 961 score: 0.9088
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 962 score: 0.9383
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 963 score: 0.9455
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 964 score: 0.9512
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 965 score: 0.9103
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 966 score: 0.8739
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 967 score: 0.8885
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 968 score: 0.9291
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 969 score: 0.7151
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 970 score: 0.9023
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 971 score: 0.8137
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 972 score: 0.7872
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 973 score: 0.9402
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 974 score: 0.9240
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 975 score: 0.9388
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 976 score: 0.9197
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 977 score: 0.6663
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 978 score: 0.8887
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 979 score: 0.9318
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 980 score: 0.8756
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 981 score: 0.9061
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 982 score: 0.9264
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 983 score: 0.8466
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 984 score: 0.9452
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 985 score: 0.9463
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 986 score: 0.8856
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 987 score: 0.9253
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 988 score: 0.8792
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 989 score: 0.6042
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 990 score: 0.9266
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 991 score: 0.8902
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 992 score: 0.9211
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 993 score: 0.9334
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 994 score: 0.8886
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 995 score: 0.9301
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 996 score: 0.9253
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 997 score: 0.9624
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 998 score: 0.9541
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 999 score: 0.9048
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 1000 score: 0.8933
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 1001 score: 0.7917
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 1002 score: 0.9487
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 1003 score: 0.7935
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 1004 score: 0.9207
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 1005 score: 0.9217
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 1006 score: 0.8796
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 1007 score: 0.7850
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 1008 score: 0.9163
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 1009 score: 0.8947
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 1010 score: 0.8969
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg Segment 1011 score: 0.8984
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-bg score: 0.8916
diff --git a/test-en-mk b/test-en-mk
new file mode 100644
index 0000000000000000000000000000000000000000..1b6b750f6e18d610353888048b309d8c13f4c10e
--- /dev/null
+++ b/test-en-mk
@@ -0,0 +1,1012 @@
+„Сега имаме 4-месечни мишки коишто не се дијабетични, коишто претходно биле дијабетични“, додаде тој.
+Др. Ехуд Ур, професор по медицина на Универзитетот Далхаузи во Халифакс, Нова Шкотска и претседател на клиничкиот и научниот оддел на Канадската асоцијација за дијабетос предупреди дека истражувањето сѐ уште е на почетокот.
+Како и другите експерти, тој е скептичен за тоа дали дијабетот може да се излечи, забележувајќи дека овие резултати немаат значење за луѓето коишто веќе имаат тип 1 дијабетос.
+Во понеделник, Сара Даниус, сталниот секретар на Нобеловото комитето за литература на Шведската академија, ја јавно објави во радио програмот на Sveriges Radio во Швеција дека комитетот, не можејќи да се соочи директно со Боб Дилън за добивањето на Нобеловата награда за литература во 2016 година, се откажа од своите напори да се соочи со него.
+Даниус рече: „Сега не правиме ништо. Повикав и испратив е-пошти на неговиот најблискиот колаборатор и добив многу пријателски одговори. За моментот, тоа се сигурно доволно“.
+Претходно, претседателот на компанијата, Џејми Симиноф, изјави дека компанијата започна кога не можеше да чуе звонот од својата продавница во својата гаража.
+Тој изгради WiFi звонок на вратата, рече тој.
+Симиноф рече дека продажбата се зголеми откако се појави во епизода на „Shark Tank“ во 2013 година, каде што панелот од шотот одби да финансира стартапот.
+На крајот на 2017 година, Симиноф се појави на телевизискиот канал за купување QVC.
+Ринг исто така се договори со конкурентна безбедносна компанија, корпорацијата ADT.
+Додека една експериментална вакцина изгледа способна да го намали бројот на смртни случаи од Ебола, досега, ниту едно лекарство не е демонстрирано како соодветно за лекување на постоечката инфекција.
+При првите истражувања, антителотниот коктейл, ZMapp, покажаше обещавачки резултати, но формалните истражувања покажаа дека тој не е толку ефективен за спречување на смртта.
+Во истражувањето PALM, ZMapp служише како контрола, што значи дека научниците го користеа како основа и ги споредоставија трите други третмани со него.
+Асоцијацијата на гимнастичари на САД го поддржува писмото на Олимпискиот комитет на САД и прифаќа апсолутната потреба на олимписката семејство да промовира безбедна средина за сите наши атлети.
+Согласуваме се со изјавата на АСОК дека интересите на нашите атлети и клуби, како и нивната спортска активност може да се подобрат со значителни промени во нашата организација, а не со откажувањето.
+USA Гимнастика поддржува независна истрага што може да ја осветли начинот на којшто злоупотребата на пропорциите опишувани од преживеаните на Лари Нассар можеше да остане неоткриена толку долго и ја прифаќа сите необходими и соодветни промени.
+USA Gymnastics и USOC имаат истиот цел - да направат спортот на гимнастика, како и другите, како можно безбедно за спортистите да ги следат нивните сонови во безбедно, позитивно и мотивирано окружење.
+Во текот на 1960-тите години, Брзезински работел за Џон Ф. Кенеди како советник и потоа за администрацијата на Линдон Б. Џонсон.
+Додека се одржуваа изборите во 1976 година, тој го советуваше Картер за странска политика, а потоа служеше како советник за национална безбедност (НСА) од 1977 до 1981 година, наследувајќи Генри Кисингер.
+Како директор на Агенцијата за национална безбедност, тој му помогна на Картер да дипломатски се справи со светските работи, како што се спогодбите на Камп Дејвид, 1978; нормализирањето на односите меѓу САД и Кина во крајот на 1970-тите; Иранската револуција, којашто доведе до кризисот на заложниците во Иран, 1979; и инвазијата на Совјетскиот Сојуз во Авганистан, 1979.
+Филмот со Рајан Гослејн и Ема Стоун доби номинации во сите големи категории.
+Гослинг и Стоун добија номинации за најдобри глумци и глумкиња.
+Другите номинации вклучуваат „Најдобар филм“, „Режисер“, „Фотографирање“, „Дизајн на костими“, „Уредување на филм“, „Оригинална композиција“, „Дизајн на продукција“, „Уредување на звук“, „Смеширање на звук“ и „Оригинална сценарио“.
+Две песни од филмот, „Audition (The Fools Who Dream)“ и „City of Stars“, добија номинации за најдобра оригинална песна. Студиото „Lionsgate“ доби 26 номинации - повеќе од кој било друго студио.
+На крајот на неделата, претседателот на САД, Доналд Трамп, со изјава донесена преку секретарот на печатот, објави дека американските трупи ќе се повлечат од Сирија.
+Објавата беше направена откако Трамп имал телефонски разговор со претседателот на Турција Реџеп Тајип Ердоган.
+Според изјавата, европските нации одбиваа да ги вратат во своите земји затворените боречи на ИСИС. Турција исто така ќе ги преземе затворените боречи на ИСИС, коишто, според изјавата, европските нации одбиваа да ги вратат во своите земји.
+Ова не само ги потврдува дека најмалку некои динозаври имаа перја, теорија којашто веќе е широко распространена, туку и дава детали коишто фосилите вообичаено не можат да дадат, како што се бојата и тројниот аранжман.
+Научниците велат дека перата на тоа животно беа каштан-браун нагоре, а надолу беа светла или каротиноидна боја.
+Оваа откривање исто така дава инсајт за еволуцијата на перата на птиците.
+Затоа што перките на динозаврите немаат добро развиени цврсти, наречени рахис, но имаат други карактеристики на перките - бради и брадилуми, истражувачите инферуваат дека рахисот е веројатно последен еволуциски развој што тие други карактеристики.
+Структурата на перките сугерира дека не се користеле за лет, туку за регулирање на температурата или прикажување. Истражувачите сугерираа дека, иако тоа е реп на младиот динозавр, профилот покажува одрасна перја и не младиот пух.
+Истражувачите сугерираа дека, и покрај тоа, ова е реп на младиот динозавр, пробата покажува одрасна перја и не младиот пух.
+Автомобилска бомба експлодираше во полициската станица во Газиантеп, Турција, вчера наутро, убивајќи двајца полицајци и повредувајќи повеќе од дваесет други луѓе.
+Канцеларијата на гувернерот изјави дека деветнаесет од повредените биле полицајци.
+Полицијата изјави дека веруваат дека човекот за којшто се смета дека е член на организацијата „Даеш“ (ИСИЛ) е одговорен за нападот.
+Они откриа дека Сонцето функционираше според истите основни принципи како и другите звезди: Активноста на сите звезди во системот беше откриена да се движи со нивната светлина, нивната ротација и ништо друго.
+Луминозноста и ротацијата се користат за да се определи бројот на Росби на звездата, што е поврзан со ток на плазмата.
+Чем помал е бројот на Росби, тем помал е активноста на звездата во врска со магнетните вртежи.
+Додека патуваше, Ивасаки се соочуваше со многу проблеми.
+Тој беше ограбен од пирати, нападен во Тибет од бесна соба, избегал брак во Непал и бил уапсен во Индија.
+Стандардот 802.11n функционира и на 2,4Ghz и 5,0Ghz.
+Ова ќе ѝ овозможи да биде вртена совместива со 802.11a, 802.11b и 802.11g, доколку базовата станица има двојни радијатори.
+Брзините на 802.11n се значително побрзи од оние на неговите претходници со максимален теоретички проток од 600Mbit/s.
+Дувал, којашто е венчана со двајца одрасли деца, не остави голема впечатление на Милер, на којшто се поврзуваше приказната.
+Кога го прашаа за коментар, Милер рече: „Мик говори многу током сослушувањето...Јас се подготвував, па не го слушував оно што тој рече“.
+„Ќе се обидуваме да намалим емисиите на углероден диоксид на единица на БДП со значајна разлика до 2020 година од нивото од 2005 година“, рече Ху.
+Тој не даде број за намалувањето, велејќи дека ќе се направи според економскиот износ на Кина.
+Ху ги поттикна развивачките земји „да се избегнат стариот пат на загадување и потоа чиштување“.
+Тој додаде дека „сепак, тие не треба да се прашат да вземат одговорности што преминуваат нивната фаза на развој, одговорност и способности“.
+Групата за истражување на Ирак го објави својот извештај денес во 12.00 GMT.
+Тој предупредува дека никој не може да ја гарантира дека ниту една акција во Ирак во моментот ќе спречи секташките напади, порастањето на насилството или падот во хаос.
+Извештајот започнува со молба за отворена дебата и формирање на консензус во САД за политиката кон Средниот Исток.
+Според извештајот, речиси секој аспект на сегашната политика на извршителната власт кон Ирак е критичен и се бара неодложна промена на насочувањето.
+Првото од нејзините 78 препораки е дека треба да се преземе нови дипломатски иницијативи пред крајот на годината за да се осигураат границите на Ирак против непријателски интервенции и за да се повторно успостави дипломатскиот однос со нејзините соседи.
+Сегашниот сенатор и првата дама на Аргентина, Кристина Фернандез де Киршнер, вчера вечер во Ла Плата, град 50 километри (31 милји) од Буенос Ајрес, ја објави својата кандидатура за претседател.
+Г-ѓа Киршнер ја објави своето намерење да се кандидира за претседател во Аргентинскиот театар, истиот локалитет како што го користила за да започне својата кампања за Сенатот во 2005 година како делегат од делегацијата на провинцијата Буенос Ајрес.
+Дебатот се започна поради контроверзите околу трошоците за помош и реконструкција откако ураганот Катрина; коишто некои фискални конзервативци хумористично ги нарекоа „Ново Орлеанско согласување на Буш“.
+Либералната критика на напорите за реконструкција се фокусира на доделувањето на договори за реконструкција на лицата што се сметаат за „внатрешници“ на Вашингтон.
+Повеќе од четири милиони луѓе отидоа во Рим за да ја посетат погребот.
+Бројот на луѓето беше толку голем што не било можно сите да добијат пристап до погребот во Св. Петров площад.
+Имало многу големи телевизиски екрани поставени во различни места во Рим со цел луѓето да го гледаат церемонијата.
+Во многу други италијански градови, како и во остатокот од светот, особено во Полска, се направија слични аранжмани што биле гледани од многу луѓе.
+Историчарите критикуваа минатите политики на ФБИ за тоа што се фокусираат на случаи коишто се лесно да се решат, особено случаите на украдени автомобили, со цел да го зголемат бројот на успешни случаи на агенцијата.
+Конгресот започна финансирањето на иницијативата за порнографија во фискалната година 2005 и одреде дека ФБИ мора да го ангажира 10 агенти за порнографија за одрасли.
+Робин Утапа направи највисокиот резултат на иннинг, 70 бегови во само 41 топки со удари на 11 четворки и 2 шестери.
+Игроците на средниот ред, Сачин Тендулкар и Рахул Дравид, играа добро и создадоа партнерство од 100 бегови.
+Но, откако Индија изгуби капитанот, само направија 36 бегови и изгубија 7 бегови за да завршат иннинг.
+Претседателот на САД Џорџ В. Буш пристигна во Сингапур утрото на 16 ноември, започнувајќи еднонеделна тура по Азија.
+Тој беше добродошен од заменик-премиерот на Сингапур, Вонг Кан Сенг и разговараше со премиерот на Сингапур, Ли Хсиен Лонг за прашањата на трговијата и тероризмот.
+Откако изгуби на изборите во средината на мандатот, Буш изјави пред публиката за ширењето на трговијата во Азија.
+Премиерот Стивен Харпер се согласи да го предаде „Законот за чиста воздухот“ на комисијата на сите партии за преглед пред втората читања, откако во вторникот се одржа 25-минутниот состанок со лидерот на НДП Џек Лејтон во канцеларијата на премиерот.
+Лејтон побараше промени на законот за окружена среда на конзерваторите во состанокот со премиерот, барајќи „добра и комплетна препишување“ на законот за окружена среда на конзервативната партија.
+Од моментот кога федералната влада влезе да го презема финансирањето на болницата „Мерси“ во Девонпорт, Тасманија, државната влада и некои членови на федералното собрание ја критикуваа оваа акција како предизборот за федералните избори што ќе се одржат во ноември.
+Но, премиерот Џон Хауард рече дека актот беше само за заштита на објектите на болницата од да се снижат од страна на владата на Тасманија, со додавање на дополнителни 45 милиони австралски долари.
+Според најновиот извештај, мерењата на нивото на морето покажаа генерирање на цунами. Било забележано неколку дефинитивни активности на цунами во близина на Паго Паго и Ниуе.
+Немаат пријавени сериозни штета или повреди во Тонга, но едно време е изгубена енергијата што наводно ги спречи властите на Тонга да добија предупредувањето за цунамито издадено од PTWC.
+Четиринаесет училишта во Хаваи се затворија целиот среќен ден, иако предупредувањата се откажаа.
+Претседателот на САД, Џорџ В. Буш, го добродојде објавата.
+Портпаролот на Буш, Гордон Џондреј, го нарече ветувањето на Северна Кореја „главен корак кон целта за постигнување на нуклеарното разоружување на корејскиот полуостров“.
+Десеттиот именуван ураган од сезоната на урагани во Атлантскиот Океан, субтропскиот ураган Џери, се формираше денес во Атлантскиот Океан.
+Националниот центар за урагани (NHC) велат дека во моментот Џери не претставува опасност за копното.
+Корпусот на инжењери на САД проценуваат дека 6 инчи дожд може да ги пробие претходно оштетените диги.
+Деветтиот квартал, којшто за време на ураганот Катрина доживеа вода до 6 метри, во моментот се наоѓа со вода на нивото на бедрата, бидејќи дамбата во близина се преполни.
+Водата се излива преку дигите во дел од 100 стапки.
+Адам Куерден, администратор на Комоните, изрази своето разочарување од избришувањата кога зборуваше со Викинејс минатиот месец.
+„Тој [Велис] навистина лжеше пред нас од почетокот. Прво, со давање представа дека тоа е за правни причини. Второ, со давање представа дека слушнеше нив, додека го избришал своето уметничко дело“.
+Иртирањето на заедницата доведе до сегашните напори да се напиша политика за сексуални содржини на веб-локацијата којашто го прифаќа милиони отворено лиценцирани медиуми.
+Работата била главно теоретичка, но програмот бил написан за да ги симулира набљудувањата на галаксијата Стрелец.
+Ефектот што тимот го бараше ќе бил предизвикан од приливните сили помеѓу мрачната материја на галаксијата и мрачната материја на Млечната патека.
+Со истото како месечината извршува притисок врз Земјата, предизвикувајќи приливите, така и Млечната патека извршува притисок врз галаксијата Стрелец.
+Научниците успеаа да заклучат дека темната материјалност влијае на друга темна материјалност на истиот начин како и обичната материјалност.
+Оваа теорија тврди дека најголемата дел од мрачната материја околу една галаксија се наоѓа околу една галаксија во некој вид на хало и се состои од многу мали честички.
+Телевизиските извештаи покажуваат бела дим во фабриката.
+Локалните власти ги предупредуваат жителите во близина на фабриката да остануваат внатре, да ги исключат кондиционерите и да не пијат вода од крана.
+Според агенцијата за нуклеарна безбедност на Јапонија, радиоактивниот цезијум и йод беа идентифицирани во фабриката.
+Авторитетите спекулираат дека тоа покажува дека контејнерите со гориво од уран во локацијата можат да се разбијаа и да течат.
+Др. Тони Мол откри дека екстремно резистентната туберкулоза (XDR-TB) во регионот Квазулу-Натал во Јужна Африка.
+Во интервју, тој рече дека новата варијанта е „сериозно загрижувачка и тревожна поради многу високата смртност“.
+Д-р Мол мисли дека некои пациенти можеби се зарадија во болницата, а најмалку двајца биле здравствени работници на болницата.
+Во едно годишно време, заразениот човек може да зарази 10 до 15 блиски контакти.
+Сепак, процентот на XDR-ТБ во целата група од луѓето со туберкулоза сѐ уште изгледа низок; 6.000 од 330.000 луѓе инфицирани во секое конкретно време во Јужна Африка.
+Сателитите, од коишто секој имаше повеќе од 1000 фунти и коишто се движеа со околу 17.500 милји на час, се судрија на 491 милји над Земјата.
+Научниците велат дека експлозијата предизвикана од судирот беше масивна.
+Сѐ уште се обидуваат да ја одредат колку голема беше катастрофата и како ќе се повреди Земјата.
+Стратешкиот оддел на Министерството за одбрана на Соединетите Држави го следи остатоците.
+Резултатот од анализата ќе биде објавено на јавен веб-сајт.
+Лекарка која работеше во Детската болница во Питсбург, Пенсилванија, ќе биде обвинена за агресивно убиство откако нејзината мајка беше најдена мртва во торбот на нејзиниот автомобил во средата, велат властите во Охајо.
+Др. Малар Баласубраманјана, 29, беше најдена во Блу Аш, Охајо, предградот на околу 15 милји северно од Синсинати, лежајќи на земјата покрај патот во Т-топка и нижно белье во очигледно наркотизирано состојбање.
+Таа ги насочува полицајците до нејзиниот црн Олдсмобил Интриг којшто беше на 500 стопа од неа.
+Там нашле телото на Сароја Баласубраманјана, 53, покриено со крвнави покривачи.
+Полицијата рече дека телото изгледаше како да е било таму околу еден ден.
+Првите случаи на заболувањето оваа сезона беа пријавени во крајот на јули.
+Болестата се пренесува од свињите, а потоа се пренесува на луѓето преку комарците.
+Избирот предизвика владата на Индија да преземат такви мерки како разместување на ловци на свињи во сериозно погодени области, дистрибуирање на илјадници на мрежи против комари и општување на пестициди.
+Сепак, владата обеща и неколку милиони доза на вакцина против енцефалит, што ќе им помогне на здравствените агенции да се подготват за следниот годишен.
+Планот за вакцините да се доставят во историските најзасегнати области оваа година беше одложен поради недостатокот на средства и ниското приоритетство во однос на другите болести.
+Во 1956 година, Слања се пресели во Швеција, каде што три години подоцна започна да работи за шведската пошта и стана њен главен гравер.
+Тој произвел повеќе од 1000 марки за Швеција и 28 други земји.
+Неговата работа е од толку призната квалитетност и деталност што тој е еден од многумата „познати имена“ меѓу филателистите. Некои се специјализирани само во собирање на неговата работа.
+Неговата 1000-та марка беше великолепната „Велики дела на шведските кралеви“ на Давид Клокер Еренштрал во 2000 година, којашто е забележена во Книгата на рекордите на Гинис.
+Тој исто така се занимавал и со гравирање банкноти за многу земји, неодамнешни примери на неговата работа вклучуваат портретите на премиерите на предната страна на новите канадски банкноти од 5 и 100 долари.
+Откако се случи несреќата, Гибсон беше транспортиран во болница, но потоа почина.
+Возачот на камион, којшто е на возраст од 64 години, не беше повреден во судирот.
+Самиот автомобил беше однесен од местото на несреќата околу 1200 GMT на истиот ден.
+Човек којшто работеше во гаража близу местото на несреќата изјави: „Имаа деца коишто чекаа да ќе преминат патот и сите викаа и плачеа.“
+Сите бегаа назад од местото на несреќата.
+Другите предмети на дневниот ред во Бали вклучуваат спасувањето на преостанатичните шуми на светот, како и споделување технологии за да помогнат развивачките земји да растат на начини што помагат да се намали загадувањето.
+Организацијата на Обединетите Нации исто така се надева да заврши фонд за помош на земјите засегнати од глобалното затоплување да се справят со последиците.
+Средствата може да се искористат за градби на куќи со заштита од поплави, за подобро управување со водата и за диверзификација на културите.
+Флук напиша дека напорите на некои да ги заглушат жените да говорат за здравството на жените беа неуспешни.
+Таа стигна до оваа заключување заради многуто позитивни коментари и поддршка направени од страна на жени и момци коишто ја поттикнуваа да се разгледува контрацептивната медицина како медицинска потреба.
+Кога војната престануваше откако повредените биле транспортирани во болницата, околу 40 од другите задржани затвореници останаа во дворот и одбиваа да се вратат во своите ћелије.
+Преговарачите се обидуваа да ја исправат ситуацијата, но барањата на затворениците не се јасни.
+Од 10:00 до 11:00 вечерта, затворениците започнаа пожар во дворот.
+Скоро, полицајци опремнени со опрема за судир влегуваа во дворот и ја нападнаа затворениците со гас за судир.
+Пожарскиот спасувачкиот одред на крајот го гасил пожарот до 11:35 часот вечерта.
+Откако дамбот беше изграден во 1963 година, сезонските поплави коишто ќе пренесат седиментот низ реката беа спречени.
+Оваа седимент бил неопходен за создавањето на песковити барови и плажи, коишто служеа како станишта на дивите животни.
+Како резултат, две видови на риби станаа изчезнати, а две други станаа застранети, вклучувајќи ги хрботниот сом.
+Иако нивото на водата ќе се зголеми само неколку стопа по поплавата, властите се надеваат дека тоа ќе биде доволно за да се обноверат ерозираните пескари потоа.
+Нема предупредување за цунами и според агенцијата за геофизика на Џакарта, нема предупредување за цунами бидејќи земјотресот не се соочува со условите за земјотресот од 6,5 степени.
+И покрај тоа што немаше закана од цунами, жителите започнаа да се паничат и започнаа да ги напуштат своите бизниси и домови.
+Иако Винфреј плачеше при прощањето, тој им најави на нејзините фанови дека ќе се врати.
+„Ова нема да биде прощање. Ова е затворање на една глава и отворање на нова.“
+Коначните резултати од претседателските и парламентарните избори во Намибија покажаа дека сегашниот претседател, Хификепуне Похамба, беше преизбран со голем број гласови.
+Владеечката партија, Народна организација на Југозападна Африка (SWAPO), исто така ја задржи мнозинството во парламентарните избори.
+Коалицијата и афганиските трупи се преместија во областа за да ја осигураат местото, а други коалициски авиони се испратени да помогнат.
+Судирот се случил високо во планински терен и се верува дека е резултатот од непријателскиот оган.
+Напорите да се пронајде локацијата на несреќата се соочуваат со лошо време и тежок терен.
+Медицинската хуманитарна организација „Мангола“, „Медицините без граници“ и „Светската здравствена организација“ велат дека тоа е најголемиот пораст забележан во земјата.
+Портпаролот на „Medecines Sans Frontiere“ Ричард Веерман рече: „Ангола се соочува со најголемиот број на случаи и ситуацијата е многу лоша во Ангола“, рече тој.
+Натпреварите започнаа во 10:00 часот со одлична временска услови и освен малиот дожд во средината на утрото којшто брзо престана, денес беше идеален ден за 7-миот рагби.
+Најдобрите семејници на турнирот, Јужна Африка, започнаа со добар почеток со комфортна победа од 26 - 00 против 5-тиот семејник Замбија.
+Меѓутоа, Јужна Африка стабилно се подобри во текот на турнирот.
+Нивната дисциплинирана одбрана, вештините за управување со топката и одличната екипна работа ги разликуваа и стана очигледно дека оваа е екипата што треба да се победи.
+Официјалните лица на градот Амстердам и Музејот на Ане Франк тврдат дека стаблото е зарасено со гриб и претставува опасност за јавното здравје бидејќи тврдат дека беше во непосредна опасност од да се сруши.
+Се планирало да се сруши во вторник, но било спасено откако се донесе одлука од судот.
+Сите влези во пещерата, коишто се именуваат „Седумте сестрички“, се најмалку 100 до 250 метри (328 до 820 стапки) во ширина.
+Инфрацрвенските снимки покажуваат дека температурните промени од денот и ноќта покажуваат дека веројатно се пећини.
+„Тие се прохладни од околната површина во денот и топли во ноќта.
+Нивното термално однесување не е толку стабилно како големите пећини на Земјата што често одржуваат прилично константна температура, но се согласува со нивните карактеристики како дубоки отвори во земјата“, рече Глен Кашинг од Астрогеолошкиот тим на Геолошкиот преглед на САД (USGS) и од Универзитетот на Северна Аризона во Флагстаф, Аризона.
+Во Франција, гласањето традиционално е доживотна искуство: гласачите се изолираат во кабинка, ставаат препечатен лист на папир на којшто се напишува кандидатот на којшто гласат во енвелоп.
+Откако властите ја потврдат идентитетот на гласачот, гласачот ја опушти енвелопот во гласачкиот бокс и ја потпише гласачкиот лист.
+Францускиот изборен закон доста строго ги регулира процесот.
+Од 1988 г. гласачките куќи треба да бидат прозрачни, за да може да се сведочат дека на почетокот на гласањето нема енвелопи и дека не се додаваат енвелопи освен тие на доволно бројни и одобрени гласачи.
+Кандидатите можат да изпратат претставници за сведочење на сите делови на процесот. Вечерта гласовите се бројат од страна на доброволци под строг надзор, согласно конкретни процедури.
+ASUS Eee PC, претходно лансирано ширум светот поради факторите на снижување на трошоците и функционалноста, стана голема тема на месецот на информациските технологии во Тајпеј 2007.
+Но пазарот на лаптопи ќе биде радикално различен и променен откако АСУС ќе добие наградата „Taiwan Sustainable Award“ во 2007 година од Извршниот Јуан на Република Кина.
+Сајтот на станицата го опишува шоуто како „стара школска радио-драма со нова и неверојатна гејмерска нотка!“
+На почетокот, емисијата се е емитирала само на интернет радио-локацијата TogiNet Radio, локација фокусирана на разговори на радио.
+Во крајот на 2015 г., TogiNet го основа Астронет Радио како дочерна радиостанција.
+Оригинално, серијата вклучуваше аматерски глумци, локални на Источен Тексас.
+Според извештаите, масовото разградување продолжи и преку ноќта, бидејќи полициските службеници не биле присутни на улиците на Бишкек.
+Еден набљудувач го опиша Бишкек како „впаднав во анархија“, бидејќи банди на луѓе се движеа низ улиците и го разграбуваа продавниците со конзумерски производи.
+Некои жители на Бишкек ги обвинија протестирачите од југот за безредноста.
+Јужна Африка победи „All Blacks“ (Нова Зеландија) во натпревар за „Три нации“ на „Royal Bafokeng Stadium“ во Рустенбург, Јужна Африка.
+Коначниот резултат беше победа со едно поено, 21-20, што заврши 15-годишниот низ победи на „All Blacks“.
+За „Спрингбокс“ заврши петматниот низ порази.
+Ова беше последниот натпревар на „Ал-Блекс“, коишто веќе ја освоија трофејот две недели претходно.
+Крајниот натпревар од серијата ќе се одржи на Елис Парк во Џоханесбург следната недела, кога „Спрингбокс“ ќе се соочат со Австралија.
+Модератен земјотрес го потреса западниот дел на Монтана во 10:08 часот вечерта во понеделник.
+Според Геолошкиот институт на Соединетите Држави (USGS) и неговиот Национален центар за информации за земјотреси, моментално нема пријави за штета.
+Земјотресот беше центриран околу 20 км (15 милји) северно-северозападно од Дилон и околу 65 км (40 милји) јужно од Бут.
+Потврдено е дека птичиот грип, смртоносен за луѓето, H5N1, го заразил мртва дивка, којашто беше пронајдена во понеделник, во мочварата во близина на Лион во источната Франција.
+Франција е седмата земја во Европската Унија која се соочува со оваа болест; следени од Австрија, Германија, Словенија, България, Грција и Италија.
+Сумничките случаи на H5N1 во Хрватска и Данска и понатаму не се потврдени.
+Чемберс го тужи Бога за „широка смрт, уништување и тероризација на милиони и милиони жители на Земјата“.
+Чемберс, агностик, тврди дека неговата тужба е „бесмислена“ и „секој може да тужи секој“.
+Прикажата во француската опера на Камил Сен-Сенс е на уметник „којшто животот му се диктува од љубов до дрога и Јапонија“.
+Како резултат, изводувачите куреат каннабис-сигари на сцената, а теарот сам ги поттикнува публиката да се приклучат.
+Бившиот претседател на Претставничкиот дом Њут Гингрич, гувернерот на Тексас Рик Пери и конгресменката Мишел Бахман завршија на четвртото, петото и шестото место, респективно.
+Откако дошле резултатите, Гингрич ја похвали Санторум, но имаше тешки речи за Ромни, за којшто негативните реклами на кампањата беа емитирани во Ајова против Гингрич.
+Пари рече дека ќе „се врати во Тексас за да оцени резултатите од вечерното собрање, да определи дали има патека напред за мене во оваа трка“, но подоцна рече дека ќе остане во трката и ќе се кандидира на претседателските избори во Јужна Каролина на 21-ви јануари.
+Бахман, којашто победи на претставничкото гласање во Амес во август, одлучи да заврши својата кампања.
+Фотографот беше транспортиран во Медицинскиот центар на Универзитетот на Калифорнија во Лос Анџелес, каде што почина.
+Според изјавата на Бибер, тој е имал околу 20-годишна возраст. Тој рече: „Иако не бив присутен ни директно вклучен во оваа трагична несреќа, моите мисли и молитви се со семејството на жртвата“.
+Сајтот за вести во сферата на забавањето TMZ разбира дека фотографот стави својот автомобил на другата страна на булевардот Сепулведа и се обидуваше да направи слики од полицискиот стоп пред да премине преку патот и да продолжи, што го натера полицајот од полицискиот стоп во Калифорнија да го нареди да се врати преку патот, двапати.
+Според полицијата, возачот на автомобилот којшто го погоди фотографот е неверојатно да се соочи со кривични обвинувања.
+Со ограничен број од осамнаесет медали дневно, неколку земји не успеаа да влезат на подиумот на медалите.
+Тие вклучуваат Холандија, каде Анна Јохемсен заврши на деветтото место во категоријата на жените во Супер-Г вчера, како и Финска, каде Ката Сарнинен заврши на десетото место во истото соревнување.
+Австралиецот Мичел Гоурли заврши елевентиот во мушката категорија Супер-Г. Чешкиот конкурент Олдрих Џелинек заврши шеснаесеттиот во мушката категорија Супер-Г.
+Арли Веласкез од Мексико заврши на петнаесеттиот меѓу момците во супер-Г. Адам Хол од Нов Зеланд заврши на деветтиот меѓу момците во супер-Г.
+Полскиот скијаш за слепи Маћеј Крезел и гидката Ана Огарзјнска завршија тринаесетти во супер-Г. Јонг Сеорк Парк од Јужна Кореја заврши дваесет и четврти во супер-Г на сидячите.
+Миротворците на Обединетите Нации, коишто доаѓаа во Хаити откако земјотресот во 2010 година, се обвинувани дека предизвикаа ширењето на заболувањето што се појавило во близина на камповите на трупите.
+Според тужбата, отпадкот од камповите на ОН не бил доволно дезинфициран, што доведе до влез на бактерии во притокот на реката Артибонит, една од најголемите реке во Хаити.
+Пред доаѓањето на трупите, Хаити не се соочуваше со проблеми поврзани со болестата од 1800-тите.
+Институтот за правосудство и демократија на Хаити наведе независни истражувања што покажуваат дека непалскиот батаљон на миротворците на ОН несвесно го донесе болестата во Хаити.
+Даниел Лантанж, експерт на Обединетите Нации за заболувањето, изјави дека епидемијата е веројатно предизвикана од миротворците.
+Хамилтон потврди дека болницата на Универзитетот Хоуард прифати пациентот во стабилна состојба.
+Пациентот бил во Нигерија, каде што се појавија неколку случаи на вирусот Ебола.
+Болницата го следеше протокол за контрола на инфекциите, вклучувајќи го раздвојувањето на пациентот од другите за да се спречи можна инфекција на другите.
+Пред Симпсоните, Симон работел на неколку шоу во различни позиции.
+Во 1980-те години работел на емисии како „Такси“, „Cheers“ и „The Tracy Ullman Show“.
+Во 1989 г. го помогна на Брукс и Грунинг да создадат Симпсоните и бил одговорен за ангажирањето на првиот писачки тим на серијата.
+И покрај тоа што го напушти шоуто во 1993 година, тој го задржал титулата на извршен продуцент и продолжи да добива десетици милиони долари сезонот по сезона во ројалти.
+Претходно, кинеската новинска агенција „Xinhua“ изјави дека авионот беше презеден.
+Потоа се објавија извештаи дека авионот добил претставба за бомба и се вратил назад во Авганистан, каде што слетел во Кандахар.
+Според претходните извештаи, авионот се врати во Авганистан откако беше одбиено да се изврши авариско слетување во Урумчи.
+Авионесреќи се чести во Иран, којшто има стара флота што е лошо одржувана за цивилни и воени операции.
+Меѓународните санкции значи дека не може да се купуваат нови авиони.
+Порано оваа недела, полицискиот хеликоптер се сруши и загинаа три луѓе, а поранеа трима.
+Минатиот месец Иран доживеа најголемата авионска несреќа во неколку години кога авионосец насочен кон Јерменија се сруши, при што загинаа 168 луѓе.
+Сепак, истиот месец, друга авиокомпанија се срушила на пистата во Машхад и удри во зида, убивајќи седамнаесет.
+„Aerosmith“ откажаа останите концерти од нивната турнеа.
+Рок-групата требаше да ги обигне Соединетите Држави и Канада до 16 септември.
+Турот беше откажан откако водниот пејач Стивен Тајлер се повреди откако паднал од сцената додека го изводуваше на 5 август.
+Муреј изгуби првиот сет во тајбрејк откако двајцата играа сите сервисетови во сеттот.
+Дел Потро имаше предност на почетокот во втората сетка, но и тука потребно еше да се игра доигравање откако резултатот достигна 6-6.
+Во тој момент Потро доби третман на рамото, но успеа да се врати во играта.
+Програмот започнаше во 8:30 часот локално време (15.00 UTC).
+Познати пејачи од целата земја го пејаа бхаџани, или песни на поклонување, пред нозите на Шри Шјам.
+Пејачот Санџу Шарма ја започна вечерот, следени од Џај Шанкар Чоудари. Тој исто така ја представи и песната „chhappan bhog bhajan“. Пејачот Раџу Канделвал го пратише.
+Потоа, Лакха Синг преземаше водството во пеењето на бхаџаните.
+108 плати од Чапан Бхог (56 различни хранителни предмети, како сладоледи, фрукти, семења, посуди, итн. коишто се нудат на божеството) беа сервирани на Баба Шајам.
+Лакха Сингх исто така го изведуваше чапан бхог бхаджан. Тој бил сопроводен од пејачот Раџу Канделвал.
+На презентацијата на „Tokyo Game Show“ во четвртокот, претседателот на компанијата Нинтендо, Сатору Ивата, ја објави дизајнот на контролорот на новата конзола на компанијата Нинтендо Револушн.
+Наликувајќи се на пулт за телевизија, контролорот користи двајца сензори ставени близу телевизијата на корисникот за триангулација на неговата позиција во тројделниот простор.
+Ова ќе им овозможи на играчите да ги контролираат акциите и движењата во видео-игри со движење на уредот низ воздухот.
+Гианкарло Фишиела изгуби контрола на својот автомобил и заврши трката многу скоро от почетокот.
+Неговиот тимскиот партнер Фернандо Алонсо беше во водството во поголемиот дел од трката, но го заврши тоа откако преминуваше во боксот, веројатно поради лошо поставен предни дел на левата гума.
+Мајкл Шумахер заврши својата трка недолго откако Алонсо, поради оштетувањата во многу битки во текот на трката.
+„Таа е многу мила и добро пее, исто така“, рече тој според превод на прес-конференцијата.
+„Секогаш кога го извршувавме репетиции на ова, се чувствував од дното на моето срце“.
+Околу 3 минути по започнувањето, камерата на бродот покажа многу делови од изолационото пено да се одваат од горивниот резервоар.
+Сепак, не се смета дека ги предизвикаа никаква штета на шуторот.
+Н. Вејн Хејл Џуниор, шефот на програмот на шутите на НАСА, рече дека пената паднала „после времето коешто се загрижуваме“.
+Пет минути по започнувањето на дисплејот, ветрот започнува да дува, околу една минута потоа, ветрот достигна 70 км/ч... потоа дождот дојде, но толку силен и толку голем што ќе ја погоди кожата како игла, потоа градот дојде од небото, луѓето се испушуваат и викаат и бегаат едно преку другото.
+Загубив мојата сестра и нејзиниот пријател, а на патот имавме двама луѓе на инвалидска колица, луѓе коишто просто ќескаа и ги потлачаа,“ изјави Арманд Версаче.
+НХК исто така изјави дека нуклеарната електрана Кашивазаки Карива во префектурата Ниигата функционираше нормално.
+Компанијата „Hokuriku Electric Power Co.“ изјави дека нема последици од земјотресот и дека број 1 и број 2 реакторите на нејзината нуклеарна електрана Шика се затворени.
+Според извештајот, околу 9400 домови во регионот немаа вода, а околу 100 немаа електричност.
+Некои патеки се оштетени, а железничката услуга е прекинета во погодените области, а аеродромот Ното во префектурата Ишикава останува затворен.
+Една бомба експлодираше пред канцеларијата на генералниот гувернер.
+Уште три бомби експлодираа во близина на владини згради во период од два часа.
+Според некои извештаи, бројот на жртви е околу осам, а според званични извештаи, до 30 лица се повредени; но окончателните бројки сѐ уште не се познати.
+Цианурична киселина и меламин се открија во урините на домаќини коишто починаа откако конзумираа заразена храна за домаќини.
+Двата соединенија реагираат помеѓу се за да создадат кристали коишто може да ја блокираат функционирањето на мочеточниот канал, изјавија истражувачите од универзитетот.
+Истражувачите набљудуваа кристали формирани во мочот на котката со додавање на меламин и цианурична киселина.
+Композицијата на овие кристали се слична со кристалите што се наоѓаат во урината на заразените животни кога се споредуваат со инфрацрвен спектроскопија (FTIR).
+Не знам дали го разбирате или нет, но повеќето производи од Централна Америка се влегуваа во оваа земја без царински данок.
+Сепак, осамдесет проценти од нашите производи се наложени со тарифи во Централноамеричките земји.
+Не се чувствуваше дека тоа е смислување; точно не било справедливо.
+Само им кажувам на луѓето дека треба да нас трет како и ние да ги третме.
+Гувернерот на Калифорнија, Арнолд Шварценегер, потпиша закон што го забранува продажбата или арендата на насилни видео-игри на малолетници.
+Законот бара насилните видео-игри продавани во државата Калифорнија да се означат со етикета со надписот „18“ и да се накажу продажбата на малолетници со казна од 1000 американски долари за секое прекршок.
+Директорот на Државната обвинителница, Киер Стармер, даде изјава оваа утро, објавувајќи обвинувањето на и Хуне и Прајс.
+Хуне се отрече и ќе го замени Ед Дејви, член на парламентот. Се очекува Норман Ламб, член на парламентот, да преземе местото на Дејви.
+Хуне и Прајс ќе се појават пред Вестминстерскиот магистратски суд на 16-ти февруари.
+Жртвите беа Николас Алден, 25, и Закари Кудебак, 21. Кудебак беше возачот.
+Едгар Вегила доби травми на рамото и на челото, додека Кристофер Шнајдер требаше реконструктивна операција на своето лице.
+Оружјето на Ука не функционираше додека се насочуваше кон главата на петиот човек. Шнајдер и понатаму има болки, слепина во едното око, недостатокот на дел од челото и реконструкција на лицето од титаниум.
+Шнајдер сведочеше преку видео-линк од аеродром на америчката војска во неговата земја.
+Освен настанот во средата, Карпанедо се бореше во две индивидуални трки на шампионатот.
+Нејзина прва дисциплина беше слалом, каде што освоила резултатот „Не заврши“ во првиот круг. 36 од 116 конкуренти имаа истиот резултат во таа трка.
+Нејзината друга трка, гигантскиот слалом, ја заврши на десетото место во групата на жените со време на трката од 4:41,30, 2:11,60 минути подоцна од победничката Аустријанка Клаудија Лоеш и 1:09,02 минути подоцна од деветтото место финиширачката Ђоњи Дани од Македонија.
+Четири скијари од женската група не успеаа да завршат скијањето и 45 од 117 вкупни скијари не успеаа да завршат трката во гигантскиот слалом.
+Полицијата на Мадја Прадеш го врати украдениот лаптоп и мобилен телефон.
+Заменик-инспекторот генерал Д. К. Ариа рече: „Уапсилевме пет лица коишто ја силуваа швајцарската жеќа и ја вративме нејзиниот мобилен телефон и лаптоп“.
+Обвинетите се именуваат Баба Канџар, Бута Канџар, Рампро Канџар, Газа Канџар и Вишну Канџар.
+Полицискиот инспектор Чандра Шекар Соланки рече дека обвинетите се појавија пред судот со закриени лица.
+Иако три луѓе се наоѓааа во куќата кога автомобилот ја погоди, никој не бил повреден.
+Сепак, возачот претрпи сериозни повреди на главата.
+Дорогата каде што се случил судирот беше временно затворена додека аварийните служби го ослободија возачот од црвениот Ауди ТТ.
+На почетокот тој беше госпитализиран во болницата Џејмс Пејџ во Вели Јармут.
+Потоа го преместија во болницата „Addenbrooke's Hospital“ во Кембриџ.
+Откако тоа, Адекоја е обвинена за убиството на нејзиниот син пред Шерифскиот суд во Единбург.
+Таа е во притвор додека не се обвини и не се одржат судење, но свидетелските докази може да бидат оспорени бидејќи нејзината слика е широко објавена.
+Ова е обична пракса во други делови на Обединетото Кралство, но правосудството во Шкотска функционира на друг начин и судијата сметаат објавувањето на сликите како потенцијално предизвикувачки.
+Професорка Памела Фергусон од Универзитетот во Данди забележува дека „журналистите изгледаат да се движат опасно ако објавуваат фотографии и слики на осумничени лица“.
+Крунска канцеларија, којашто се заглавна одговорна за обвинувањата, им најави на новинарите дека нема да се дадат дополнителни коментари најмалку до обвинувањето.
+Според изнесените информации, документот ќе се односи на спорот за границите, за кој Палестина сака да се реши на основа на границите пред војната во Средниот Исток во 1967 година.
+Другите теми коишто се покриваат вклучуваат и идниот статус на Јерусалим што е свети за двете нации и проблемот со долината на Јордан.
+Израел бара постојна војна присутност во долината за десет години откако се потпише договор, додека ПА се согласува да го остави таква присутност само за пет години.
+Стрелците во дополнителниот експеримент за контрола на гризлиците требаше да бидат внимателно надгледувани од ловците, бидејќи експериментот се надгледуваше и неговата ефективност се оценуваше.
+Во партнерство со Асоцијацијата на спортивни стрелци на Австралија (NSW) Inc, квалифицирани доброволци се рекрутирани, според програмот за лов на Асоцијацијата на спортивни стрелци.
+Според Мик О'Флин, вршениот директор за заштита на паркот и наследството на НПВС, четиримата стрелци, избрани за првата стрелба, добија комплетна инструкција за безбедност и обука.
+Мартели ја привлече вчера нов претставнички изборни совет (CEP) од девет члена.
+Ова е петиот CEP на Мартели во четири години.
+Минатиот месец претседателската комисија препорачи отставка на претходниот генерален директор како дел од пакет од мерки за движење на земјата кон нови избори.
+Комисијата беше одговор на масовните анти-режимски протести коишто започнаа во октомври.
+Некогашните насилни протести се предизвикани од неуспехот да се одржат избори, некои од коишто се од 2011 година.
+Беше пријавено околу 60 случаи на прегревање на ајподи, што предизвикаше укупно шест пожари и остави четири луѓе со мали повреди.
+Министерството за економија, трговија и индустрија (METI) на Јапонија рече дека било свестно за 27 несреќи поврзани со уредот.
+Минатата недела, МЕТИ објави дека Ајпл им објавило 34 дополнителни случаи на прегревање, коишто компанијата ги нарече „несериозни“.
+Министерството реагираше со изјава дека одложувањето на извештајот од страна на Apple е „навистина жално“.
+Земјотресот ја погоди Мариана во 07:19 часот локално време (09:19 часот GMT во петокот).
+Офисот за управување со несреќи на Северните Маријански острови изјави дека нема пријавени штети во државата.
+Пацифичкиот центар за предупредување од цунами исто така изјави дека нема индикации за цунами.
+Бивниот филипински полицајак ги задржува туристите од Хонг Конг како заложници со овладување на нивниот автобус во Манила, главниот град на Филипините.
+Роландо Мендоза пукал со пушката М16 врз туристите.
+Досега беа спасени неколку заложници, а најмалку шест беа потврдени мртви.
+Шест заложници, вклучувајќи ги децата и старците, беа ослободени рано, како и филипинските фотографи.
+Фотографите подоцна ја заменија стара дама којшто требаше на тоалето. Мендоза беше застрелан.
+Лигинс следеше стопата на неговиот татко и влезе кариера во медицината.
+Тренираше како гинеколог и започна да работи во Националната болница за жени во Окленд во 1959 година.
+Додека работеше во болницата Лигинс започна да истражува преждевремените родове во своето слободно време.
+Неговите истражувања покажаа дека ако се дава хормон, тогаш ќе се убрза младувањето на плуговите на бебетот.
+„Xinhua“ изјави дека владините истражувачи ги повратија два „црна куќа“ регистратори на летање во средата.
+Соседите борбеници исто така ѝ платија почит до Луна.
+Томи Дример рече: „Луна беше првата кралица на екстремното. Мојот прв менаџер. Луна почина во ноќта на двете месечини. Претставуваше се еднозначно, како и таа. Силна жена.“
+Дастин „Голдуст“ Рунелс коментираше дека „Луна беше исто така странствена како и јас... можеби дури и повеќе... ќе ја обидувам и ќе мислам дека е во подобар место“.
+Од 1.400 луѓе испратени во анкета пред федералните избори во 2010 година, бројот на луѓе коишто се против Австралија да стане република се зголеми за 8 проценти од 2008 година.
+Заменик-премиерот Џулија Гилард тврдеше во кампањата за федералните избори во 2010 година дека веруваше дека Австралија треба да стане република на крајот од владеењето на кралицата Елизабета II.
+34 проценти од луѓето во анкетата споделуваат оваа гледка, сакајќи кралицата Елизабета II да биде последниот монарх на Австралија.
+Во крајот на анкетата, 29 проценти од опросените лица веруваат дека Австралија треба да стане република што е можно што можно, додека 31 процент веруваат дека Австралија никогаш не треба да стане република.
+Олимпискиот победник требаше да плава на 100м и 200м слободен стил, како и во три релајси на Игрите на Комонвелтот, но поради неговите жалби не е сигурен неговата физичка кондиција.
+Не можеше да ги преземе лековите што му се потребни за да се справи со болките затоа што тие се забранени на Игрите.
+Куртис Купер, математичар и професор по рачунарска наука на Универзитетот во Централна Мисури, откри дека најголемиот досегаш познат прост број е на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-годишнината на 25-
+Неколку луѓе ја потврдија откритието користејќи различна хардверска и софтверска опрема до почетокот на февруари и тоа беше објавено во вторник.
+Можеби кометите биле извор на доставување на вода до Земјата, како и органски материјали што можат да се формираат протеини и да ја поддржат животот.
+Научниците се надеваат да разберат како се формираат планетите, особено како се формира Земјата, бидејќи кометите долго време се судрија со Земјата.
+Куомо, 53, започна своето функционирање на почетокот на овој годишниот период и минатиот месец потпиша закон што ја легализира бракот на истополни партнери.
+Тој ги нарече слухите како „политички шум и глупости“.
+Суди се дека ќе се кандидира за претседател во 2016.
+Системот „NextGen“ е систем со којшто ФАА тврдат дека ќе овозможи авиони да летаат пократки рути и да спасат милиони галони гориво годишно и да ги снижат емисиите на углероден диоксид.
+Исползува технологија базирана на сателити, наместо на стара технологија базирана на земјски радари, што им овозможува на контролорите на летање да ги лоцираат авиони со поголема прецизност и да им даваат пилотите поточни информации.
+Нема дополнителни транспортни средства и надземните возови нема да спречат во Ембли, а паркирањето на автомобили и паркирањето и возење од паркирање не се достапни на теренот.
+Стравот од недостатокот на транспортот ја зголеми веројатноста дека играта ќе се игра затворена без поддршка на екипата.
+Истражување објавено во четвртокот во часописот „Наука“ пријави формирање на нова птичка врста на островите Галапагос во Еквадор.
+Истражувачите од Универзитетот Принстон во САД и Универзитетот Упсала во Швеција изјавија дека новата вид еволюирала само во две генерации, иако се сметаше дека тој процес трае многу подолго, поради кршувањето меѓу ендемичните Дарвин финчи, Geospiza fortes, и имигрантските кактос финчи, Geospiza conirostris.
+Златото може да се обработува во различни облици. Може да се навива во мали облици.
+Може да се извлече во тонка жица, којашто може да се скручува и плете. Може да се избива или ротира во листови.
+Може да се направи многу тонка и да се приклечува на други метали. Може да се направи толку тонка што понекогаш се користела за декорирање на ручно малени слики во книгите наречени „илуминирани рукописи“.
+Ова се нарекува химискиот pH. Можете да направите индикатор со сок од црвена капуста.
+Цикотовиот сок се мени по цвет во зависност од тоа колку силен или слаб (алкален) е хемискиот елемент.
+Нивото на pH се покажува со бројот на водородни (H) иони во тестираната хемиска супстанца.
+Хидрогенски иони се протони коишто изгубија своите електрони (затоа што атомите на водород се состојат од еден протон и еден електрон).
+Смешајте двата суви прашкови заедно, а потоа, со чисти и влажни раце, ги преснете во топка.
+Влагот на вашите раце ќе реагира со внатрешните слоеви, што ќе се чувствува чудно и ќе се создаде некоја врска.
+Градот Харапа и град Мохенџо-даро имаа санитарна куќа во почти секоја куќа, поврзани со софистицирана канализациска система.
+Остатоци од канализациски системи се најдени во куќите на градовите на Минојците на Крит и Санторини во Грција.
+Имаа и тоалети во древна Египет, Персија и Кина. Во римската цивилизација, тоалетите понекогаш биле дел од јавните купалишта каде што момците и жените биле заедно во смесена компанија.
+Кога повикувате некој кој е на илјадници милји, користете сателит.
+Сателитот во светот добива повик и потоа го враќа назад, речиси инстантно.
+Сателитот беше испратен во светот со ракета. Научниците користат телескопи во светот затоа што атмосферата на Земјата го искачува некои од нашите светлина и вид.
+Потребно е гигантска ракета над 30 метри висока за да се постави сателит или телескоп во просторот.
+Колетото го промени светувањето во неверојатни начини. Најголемото што колетото направи за нас е да направи транспортирањето лесно и брзо.
+Нам го донесоа воз, автомобил и многу други превозни средства.
+Под нив има повеќе средно големи кошки коишто се хранат со средно големи плененици, од лилјаци до антилопи и овце.
+На крај, има многу мали кочиња (вклучувајќи ги домаќинските кочиња) коишто се хранат со многу поголемиот број на мали плененици како инсекти, глодачи, жаби и птици.
+Секретот на нивниот успех е концептот на нишата, специјалната работа на секоја котка што ја задржува од конкурирање со другите.
+Ливињата се најсоцијалните кошки, живејќи во големи групи наречени „праиди“.
+Праидите се состојат од еден до три поврзани одрасли мужјаци, како и до триесет женки и млади.
+Женските обично се блиски помеѓу се, создавајќи голем број сестри и ќерки.
+Семејствата на лавовите действуваат многу слично на семејствата на волките или собарите, животни поразително слични на лавовите (но не и на другите големи кочки) во нивното однесување и исто така многу смртоносни за нивните жртви.
+Способен атлет, тигрите можат да се качат (иако не добро), да плаваат, да скокаат далечини и да влегуваат со петпати поголема сила од силниот човек.
+Тигрите се во истата група (род Патера) како и лавовите, леопардите и џагуарите. Овие четири диви животни се единствените коишто можат да завичат.
+Викањето на тигрицата не е слично на целосното викање на лъва, туку е повеќе слично на извикнување на речи.
+Оцелотите секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секогаш секога
+Научниците сметаат дека оцелотите ги следуваат и ги најдат животните што ќе јадат (жртви) со помош на миризмите, вдишувајќи се за тоа каде што ги биле на земјата.
+Можат да гледаат многу добро во темноста со ноќни очи, како и да се движат многу неприметно, исто така. Оцелотите ловуваат на нивните плененици со што се сливаат со нивната околина, а потоа ги напаѓаат.
+Кога малата група на животни (мала популација) се одделува од главната популација од којашто доаѓа (како доколку се движат преку планина или река, или доколку се преместуваат на нова острва така што не можат лесно да се вратат назад), често се наоѓаат во различна средина од предходната.
+Оваа нова средина има различни ресурси и различни конкуренти, па новата популација ќе требаат различни карактеристики или адаптации за да бидат силни конкуренти отколку што ги требаа претходно.
+Оригиналната популација не се променила воопшто, сѐ уште требаат истите адаптации како претходно.
+Со времето, додека новата популација започнува да се адаптира на нивната нова средина, започнува да изгледа помалку и помалку како другата популација.
+На крај, после илјадници или дури и милиони години, двете популации ќе се разликуваат толку што нема да можат да се наречат од истата вид.
+Нарекуваме овај процес специјација, што само значи формирање на нови видови. Специјацијата е неизбежна последица и многу важна дел од еволуцијата.
+Растенијата произведуваат кислород што го дишат луѓето, а влегуваат углероден-диоксид што луѓето издишат (тое е, издишат).
+Растенијата направаат својата храна од сонцето со фотосинтеза. Така исто така ги обезбедуваат и сенка.
+Направивме нашите куќи од растенија и направивме одежда од растенија. Повеќето храни што ја едиме се растенија. Без растенија животните не можат да живеат.
+Мосаурот беше врвниот ловец во своето време, па не се плашеше од ништо, освен од други мосаури.
+Неговите долги челюсти биле наполнети со повеќе од 70 остри зуби, како и едно дополнително поставено на кровот на неговата уста, што значи дека немаше избег за ништо што ќе премине по неговата патека.
+Ние не знаеме точно, но можеби имал двојниот язык. Неговата исхрана вклучуваше рептилии, големи риби, други мосаури и можеби дури и бил каннибал.
+Тој исто така напаѓаше сите животни што влегуваа во водата; дури и гигантскиот динозаурот Т. рекс немаше шанси да го победи.
+Иако повеќето од нивната храна ќе биде позната на нас, Римљаните имаа и својот дел од стран или необична храна, вклучувајќи диви прасета, павата, ѓивки, и вид на глодачи коишто се нарекуваат ѓормови.
+Друга разлика беше дека додека сиромашните луѓе и жените се хранеа додека седеа на столици, богатите луѓе сакаа да имаат банкети заедно каде ќе лежат на страните додека се хранеа.
+Древните римски обеди не можеле да вклучуваат храни што доаѓаа од Америка или од Азија во потоашните векови.
+На пример, ниту кукуруза, ниту томати, ниту картофили, ниту какао, ниту древни Римљани никогаш не пробоваа курица.
+Бабилонците изградија свакиот од нивните богови основен храм што се сметал за дом на богот.
+Луѓето ќе приносија жртви на боговите, а свештениците ќе се обидуваа да ги задоволат потребите на боговите преку церемонии и фестивали.
+Секој храм имаше отворен храмов двор и потоа внатрешно светилище што само свештениците можеа да влезат.
+Понекогаш биле изградени специјални пирамидални куќи, наречени зигурати, за да бидат дел од храмовите.
+Врвот на кулата бил специјално светилиште на богот.
+Во топлата климата на Средниот Исток, куќата не беше толку важна.
+Повеќето од животот на еврејската семејство се случувало на отворено.
+Жените го варија во дворот; продавниците биле само отворени столови што гледаа на улицата. Камењето се користело за градба на куќи.
+Немаше големи шуми во земјата на Канаан, па древото беше многу скапо.
+Гренланд беше слабо населен. Во скандинавските саги се кажува дека Ерик Ред беше прогонен од Исланд за убиство и кога патуваше подоцна на западот, го открил Гренланд и го нарече Гренланд.
+Но, и покрај неговата откривање, ескимоските племена веќе живеаа таму во времето.
+Иако секоја земја била „скандинавска“, имало многу разлики меѓу луѓето, кралевите, обичаите и историјата на Данска, Швеција, Норвешка и Исланд.
+Ако го гледавте филмот „Национално сокровище“, можете да мислите дека картата на сокровиштето е написана на задниот дел на Декларацијата за независност.
+Сепак, тоа не е вистина. Иако има нешто написано на задниот дел на документот, тоа не е карта на сокровиштата.
+На задниот дел на Декларацијата за независност се напишаа „Оригинална Декларација за независност датирана 4-ти јули 1776“. Текстот се појавува на дното на документот, обрнуто.
+Иако се не зна точно кој го напиша, се зна дека рано во животот, големиот пергаментен документ (којшто мери 29¾ инчи и 24½ инчи) беше свртан за складирање.
+Со тоа, е веројатно дека нотацијата беше додадена само како ознака.
+Искренувањето во Д-Ден и последувачките битки ослободија северниот дел на Франција, но јужниот дел сѐ уште не бил ослободен.
+Годините 1940-1944 се управуваа од французите од „Виши“. Тоа биле французи коишто се споразумеа со германците и работеа со нивместо да се борат против нив.
+На 15 август 1940, Сојузните сили ја нападнаа јужна Франција, нападот се нарече „Операција Драгун“.
+За само две недели американците и силите на Слободна Франција го ослободија јужна Франција и се враќале кон Германија.
+Цивилизацијата е особена култура споделена од значајна голема група луѓе кои живеат и работат кооперативно, заедно.
+Словото цивилизација доаѓа од латинскиот цивис, што значи граѓанин, поврзано со латинскиот цивис, што значи граѓанин, и цивитас, што значи град или градска држава, и тоа некоишто дефинишува големината на заедницата.
+Градовите-држави се претходниците на нациите. Граѓанската култура имплицира преносување на знаење низ неколку генерации, трајно културно влијание и справедливо распространување.
+Малите култури често исчезаат без да оставят значајни историски докази и не се признаваат како правилни цивилизации.
+Во време на Револуционарната војна, тринаесетте држави прво формираа слаба централна власт - со Конгресот бидејќи единствениот њен компонент - согласно Статитите на Конфедерацијата.
+Конгресот немаше никаква моќ да ги утврдува даноците и, бидејќи немаше национална извршна или судска власт, тој се зависеше од државните власти, коишто често биле несоработни, за да ги изврши сите свои актови.
+Тој исто така немаше полномоќи да ги прекршува даноците и тарифите меѓу држави.
+Членовите од сојузните држави требаше да се согласуваат едногласно пред да можат да се променят уставните члани и сојузните држави ги преземаа централната власт толку лесно што нивните претставници често не биле присутни.
+Националниот фудбален тим на Италија, заедно со германскиот национален фудбален тим е втората најуспешна екипа во светот и биле шампиони на Светското првенство на ФИФА во 2006.
+Популарните спортови вклучуваат фудбал, кошарка, волејбол, воден фудбал, фехтовање, рагби, бициклизмот, хокеј на лед, ролерен хокеј и Ф1 моторно трчање.
+Зимските спорти се најпопуларни во Северните региони, а Италијаните се соперничат на меѓународни игри и на Олимписките настани.
+Јапонија поседува речиси 7.000 острови (најголемиот од коишто е Хоншу), што го прави Јапонија 7-тиот по големина островот во светот!
+Збогувајќи се со групата/кластерот острови коишто има Јапонија, Јапонија често се споменава, од географска страна, како „архипелаг“
+Тајван почна од 15-тиот век, каде што европските мореплавачи забележаа името на островот како „Ilha Formosa“, или „Красив остров“.
+Во 1624 година, Холандската источноиндиска компанија основава база во југозападната дел од Тајван, почнавајќи трансформација на практиките на производство на пшеница и започнува да вработува кинески работници да работат на нивните рисови и сахарни плантажи.
+Во 1683 година силите на династијата Цин (1644-1912) ја преземат контрола на западниот и северниот крајбрежни региони на Тајван и го објавија Тајван како провинција на Цинската империја во 1885 година.
+Во 1895 година, откако загуби во Првата sino-јапонска војна (1894-1895), владата на династијата Цин подпишува Договорот од Шимоносеки, согласно кој ја предава суверенитетот над Тајван на Јапонија, која го управува островот до 1945 година.
+Мачу Пикчу се состои од три главни структури, а тоа се Интиуатана, Храмот на Сонцето и Собата со три прозори.
+Повеќето од зградите на ивиците на комплесот се реконструирани со цел да им се дадат на туристите подобар приказ за тоа како се појавија првоначално.
+До 1976 година, триесет проценти од Мачу Пикчу беа реставрирани и реставрацијата продолжува и денес.
+На пример, најчесто користениот формат за фотографирање на снимки во светот е 35 мм, што беше доминирачкиот формат на филмовите во крајот на ерата на аналоготни филмови.
+Сѐ уште се произведува, но најважниот аспект е наследувањето на аспектното соотношување на сензорите на дигиталните фотоапарати.
+35-милиметарскиот формат, навистина, неколку збудувачки е 36-милиметарски по ширина и 24-милиметарски по висина.
+Соотношението на овој формат (делење со двенаесет за да се добие најпростото целобројно соотношение) се каже дека е 3:2.
+Многу популарни формати (семејството на форматите APS, на пример) се еквивалентни или блиски до овој аспектен однос.
+Многу злоупотребуваната и често исмеваната правило на третини е едноставен водник за креирање на динамика додека се одржува мерка на ред во сликата.
+Тој изјавува дека најефективното место за главниот предмет е на пресекот на линиите што го делат сликата во третини вертикално и горизонтално (видите пример).
+Во овој период од европската историја, католичката црква, којашто стана богата и моќна, стана предмет на испитување.
+Повеќе од една илјада години, христијанската религија ги поврзувала европските држави и покрај разликите во јазикот и обичаите.
+Неговата универзална моќ влијаеше на сите, од кралот до обичните граѓани.
+Едно од главните хришћански догми е дека богатството треба да се искористува за да се снижат страдањата и сиромаштијата и дека монетарните средства на црквата се намерено за тоа.
+Централната власт на црквата се наоѓаше во Рим повеќе од една илјада години и оваа концентрација на моќ и средства доведе до многу прашања за тоа дали овој принцип се спаѓаше.
+Скоро по почетокот на војните дејства, Британија започна морнарички блокада на Германија.
+Стратегијата се покажаше ефективна, отсекувајќи жизненските војни и цивилни снабдувања, иако оваа блокада нарушуваше генерално прифатениот меѓународен закон записани во неколку меѓународни договори во последните два века.
+Британија минираше меѓународните води за да спречи влез на кораби во целиот дел од океанот, што претставува опасност дури и за неутралните бродови.
+Откако немаше ограничен одговор на оваа тактика, Германија очекуваше сличен одговор на неограничената подморничка војна.
+Во 1920-тите години, господствувачките ставови на повеќето граѓани и нации биле пацифистички и изолационистички.
+Откако гледаа зверствата и злосторствата на војната во Првата светска војна, нациите сакаа да ја избегнат таква ситуација во иднина.
+Во 1884 година, Тесла се премести во Соединетите Држави на Америка за да прими работа во компанијата на Едисон во Њујорк.
+Тој дојде во САД со 4 центи на име, книга со поезија и писмо со препорака од Чарлс Бачелор (неговиот менаџер од претходната работа) до Томас Едисон.
+Древна Кина имала особен начин да се покажат различни времеви периоди; секоја фаза на Кина или секоја семејство што било во власт било различна династија.
+Исто така, меѓу секоја династија имаше нестабилна епоха на поделени провинциски области. Најпознатата од овие периоди беше епохата на Трите Кралства, којашто траеше 60 години меѓу династиите на Хан и Џин.
+Во текот на овие периоди се одвиваа ожесточена војна помеѓу многу аристократи коишто се бореаа за тронот.
+Ерата на Трите Кралства беше една од најкрвавите ери во историјата на Древна Кина, поради што илјадници луѓе загинаа во борбата да седија на највисокото место во великиот дворец во Сијан.
+Има многу социјални и политички ефекти, како што е користењето на метричкиот систем, промената од абсолутизмот во републиканство, национализмот и верувањето дека земјата припаѓа на луѓето, а не на еден един владетел.
+И после Револуцијата, вработувањата биле отворени за сите момци, што овозможуваше на најамбициозните и успешните да успеаат.
+Исто така и во војската, затоа што ранговите на армијата сега се основани на калибра, а не на класа.
+Француската револуција исто така ги инспирирала многу други работници од други земји да започнат своите револуции.
+Мухамед бил многу заинтересиран во прашањата над овој обичаен живот. Често поседуваше пещера што стана позната како „Хира“ на планината „Нур“ (светлина) за размислување.
+самиот пештер, којшто преживеа времето, дава многу очигледна слика на духовните наклоности на Мухамед.
+Според едно од планините северно од Мека, пещерата е целосно изолирана од остатокот од светот.
+Всушност, не е лесно вообще да се најде, дури и да се зна дека постои. Кога се влезе во пещерата, е тотална изолација.
+Ништо не може да се види освен очигледниот, леп крајот на небото и многуто околни планини. Малку од овој свет може да се гледа или чува од внатрешноста на пещерата.
+Великиот пирамидал на Гиза е единствената од седумте чудеса што сѐ уште стои.
+Градено од Египчани во третото столетие п.н.е., Големата пирамида е една од многуголемите пирамиди соградени за да се чествува починатиот фараон.
+Платото на Гиза, или „Некрополис на Гиза“ во Долината на мртвите во Египет содржи неколку пирамиди (од коишто најголемата е најголемата), неколку мали гробници, неколку храмови и големиот Сфинкс.
+Огромната пирамида е создадена за да го чести фараонот Хуфу, а многу од помалите пирамиди, гробниците и храмовите се создадени за да го чести неговите жени и членови на неговата семејство.
+Ознаката „нагоре“ изгледува како V, а ознаката „надолу“ изгледува како празно место или квадрат без нижната страна.
+Нагоре значи дека треба да почнете од врвот и да го притиснете, а надолу значи дека треба да почнете од жабата (којашто е местото каде што вашата рака ќе ја држи ѓигалото) и да го повлечете ѓигалото.
+Обично, горниот босот генерира померено слаб звук, додека доленот босот е посилен и агресивен.
+Можете да напишете своите ознаки, но семејте дека напечатените ознаки за поклонување се направени за музикална цел, па обично треба да се почитуваат.
+Крал Луи XVI, кралицата Мари Антониот, нивните двајца деца (11-годишната Мари Тереза и четиригодишниот Луи-Шарл) и сестрата на кралот, г-ѓа Елизабет, на 6-ти октомври 1789 беа принудени да се вратат во Париз од Версај од толпа на пазарите.
+Со кочија се враќааа назад во Париз окружени од толпа луѓе што викаа и викаа закани против кралот и кралицата.
+Толпата луѓе ги принуди кралот и кралицата да имат прозорците на кочијата широки отворени.
+На еден момент член на толпата маше главата на кралскиот гард убиен во Версај пред испуснатата кралица.
+Војните трошоци на американскиот империализъм во освојувањето на Филипините се платени од самите Филипинци.
+Тие биле принудени да плаќаат данок до американскиот колонијален режим за да се покрие големата дел од трошоците и интересот од облигациите профинансирани од страна на филипинската влада преку банковските куќи на Уол Стрит.
+Се разбира, суперпрофитот добиен од долготрајната експлоатација на филипинскиот народ ќе биле основните добици на американскиот империализъм.
+За да се разберат Темпларите, мора да се разбера контекстот што ги поттикна создавањето на реда.
+Вектот во којшто се случуваа настантите се обично наредува како високиот средни век, периодот од европската историја во 11-ти, 12-ти и 13-ти век (1000-1300).
+Високиот средни век се следеше од раниот средни век и завршуваше доцниот средни век, којшто по конвенција завршува околу 1500.
+Технолошкиот детерминизам е термин што го покрива широк опсег на идеи во пракса, од технолошкиот притисок или технолошкиот императив до строг смисл дека судбината на човекот се одредува од подлогот поврзан со научните закони и нивните изрази во технологијата.
+Повеќето интерпретации на технолошкиот детерминизам споделуваат двајца основни идеи: дека развојот на технологијата сама по себе следува патека главно надвор од културно или политичко влијание и дека технологијата исто така има „ефекти“ врз заедниците што се инхерентни, а не социјално условени.
+На пример, може да се каже дека моторното возило неизбежно води до развојот на патиштата.
+Сепак, националната мрежа на патишта не е економски видна за само неколку автомобили, па се развиваат нови методи на производство за да се намали трошоците на сопствење на автомобил.
+Владеењето на многу автомобили исто така доведе до повеќе случаи на несреќи на патиштата, што доведе до измислување на нови техники во здравството за ремонтирање на повредени тела.
+Романтизмот имаше голем елемент на културна детерминација, донесен од писатели како Готхо, Фихте и Шлегел.
+Во контекстот на Романтизмот, географијата ги формирала индивидите, а со времето се појавија обичаи и култура поврзани со таа географија, а овие, бидејќи во соодветност со местото на заедницата, биле подобро од произволно наметнатите закони.
+Според начинот како Париз е познат како модната метропола на сегашниот свет, Константинопол беше сметен како модната метропола на феудална Европа.
+Неговата слава за да биде епицентрот на луксузот започна околу 400 г. пр.н.е. и траеше до околу 1100 г. пр.н.е.
+Неговиот статус се намали во двенаесеттиот век предимно поради фактот што крстоносците се враќааа со дарковини како шелкови и солници што се ценија повеќе од оние што ги нудиле византиските пазари.
+Во тој период, пренесувањето на титулата на Модната метропола од Константинопол до Париз се изврши.
+Готичкиот стил достигна врвот во периодот од 10-тиот до 11-тиот век и во 14-тиот век.
+На почетокот, одеждата била силно повлијаена од византиската култура во истокот.
+Сепак, поради бавните комуникативни канали, стилите во западот може да заостанеат за 25 до 30 години.
+Во крајот на средните векови западноевропските земји започнаа да развиваат својот стил. Едно од најголемите напредувања во тоа време било резултатот од крстоносците луѓето започнаа да користат пугови за закренување на одеждата.
+Поддржачката земјоделска производња е земјоделска производња којашто се врши за да се произведе доволно храна за да се задоволи само потребата на земјоделецот и неговата семејство.
+Поддржачката земјоделска производња е едноставен, често биолошки, систем којшто користи спасени семења доадени од екорегионот, комбинирани со ротација на култури или други релативно едноставни техники за да се максимизира добивот.
+Историски, повеќето земјоделци биле вклучени во земјоделство за преживување и тоа сѐ уште се случува во многу развивачки нации.
+Субкултурите ги спојуваат лица со слични мисли коишто се игнорирани од социјалните стандарди и им овозможуваат да развиеат чувство за идентитет.
+Субкултурите можат да се разликуваат поради возраст, етничноста, класа, локација и/или пол на членовите.
+Качествата што ја одликуваат една подкултура може да бидат јазични, естетички, религиозни, политички, сексуални, географски или комбинација од фактори.
+Членовите на една подкултура често се идентификуваат со истакнато и симболично користење на стил, којшто вклучува мода, навики и жаргон.
+Едно од најчестите методи коишто се користат за илустрирање на важноста на социјализацијата е да се прикажат неколку несреќни случаи на деца кои не биле социјализирани од страна на одраслите додека се развиваа.
+Таквите деца се нарекуваат „диви“ или „диви“. Некои диви деца биле затворени од луѓето (обычно нивните собствени родители); во некои случаи овој случај се доводи до одбивање на детето од страна на неговите родители поради сериозна интелектуална или физичка ограничување.
+Фералните деца можеби претрпеа сериозна злоупотреба или траума пред да биле оставени или да бегаа.
+Други се тврдат дека биле одраснати од животни; некои се тврдат дека живеле во дивината сами.
+Кога е целосно одгледувано од нечовешките животни, дивчето покажува начини (в рамките на физичките ограничувања) речиси целосно како начините на одгледувањето животно, како што е неговата стравота од или безразличноста кон луѓето.
+Иако учењето базирано на проекти треба да го направи учењето лесно и интересно, скелетот иде подоцна.
+Скафандрот не е метод за учење, туку е помош што им овозможува поддршка на лицата коишто се соочуваат со нова искуство на учење, како што е користење на нова компјутерска програма или започнување на нови проект.
+Скафолотите може да бидат и виртуелни и реални, односно, учителот е вид на скафолот, но исто така и малиот човечек од бумага во Microsoft Office.
+Виртуелните огради се вградени во софтверот и се намерени да ги прашат, да ги поттикнуваат и да ги објасняваат процедурите што може да бидат предизвичните за студентот да ги изврши самостояно.
+Децата се поместуваат во загрижениот дом за многу различни причини што вклучуваат занемарување, злоставување, па дури и изнудување.
+Никое дете никогаш не треба да расте во окружење што не е негувачко, загрижено и образовно, но тоа се случува.
+Гледаме дека Системата за старање е безбедна зона за овие деца.
+Системот на загрижување треба да обезбеди безбедни домови, забогување со љубов, стабилно образование и надежна здравствена нега.
+Сиротството треба да обезбеди сиротството со сиротството што ги лишивме од домаќинството што ги имаа претходно.
+Интернетот комбинира елементи на и масов и меѓулично комуницирање.
+Особените карактеристики на интернетот доводат до дополнителни димензии во погледот на користењето и задоволувањето.
+На пример, „учењето“ и „социјализацијата“ се предложени како важни мотивации за користење на интернетот (Џејмс и соавтори, 1995).
+„Персонално вклучување“ и „трајни односи“ исто така беа идентификувани како нови аспекти на мотивацијата од страна на Eighmey и McCord (1998) кога ги истражуваа реакциите на публиката на веб-локациите.
+Користењето на видео снимање доведе до важни откривања во интерпретацијата на микро-изрази, лицевите движења што траат неколку милисекунди.
+Специјално се тврди дека може да се открие дали некој е лажење со точно интерпретирање на микро-изразите.
+Оливер Сакс, во неговата работа „Говорот на претседателот“, намести дека луѓето кои не можат да го разбераат говорот поради оштетување на мозокот сепак можат точно да го оцената искреноста.
+Дури и предложува дека таквите способности за интерпретирање на однесувањето на луѓето може да се споделуваат со животни како домаќинските собаки.
+Истражувањето во двадесетиот век покажа дека постои два базени на генетичка варијација: скриени и изразени.
+Мутацијата додава нова генетичка варијантност, а селекцијата ја одстранува од базената генетичка варијантност.
+Сегрегацијата и рекомбинацијата ја враќа варијациите назад и вназад меѓу двете пулови во секоја генерација.
+На саваната е тешко на примат со дигестичкиот систем како на луѓето да ги задоволи своите потреби од аминокиселини од достапните растителни ресурси.
+Освен тоа, непослушувањето има сериозни последици: депресија на растот, недохранување и на крајот смрт.
+Најдостапните растителни ресурси биле протеините достапни во листовите и бобовите, но тие се тешки за примати како што сме да ги снеме, освен ако се варат.
+За разлика од тоа, храната на животните (мравки, термити, јајца) не само лесно се варат, туку исто даваат висока количина протеини коишто вклучуваат сите есенцијални аминокиселини.
+При разгледувањето на ситуацијата, не сме да бидеме изненадани ако нашите преци решаваа „протеинскиот проблем“ во сличен начин како шимпанците на саваната го решаваат денес.
+Прекинувањето на спиењето е процес на намерено пробудување додека спиетете и паѓањето во спиење неколку минути подоцна (10-60 минути).
+Ова лесно може да се направи користејќи релативно тихи будилник што ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе ќе
+Ако го откриете дека го рестартирате часот додека спите, може да го поставите на другата страна на собата, што ќе ви натера да излезете од креслото за да го исключите.
+Другите опции базирани на биоритмите вклучуваат многу конзумирање на течна супстанца (особено вода или чај, познат диуретик) пред спиење, што ги принудува луѓето да се пробудат за да мочат.
+Количината на внатрешна мирна состојба којшто некој ја поседува се корелативна со количината на стрес во неговото тело и дух.
+Со снижениот притисок, животната сила е повеќе позитивна. Секој човек има потенцијал да најде апсолутно мир и задоволство.
+Секој може да постигне просветување. Единствената пречка за овој цел е нашата сопствена стрес и негативност.
+Тибетанскиот будизам се заснован на предавањата на Будда, но беа проширени со патот на махајана на љубов и со многу техники од индискиот йога.
+Во суштина, тибетанскиот будизам е многу едноставен. Тој се состои од йогата на Кундалини, медитација и патот на универзалната љубов.
+Со Кундалини йогата се пробудува енергијата на Кундалини (енергијата на просветувањето) преку йога позиции, дыхачки вежби, мантри и визуализации.
+Центрот на тибетанската медитација е Божествениот Јога. Через визуализирањето на различни божества се чистат енергетските канали, се активираат чакрата и се создава свесноста на просветувањето.
+Германија беше заедничкиот непријател во Првата светска војна, што доведе до кооперација меѓу СССР и САД. С крајот на војната сукотите меѓу системот, процесот и култура доведоа до излегувањето на земјите.
+Со две години од крајот на војната, поранетите сегашни сојузнички партнери станаа непријатели и започнала се Студената војна.
+Тоа ќе трае 40 години и ќе се води во вистина, од страна на прокси војски, на бојништи од Африка до Азија, во Афганистан, Куба и многу други места.
+До 17 септември 1939, полската одбрана веќе била срушена, а единствената надежд било да се повлече и да се реорганизира по мостот во Румнија.
+Сепак, овие планови станаа неактуелни речиси за една ноќ, кога повеќе од 800,000 војници од Црвената армија на Совјетскиот Сојуз влегуваа и создаваа Беларускиот и Украинскиот фронт откако влегуваа во источните региони на Полска во нарушување на Ришкиот мирен договор, Совјетско-Полскиот договор за ненапад и други меѓународни договори, како и двострани и многустрани.
+Користењето на бродови за транспортирање на стоки е од далека најефективниот начин за преместување на големи количини луѓе и стоки преку океаните.
+Традиционалната функција на морнарицата е да се осигури дека вашата земја може да ги премести луѓето и стоките, додека исто време вашиот непријател не може да ги премести луѓето и стоките.
+Едно од најважните неодамнешни примери на ова е кампањата во Северниот Атлантски Океан во Втората светска војна. Американците се обидуваа да ги преместат луѓето и материјалите преку Атлантскиот Океан за да им помогнат на Британија.
+Исто време, германската морнарица, којшто главно користеше подморниците, се обидуваше да го спречи оваа трговија.
+Доколку Алијансите не успеаа, Германија веројатно би могла да ја освои Британија бидејќи имала остатокот од Европа.
+Сепак, овцете изгледаат дека биле првично доместицирани околу 10.000 години назад во Иранските планини Загрос.
+Древните култури и племена започнаа да ги задржуваат за лесно достап до млеко, длака, месо и кожа.
+Домаќинските козли обично се одржуваа во стада што се движеа по брди или други места за пасување, често се грижат од пастири коишто често биле деца или тинејџери, слични на познатиот пастир. Овие методи на пасување сѐ уште се користат денес.
+Во 16-тиот век во Англија биле изградени вагонетки.
+Иако кочиите само се состоеа од паралелни доски од древо, тие им овозможуваа на коњите што ги влегуваа да постигнат поголеми брзини и да ги влегуваат поголеми тежини отколку на малку поголемите патишта на денот.
+Крос-тиевите се воведени доста рано за да ги задржат пругите на место. Меѓутоа, се сфаќа дека пругите ќе бидат ефективни доколку имаат игла од желзо на врвот.
+Ова стана обична пракса, но железото предизвикало повеќе оштетување на древените колела на колите.
+На крајот, древените колела се заменија со железни колела. Годината 1767, првите цели железни прути биле воведени во употреба.
+Првиот познат вид на транспортирање беше ходањето, луѓето започнаа да ходаат вертикално пред два милиони години со појавањето на Хомо Еректус (коешто значи вертикалниот човек).
+Нивните претходници, австралопитеците, не се движеа вертикално како обично.
+Специјализациите на бипедалите се наоѓаат во фосилите на Австралопитеците од 4,2 до 3,9 милиони години назад, иако Сахелантропус можел да се движи на две ноги откако пред седум милиони години.
+Можеме да почнеме да живееме попријателски кон окруженијата, можеме да се приклучиме на движењето за заштита на окруженијата и дури и можеме да бидеме активисти за да намалим страдањата во некој степен во иднина.
+Ова е слично на симптоматско лекување во многу случаи. Меѓутоа, ако не саме само за временско решење, тогаш треба да најдеме коренот на проблемите и да ги деактивираме.
+Очигледно е дека светот се промени многу поради научните и технолошки напредъци на човечестата раса, а проблемите станаа големи поради пренаседувањето на населението и екстравагантниот стил на живот на човечестата раса.
+По прифаќањето од Конгресот на 4-ти јули, рукописниот протокол подписан од страна на претседателот на Конгресот Џон Ханкок и секретарот Чарлс Томсон, се потоа испратил неколку блокови во штампачката на Џон Дунлап.
+Во текот на ноќта се направија 150-200 бројки, сега познати како „Dunlap broadsides“.
+Првото јавно читање на документот беше од страна на Џон Никсон во дворот на Зградата на независноста на 8-ми јули.
+Едното беше испратено до Џорџ Вашингтон на 6-ти јули, којшто го читал пред неговите војници во Њујорк на 9-ти јули. Едно копие стигна до Лондон на 10-ти август.
+25 бројки на „Dunlap broadsides“ сѐ уште се познати и се најстарите преживеани копии на документот. Оригиналниот рукописен пример не преживеа.
+Многу палеонтолози денес веруваат дека една група динозаври преживеа и сега живее. Ќе ги нарекуваме птици.
+Многумина луѓе не ги гледаат како динозаври затоа што имаат пера и можат да летаат.
+Но, има многу работи на птиците што сѐ уште изгледаат како динозаври.
+Тие имаат пети со шкури и канџи, лежат јајца и се движат со нивните две задни ноги како Т-Рекс.
+Виртуелно сите компјутери коишто се користат денес се базирани на манипулирање на информации коишто се кодирани како бинарни броеви.
+Бинарна бројка може да има само едно од две вредности, тоест 0 или 1, а овие бројки се нарекуваат бинарни цифри - или бити, користејќи компјутерскиот жаргон.
+Внатрешното отравување може да не е очигледно од почетокот. Симптомите, како и повраќањето, се доволно обширни за да не може да се направи непосредна дијагноза.
+Најдобрата индикација за внатрешно отравување може да биде присуството на отворен контејнер со лекарства или токсични домашни хемиски средства.
+Проверете етикетот за конкретни инструкции за прва помош за тој конкретен отров.
+Ентомолозите го користат терминот „буг“ во формален смисл за оваа група инсекти.
+Оваа терминологија потека од древна познавање со лилјаците, коишто се инсекти високо адаптирани за паразитирање на луѓето.
+И асасин-бугите и легла-бугите се адаптирани да живеат во гнездото или куќата на нивниот домаќин.
+Околу 400.000 случаи на МС се познати во Соединетите Држави на Америка, оставувајќи оваа болест како водечката невролошка болест на млади и средностари луѓе.
+МС е болест којашто влијае на центарот на нервниот систем, што се состои од мозокот, спиналниот канал и оптичкиот нерв.
+Истражувањето покажа дека жените се двапати поверојатно да имаат МС од момците.
+Брачниот пар може да одлучи дека тоа не е во нивно интересот, или во интересот на нивното дете, да се грижат за бебе.
+Овие брачни парови може да се одлучат да направат план за прифаќање на своето бебе.
+Во случај на прифаќање, родените родители ги прекинуваат своите родителски права, со цел друга двојка да го роди детето.
+Главната цел на науката е да ја открие начинот на којшто светот функционира преку научната метода. Оваа метода навистина го води повеќето научни истражувања.
+Сепак, експериментирањето и експериментот е тест којшто се користи за да се исклучат една или повеќе од можните хипотези, прашувањето и набљудувањето исто така ги водиат научните истражувања.
+Натуралистите и филозофите се фокусираа на класичните текстови и особено на Библијата на латински јазик.
+Прифатени се гледиштата на Аристотел за сите прашања на науката, вклучувајќи и психологијата.
+Откако знаењето за грчкиот јазик се намали, Западот се отцепи од своите грчки филозофски и научни корени.
+Многу набљудувани ритми во физиологијата и однесувањето често зависат од присуството на ендогенни цикли и нивната производња преку биолошки часовници.
+Периодичните ритми, коишто не се само одговори на периодични стимули, се документирани за повеќето живи биће, вклучувајќи и бактерии, гриби, растенија и животни.
+Биолошките часовници се самоподдржувачки осцилатори коишто ќе продолжат периодот на слободно циклување дури и во одсуство на споредни сигнали.
+Експериментот на Хершеј и Чейз беше еден од водечките предлози дека ДНК е генетички материјал.
+Хершеј и Чейз користеле фаге, или вируси, за да им имплантираат својата ДНК во бактериите.
+Направија две експерименти со маркирање на ДНКот во фагот со радиоактивен фосфор или протеиното во фагот со радиоактивен сулфур.
+Мутациите можат да имаат многу различни ефекти в зависност од типот на мутацијата, значењето на дел од генетичкиот материјал засегнат и дали клетките засегнати се генеративни клетки.
+Само мутациите во генетичките клетки може да се пренесат на децата, додека мутациите на други места можат да предизвикаат смрт на клетките или рак.
+Туризмот базиран на природата привлекува луѓето коишто се интересуваат да ги посетат природните области за цел на уживање во пејзажот, вклучувајќи животниот и растителниот свет.
+Примери за активности на локација вклучуваат лов, рибарење, фотографирање, гледање на птици и посетување паркови и проучување информации за екосистемот.
+Едно пример е посета, фотографирање и учење за орангутани во Борнео.
+Секој ден луѓето излегуваат од малите градови во автомобили за да одат на својата работна места и се преминуваат од други луѓе чијшто работно место е местото од коешто само излегуваа.
+Во овој динамичен превозник секој на некој начин се поврзува и поддржува транспортна система основана на приватни автомобили.
+Науката сега покажува дека оваа масивна карбонова економија ја преместила биосферата од еден од нејзините стабилни стадиуми што ја поддржуваа еволуцијата на луѓето во последните два милиони години.
+Секој учествува во заедницата и користи транспортни системи. Речиси секој се жали на транспортните системи.
+Во развиените земји ретко се случуваат слични нивои на жалби за квалитетот на водата или за мостовите што се срушаваат.
+Зошто транспортните системи претставуваат таква жалби, зошто се сфаќаваат секој ден? Дали транспортните инжењери се само некомпетентни? Или е нешто поголемо што се случува?
+Проучувањето на движењето на индивидуални возачи и возила меѓу две точки и врските меѓу нив е проучувањето на движењето.
+За жал, изучувањето на профилот на движењето е тешко затоа што не може да се предвиди однесувањето на возачите со стопроцентна сигурност.
+Среќно, возачите обично се однесуваат во разумно конзистентен опсег; следователно, потоците од автомобили обично имаат некоја разумна конзистентност и можат да се приближно прикажат математички.
+За подобро да се претставува трафикот, се успоставиле врски меѓу трите главни карактеристики: (1) ток, (2) густоста, и (3) брзина.
+Овие врски помогат при планирањето, дизајнот и функционирањето на објектите на патеките.
+Инсектите биле првите животни што полетели во воздухот. Нивната способност да летаат им помогна да се избегнуваат од непријателите полесно и да најдобро набавуваат храна и партнери.
+Повеќето инсекти имаат предност што можат да ги свртат крилата назад по телото.
+Ова им овозможува да се криеат во поголеми број мали места од предаторите.
+Денес, единствените инсекти коишто не можат да ги вртат назад крилата се јастребниците и мравките.
+Долго време назад човекот наречен Аристарх рече дека Соларниот Систем се движи околу Сонцето.
+Некои луѓе мислеа дека тој беше точен, но многу луѓе веруваа дека противоположното; дека Соларниот Систем се движеше околу Земјата, вклучувајќи и Сонцето (и дури и другите звезди).
+Ова изгледа смисла, затоа што Земјата не се чувствува како што се движи, не?
+Амазонската река е втората најдолга и најголема река на Земјата. Транспортира повеќе од 8 пати повеќе вода од втората најголема река.
+Амазонската река е исто така најшироката река на Земјата, понекогаш шест милји широка.
+Целиот 20 проценти од водата што излива од реките на планетот во океаните доаѓа од Амазон.
+Главниот ток на Амазонската река е 6,387 km (3,980 милји). Тој собира вода од илјадници мали реки.
+Иако градбата на пирамиди од камен продолжи до крајот на Старото Кралство, пирамидите на Гиза никогаш не биле надминати по големина и техничката извонредност на нивната градба.
+Древните Египтяни од новото кралство се дивија од монументите на нивните претходници, коишто биле стари повеќе од една илјада години.
+Бројот на населението на Ватиканот е околу 800. Тоа е најмала независна држава во светот и државата со најмал број на население.
+Ватиканот користи италијанскиот јазик во неговите закони и званични комуникации.
+Италијанскиот е исто така секојдневниот јазик којшто го користава повеќето од работниците во државата, додека латинскиот се често користува на религиозни церемонии.
+Сите граѓани на Ватиканот се римокатолици.
+Луѓето знаеле за основните хемиски елементи како злато, сребро и мед од античност, бидејќи сите можат да се откријат во природна форма и се релативно едноставно да се извлечат со примитивни инструменти.
+Аристотел, филозоф, теоретизирал дека сите работи се направени од смеша од една или повеќе од четирите елементи. Тие биле земја, вода, воздух и огол.
+Тоа било подобно на четирите состојби на материјата (во истата редослед): тврда, течна, гас и плазма, иако тој исто така теоретизираше дека се пременуваат во нови состојби за да се создадат оние што го гледаме.
+Смесите основно се состојат од два или повеќе метали. Не заборавајте дека има многу елементи на периодичната таблица.
+Елементи како калциум и калијум се сметаат за метали. Сепак, исто така има и метали како сребро и злато.
+Можете и да имате сплавови коишто вклучуваат мали количества неметални елементи како углерод.
+Сѐ во светот е направено од материја. Сѐ материјално е направено од мали честички наречени атоми.
+Атомите се толку неверојатно мали дека трилиони од нив може да се сместат во периодот на крајот на оваа реченица.
+Со тоа, карандалот бил добар пријател на многу луѓе кога излезе.
+За жал, кога се појавија нови методи на пишување, карандашот беше премещен во пониски статус и употреба.
+Луѓето сега испишуваат пораки на екраните на компјутерите, никогаш не требајќи да се приближат до остригач.
+Едноставно се прашува што ќе стане од клавиатурата кога ќе дојде нешто поново.
+Атомската бомба функционира со принципот дека треба енергија да се собера нуклеус со многу протони и неутрони.
+Едноставно како да се влезете со тежок колишник на врвот на планина. Раздробувањето на нуклеусот повторно ја ослободува дел од таа енергија.
+Нуклеите на некои атоми се нестабилни што значи дека тие се склони да се раздробуваат со мала или без поттикнување.
+Површината на Месечината е направена од камени и прашина. Внатрешниот слој на Месечината се нарекува кора.
+Кората е околу 70 км дебела на блиската страна и околу 100 км дебела на далечката страна.
+Тоа е потонка под планините и потолста под планините.
+Може да има повеќе мари на едната страна бидејќи кората е потоньша. Лавата лесно се издига до површината.
+Теориите за содржина се фокусирани на откривањето на тоа што ги привлекува луѓето или ги привлекува.
+Овие теории сугерираат дека луѓето имаат одредени потреби и/или сакања што се внатрежуваат додека стапуваат во зрелоста.
+Овие теории се фокусираат на тоа што ги прави одредени луѓе да сакаат работите што ги прават и што работите во нивната средина ќе ги прават или не ќе ги прават да прават одредени работи.
+Двете популарни теории за содржина се Теоријата на хиерархијата на потребите на Маслоу и Теоријата на двата фактори на Херцберг.
+Образно гледано, две врски може да се појават кога менаџерите започнуваат да ги водеат своите претходни колеги. Едната страна на спектрот се обидува да остане „еден од момците“ (или „една од момците“).
+Оваа врста менаџери има проблеми да донесат непопуларни одлуки, да вршат дисциплинарни мерки, да ги оцениваат перформансите, да ја доделуваат одговорноста и да ги држат одговорни луѓето.
+На другата страна на спектрот, човекот се трансформира во непрепознатлив индивид којшто се чувствува дека мора да ги промени сите работи на тимот и да ги направи нивни.
+На крајот, лидерот е одговорен за успехот и неуспехот на тимот.
+Оваа однесувањештво често резултираат во расколи меѓу лидерите и остатокот од тимот.
+Виртуелните тимови се подложени на истите стандарди на одличноста како и конвенционалните тимови, но имаат мали разлики.
+Членовите на виртуелниот тим често функционираат како точка на контакт за нивната физичка група.
+Често имаат повеќе аутономија од конвенционалните членови на тимот, бидејќи нивните тимови може да се состават според различни временски зони што може да не се разберат од нивното локално управување.
+Пресуството на вистински „невидлив тим“ (Ларсон и Лафасто, 1989, стр. 109) исто така е уникатна компонента на виртуелниот тим.
+„Невидливиот тим“ е менаџерскиот тим до којшто се пријавуваат сите членови. „Невидливиот тим“ задава стандартите за сите членови.
+Зошто организацијата ќе сака да премине времето затратниот процес на создавање на организација за учење? Едно од целите за вклучување на концептите на организацискиот учење во праксата е иновациите.
+Кога сите достапни ресурси ефективно се користат преку функционалните департаменти на организацијата, креативноста и генијалноста може да се појави.
+Како резултат, процесот на организацијата да работи заедно за да се преодолеа пречка може да доведе до нов иновативен процес за да се исправи потребата на клиентот.
+Пред организацијата да биде иновативна, лидерот мора да создаде култура на иновации како и делимо знаење и организацискиот учење.
+„Анџел“ (2006) објаснува пристапот на „Continuum“ како метод којшто се користи за да им помогне организациите да достигнат поголеми ниво на функционирање.
+Неуробиолошките податоци овозможуваат физички доказ за теоретичкиот пристап при истражувањето на когнитивните функции. Зборот овозможува да се сузи просторот на истражувањето и да се направи многу прецизни.
+Коррелирањето меѓу патологијата на мозокот и однесувањето им поддржува научниците во нивните истражувања.
+Долго време се знае дека различни типови на повреди на мозокот, травми, лезија и тумори влијаат врз однесувањето и предизвикуваат промени во некои ментални функции.
+Повисокото ниво на новите технологии ни овозможува да ги гледаме и истражуваме структурите и процесите на мозокот што никогаш не биле видни.
+Ова нам дава многу информации и материјал за изградување на симулациски модели коишто ни помогат да разбираме процесот во нашето сознание.
+Иако вештачката интелигенција има силна коннотација со научна фантастика, вештачката интелигенција е многу важна грана на рачунарската наука, којашто се занимава со однесувањето, учењето и интелигентната адаптација на машина.
+Истражувањето на вештачката интелигенција вклучува создавање на машини што ќе автоматизираат задачи коишто бараат интелигентно однесување.
+Примерите вклучуваат контрола, планирање и распоредување, способноста да се одговора на диагнозите и прашањата на клиентите, како и препознавање на рукопис, глас и лице.
+Овие работи станаа самостојни дисциплини, коишто се фокусираат на претставување решения на практичните проблеми на животот.
+Системот на вештачка интелигенција сега често се користи во областите на економијата, медицината, инжењерството и во војската, како што е изграден и во неколку софтверски апликации за домашни компјутери и видео игри.
+Излегувањата се голема дел од свака училишта. Често учителот сака да ги води учениците на места каде што патување со автобус не е опција.
+Технологијата нуди решење со виртуелни посети на музеи. Студентите можат да гледаат артефакти од музеите, да посетат аквариум или да се зачувствуваат од прекрасна уметност додека седија со нивната класа.
+Делбата на патувањето виртуелно исто така е одличен начин да се размисли за патувањето и да се споделуваат искуства со идните класи.
+На пример, секоја година студентите од Бенет Школа во Северна Каролина дизајнираат веб-локација за нивниот пат до Државната Капитал, секоја година веб-локацијата се модификува, но старите версии се одржаваат онлајн за да служат како скрапбук.
+Блоговите исто така можат да помогнат да се подобри пишувањето на студентите. Додека студентите често започнуваат своето искуство со неправилна граматика и правопис, присутството на публика обично ги промени тоа.
+Бидејќи студентите често се најкритичната публика, блогерот започна да се труди да го подобри писањето за да избегне критика.
+Исто така, блоггирањето „принудува студентите да стануваат интелигентни за светот околу нив“. Потребата да се задоволи интересот на публиката ги инспирира студентите да бидат интелигентни и интересни (Тото, 2004).
+Блоггирањето е инструмент што ги инспирира колаборацијата и ги поддржува студентите да продолжат да учеваат надвор од традиционалниот школски ден.
+Соодветното користење на блогови „може да ги омогучи на студентите да станат повеќе аналитички и критички; со активно одговорување на интернет материјали, студентите можат да ги дефинираат нивните позиции во контекстот на другите текстови како и нивните перспективи за конкретни прашања (Oravec, 2002).
+Отава е пријателскиот, билингуалниот главен град на Канада и вклучува низ уметнички галерији и музеи коишто прикажуваат прошлото и сегашното на Канада.
+Подалеку на југ се наоѓа Ниагарските водопади, а на север се наоѓа неискористената природна лепота на Мускока и надвор.
+Сите овие работи и повеќе ги истакнуваат Онтарио како што се смета дека е квинтесенцијално канадски од страна на странците.
+Поголемите области северно се многу ретко населени и некои се речиси ненаселени дивинини.
+За сравнувањето на бројот на населението што многу ги изненадува: Живеат повеќе Афро-Американци во САД отколку граѓани на Канада.
+Островите во Источна Африка се во Индискиот Океан, од источната обала на Африка.
+Мадагаскар е безспорно најголемиот и е цел континент кога дојде до дивите животни.
+Повеќето од помалите острови се независни нации или поврзани со Франција и се познати како луксузни плажни курорти.
+Арабецот исто така го донесе исламот во земјите и тој се широко распространи во Комори и Мајот.
+Европскиот влијание и колонијализмот започнаа во 15-тиот век, кога португалскиот истражувач Васил да Гама го открил патот од Европа до Индија.
+На север регионот е ограден од Сахел, а на југ и запад од Атлантскиот Океан.
+Жените: се препорачува на сите женски патници да кажат дека се венчани, без разлика во статусот на бракот.
+Помага и да се носи прстен (тој не треба да изгледа премногу скапо.
+Жените треба да разберат дека културните разлики може да доведат до оно што ќе ги сметаат за сексуално злоупотреба и тоа не е необично да им се следат, да им се јавуваат на рамот, итн.
+Сигурно одбивајте момците и не се плашите да ги одбиете (културните разлики или не, тоа не е добро!).
+Модерниот град Касабланка е основан од бербериски рибари во 10-тиот век п.н.е. и се користеше од страна на Феничаните, Римците и Меренидите како стратешки пристаниште наречено Анфа.
+Португалците го уништуваа и го градија повторно под името „Каса Бранка“, само да го напуштат откако имаше земјотрес во 1755 година.
+Морокканскиот султан ја обнови градот како Дар ал-Бадија и тој добил името Касабланка од шпанските трговци коишто основаа трговски бази там.
+Касабланка е едно од најмалку интересни места за купување во целиот Марокко.
+Околу старата Медина е лесно да се најде места каде што се продаваат традиционални мороккански производи, како што се тажини, керамика, производи од кожа, вари, и целиот спектрот на сувенири, но тоа се целосно за туристите.
+Гома е туристичка град во Демократската Република Конго во екстремниот исток, близу Руанда.
+Гома беше уништена од лавата од вулканот Нијарагонго во 2002 година, којашто ги закопа најголемиот дел од градските улици, особено центрот на градот.
+Иако Гома е прилично безбедна, секое посетување внатре од Гома треба да се истражува за да се разбере статот на војната што се води во провинцијата Северни Киву.
+Градот исто така е база за изкачување на вулканот Нијарагонго, како и некои од најевтиниот трекинг на планинските горила во Африка.
+Можете да користите бода-бода (мотоциклетски такси) за да се движите околу Гома. Обичната (локална) цена е ~500 конгоански франци за краткото патување.
+Заедно со неговата релативна непристапност, „Тимбукту“ се користи како метафора за екзотични, далеки земји.
+Денес, Тимбекту е бедно место, иако неговата репутација го прави туристичка атракција и има аеродром.
+Во 1990 година, тоа беше додадено во листата на светски културни паметници во опасноста, поради закана од пустински песок.
+Тоа беше една од главните спирки во емисијата „Чудесата на Африканскиот свет“ на Хенри Луис Гетс за PBS.
+Градот е во остро контраст со другите градови во земјата, затоа што има повеќе арапски карактер отколку африкански.
+Националниот парк Кругер (КНП) се наоѓа во северозападот на Јужна Африка и се протега по границата на Мозамбик во истокот, Зимбабве во север и на југозападот е реката Крокодил.
+Паркот покрива 19,500 km² и се дели на 14 различни екозони, коишто поддржуваат различна дивна фауна.
+Тоа е една од главните атракции на Јужна Африка и се смета за заставата на националните паркови на Јужна Африка (SANParks).
+Како и во сите национални паркови во Јужна Африка, има дневни такси за заштита и влез во паркот.
+Може и да биде добра инвестиција за некој да купи дисконтна карта, којашто му овозможува влез во селектените паркови во Јужна Африка или во сите национални паркови во Јужна Африка.
+Островот Хонг Конг ѝ дава името на територијата на Хонг Конг и е местото што многу туристи го сметаат за главниот фокус.
+Парадата на згради коишто ја создаваат линијата на неботото на Хонг Конг се споредува со сијајниот бар график што се покажува со присуството на водите на Викторија Харбор.
+За да добиете најдобрите гледишта на Хонг Конг, напуштете островот и одите кон брегот на Коулун на другата страна.
+Големиот дел од урбанистичкиот развој на островот Хонг Конг се сосредоточен на земјата којашто се освојува на северниот брег.
+Ова е местото каде британските колонизатори го преземаа како свое и зато ако го барате докази за колонијалната минатост на територијата, тоа е добро место да почнете.
+Сундарбансите се најголемиот прибрежни мангровен пояс во светот, којшто се простира 80 км (50 милји) во покрајнината на Бангладеш и Индија од брегот.
+Сундарбанс е прогласен за светско наследство на УНЕСКО. Дел од шумата во индиската територија се нарекува Национален парк Сундарбанс.
+Но, шумите не се само мангровни мочвари, туку вклучуваат и некои од последните останати делови од моћните џунгли коишто некогаш го покриваа Гангската равнина.
+Сундарбанс покрива област од 3.850 km², од коишто околу една третина се покрива со водни/мочварни области.
+Од 1966 г. „Сундарбан“ е заштитена зона за диви животни, а се проценува дека сега има 400 тигри на Кралскиот Бенгал и околу 30.000 диви овце во областа.
+Автобусите од меѓуокружниот автобусна станица (преку реката) се движат целото денот, иако повеќето, особено оние што се движат кон исток и Џакар/Бумтанг, се движат меѓу 06:30 и 07:30.
+Билетот треба да се купи неколку дена предвреме, затоа што автобусите што патуваат меѓу окрузите се често полни.
+Повеќето райони се обслужуваат со мали јапонски автобуси Коастер, кои се комфортни и собирни.
+Делни таксии се брзо и комфортно средство за патување до блиски места, како што се Паро (Ну 150) и Пунакха (Ну 200).
+Мостот преку реката Ојапок е каблов мост. Го соединува градовите Ојапок во Бразилска Федеративна Република и Сен-Жорж де л'Ојапок во Француска Гвајана.
+Двата кула се издигаат на височина од 83 метри, имаат 378 метри должина и имаат два патишта со ширина од 3,50 метри.
+Вертикалното пространство под мостот е 15 метри. Изградбата се заврши во август 2011, мостот не се отвори за движење до март 2017.
+Бригата ќе биде целосно функционална во септември 2017 година, кога се очекува да се завршат бразилските гранични пунктови.
+Гуарани биле најважниот индијански народ којшто населуваше што сега е Источен Парагвај, живејќи како полуномадски ловци коишто исто така практикуваа постојна земјоделска производња.
+Регионот Чако бил дом на други групи на домородни племена, како што се Гуајкуру и Пајагуа, кои преживеаа со лов, собирање и рибарење.
+Во 16-тиот век, Парагвај, претходно познат како „Гигантската провинција на Индија“, се родил како резултат на среќањето на шпанските освојувачи со локалните индијански групи.
+Шпанците започнаа колонизаторскиот период што траеше три века.
+Од оснувањето на Асунсион во 1537 година, Парагвај успеа да го задржи многу од неговиот индигениот карактер и идентитет.
+Аргентина е добро позната како една од најдобрите тимови и играчи на поло во светот.
+Најголемиот турнир на годината се одржува во декември на терените за поло во Лас Канитас.
+Малки турнири и натпревари може да се гледаат и во други временски периоди на годината.
+Да бидете информирани за турнирите и каде можете да купите билети за натпревари во поло, посетете веб-локацијата на Асоцијацијата на Поло на Аргентина.
+Официјалната валута на Фолклендските Острови е Фолклендскиот фунт (FKP), чијата вредност е еквивалентна на една британска фунта (GBP).
+Монетите може да се вртат само во банката на островите којашто се наоѓа во Станили, на другата страна од продавницата FIC West.
+Британските фунти ќе се прифаќаат повсюду на островите и во Стeнли, кредитните карти и американските долари исто така се често прифаќаат.
+На отдалечените острови веројатно ќе немаат прифаќање кредитните карти, иако британската и американската валута може да бидат прифатени; проверете предварување со власниците за да се утврди кој е прифатлив начин за плаќање.
+Се почти неможно да се обмени валута од Фалкландските Острови внатре од островите, па заменувајте валута пред да одите од островите.
+Бидејќи Монтевидео е јужно од екватора, там е лето кога е зима во Северната Хемисфера и наопако.
+Монтевидео се наоѓа во субтропскиот регион; во летото температурите над +30°C се обични.
+Зимот може да биде заблудувачки прохладен: температурите ретко падат под замрзување, но ветрот и влагата се спојуваат за да се чувствува похладно од што покажува термометрот.
+Нема конкретни „дождливи“ и „сушни“ сезони: количеството на дожд остава приближно истак во текот на целиот годишен период.
+Иако многу од животните во паркот се привикани да ги гледаат луѓето, дивиот свет е сѐ пак див и не треба да се хранат или да се нарушува.
+Според властите на паркот, треба да останете најмалку 100 јарди/метри од медведите и волките и 25 јарди/метри од сите други диви животни!
+Иако можат да изгледаат добродушни, бизоните, лосовите, овцете, медведите и речиси сите големи животни можат да нападат.
+Секоја година, десетици посетители се повредени бидејќи не ги одржаале соодветна дистанца. Овие животни се големи, диви и потенцијално опасни, па им давате својот простор.
+Освен тоа, имајте на ум дека миризмите привлекуваат мечки и други диви животни, па избегнувајте да ги носете или да го кувате миризматични храни и задржувајте чист лагер.
+Апија е главниот град на Самоа. Градот се наоѓа на островот Уполу и има популација од речиси 40.000.
+Апија беше основана во 1850-тите години и од 1959 г. е званична главна града на Самоа.
+Пристаништото беше местото на инфамниот морнарички конфликт во 1889 година кога седум бродови од Германија, САД и Британија одбиваа да напуштат пристаништото.
+Сите бродови се потопија, освен еден британски крузер. Речиси 200 американски и германски животи се загубија.
+Во текот на борбата за независност организирана од страна на движењето Мау, мирна собирка во градот заврши со убиството на главниот вожд Тупуа Тамасесе Леалофи III.
+Има многу плажи поради тоа што Окленд се наоѓа на два пристаништа. Најпопуларните се во три области.
+Плажите на Северниот Брег (в Округот Северниот Брег) се на Тихиот Океан и се простираат од Лонг Бей во север до Девонпорт во југ.
+Повеќето од нив се песковити плажи со безбедно купање, а повеќето од нив имаат заклоно од дрвјата на похутукава.
+Плажите на Тамаки Драјв се наоѓаат на заливот Ваитемата Харбор, во престижните предгради на Мисион Беј и Сент Хелиерс во централниот дел на Окленд.
+Ова се понекога преполнети семејни плажи со добар избор продавници покрај брегот. Плавањето е безбедно.
+Главниот локално пиво е „Number One“, тоа не е комплексно пиво, но пријатно и освежавачко. Другото локално пиво се нарекува „Manta“.
+Има многу француски вина, но новизеландските и аустралиските вина може да се транспортираат подобро.
+Локалната пијава вода е апсолутно безбедна за пиење, но бутилираната вода е лесно достапна ако сте стравни.
+За Австралијанците, идејата за „флат вит“ кафе е странствена. Краткото кафе е „еспресо“, капучиното се сервира високо со млеко (не пена), а чајот се сервира без млеко.
+Ходната чоколада се одговара на белгиските стандарди. Фруктовите сокови се скапи, но одлични.
+Многу патувања до рифовите се направени целогодишно, а повредите поради кои било од овие причини на рифовите се ретки.
+Сепак, прислушувајте советите на властите, почитувајте сите знаци и секогаш внимавајте на предупредувањата за безбедност.
+Морските медузи се појавуваат во близина на плажите и во близина на устијата на реките од октомври до април северно од 1770. Можат да се наоѓаат и внатрешно од овие временски периоди.
+Ајкулите се постојат, сепак, ретко ги напаѓаат луѓето. Повеќето ајкули се плашени од луѓето и ќе плаваат далеку.
+Слатководните крокодили не живеат активно во океанот, нивно природно станиште се на речните делови северно од Рокхамптон.
+Резервирањето предвреме дава на патникот мир на душа дека ќе има каде што да спи кога стигне до својата дестинација.
+Агенциите за патувања често имаат договори со одредени хотели, иако може да имате можност да резервирате други форми на сместување, како што се кампови, преку агенцијата за патување.
+Агенциите за патувања обично нудат пакети коишто вклучуваат доручак, аранжмани за транспортот до/од аеродромот или дури и комбинирани пакети за лет и хотел.
+Тие исто така можат да ја задржат резервацијата за вас ако треба време да размислите за нудите или да набавите други документи за вашата дестинација (на пример, виза).
+Сепак, било кое промени или барања треба да се вршат преку агенцијата за патувања и не директно со хотелот.
+За некои фестивали, големиот дел од посетителите на музички фестивали се одлучуваат да спават на локацијата и повеќето посетители го сметаат дека тоа е неопходниот дел од искуството.
+Ако сакате да бидете блиску до делото, ќе морате да пристигнете рано за да добиете место за камповање што е блиску до музиката.
+Семејте дека и покрај тоа што музиката на главните сцени може да е завршена, може да има делови на фестивалот коишто ќе играат музика до долго време во ноќта.
+Некои фестивали имаат посебни кампови за семејства со мали деца.
+Ако преминувате Северниот Балтик во зима, проверете местото на кабината, затоа што преминувањето преку мразот предизвикува доста лош шум за оние коишто се најпогодени.
+Круизите во Санкт Петербург вклучуваат време во градот. Патниците на круизи се ослободени од барањата за виза (проверете условите).
+Казиното обично направи многу напори за да го максимизира времето и средствата што го трошат гостите. Окната и часотниците обично не се присутни, а излезите може да бидат тешки да се најдат.
+Обично имаат специјални предлози за храна, пијалоци и забава, за да ги задржат гостите во добар настрој и да ги задржат на локацијата.
+Некои локалитети нудат алкохолни пијалачки напитки. Меѓутоа, пијанството ја отежва одлучувањето, а сите добри играчи знаат важноста од да остануваат трезвети.
+Сите коишто ќе се движат на високи географски ширини или преку планински пролази треба да размислуваат за можнивоста на снег, лед или замрзани температури.
+На мразливи и снежни патишта, тресот е мал и не можете да се движите како да се движите по голи асфалт.
+Во време на снежни бури, доволно снег може да падне во кратко време што ќе ви доведе до застој.
+Исто така, видливоста може да биде ограничена од падајќиот или дувајќиот снег или од кондензацијата или мразот на прозорците на автомобилот.
+Сепак, мразливите и снежните услови се нормални во многу земји, а сообраќањето се одржува главно непрекиносно целогодишно.
+Сафарите се можеби најголемиот привлекувачки фактор за туризмот во Африка и најважниот фактор за многу посетители.
+Популарното користење на терминот „сафари“ се односува на патувањето преку земјата со цел да се гледа неверојатното дивно животно на Африка, особено на савана.
+Некои животни, како слонови и жирафи, обично се приближуваат до автомобилите и стандардната опрема ќе им овозможи добро гледање.
+Ливците, гепардот и леопардот понекогаш се стеснити и ќе ги гледате подобро со бинокли.
+Патувањето во сафари (коешто исто така се нарекува „патување низ шума“, „патување низ шума“ или „пешачење“) се состои од патување, или неколку часа или неколку дена.
+Паралимпијадата ќе се одржи од 24 август до 5 септември 2021 г. Некои настани ќе се одржат во други локалитети во Јапонија.
+Токио ќе биде единствениот град во Азија којшто ќе бил домаќин на две летни Олимписки игри, откако ќе бил домаќин на игрите во 1964.
+Ако сте резервирале вашите летови и сместување за 2020 пред објавата на одложувањето, може да имате проблеми.
+Политиките за откажување се разликуваат, но од крајот на март повеќето политиките за откажување поврзани со коронавирусот не се простираат до 20-тиот јули 2020 година, кога се планираше Олимписките игри.
+Се очекува дека повеќето билети за настани ќе коштаат меѓу ¥2,500 и ¥130,000, а типичните билети ќе коштаат околу ¥7,000.
+Изгладувањето на влажните одежди може да им помогне да се осушат. Многу хотели имаат грил и грилска доска достапни за изнајмување, дури и ако не се наоѓаат во собата.
+Ако нема грижа, или ако не сакате да ги носите грижани носки, тогаш можете да се обидете со фен, ако е достапен.
+Будите внимателни да не дозволите тканината да стане премногу топла (коешто може да предизвика намалувањето или во екстремни случаи да се опече).
+Има различни начини за очистување на вода, некои ефективни против конкретни закани.
+Во некои области доволно е водата да се вари една минута, додека во други потребни се неколку минути.
+Филтрите се разликуваат по ефективност и ако имате загриженост, тогаш треба да размислите да купувате водата во запечатена флашка од репутативна компанија.
+Путниците може да се соочат со животни вредители што не се познати во нивните домашни региони.
+Штетниците можат да го оштетат храната, да предизвикаат иритација, или во најлошиот случај да предизвикаат алергиски реакции, да пренесат отрова, или да пренесат инфекции.
+Самите инфекциски болести или опасните животни што можат да повредат или да ги убијат луѓето со сила, обично не се сметаат за штетни животни.
+Купувањето во продавниците без данок е можност да купите производи ослободени од данок и акцизови во одредени локации.
+Путниците коишто патуваат кон земји со високи даноци може да спасат значителна сума пари, особено на производи како алкохолни пијалаци и сигари.
+Просторот меѓу Поинт Марион и Фејрмонт претставува најзадавачките услови за возење на патот Бјуфало-Питсбург, паѓајќи често преку изолирано терен.
+Ако не сте привикнати да возите по селски патишта, пазете се: стрмни падини, тесните патишта и стрми кривини го доминираат.
+Ограничувачките брзини се очигледно пониски од оние во претходниот и наредниот одсек - обично 35-40 милји на час (56-64 км/ч) - и строгото следување им е сѐ уште поважно.
+Сепак, услугите на мобилни телефони се многу посилни тука одколку на многу други делови од патеката, на пример, дивите области на Пенсилванија.
+Немачките торти се многу добри, а во Баварија се многу богати и разнообразни, слични на нивните јужни соседи, Аустрија.
+Фруктовите торти се чести, а яблуците се куваат во торти целогодишно, додека јагодите и сливите се појавуваат током летото.
+Многу германски печени производи исто така вклучуваат арахисови семења, фундук и други дрвни семења. Популарните торти често се случуваат особено добро со чашка силна кафе.
+Ако сакате мали, но богати торти, попробувајте што зависно од регионот се нарекуваат Берлинер, Пфанкен или Крафен.
+Куријата е храна основана на билки и аромати, заедно со месо или зеледина.
+Кури може да биде „сушно“ или „влажно“ в зависност од количината на течноста.
+Во унутрашните региони на Северна Индија и Пакистан, йогуртот се обично користе во кури; во Јужна Индија и некои други прибрежни региони на субконтинентот, кокосовото млеко се обично користе.
+Со 17.000 острови за избор, индонезиската кулинарија е термин кој покрива голем број регионални кулинарски стилови што се наоѓаат по целата нација.
+Но, ако не се користат дополнителни квалификувачи, термот обично значи храната што е оригинално од централните и источните делови на главниот остров Јава.
+Сега широко достапна по целиот архипелаг, јаванска кулинарија вклучува голем број едноставно сезонски приготвени храсти, доминирачките ароматични додатоци се арахисовите семења, чили, сол (особено јавански кокосов сол) и различни ароматични додатоци.
+Стирропите се поддржувања на ногите на возачот што се навиваат од двете страни на седлото.
+Обезбедуваат повеќе стабилност за возачот, но може да има загрижења за безбедност поради потенцијалноста на ногата на возачот да се заглави во нив.
+Ако водилот паѓа од коње, но неговата нога се заглавена во стрепот, тој може да биде повлечен додека коњето бежи. За да се намали овој ризик, може да се преземат неколку мерки за безбедност.
+Претходно, повеќето возачи носат јахалски боти со каблук и гладка, доста тесна, подлога.
+Следно, некои седла, особено англиски седла, имаат безбедносни барови што овозможува седлата да падат од седлата додека седларчето пада назад.
+Долината Кочамо - најпопуларната дестинација за кајкање во Чиле, позната како Јосемит на Јужна Америка, со разнообразни големи стени од гранит и ѕидови.
+Врвците вклучуваат впечатлителни гледишта од врвците. Кличарите од сите делови на светот постојано создаваат нови маршрути меѓу неговите неограничени можности на зидовите.
+Сноубординг и скијање се популарни спортови коишто вклучуваат спустување по снежно покриено терено со скија или сноуборд прикрепени на вашите нози.
+Скијањето е голема активност за патување со многу ентузијасти, понекогаш познати како „ски буми“, кои планираат целиот одмор околу скијањето на одредена локација.
+Идејата за скијање е многу стара - пећинските слики на скијари се датираат до 5000 г. п. н. е.!
+Скијањето во нагиб е спорт што се практикува од најмалку 17-тиот век, а во 1861 г. првиот рекреативен клуб за скијање беше отворен од Норвежци во Австралија.
+Патување со скија: Оваа активност исто така се нарекува „патување со скија“ или „ски туризмот“.
+Тоа се поврзува со, но обично не вклучува алпински стил на скијање или алпинизмот, коишто се извршуваат на стрм терен и бараат многу тврди скијали и боти.
+Гледајте на скијашкиот маршрут како на сличен маршрут за пешачење.
+Во добри услови ќе можете да покриете неколку повеќе далечини од одитењето - но само многу ретко ќе можете да постигнете брзините од скијањето по снежни патеки без тежок багаж.
+Европа е континент што е релативно мал, но со многу независни земји. При нормални услови патувањето низ многу земји ќе значи да мора да се премине визови и контрола на пасоши неколкупапати.
+Меѓутоа, Шенгенската зона работи подобно како една земја во овој смисл.
+Додека останете во оваа зона, можете генерално да преминете границите без да одите преку контролните пунктови на пасошите повторно.
+Слично, со поседување виза за Шенген, не треба да се бараат визи за свака од земјите членови на Шенген поотдельно, па се спасува време, пари и административни работи.
+Нема универзална дефиниција за кои произведени производи се антиквитети. Некои царински агенции ги дефинираат производите стари повеќе од 100 години како антиквитети.
+Дефиницијата има географски варијации, каде што возрасното ограничење може да биде пократко во места како Северна Америка отколку во Европа.
+Производите од ручна работа може да се дефинираат како антиквитети, иако се помлади од слични производи од масовна производња.
+Разгледувањето на лопите е важно за животот на Самите и културата околу тргувањето е важно и за многу други со други професии.
+Сепак, традиционално, иако не се вклучуваа сите Сами во големите маштаби на овчарство со лопи, туку живеале од рибарење, лов и слични, а лопите го користеле главно како превозни животни.
+Денес многу Сами работат во модерните загради. Туризмот е важен приход во Сапми, областа на Самите.
+Иако се широко користеше, особено од страна на не-Ромите, словото „Циганин“ често се смета за оштетувачки поради неговите асоциации со негативни стереотипи и неточни перцепции на Ромите.
+Ако земјата што ќе го посетите стане предмет на предупредување за патување, вашата здравствена осигурување за патување или вашата осигурување за откажување патување може да бидат засегнати.
+Можеби и сакате да консултирате советите на други влади, но тие се насочени кон нивните граѓани.
+Како пример, американските граѓани во Средниот Исток може да се соочат со различни ситуации од европејците или арапите.
+Предупредувањата се само кратко преглед на политичката ситуација во една земја.
+Претставуваните гледишта често се површни, обширни и пренагласени во однос на подробните информации што се достапни на други места.
+Сериозната метеоролошка активност е генерален термин за сите опасни метеоролошки феномени со потенцијал да предизвикаат штета, сериозна социјална нестабилност или загуба на животи.
+Силните временски услови може да се случат на кој било место во светот и имаат различни типови, кои зависат од географијата, топографијата и атмосферските услови.
+Високи ветрови, град, надмерени дождови, диви пожари и торнада се форми и последици од озбилни временски услови, како и грмотевици, торнада, водни вирови и циклони.
+Регионалните и сезонските силни метеоролошки феномени вклучуваат снежни бури, снежни бури, ледни бури и прашични бури.
+Силно се препорачува патниците да бидат свесни за секое ризик од озбилни временски услови што ќе ги засегнат нивната област бидејќи може да ги засегнат нивните планови за патување.
+Секој кој планира да посети земја што може да се смета за војна зона треба да добие професионално обучување.
+Гледањето на интернетот за „Курс за непријателна средина“ веројатно ќе даде адресата на локална компанија.
+Обично курсот ќе ги покрие сите прашања обсудени тука во многу поголема деталност, обично со практична искуство.
+Обично, курсот ќе трае од 2 до 5 дена и ќе вклучува играње на улога, многу прва помош и понекогаш тренинг на оружја.
+Книгите и часописите коишто се занимаваат со преживувањето во дивината се чести, но публикациите коишто се занимаваат со војните зони се ретки.
+Патувачите коишто планираат операција за премена на пол во странство мора да се увереат дека имаат валидни документи за враќањето.
+Способноста на владите да издаваат пасоши со неизразена полност (X) или да ги обновуваат документите со цел да одговараат на желаемото име и полност варира.
+Способноста на странските влади да ги почитуваат овие документи е исто толку вариабилна.
+Истражувањата на контролните пунктови за безбедност исто така станаа многу инвазивни откако 11-ти септември 2001 година.
+Преоперативните трансгендер лица не треба да очекуваат да ќе преминуваат низ сканерите со нивната приватност и достоинство неповредени.
+Токовите што се враќаат од брегот на морето се нарекуваат „рип токови“. Обично се појавуваат во близина на риф или слично.
+Збогувајќи се со подводната топографија, враќањето е концентрирано во неколку поголеми делови и може да се создаде брзото течение до длабоко вода.
+Повеќето смртни случаи се случуваат како резултат на исцрпувањето што се обидува да се врати против текот, што може да биде невозможно.
+Од моментот кога излезете од потокот, плавањето назад веќе не е потешко од обичното.
+Можете да се обидете каде што немате да бидете забележени повторно или, в зависност од вашите вештини и од тоа дали сте забележени, можете да чекате на спасување.
+Шокот од повторно влегување се случува подоцна од шокот од културно влегување (нема таква фаза на медената недела), трае подоцна и може да биде посилна.
+Патувачите коишто лесно се адаптираа на новата култура понекогаш имаат особено тешко време да се повторно адаптираат на нивната култура.
+Кога се враќате домой откако живевте внатрешност, се адаптирате на новата култура и изгубите некои од вашите навики од вашата култура.
+Кога првпати одевте во странство, луѓето веројатно биле патиентни и разбирајќи, знаејќи дека патниците во нова земја треба да се адаптираат.
+Луѓето може да не очекуваат дека патничките враќајќи се домой треба и патничкото терпење и разбирање.
+Шоуто со звук и светлина на пирамидата е едно од најинтересните работи во областа за децата.
+Можете да ги гледате пирамидите во темноста и можете да ги гледате пред почетокот на шоуто.
+Обично се слушува звукот на туристите и продавачите. Приказната за звукот и светлината е слична на приказна книга.
+Сфинксот е поставен како фон и прикажувач на долга приказна.
+Сцените се прикажуваат на пирамидите и различните пирамиди се осветлуваат.
+Островите на Јужниот Шетланд, откриени во 1819, се тврдат од неколку нации и имаат најголеми број бази, со шестнаесет активни во 2020.
+Архипелагот се наоѓа на 120 км северно од полуостровот. Најголемиот е островот Кинг Џорџ со населбата Вила Лас Естрелас.
+Другите вклучуваат Островот Ливингстон и Островот Децепшн, каде што потоплената калдера на сѐ уште активен вулкан даваат спектакуларен природен пристаниште.
+Регионот Елсворт Ленд е областа јужно од полуостровот, ограничена од Белингсхаузенското Море.
+Горите на полуостровот тука се спојуваат со платото, а потоа се повторно појавуваат како 360 km цепка на Елсвортските планини, пресечени од Минесотскиот ледник.
+Највисоките планини на Антарктикот се наоѓаат во северната дел од Сентинелските планини, Винсон Масив, со врвот 4892 м гора Винсон.
+Во далечните локации, каде што нема покриење со мобилни телефони, сателитскиот телефон може да биде вашата единствена опција.
+Сателитскиот телефон не е замена за мобилен телефон, бидејќи морате да се наоѓате на отворено со јасна видимост до сателитот за да можете да повикате.
+Слугот често се користи од бродовите, вклучувајќи ги бродовите за уживање, како и експедициите коишто имаат потреба од далечните податоци и гласови.
+Локалниот провајдер на телефонска услуга треба да може да даде повеќе информации за поврзувањето со оваа услуга.
+Најпопуларната опција за оние коишто планираат годишна пауза е да патуваат и да учеваат.
+Ова е особено популарен меѓу завршителите од училиштата, што им овозможува да се одморат една година пред универзитетот, без да ги компромитираат нивното образование.
+Во многу случаи, пријавување на програми за годишна пауза на студирање во странска земја може навистина да ги подобрите шансите да се влезете во висок ниво на образовање назад во вашата земја.
+Обично ќе има такса за влез во овие образовни програми.
+Финска е одлична дестинација за плавање. „Земјата на хиљадите езера“ има и хиљади острови во езерата и на брегот.
+Во архипелагот и на езерото не се потребна јахта.
+Иако копнените архипелази и најголемите езера навистина се доволно големи за сите јахти, помалите бродови или дури кајаците нудат различна искуство.
+Мореплавањето е национална забава во Финска, со брод за седум или осмо луѓе.
+Ова се повторува од страна на Норвешка, Швеција и Нов Зеланд, но всушност е уникатно (на пример, во Холандија бројот е еден на четиридесет).
+Повеќето од одличните Балтички крузери вклучуваат продлинен престој во Санкт Петербург, Русија.
+Ова значи дека можете да го посетите историскиот град неколку дена додека се враќате и да спите на бродот ноќе.
+Ако само ќе одите на брегот користејќи бродски излези ќе немате потреба од посебна виза (од 2009).
+Некои крузери вклучуваат Берлин, Германија во брошурите. Како што можете да видите од мапата, Берлин е далеку од морето и посетата на градот не е вклучена во цената на крузерот.
+Патувањето со авион може да биде тревожно искуство за луѓето на сите возрасти и поставувања, особено ако никогаш не летели или доживеаа трауматично состојбање.
+Тоа не е нешто за кое треба да се струвате: не е различно од личните страхови и несреќи на други работи што многу многу луѓе имаат.
+За некои, да разбераат нешто за тоа како функционираат авиони и што се случува за време на лет може да им помогне да се преборат со стравот што се основа на непознатото или на тоа што не се во контрола.
+Курьерските компании се добро платени за брзо доставување. Често времето е многу важно за бизнис-документи, роби или делови за брза ремонт.
+На некои патеки, поголемите компании имаат свои авиони, но за други патеки и помалите фирми имаше проблем.
+Ако ги слале преку воздухопловни превоз, на некои патеки можело да траат неколку дена за да преминат преку разгружувањето и царинските контроли.
+Единствениот начин да го добиете побрзо е да го пратите како чекано багаж. Регулациите на авиокомпанијата нема да му дозволат да го пратат багаж без патник, што е местото каде ќе влезете.
+Очигледниот начин да летате во прва или бизнис класа е да платите голема сума за привилегијата (или, подобро, да го направите вашата компанија за вас).
+Сепак, тоа не е дешево: според грубите правила, можете да очекувате да платите до четири пати повеќе од обичната економска цена за бизнис и едноставно десет пати повеќе за прва класа!
+Общо гледано, нема смисла да се бараат скидки за бизнис или првокласни места на директни летови од А до Б.
+Авиокомпаниите добро знаат дека има одредена група патници кои се спремни да платат висока цена за привилегијата да стигнат некојде брзо и комфортно и ги наплаќаат според тоа.
+Главниот град на Молдова е Кишинев. Локалниот јазик е румунски, но рускиот се широко користи.
+Молдова е република со многуетничкиот карактер којашто претрпи од етнички конфликти.
+Во 1994 година, овај конфликт доведе до создавањето на самопрогласената Република Транснистрија во источна Молдова, којашто има сопствена влада и валута, но не е призната од никој од членовите на Обединетите Нации.
+Икономиските врски се повторно успоставија меѓу овие две делови на Молдова и покрај неуспехот на политичките преговори.
+Главната религија во Молдова е православно христијанство.
+Измир е третиот по големина град во Турција со население од околу 3,7 милиони, втората најголема лука откако Истанбул, а исто така добар транспортен чвор.
+Од древниот град Смирна, сега е модерна, развиена и загружена трговска центар, поставен околу огромен залив и окружен од планини.
+Широките булевари, зградите со прозорци од стекло и модерните трговски центри се преполни со традиционални црвени кровови, пазарот од 18-тиот век, стари џамији и цркви, иако градскиот атмосфера е повеќе на Медитеранска Европа отколку на традиционална Турска.
+Селото Халдарсвик нуди погледи на блискиот остров Еистурој и има необична октагонална црква.
+Во црковниот двор се наоѓаат интересни мраморни скулптури на голуби над некои гробници.
+Стои половина час да одите по интересниот град.
+На север и лесно достапен е романтичкиот и фасцинирачкиот град Синтра, којшто стана славен пред странците откако лорд Бајрон го забележи неговите слики.
+Автобусот Скотурб 403 редовно патува до Синтра, а застојкава на Кабо да Рока.
+Исто така, на север посетете големиот Санктуарио на нашата Госпожа од Фатима (Санктуарио), место каде што се случуваа светски познати Маријски аппарациони.
+Се гледајте дека го посетувате масов гроб, како и место коешто има речиси неизмеримо значење за голема дел од популацијата на светот.
+Сѐ уште има многу жени и момци кои преживеаа своето време тука, како и многу повеќе коишто имаа блиски лица коишто беа убиени или работени до смртта тука, евреи и неевреи.
+Пожалувајте, третте овој веб-локација со сите почести, солидност и почит што тоа заслужува. Не направите насмевки за холокаустот или нацистите.
+Не маркирајте или искрачувајте графити на структурите.
+Официјалните јазици на Барселона се каталонскиот и шпанскиот. Околу половина предпочитаат да зборуваат каталонскиот, голем дел го разбираат, а речиси сите го знаат шпанскиот.
+Сепак, повеќето знаци се означуваат само на каталанскиот јазик затоа што тој е утврден со закон како први званичен јазик.
+Сепак, шпанскиот јазик исто така се широко користе во јавни превози и други објекти.
+Редовните објавања во метрото се прават само на каталонски, но непланираните прекиди се објавуваат од аутоматскиот систем на многу различни јазици, вклучувајќи и шпански, англиски, француски, арапски и јапонски.
+Парижани имаат репутација за да бидат егоцентрични, груби и арогантни.
+Иако ова често е само неточна стереотип, најдобрата начин да се помирите во Париз сѐ уште е да се однесете како некој кој е „bien élevé“ (добро одраснат). Тоа ќе го направите лесно да се движите.
+Агресивните наружности на Парижани ќе брзо исчезат ако ќе покажете некои основни вежливости.
+Националниот парк „Плитвичките езера“ е силно покриен со дрвја, главно со бреза, сосна и бреза, а карактеризира се со смес од алпска и средиземноморска вегетација.
+Има значајна разновидност на растителни заедници, поради неговата разновидност на микроклиматски услови, различните типови на почва и различните нивоа на височина.
+Оваа област е и дом на екстремно широка разновидност на животни и птици.
+Редната фауна како европскиот медвеж, вук, орел, сокол, лисица, дива котка и карибу може да се најде таму, како и многу повеќе обични видови
+Додека ги посетуваат манастирите, жените мораат да ги носат сукна што ги покриваат колената и исто така мораат да ги покриваат и рамената.
+Повеќето манастири ги обезбедуваат одење за жените коишто доаѓаат неподготвени, но ако доаѓате своето, особено едно со светли бои, ќе добиете усмевка од монахот или монахињата при влегувањето.
+Според истата линија, момците мора да ги носат штани што ги покриваат колените.
+Ова исто може да се зајми од складот при влегувањето, но одеждата не се прати после секој користувач, па можете да не се чувствувате комфортно носејќи овие сумки. Една величина за сите момци!
+Кухотството на Майорка, како и на слични зони во Средоземното Море, се засновано на хлебот, зеленија и месо (особено свињетина) и користи оливково масло во сите случаи.
+Проста популарна вечера, особено во летото, е Па ам Оли: Хлеб со оливково масло, томат и секои достапни додатоци како сирка, туна, итн.
+Сите имена, заедно со словото „Ти“ за вас, секогаш почнат со голема буква, дури и во средината на реченица.
+Ова е важен начин за разликување на некои глаголи и предмети.
+Сепак, читањето може да биде лесно, иако пишувањето е неколку комплицирано поради потребата да се утврди дали глагол или прилагајка се користат во форма на суштина.
+Произносувањето е релативно лесно во италијанскиот јазик бидејќи повеќето глаголи се произносуваат точно како што се пишат
+Главните букви што треба да се гледаат се „ц“ и „г“, затоа што нивната изговора варира в зависност од следната гласна.
+Освен тоа, сегурно да ги разликувате изговорот на „р“ и „рр“: „каро“ значи драго, додека „каро“ значи кочија.
+Граматиката на персискиот јазик е релативно лесна и главно редовна.
+Затоа, читањето на оваа граматичка уводница ќе ви помогне да научите многу о персиската граматика и да разбирате фразите подобро.
+Очигледно, ако го знаете романски јазик, ќе биде лесно да го учите португалскиот.
+Меѓутоа, луѓето коишто познаваат малку шпански, можат брзо да заключат дека португалскиот е доволно близок што не треба да се изучува отделно.
+Предмодерните обсерваторији обично се застарени денес и останаа како музеи или локации за образовање.
+Бидејќи светлотото загадување во времето на нивниот процвет не било вид на проблем како што е денес, тие обично се наоѓаат во градовите или на кампусите, лесно достапни од оние што се изградени во модерното време.
+Повеќето модерни истражувачки телескопи се огромни објекти во далечните области со благоприятни атмосферски услови.
+Гледањето на цветувањето на црнија, познато како „ханами“, е дел од јапонската култура од 8-тиот век.
+Концептот доаѓа од Кина, каде што цветувањето на сливите беше изборен цвет.
+Во Јапонија, првите забави за цветување на црнија се одржани од страна на царот само за себе и другите членови на аристократијата околу Империјалниот двор.
+Растенијата изгледаат најдобро кога се наоѓаат во природна средина, па се сопротивувајте искусноста да ги однесете дури „едно“ егземпляр.
+Ако посетите формално организирана градина, собирањето на „екземплери“ исто така ќе вас испрати, без разговори.
+Генерално, Сингапур е екстремно безбеден и лесно се ориентира, а можете да купите речиси сѐ откако стигнете.
+Но, додека се наоѓате во „високи тропски региони“ само неколку степени северно од екватора, ќе треба да се справите и со топлото (секогаш) и со силната сончева светлина (кога небето е јасно, поретко).
+Имаат и неколку автобуси што се движат северно кон Хебронот, традиционалното место за погребување на библиските патријарси Авраам, Исак, Јаков и нивните жени.
+Проверете дали автобусот којшто размислувате да ќе го заземе иде до Хеброн, а не само до блискиот еврејски град Кириат Арба.
+Внутренските водни патеки можат да бидат добра тема за организација на одмор.
+На пример, посетување на замкови во Долината на Лоара, Долината на Рајн или патување на бродот до интересни градови на Дунавот или патување по Ери каналот.
+Тие исто така ги определуваат маршрути за популарните пешачки и бициклистички патеки.
+Кристос е еден од најважните празници на Христијанството и се слави како роденденден на Исус.
+Многу од традициите околу празника се прифатија и од неверниците во христијските земји и од нехристијаните во светот.
+Има традиција да се премине ноќта на Велики петак на отворено место за да се гледа излегувањето на сонцето.
+Секогаш има и хришћанските теолошки објаснења за оваа традиција, но можеби тоа е предхришћански ритуал за пролет и плодородие.
+Повеќе традиционалните цркви често одржуваат богослужење во саботата вечер во времето на Великодечна недела, а верниците често се прекинуваат во прославувањето на Христовото воскресување во моментот на полуноќ.
+Сите животни што првобитно доаѓаа на островите доаѓаа тука со плавање, летување или пловење.
+Заради долгото разстояние од континентот, мајмуните не можеа да го направат патувањето, па ги оставија гигантската черепаха како главен пасувачки животни во Галапагос.
+Од доаѓањето на човекот на Галапагос, многу млечни животни биле воведени, вклучувајќи и козли, коњи, крави, миши, котки и собаки.
+Ако го посетите Арктичките или Антарктичките области во зимата, ќе имате искуство на поларната ноќ, што значи дека сонцето не се издига над хоризонтот.
+Ова претставува добра можност да се гледа Аурора бореалис, бидејќи небото ќе биде темно повеќе или помалку целиот ден.
+Бидејќи населените места се ретко населени, па светлотото загарање често не е проблем, ќе можете и да се насладите на звездите.
+Јапонската култура на работа е повеќе иерархична и формална од оно што Западот може да биде зависен од.
+Комбинезоните се стандардна одежда за бизнис, а колегите се зовуваат по фамилиските имена или по професионалните називи.
+Согласувањето во работното место е одлучувачко, фокусирајќи се на напорите на групата, а не на постигнувањата на поединците.
+Работниците морат често да добијат одобрение од нивните надредени за секое одлукување и се очекуваат да ги послушуваат инструкциите на нивните надредени без прашања.
diff --git a/test-en-mk.bleu b/test-en-mk.bleu
new file mode 100644
index 0000000000000000000000000000000000000000..7ef024ab5221b6884f90317e05c091f153a03ebd
--- /dev/null
+++ b/test-en-mk.bleu
@@ -0,0 +1 @@
+BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 22.85 55.8/29.3/17.0/9.9 (BP = 0.998 ratio = 0.998 hyp_len = 24276 ref_len = 24314)
diff --git a/test-en-mk.comet b/test-en-mk.comet
new file mode 100644
index 0000000000000000000000000000000000000000..0b4451a733aaf88fd2509049cabe8123e59c79ce
--- /dev/null
+++ b/test-en-mk.comet
@@ -0,0 +1,1013 @@
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 0 score: 0.8069
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 1 score: 0.9202
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 2 score: 0.9047
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 3 score: 0.8266
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 4 score: 0.8560
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 5 score: 0.7214
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 6 score: 0.6287
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 7 score: 0.7486
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 8 score: 0.9100
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 9 score: 0.8481
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 10 score: 0.9403
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 11 score: 0.8531
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 12 score: 0.8942
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 13 score: 0.9067
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 14 score: 0.8471
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 15 score: 0.7816
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 16 score: 0.8757
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 17 score: 0.9488
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 18 score: 0.9075
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 19 score: 0.8893
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 20 score: 0.9161
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 21 score: 0.9080
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 22 score: 0.8118
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 23 score: 0.9067
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 24 score: 0.9203
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 25 score: 0.9592
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 26 score: 0.8418
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 27 score: 0.8262
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 28 score: 0.8577
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 29 score: 0.8346
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 30 score: 0.6389
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 31 score: 0.7537
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 32 score: 0.6639
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 33 score: 0.9401
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 34 score: 0.9622
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 35 score: 0.9271
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 36 score: 0.8005
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 37 score: 0.7838
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 38 score: 0.8612
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 39 score: 0.8894
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 40 score: 0.6958
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 41 score: 0.9370
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 42 score: 0.8028
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 43 score: 0.9103
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 44 score: 0.7029
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 45 score: 0.9029
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 46 score: 0.9324
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 47 score: 0.8874
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 48 score: 0.9256
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 49 score: 0.7553
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 50 score: 0.9356
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 51 score: 0.8988
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 52 score: 0.9360
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 53 score: 0.9265
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 54 score: 0.9239
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 55 score: 0.9142
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 56 score: 0.9011
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 57 score: 0.8707
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 58 score: 0.8714
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 59 score: 0.9500
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 60 score: 0.9220
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 61 score: 0.9119
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 62 score: 0.8363
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 63 score: 0.9091
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 64 score: 0.8702
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 65 score: 0.7221
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 66 score: 0.6962
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 67 score: 0.6742
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 68 score: 0.9540
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 69 score: 0.8975
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 70 score: 0.8758
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 71 score: 0.8318
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 72 score: 0.7722
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 73 score: 0.8630
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 74 score: 0.8016
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 75 score: 0.8754
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 76 score: 0.7982
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 77 score: 0.6948
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 78 score: 0.8339
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 79 score: 0.9312
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 80 score: 0.9047
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 81 score: 0.9623
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 82 score: 0.8611
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 83 score: 0.8410
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 84 score: 0.7329
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 85 score: 0.8957
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 86 score: 0.7778
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 87 score: 0.7619
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 88 score: 0.9345
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 89 score: 0.8829
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 90 score: 0.8505
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 91 score: 0.8650
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 92 score: 0.8220
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 93 score: 0.8596
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 94 score: 0.9183
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 95 score: 0.9334
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 96 score: 0.7414
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 97 score: 0.8047
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 98 score: 0.9432
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 99 score: 0.6938
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 100 score: 0.9408
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 101 score: 0.9224
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 102 score: 0.8671
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 103 score: 0.9795
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 104 score: 0.9017
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 105 score: 0.8434
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 106 score: 0.9318
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 107 score: 0.9045
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 108 score: 0.8291
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 109 score: 0.8574
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 110 score: 0.8575
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 111 score: 0.9520
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 112 score: 0.9369
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 113 score: 0.9454
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 114 score: 0.8240
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 115 score: 0.7817
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 116 score: 0.9146
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 117 score: 0.9138
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 118 score: 0.9304
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 119 score: 0.8930
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 120 score: 0.8975
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 121 score: 0.9293
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 122 score: 0.9636
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 123 score: 0.9583
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 124 score: 0.8729
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 125 score: 0.9237
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 126 score: 0.8914
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 127 score: 0.8991
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 128 score: 0.8678
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 129 score: 0.9321
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 130 score: 0.9049
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 131 score: 0.8699
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 132 score: 0.9043
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 133 score: 0.9447
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 134 score: 0.8153
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 135 score: 0.7686
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 136 score: 0.9291
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 137 score: 0.8911
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 138 score: 0.8364
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 139 score: 0.8950
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 140 score: 0.8518
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 141 score: 0.8398
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 142 score: 0.9436
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 143 score: 0.8314
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 144 score: 0.8704
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 145 score: 0.9268
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 146 score: 0.9106
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 147 score: 0.9163
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 148 score: 0.9446
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 149 score: 0.9049
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 150 score: 0.9015
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 151 score: 0.8429
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 152 score: 0.8878
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 153 score: 0.8070
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 154 score: 0.7857
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 155 score: 0.9126
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 156 score: 0.8899
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 157 score: 0.7847
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 158 score: 0.9115
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 159 score: 0.8929
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 160 score: 0.8786
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 161 score: 0.8516
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 162 score: 0.7176
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 163 score: 0.5823
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 164 score: 0.9008
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 165 score: 0.6695
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 166 score: 0.9224
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 167 score: 0.9015
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 168 score: 0.8541
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 169 score: 0.8950
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 170 score: 0.8519
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 171 score: 0.9020
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 172 score: 0.8964
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 173 score: 0.7918
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 174 score: 0.8847
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 175 score: 0.9219
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 176 score: 0.6929
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 177 score: 0.8593
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 178 score: 0.7387
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 179 score: 0.8696
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 180 score: 0.8935
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 181 score: 0.9084
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 182 score: 0.9062
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 183 score: 0.9189
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 184 score: 0.8489
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 185 score: 0.9122
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 186 score: 0.9620
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 187 score: 0.9104
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 188 score: 0.8775
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 189 score: 0.8535
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 190 score: 0.7902
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 191 score: 0.9360
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 192 score: 0.8040
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 193 score: 0.8781
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 194 score: 0.9027
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 195 score: 0.8928
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 196 score: 0.9082
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 197 score: 0.7778
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 198 score: 0.8967
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 199 score: 0.8782
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 200 score: 0.7848
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 201 score: 0.6869
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 202 score: 0.7267
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 203 score: 0.6467
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 204 score: 0.8867
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 205 score: 0.9061
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 206 score: 0.9195
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 207 score: 0.9070
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 208 score: 0.9093
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 209 score: 0.8537
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 210 score: 0.9515
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 211 score: 0.9388
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 212 score: 0.9040
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 213 score: 0.8716
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 214 score: 0.8922
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 215 score: 0.8493
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 216 score: 0.8589
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 217 score: 0.7999
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 218 score: 0.8846
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 219 score: 0.9224
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 220 score: 0.9514
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 221 score: 0.6133
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 222 score: 0.9065
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 223 score: 0.8578
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 224 score: 0.8949
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 225 score: 0.5899
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 226 score: 0.8738
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 227 score: 0.7931
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 228 score: 0.8814
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 229 score: 0.8762
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 230 score: 0.9475
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 231 score: 0.8705
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 232 score: 0.8159
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 233 score: 0.9011
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 234 score: 0.7588
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 235 score: 0.8405
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 236 score: 0.8573
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 237 score: 0.7983
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 238 score: 0.9381
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 239 score: 0.8806
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 240 score: 0.7476
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 241 score: 0.7164
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 242 score: 0.8663
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 243 score: 0.6775
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 244 score: 0.7939
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 245 score: 0.5979
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 246 score: 0.6780
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 247 score: 0.7374
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 248 score: 0.6528
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 249 score: 0.9401
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 250 score: 0.9213
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 251 score: 0.9460
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 252 score: 0.9418
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 253 score: 0.9621
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 254 score: 0.9713
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 255 score: 0.9419
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 256 score: 0.7481
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 257 score: 0.8158
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 258 score: 0.9034
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 259 score: 0.8816
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 260 score: 0.8384
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 261 score: 0.7602
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 262 score: 0.5378
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 263 score: 0.5695
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 264 score: 0.9284
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 265 score: 0.8846
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 266 score: 0.8393
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 267 score: 0.7949
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 268 score: 0.8936
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 269 score: 0.9403
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 270 score: 0.8856
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 271 score: 0.8122
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 272 score: 0.8988
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 273 score: 0.8792
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 274 score: 0.8142
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 275 score: 0.7830
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 276 score: 0.8513
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 277 score: 0.9428
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 278 score: 0.8253
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 279 score: 0.8667
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 280 score: 0.8616
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 281 score: 0.9301
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 282 score: 0.9440
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 283 score: 0.8920
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 284 score: 0.9390
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 285 score: 0.9265
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 286 score: 0.8275
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 287 score: 0.8434
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 288 score: 0.9274
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 289 score: 0.9059
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 290 score: 0.6737
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 291 score: 0.8862
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 292 score: 0.9064
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 293 score: 0.8714
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 294 score: 0.8732
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 295 score: 0.8699
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 296 score: 0.8914
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 297 score: 0.6949
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 298 score: 0.7284
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 299 score: 0.9262
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 300 score: 0.9368
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 301 score: 0.8457
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 302 score: 0.8185
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 303 score: 0.9049
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 304 score: 0.9092
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 305 score: 0.9432
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 306 score: 0.9212
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 307 score: 0.9100
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 308 score: 0.9439
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 309 score: 0.8796
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 310 score: 0.9467
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 311 score: 0.9614
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 312 score: 0.9430
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 313 score: 0.6697
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 314 score: 0.9419
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 315 score: 0.9538
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 316 score: 0.9504
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 317 score: 0.7456
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 318 score: 0.7226
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 319 score: 0.6852
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 320 score: 0.7944
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 321 score: 0.6839
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 322 score: 0.9336
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 323 score: 0.9170
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 324 score: 0.9375
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 325 score: 0.8834
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 326 score: 0.7295
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 327 score: 0.9155
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 328 score: 0.2575
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 329 score: 0.8956
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 330 score: 0.8801
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 331 score: 0.9272
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 332 score: 0.6766
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 333 score: 0.8654
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 334 score: 0.9505
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 335 score: 0.9051
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 336 score: 0.8638
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 337 score: 0.5823
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 338 score: 0.8250
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 339 score: 0.9305
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 340 score: 0.7744
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 341 score: 0.6026
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 342 score: 0.7457
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 343 score: 0.8350
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 344 score: 0.8918
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 345 score: 0.8562
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 346 score: 0.9379
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 347 score: 0.9011
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 348 score: 0.9175
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 349 score: 0.7105
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 350 score: 0.8951
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 351 score: 0.8724
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 352 score: 0.9001
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 353 score: 0.9118
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 354 score: 0.8537
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 355 score: 0.7939
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 356 score: 0.8999
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 357 score: 0.6785
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 358 score: 0.7879
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 359 score: 0.7829
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 360 score: 0.8148
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 361 score: 0.7938
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 362 score: 0.8450
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 363 score: 0.7145
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 364 score: 0.8424
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 365 score: 0.8363
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 366 score: 0.6789
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 367 score: 0.8793
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 368 score: 0.6950
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 369 score: 0.1124
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 370 score: 0.6750
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 371 score: 0.7637
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 372 score: 0.8723
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 373 score: 0.8236
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 374 score: 0.9378
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 375 score: 0.9259
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 376 score: 0.9256
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 377 score: 0.9211
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 378 score: 0.6581
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 379 score: 0.8744
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 380 score: 0.8867
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 381 score: 0.8966
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 382 score: 0.7004
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 383 score: 0.7538
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 384 score: 0.7987
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 385 score: 0.7725
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 386 score: 0.7707
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 387 score: 0.8831
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 388 score: 0.7092
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 389 score: 0.8129
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 390 score: 0.9080
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 391 score: 0.8679
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 392 score: 0.9127
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 393 score: 0.8534
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 394 score: 0.9238
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 395 score: 0.9355
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 396 score: 0.8250
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 397 score: 0.9264
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 398 score: 0.8587
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 399 score: 0.8940
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 400 score: 0.9612
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 401 score: 0.8417
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 402 score: 0.8784
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 403 score: 0.8215
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 404 score: 0.7596
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 405 score: 0.8841
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 406 score: 0.8957
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 407 score: 0.8776
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 408 score: 0.9287
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 409 score: 0.8438
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 410 score: 0.9409
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 411 score: 0.6965
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 412 score: 0.8783
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 413 score: 0.9452
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 414 score: 0.7357
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 415 score: 0.9051
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 416 score: 0.7746
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 417 score: 0.7908
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 418 score: 0.9482
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 419 score: 0.8987
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 420 score: 0.9392
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 421 score: 0.9389
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 422 score: 0.8389
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 423 score: 0.8178
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 424 score: 0.8642
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 425 score: 0.9211
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 426 score: 0.8942
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 427 score: 0.8966
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 428 score: 0.8878
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 429 score: 0.9277
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 430 score: 0.8703
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 431 score: 0.8011
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 432 score: 0.6265
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 433 score: 0.7710
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 434 score: 0.8250
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 435 score: 0.7417
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 436 score: 0.8947
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 437 score: 0.9205
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 438 score: 0.9530
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 439 score: 0.9268
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 440 score: 0.8472
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 441 score: 0.8268
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 442 score: 0.8809
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 443 score: 0.8037
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 444 score: 0.9230
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 445 score: 0.8469
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 446 score: 0.9311
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 447 score: 0.9266
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 448 score: 0.9498
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 449 score: 0.8694
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 450 score: 0.9188
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 451 score: 0.9425
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 452 score: 0.9436
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 453 score: 0.8999
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 454 score: 0.8831
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 455 score: 0.9011
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 456 score: 0.8758
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 457 score: 0.9336
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 458 score: 0.8653
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 459 score: 0.8353
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 460 score: 0.7798
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 461 score: 0.8180
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 462 score: 0.7309
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 463 score: 0.9160
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 464 score: 0.8908
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 465 score: 0.9033
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 466 score: 0.8745
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 467 score: 0.7052
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 468 score: 0.7532
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 469 score: 0.5810
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 470 score: 0.7737
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 471 score: 0.8467
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 472 score: 0.8664
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 473 score: 0.8469
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 474 score: 0.6377
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 475 score: 0.9290
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 476 score: 0.8887
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 477 score: 0.8401
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 478 score: 0.8590
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 479 score: 0.8854
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 480 score: 0.7768
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 481 score: 0.8909
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 482 score: 0.8704
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 483 score: 0.9273
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 484 score: 0.8902
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 485 score: 0.9150
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 486 score: 0.9013
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 487 score: 0.8811
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 488 score: 0.8783
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 489 score: 0.9431
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 490 score: 0.8735
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 491 score: 0.9013
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 492 score: 0.9181
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 493 score: 0.9491
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 494 score: 0.8516
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 495 score: 0.8217
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 496 score: 0.8672
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 497 score: 0.8748
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 498 score: 0.9039
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 499 score: 0.9003
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 500 score: 0.9466
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 501 score: 0.9422
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 502 score: 0.9173
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 503 score: 0.8620
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 504 score: 0.7673
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 505 score: 0.8178
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 506 score: 0.8667
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 507 score: 0.7400
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 508 score: 0.7265
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 509 score: 0.8249
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 510 score: 0.7682
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 511 score: 0.6544
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 512 score: 0.8505
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 513 score: 0.8904
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 514 score: 0.9501
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 515 score: 0.8023
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 516 score: 0.4793
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 517 score: 0.7816
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 518 score: 0.9249
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 519 score: 0.9469
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 520 score: 0.8920
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 521 score: 0.9399
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 522 score: 0.8457
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 523 score: 0.8467
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 524 score: 0.8711
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 525 score: 0.9225
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 526 score: 0.8636
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 527 score: 0.7795
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 528 score: 0.7367
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 529 score: 0.8620
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 530 score: 0.7400
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 531 score: 0.8401
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 532 score: 0.8828
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 533 score: 0.8433
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 534 score: 0.1259
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 535 score: 0.7001
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 536 score: 0.8343
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 537 score: 0.8985
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 538 score: 0.9209
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 539 score: 0.8766
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 540 score: 0.8823
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 541 score: 0.9405
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 542 score: 0.8873
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 543 score: 0.8725
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 544 score: 0.8023
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 545 score: 0.9466
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 546 score: 0.7566
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 547 score: 0.8260
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 548 score: 0.8209
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 549 score: 0.9271
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 550 score: 0.7885
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 551 score: 0.9330
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 552 score: 0.7900
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 553 score: 0.8026
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 554 score: 0.7859
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 555 score: 0.8025
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 556 score: 0.8452
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 557 score: 0.8320
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 558 score: 0.6841
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 559 score: 0.7137
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 560 score: 0.8516
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 561 score: 0.8853
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 562 score: 0.8507
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 563 score: 0.6639
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 564 score: 0.7391
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 565 score: 0.8803
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 566 score: 0.8617
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 567 score: 0.9095
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 568 score: 0.7364
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 569 score: 0.6429
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 570 score: 0.9427
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 571 score: 0.9053
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 572 score: 0.7104
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 573 score: 0.8723
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 574 score: 0.8889
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 575 score: 0.8429
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 576 score: 0.5985
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 577 score: 0.8542
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 578 score: 0.9030
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 579 score: 0.8783
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 580 score: 0.9167
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 581 score: 0.9181
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 582 score: 0.8942
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 583 score: 0.8181
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 584 score: 0.7060
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 585 score: 0.8828
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 586 score: 0.8568
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 587 score: 0.8025
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 588 score: 0.9221
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 589 score: 0.9122
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 590 score: 0.8579
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 591 score: 0.8459
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 592 score: 0.8392
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 593 score: 0.9343
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 594 score: 0.9456
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 595 score: 0.9367
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 596 score: 0.8683
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 597 score: 0.8690
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 598 score: 0.8996
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 599 score: 0.9389
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 600 score: 0.9040
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 601 score: 0.9224
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 602 score: 0.8967
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 603 score: 0.9020
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 604 score: 0.9391
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 605 score: 0.9437
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 606 score: 0.9220
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 607 score: 0.7390
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 608 score: 0.8238
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 609 score: 0.8494
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 610 score: 0.9045
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 611 score: 0.9365
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 612 score: 0.7763
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 613 score: 0.7658
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 614 score: 0.9396
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 615 score: 0.7759
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 616 score: 0.9123
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 617 score: 0.8950
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 618 score: 0.8917
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 619 score: 0.8324
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 620 score: 0.8741
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 621 score: 0.8011
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 622 score: 0.9287
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 623 score: 0.9189
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 624 score: 0.6894
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 625 score: 0.9624
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 626 score: 0.9432
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 627 score: 0.9343
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 628 score: 0.9382
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 629 score: 0.9437
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 630 score: 0.8841
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 631 score: 0.9407
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 632 score: 0.9177
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 633 score: 0.9199
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 634 score: 0.9872
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 635 score: 0.9067
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 636 score: 0.8926
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 637 score: 0.8785
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 638 score: 0.9060
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 639 score: 0.9358
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 640 score: 0.8592
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 641 score: 0.9284
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 642 score: 0.8792
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 643 score: 0.6730
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 644 score: 0.8171
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 645 score: 0.8203
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 646 score: 0.7268
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 647 score: 0.8519
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 648 score: 0.7741
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 649 score: 0.8627
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 650 score: 0.9409
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 651 score: 0.9277
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 652 score: 0.5268
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 653 score: 0.6918
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 654 score: 0.7636
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 655 score: 0.8753
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 656 score: 0.8155
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 657 score: 0.9084
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 658 score: 0.7015
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 659 score: 0.8043
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 660 score: 0.8010
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 661 score: 0.9422
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 662 score: 0.9259
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 663 score: 0.8832
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 664 score: 0.9372
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 665 score: 0.8642
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 666 score: 0.7986
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 667 score: 0.8363
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 668 score: 0.8633
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 669 score: 0.9299
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 670 score: 0.8563
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 671 score: 0.8694
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 672 score: 0.8852
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 673 score: 0.7775
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 674 score: 0.8999
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 675 score: 0.9167
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 676 score: 0.9144
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 677 score: 0.9182
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 678 score: 0.9439
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 679 score: 0.9321
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 680 score: 0.8616
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 681 score: 0.9391
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 682 score: 0.8914
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 683 score: 0.7920
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 684 score: 0.8450
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 685 score: 0.8220
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 686 score: 0.7709
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 687 score: 0.8681
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 688 score: 0.9344
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 689 score: 0.9181
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 690 score: 0.8833
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 691 score: 0.8873
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 692 score: 0.8398
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 693 score: 0.8404
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 694 score: 0.7944
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 695 score: 0.9066
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 696 score: 0.8911
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 697 score: 0.8348
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 698 score: 0.7629
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 699 score: 0.9446
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 700 score: 0.8423
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 701 score: 0.9468
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 702 score: 0.9001
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 703 score: 0.8651
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 704 score: 0.8699
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 705 score: 0.6907
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 706 score: 0.6152
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 707 score: 0.9139
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 708 score: 0.8779
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 709 score: 0.8140
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 710 score: 0.9271
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 711 score: 0.8456
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 712 score: 0.9357
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 713 score: 0.9300
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 714 score: 0.8795
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 715 score: 0.8717
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 716 score: 0.9315
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 717 score: 0.9509
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 718 score: 0.9352
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 719 score: 0.8963
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 720 score: 0.9204
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 721 score: 0.9272
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 722 score: 0.8802
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 723 score: 0.8902
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 724 score: 0.8883
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 725 score: 0.9138
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 726 score: 0.8734
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 727 score: 0.9174
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 728 score: 0.7515
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 729 score: 0.8876
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 730 score: 0.8683
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 731 score: 0.8553
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 732 score: 0.8391
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 733 score: 0.9493
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 734 score: 0.8784
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 735 score: 0.9449
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 736 score: 0.9096
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 737 score: 0.8759
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 738 score: 0.9038
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 739 score: 0.8405
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 740 score: 0.8429
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 741 score: 0.8698
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 742 score: 0.8728
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 743 score: 0.9176
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 744 score: 0.8788
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 745 score: 0.8668
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 746 score: 0.9491
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 747 score: 0.9112
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 748 score: 0.9470
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 749 score: 0.9457
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 750 score: 0.9624
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 751 score: 0.9542
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 752 score: 0.9290
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 753 score: 0.8719
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 754 score: 0.9047
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 755 score: 0.8096
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 756 score: 0.8638
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 757 score: 0.8334
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 758 score: 0.7577
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 759 score: 0.8950
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 760 score: 0.9215
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 761 score: 0.8531
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 762 score: 0.8962
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 763 score: 0.7767
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 764 score: 0.8725
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 765 score: 0.8849
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 766 score: 0.8500
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 767 score: 0.7008
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 768 score: 0.9452
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 769 score: 0.9550
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 770 score: 0.9049
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 771 score: 0.9116
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 772 score: 0.9379
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 773 score: 0.9431
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 774 score: 0.8967
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 775 score: 0.8648
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 776 score: 0.8864
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 777 score: 0.8196
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 778 score: 0.8706
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 779 score: 0.8391
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 780 score: 0.8316
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 781 score: 0.8148
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 782 score: 0.7405
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 783 score: 0.7039
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 784 score: 0.9425
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 785 score: 0.6993
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 786 score: 0.8134
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 787 score: 0.9210
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 788 score: 0.9187
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 789 score: 0.9309
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 790 score: 0.9245
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 791 score: 0.8804
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 792 score: 0.8876
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 793 score: 0.8945
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 794 score: 0.8915
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 795 score: 0.8165
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 796 score: 0.9591
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 797 score: 0.8632
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 798 score: 0.9228
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 799 score: 0.8132
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 800 score: 0.9247
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 801 score: 0.8117
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 802 score: 0.8517
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 803 score: 0.7024
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 804 score: 0.8107
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 805 score: 0.9091
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 806 score: 0.9107
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 807 score: 0.9209
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 808 score: 0.8608
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 809 score: 0.8822
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 810 score: 0.7929
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 811 score: 0.7845
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 812 score: 0.9503
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 813 score: 0.9377
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 814 score: 0.9039
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 815 score: 0.8237
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 816 score: 0.8969
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 817 score: 0.8467
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 818 score: 0.6492
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 819 score: 0.8310
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 820 score: 0.9213
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 821 score: 0.9434
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 822 score: 0.9130
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 823 score: 0.9070
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 824 score: 0.8593
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 825 score: 0.8925
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 826 score: 0.9037
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 827 score: 0.8852
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 828 score: 0.7185
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 829 score: 0.7976
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 830 score: 0.8902
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 831 score: 0.8465
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 832 score: 0.9236
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 833 score: 0.7207
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 834 score: 0.7526
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 835 score: 0.8659
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 836 score: 0.8186
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 837 score: 0.8640
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 838 score: 0.7537
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 839 score: 0.8938
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 840 score: 0.6947
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 841 score: 0.7296
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 842 score: 0.7220
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 843 score: 0.8778
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 844 score: 0.7871
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 845 score: 0.7378
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 846 score: 0.5954
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 847 score: 0.8792
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 848 score: 0.6907
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 849 score: 0.8560
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 850 score: 0.8835
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 851 score: 0.9012
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 852 score: 0.9206
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 853 score: 0.8437
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 854 score: 0.8167
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 855 score: 0.9439
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 856 score: 0.7574
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 857 score: 0.9145
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 858 score: 0.8423
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 859 score: 0.9157
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 860 score: 0.8663
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 861 score: 0.9380
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 862 score: 0.9284
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 863 score: 0.8384
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 864 score: 0.4629
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 865 score: 0.6258
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 866 score: 0.8354
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 867 score: 0.9074
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 868 score: 0.9121
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 869 score: 0.8855
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 870 score: 0.8954
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 871 score: 0.9393
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 872 score: 0.9117
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 873 score: 0.8741
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 874 score: 0.9380
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 875 score: 0.8160
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 876 score: 0.8600
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 877 score: 0.8619
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 878 score: 0.9664
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 879 score: 0.8107
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 880 score: 0.8642
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 881 score: 0.9431
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 882 score: 0.8711
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 883 score: 0.9392
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 884 score: 0.8851
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 885 score: 0.8923
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 886 score: 0.9227
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 887 score: 0.8374
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 888 score: 0.7543
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 889 score: 0.6640
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 890 score: 0.7475
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 891 score: 0.9205
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 892 score: 0.7496
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 893 score: 0.7180
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 894 score: 0.8826
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 895 score: 0.6397
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 896 score: 0.8452
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 897 score: 0.5084
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 898 score: 0.9261
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 899 score: 0.7663
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 900 score: 0.8674
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 901 score: 0.8382
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 902 score: 0.8722
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 903 score: 0.8106
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 904 score: 0.9450
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 905 score: 0.8713
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 906 score: 0.9082
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 907 score: 0.8095
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 908 score: 0.8708
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 909 score: 0.9410
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 910 score: 0.8950
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 911 score: 0.7375
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 912 score: 0.9341
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 913 score: 0.8787
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 914 score: 0.8461
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 915 score: 0.8347
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 916 score: 0.9375
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 917 score: 0.9123
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 918 score: 0.9057
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 919 score: 0.8864
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 920 score: 0.6652
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 921 score: 0.8955
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 922 score: 0.8856
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 923 score: 0.8920
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 924 score: 0.9005
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 925 score: 0.9097
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 926 score: 0.8884
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 927 score: 0.7431
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 928 score: 0.8315
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 929 score: 0.8162
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 930 score: 0.7841
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 931 score: 0.8222
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 932 score: 0.6682
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 933 score: 0.8418
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 934 score: 0.7854
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 935 score: 0.9080
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 936 score: 0.8987
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 937 score: 0.9543
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 938 score: 0.8601
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 939 score: 0.9276
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 940 score: 0.9429
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 941 score: 0.9675
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 942 score: 0.9152
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 943 score: 0.7486
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 944 score: 0.8501
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 945 score: 0.9446
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 946 score: 0.7902
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 947 score: 0.7068
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 948 score: 0.8088
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 949 score: 0.8771
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 950 score: 0.7561
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 951 score: 0.7507
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 952 score: 0.8737
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 953 score: 0.5683
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 954 score: 0.7497
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 955 score: 0.9204
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 956 score: 0.9198
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 957 score: 0.9418
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 958 score: 0.9072
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 959 score: 0.8213
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 960 score: 0.6163
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 961 score: 0.8752
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 962 score: 0.9142
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 963 score: 0.8680
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 964 score: 0.9404
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 965 score: 0.8611
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 966 score: 0.8185
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 967 score: 0.6936
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 968 score: 0.8502
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 969 score: 0.6295
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 970 score: 0.8216
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 971 score: 0.8643
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 972 score: 0.8343
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 973 score: 0.9160
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 974 score: 0.8368
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 975 score: 0.9344
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 976 score: 0.8232
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 977 score: 0.6331
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 978 score: 0.9449
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 979 score: 0.9172
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 980 score: 0.8944
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 981 score: 0.8880
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 982 score: 0.7078
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 983 score: 0.8222
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 984 score: 0.9491
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 985 score: 0.9190
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 986 score: 0.9053
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 987 score: 0.8689
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 988 score: 0.7205
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 989 score: 0.6427
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 990 score: 0.8851
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 991 score: 0.8420
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 992 score: 0.9275
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 993 score: 0.8026
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 994 score: 0.8918
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 995 score: 0.8919
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 996 score: 0.8881
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 997 score: 0.9134
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 998 score: 0.9163
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 999 score: 0.8424
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 1000 score: 0.9099
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 1001 score: 0.7990
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 1002 score: 0.8623
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 1003 score: 0.6875
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 1004 score: 0.7935
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 1005 score: 0.9028
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 1006 score: 0.9244
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 1007 score: 0.8104
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 1008 score: 0.8737
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 1009 score: 0.8585
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 1010 score: 0.8357
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk Segment 1011 score: 0.8576
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-mk score: 0.8524
diff --git a/test-en-ru b/test-en-ru
new file mode 100644
index 0000000000000000000000000000000000000000..436a79c6fb6329e40048ba081c8acca22fefd715
--- /dev/null
+++ b/test-en-ru
@@ -0,0 +1,1012 @@
+«Сейчас у нас есть 4-месячные мыши, не страдающие диабетом, которые раньше страдали диабетом», — добавил он.
+Доктор Эхуд Ур, профессор медицины в Университете Далхаузи в Галифаксе, Новая Шотландия, и председатель клинического и научного подразделения Ассоциации диабета Канады предупредил, что исследование еще не завершено.
+Как и некоторые другие эксперты, он скептически относится к тому, можно ли вылечить диабет, отмечая, что эти данные не имеют отношения к людям, уже страдающим диабетом 1-го типа.
+В понедельник Сара Даниус, постоянный секретарь Нобелевского комитета по литературе Шведской академии, публично объявила во время радиопрограммы на Sveriges Radio в Швеции, что комитет, не сумевший напрямую связаться с Бобом Диланом по поводу получения им в 2016 году Нобелевской премии по литературе, отказался от попыток связаться с ним.
+Даниус сказал: «Сейчас мы ничего не делаем. Я звонил и отправлял электронные письма его ближайшему соратнику и получил очень дружелюбные ответы. На данный момент это, безусловно, достаточно».
+Ранее генеральный директор Ring Джейми Симинофф рассказал, что компания была основана после того, как его дверной звонок не был слышен из его мастерской в гараже.
+Он сделал дверной звонок с Wi-Fi, сказал он.
+По словам Симиноффа, продажи выросли после его появления в эпизоде шоу Shark Tank в 2013 году, когда члены жюри отказали стартапу в финансировании.
+В конце 2017 года Симинов появился на шопинговом телеканале QVC.
+Ring также урегулировал судебный спор с конкурирующей охранной компанией ADT Corporation.
+Хотя одна экспериментальная вакцина кажется способной снизить смертность от Эболы, до сих пор никаких препаратов не было доказано, что они подходят для лечения существующей инфекции.
+Первоначально препарат ZMapp, представляющий собой коктейль антител, показал многообещающие результаты в полевых испытаниях, но формальные исследования показали, что он оказался менее эффективным, чем ожидалось, в предотвращении смерти.
+В ходе клинических испытаний препарат ZMapp был использован в качестве контроля, то есть ученые использовали его в качестве эталона и сравнивали три других способа лечения с ним.
+USA Gymnastics поддерживает письмо Олимпийского комитета США и признает абсолютную необходимость создания безопасной среды для всех наших спортсменов.
+Мы согласны с заявлением USOC о том, что интересы наших спортсменов и клубов, а также их спорт, могут быть лучше обеспечены, если мы будем двигаться вперед с позитивными изменениями внутри нашей организации, а не откажемся от сертификации.
+USA Gymnastics поддерживает независимое расследование, которое может пролить свет на то, почему насилие, о котором столь мужественно рассказывают выжившие жертвы Ларри Нассара, могло оставаться незамеченным на протяжении столь долгого времени, и приветствует любые необходимые и подходящие изменения.
+USA Gymnastics и USOC имеют одну и ту же цель — сделать спорт гимнастики, а также другие виды спорта, максимально безопасными для спортсменов, чтобы они могли реализовать свои мечты в безопасной, позитивной и мотивирующей среде.
+В течение 1960-х Бжезинский работал советником Джона Ф. Кеннеди и затем администрации Линдона Б. Джонсона.
+Во время предвыборной кампании 1976 года он давал советы Картеру по внешней политике, а затем с 1977 по 1981 год был советником по национальной безопасности (NSA), сменив Генри Киссинджера.
+В качестве директора Национальной разведки он помогал Картеру в дипломатическом решении мировых проблем, таких как соглашение в Кэмп-Дэвид, 1978; нормализация отношений между США и Китаем в конце 1970-х; Иранская революция, которая привела к кризису с заложниками в Иране, 1979; и вторжение Советского Союза в Афганистан, 1979.
+Фильм с Райаном Гослингом и Эммой Стоун получил номинации во всех основных категориях.
+Гослинг и Стоун были номинированы на «Лучшую мужскую роль» и «Лучшую женскую роль» соответственно.
+Другие номинации включают Лучший фильм, Лучший режиссер, Лучшая операторская работа, Лучший дизайн костюмов, Лучший монтаж, Лучшая музыка к фильму, Лучший дизайн декораций, Лучший звуковой монтаж, Лучший звук и Лучший оригинальный сценарий.
+Две песни из фильма, Audition (The Fools Who Dream) и City of Stars, получили номинации на лучшую оригинальную песню. Студия Lionsgate получила 26 номинаций — больше, чем любая другая студия.
+В воскресенье вечером президент США Дональд Трамп, сделав заявление через своего пресс-секретаря, объявил о выводе американских войск из Сирии.
+Об этом было объявлено после телефонного разговора Трампа с президентом Турции Реджепом Тайипом Эрдоганом.
+Также Турция возьмет на себя охрану захваченных боевиков ИГИЛ, которых европейские страны отказались репатриировать.
+Это не только подтверждает, что, по крайней мере, некоторые динозавры имели перья, теорию, уже широко распространенную, но также предоставляет детали, которые в целом не могут дать ископаемые, такие как цвет и трехмерное расположение.
+Учёные говорят, что оперение этого животного было коричнево-бурым сверху и бледным или каротиноидным снизу.
+Находка также дает представление об эволюции перьев у птиц.
+Поскольку перья динозавров не имеют хорошо развитого стержня, называемого рахисом, но обладают другими характеристиками перьев — чешуйками и чешуйчатыми чешуйками, ученые предположили, что рахис, вероятно, является поздним эволюционным развитием этих других характеристик.
+Структура перьев указывает на то, что они не использовались для полета, а для терморегуляции или демонстрации. Ученые предположили, что, хотя это хвост молодого динозавра, образец показывает взрослое оперение, а не пух.
+Ученые предположили, что, несмотря на то, что это хвост молодого динозавра, образец показывает взрослое оперение, а не пух птенца.
+Вчера утром в штаб-квартире полиции в Газиантепе, Турция, взорвалась бомба в машине, в результате чего погибли два полицейских и более двадцати человек получили ранения.
+Офис губернатора сообщил, что девятнадцать пострадавших — полицейские.
+Полиция считает, что ответственность за нападение несет предполагаемый боевик ИГИЛ.
+Они обнаружили, что Солнце работает по тем же базовым принципам, что и другие звезды: активность всех звезд в системе была обусловлена их светимостью, их вращением и ничем другим.
+Люминесценция и вращение используются вместе, чтобы определить номер Россби звезды, который связан с потоком плазмы.
+Чем меньше число Россби, тем меньше активна звезда с точки зрения магнитных переворотов.
+Во время своего путешествия Ивасаки столкнулся с множеством трудностей.
+Он был ограблен пиратами, напал в Тибете на бешеную собаку, сбежал от брака в Непале и был арестован в Индии.
+Стандарт 802.11n работает как на частоте 2,4 ГГц, так и на частоте 5 ГГц.
+Это позволит ему быть обратно совместимым с 802.11a, 802.11b и 802.11g, при условии наличия у базовой станции двух радиопередатчиков.
+Скорости 802.11n существенно выше, чем у его предшественников, с максимальной теоретической пропускной способностью 600 Мбит/с.
+Дувэлл, женатый с двумя взрослыми детьми, не произвел большого впечатления на Миллера, которому рассказывали эту историю.
+Когда его спросили о комментариях, Миллер сказал: «Мик много говорит во время слушаний… Я готовился, поэтому не слышал, что он говорил».
+«Мы постараемся значительно сократить выбросы углекислого газа на единицу ВВП к 2020 году по сравнению с уровнем 2005 года», — сказал Ху.
+Он не указал конкретные цифры по сокращению, сказав, что они будут сделаны в зависимости от экономического показателя Китая.
+Ху призвал развивающиеся страны «избегать старого пути загрязнения и очистки позже».
+Он добавил, что "они, однако, не должны брать на себя обязательства, которые выходят за рамки их развития, ответственности и возможностей".
+Сегодня в 12.00 по Гринвичу группа представила свой отчет.
+Он предупреждает, что никто не может гарантировать, что какое-либо действие в Ираке в данный момент остановит сектантские войны, растущее насилие или скатывание к хаосу.
+Доклад открывается призывом к открытому обсуждению и формированию консенсуса в Соединенных Штатах относительно политики в отношении Ближнего Востока.
+В докладе критикуется почти каждый аспект нынешней политики исполнительной власти в отношении Ирака, и он призывает немедленно изменить направление.
+Первым из 78 рекомендаций является то, что до конца этого года должна быть предпринята новая дипломатическая инициатива, чтобы обеспечить безопасность границ Ирака и восстановить дипломатические отношения с соседними странами.
+Вчера вечером действующий сенатор и первая леди Аргентины Кристина Фернандес де Киршнер объявила о своей кандидатуре на пост президента в городе Ла-Плата, расположенном в 50 километрах (31 миле) от Буэнос-Айреса.
+Г-жа Киршнер объявила о своем намерении баллотироваться на пост президента в театре Аргентины, на том же месте, где она начала свою кампанию по выборам в Сенат в 2005 году, представляя делегацию провинции Буэнос-Айрес.
+Дебаты были спровоцированы спорами о расходах на восстановление и ликвидацию последствий урагана «Катрина», который некоторые фискальные консерваторы шутливо окрестили «Новым Орлеанским сделкой Буша».
+Либеральная критика усилий по восстановлению сосредоточена на том, что контракты на восстановление были выданы предполагаемым инсайдерам из Вашингтона.
+На похороны в Рим приехали более четырех миллионов человек.
+Количество присутствующих было настолько велико, что не все смогли попасть на похороны в площади Святого Петра.
+В различных местах Рима были установлены несколько больших телеэкранов, чтобы люди могли наблюдать за церемонией.
+В других городах Италии и во всем остальном мире, особенно в Польше, были сделаны подобные установки, которые посмотрело огромное количество людей.
+Историки критикуют прошлые политики ФБР за то, что они сосредотачивают ресурсы на случаях, которые легко решить, особенно на случаях краж автомобилей, с целью повысить процент успеха агентства.
+Конгресс начал финансировать эту инициативу в финансовом году 2005 и указал, что ФБР должно выделить 10 агентов для борьбы с порнографией для взрослых.
+Робин Утхаппа набрал наибольшее количество очков в иннинге, 70 очков за 41 шарик, забив 11 четырех и 2 шестерки.
+Игроки среднего порядка, Сачин Тендулкар и Рахул Дравид, сыграли хорошо и сделали партнерство в 100 очков.
+Но, потеряв капитана, Индия смогла набрать только 36 очков, потеряв 7 очков и завершив иннинг.
+Президент США Джордж У. Буш прибыл в Сингапур утром 16 ноября, начав недельный тур по Азии.
+Его встретили заместитель премьер-министра Сингапура Вонг Кан Сенг и обсудили вопросы торговли и терроризма с премьер-министром Сингапура Ли Хсиен Лонгом.
+После недели поражений на промежуточных выборах Буш рассказал аудитории о расширении торговли в Азии.
+Премьер-министр Стивен Харпер согласился направить правительственный законопроект «Закон о чистом воздухе» на рассмотрение парламентской комиссии до второго чтения, после 25-минутной встречи с лидером НДП Джеком Лейтоном в понедельник в кабинете премьер-министра.
+На встрече с премьер-министром Лейтон попросил внести изменения в экологический законопроект консерваторов, потребовав «полного пересмотра» экологического законопроекта консерваторов.
+С тех пор, как федеральное правительство вмешалось, чтобы взять на себя финансирование больницы Мерси в Девонпорте, штат Тасмания, правительство штата и некоторые члены федерального парламента критикуют это действие как попытку привлечь внимание к предстоящим федеральным выборам, назначенным на ноябрь.
+Однако премьер-министр Джон Ховард заявил, что это было сделано только для того, чтобы защитить больницу от снижения ее статуса правительством Тасмании, выделив дополнительно 45 миллионов австралийских долларов.
+Согласно последнему сообщению, измерения уровня моря указывают на то, что было вызвано цунами. Зафиксирована определенная активность цунами вблизи Паго-Паго и Ниуэ.
+О серьезных повреждениях или ранениях в Тонге не сообщалось, но электроэнергия была временно отключена, что, по сообщениям, помешало тонганским властям получить предупреждение о цунами, выданное PTWC.
+Четырнадцать школ в Гавайях, расположенных на или рядом с побережьем, были закрыты в среду, несмотря на то, что предупреждения были сняты.
+Президент США Джордж У. Буш приветствовал эту новость.
+Представитель Буша Гордон Джондрой назвал обещание Северной Кореи «значительным шагом на пути к достижению цели ядерного разоружения Корейского полуострова».
+Сегодня в Атлантическом океане сформировался десятый шторм сезона ураганов — субтропический шторм Джери.
+По данным Национального центра ураганов (NHC), в настоящее время ураган не представляет угрозы для суши.
+Согласно оценкам Корпуса инженеров США, 6 дюймов дождя могут привести к повторному разрушению предыдущих поврежденных дамб.
+Девятый район, где во время урагана Катрина уровень воды достигал 6 метров, в настоящее время покрыт водой до пояса, поскольку дамба, расположенная рядом, была затоплена.
+Вода выходит за пределы дамбы на участке шириной 100 футов.
+Адам Керден, администратор Commons, выразил свое разочарование по поводу удалений, когда он говорил с Wikinews в прошлом месяце.
+«Он [Уэльс] лгал нам с самого начала. Сначала, притворяясь, что это связано с юридическими причинами. Затем, притворяясь, что он нас слушает, до тех пор, пока не удалил свое произведение».
+Общественное недовольство привело к нынешним попыткам разработать политику, касающуюся сексуального контента на веб-сайте, который содержит миллионы открытых лицензий на медиа.
+Проделанная работа была в основном теоретической, но программа была написана для того, чтобы моделировать наблюдения за галактикой Стрельца.
+Эффект, на который рассчитывала команда, был бы вызван приливными силами между темной материи галактики и темной материи Млечного Пути.
+Точно так же, как Луна притягивает Землю, вызывая приливы, так и Млечный Путь притягивает галактику Стрельца.
+Ученые смогли прийти к выводу, что темная материя взаимодействует с темной материи таким же образом, как и обычная материя.
+Согласно этой теории, большая часть темной материи находится вокруг галактики в виде гало, и состоит из множества мелких частиц.
+По телевидению показывают, что из завода идет белый дым.
+Местные власти предупреждают жителей в районе завода оставаться дома, выключить кондиционеры и не пить воду из-под крана.
+Согласно японскому агентству по атомной энергии, на заводе были обнаружены радиоактивные изотопы цезия и йода.
+Власти предполагают, что это указывает на то, что контейнеры, содержащие топливо из урана, на месте могут быть повреждены и протекают.
+Доктор Тони Молл обнаружил крайне устойчивый к лекарствам туберкулез (XDR-TB) в южноафриканском регионе Квазулу-Натал.
+В интервью он сказал, что новый вариант «очень сильно тревожит и пугает из-за очень высокой смертности».
+Доктор Молл полагает, что некоторые пациенты могли заразиться вирусом в больнице, и, по крайней мере, двое из них были медицинскими работниками.
+За год зараженный человек может заразить 10-15 близких контактов.
+Однако доля XDR-TB в общей группе людей с туберкулезом все еще кажется низкой; 6 000 из общего числа 330 000 зараженных в любой момент в Южной Африке.
+Спутники, каждый из которых весил более 1000 фунтов, и двигались со скоростью около 17 500 миль в час, столкнулись на высоте 491 мили над Землей.
+Ученые говорят, что мощность взрыва, вызванного столкновением, была огромной.
+Они все еще пытаются определить, насколько сильным был удар и как он повлияет на Землю.
+Офис Стратегического командования Соединенных Штатов Министерства обороны США отслеживает обломки.
+Результаты анализа будут опубликованы на общедоступном веб-сайте.
+Доктор, работавшая в детской больнице Питтсбурга, штат Пенсильвания, будет обвинена в убийстве с особой жестокостью после того, как ее мать была найдена мертвой в багажнике ее машины в среду, сообщают власти штата Огайо.
+Доктор Малар Баласубраманьян, 29 лет, был обнаружен в Блу Эш, штат Огайо, пригороде, расположенном примерно в 15 милях к северу от Цинциннати, лежащим на земле у дороги в майке и трусах в состоянии, похожем на сильное опьянение.
+Она указала полицейским на свой черный Oldsmobile Intrigue, который находился на расстоянии 500 футов.
+Там они нашли тело Сароджи Баласубраманьяна, 53 года, покрытое кровавыми простынями.
+Полиция утверждает, что тело находилось там примерно сутки.
+Первые случаи заболевания были зарегистрированы в конце июля.
+Заболевание переносится свиньями, а затем переходит к людям через комаров.
+Индийское правительство предприняло такие меры, как размещение охотников за свиньями в наиболее пострадавших районах, распространение тысяч москитных сеток и опрыскивание инсектицидами.
+Правительство также пообещало несколько миллионов ампул вакцины от энцефалита, что поможет подготовить медицинские учреждения к следующему году.
+Планы по доставке вакцин в исторически наиболее пострадавшие районы в этом году были отложены из-за нехватки финансирования и низкой приоритетности относительно других заболеваний.
+В 1956 году Слания переехал в Швецию, где через три года начал работать в шведской почтовой службе и стал их главным гравером.
+Он изготовил более 1000 марок для Швеции и 28 других стран.
+Его работа обладает таким признанным качеством и детальностью, что он является одним из немногих "домашних имен" среди филателистов. Некоторые коллекционируют его работу в одиночку.
+Его 1000-м штампом стал великолепный "Великие деяния шведских королей" Давида Клокера Эренштраля в 2000 году, который занесен в Книгу рекордов Гиннесса.
+Он также занимался гравировкой банкнот для многих стран, последние примеры его работы включают портреты премьер-министров на лицевой стороне новых канадских банкнот номиналом 5 и 100 долларов.
+После аварии Гэбсон был доставлен в больницу, но скончался вскоре после этого.
+Водитель грузовика, которому 64 года, не пострадал в аварии.
+Сам автомобиль был убран с места происшествия примерно в 12:00 по Гринвичу в тот же день.
+Человек, работающий в гараже рядом с местом происшествия, рассказал: «Рядом стояли дети, которые ждали, чтобы перейти дорогу, и все они кричали и плакали».
+Все бежали обратно, откуда произошла авария.
+Другие вопросы повестки дня в Бали касаются спасения оставшихся в мире лесов и обмена технологиями, которые помогут развивающимся странам расти менее загрязняющими окружающую среду способами.
+ООН также надеется завершить создание фонда, который поможет странам, пострадавшим от глобального потепления, справиться с последствиями.
+Деньги могут пойти на строительство домов, устойчивых к наводнениям, улучшение управления водными ресурсами и разнообразие сельскохозяйственных культур.
+Флук написала, что попытки некоторых заглушить женщин, говорящих о женском здоровье, не увенчались успехом.
+Она пришла к этому выводу из-за множества положительных комментариев и поощрений, полученных ею как от женщин, так и от мужчин, призывающих рассматривать контрацептивные препараты как медицинскую необходимость.
+Когда боевые действия прекратились после того, как раненые были доставлены в больницу, около 40 остальных заключенных остались в дворе и отказались вернуться в свои камеры.
+Попытки переговорщиков исправить ситуацию не увенчались успехом, поскольку требования заключенных неясны.
+Между 10:00 и 11:00 вечера по местному времени заключенные зажгли костер на территории тюрьмы.
+Через некоторое время полицейские, вооруженные спецсредствами, вошли в двор и загнали заключенных в угол с помощью слезоточивого газа.
+Спасатели потушили пожар к 11:35 вечера.
+После того, как плотина была построена в 1963 году, сезонные наводнения, которые заносили ил по всему руслу реки, прекратились.
+Этот осадок был необходим для создания песчаных баров и пляжей, которые служили местом обитания дикой природы.
+В результате исчезли два вида рыб, еще два вида находятся под угрозой исчезновения, в том числе чешуйчатый голавль.
+Хотя уровень воды поднимется всего на несколько футов после наводнения, чиновники надеются, что это будет достаточно, чтобы восстановить эрозированные песчаные отмели вниз по течению.
+Никаких предупреждений о цунами не было выдано, и, по словам агентства геофизики Джакарты, никаких предупреждений о цунами не будет, поскольку землетрясение не соответствовало требованиям магнитуды 6,5.
+Несмотря на отсутствие угрозы цунами, жители начали паниковать и начали покидать свои дома и предприятия.
+Хотя Уинфрей плакала на прощание, она ясно дала понять своим поклонникам, что она вернется.
+«Это не прощание. Это закрытие одной главы и открытие новой».
+Окончательные результаты президентских и парламентских выборов в Намибии показали, что действующий президент, Хификепунье Похамба, был переизбран с большим отрывом.
+Партия правящая, Народное освободительное движение Юго-Западной Африки (SWAPO), также сохранила большинство на парламентских выборах.
+Коалиционные и афганские войска вошли в зону, чтобы обеспечить безопасность объекта, и другие коалиционные самолеты были отправлены на помощь.
+Столкновение произошло на высокогорной местности и, вероятно, было вызвано вражеским огнем.
+Поиски места крушения осложняются плохими погодными условиями и сложным рельефом местности.
+Медицинская благотворительная организация Mangola, Medecines Sans Frontieres и Всемирная организация здравоохранения говорят, что это худший всплеск, зафиксированный в стране.
+Представитель Medecines Sans Frontiere Ричард Вейрман сказал: «Ангола переживает худшую вспышку за всю историю и ситуация в Анголе остается очень плохой», — сказал он.
+Игры стартовали в 10:00 утра с прекрасной погодой, за исключением небольшого дождя утром, который быстро прошел, и это был идеальный день для 7-минутного регби.
+Лидеры турнирной таблицы ЮАР начали с хорошей ноты, одержав уверенную победу со счетом 26-00 над командой Зимбабвии, занявшей 5-е место в турнирной таблице.
+Несмотря на то, что в игре против южных сестер они выглядели довольно ржавыми, Южная Африка, однако, стабильно улучшала свои результаты по мере продвижения турнира.
+Их дисциплинированная оборона, умение обращаться с мячом и прекрасная командная работа выделяли их и было очевидно, что это команда, которую нужно победить.
+Официальные лица города Амстердам и Музея Анны Франк утверждают, что дерево заражено грибком и представляет опасность для здоровья населения, поскольку они утверждают, что оно находилось в непосредственной опасности упасть.
+Он должен был быть срублен в среду, но был спасен благодаря экстренному судебному решению.
+Все входы в пещеры, получившие название "Семь сестер", имеют диаметр от 100 до 250 метров (от 328 до 820 футов).
+Инфракрасные снимки показывают, что температурные колебания днем и ночью свидетельствуют о том, что это, вероятно, пещеры.
+«Они прохладнее окружающей поверхности днем и теплее ночью.
+Их термодинамическое поведение не такое стабильное, как у больших пещер на Земле, которые часто поддерживают примерно постоянную температуру, но оно согласуется с тем, что это глубокие ямы в земле», — говорит Глен Кэшинг из команды Астрогеологии Геологической службы США (USGS) и университета Северной Аризоны в Флагстаффе, штат Аризона.
+Традиционно голосование во Франции было низкотехнологичным опытом: избиратели уединялись в кабинке, вкладывали в конверт предварительно распечатанный лист бумаги с указанием выбранного кандидата.
+После того, как чиновники подтвердят личность избирателя, избиратель опускает конверт в урну для голосования и ставит свою подпись в списке избирателей.
+Французское избирательное законодательство довольно строго регламентирует процедуру.
+С 1988 года ящики для голосования должны быть прозрачными, чтобы избиратели и наблюдатели могли увидеть, что в начале голосования в них нет бюллетеней и не добавляются бюллетени, кроме бюллетеней зарегистрированных и уполномоченных избирателей.
+Кандидаты могут направить своих представителей в качестве свидетелей на каждый этап процесса. Вечером голоса подсчитывают волонтеры под строгим надзором, следуя определенным процедурам.
+ASUS Eee PC, ранее запущенный по всему миру с целью экономии затрат и повышения функциональности, стал горячей темой на IT-месяце в Тайбэе в 2007 году.
+Но рынок потребительского спроса на ноутбуки будет радикально отличаться и меняться после того, как ASUS получил в 2007 году Тайваньскую премию в области устойчивого развития от Исполнительного Юаня Республики Китай.
+На веб-сайте станции шоу описывают как «старую школу радио-театра с новым и шокирующим геймерским поворотом!»
+Первоначально шоу транслировалось только на веб-радиостанции TogiNet Radio, которая была ориентирована на разговорное радио.
+В конце 2015 года TogiNet учредил радиостанцию AstroNet Radio в качестве дочернего предприятия.
+Оригинальная версия шоу была озвучена любительскими актерами, проживающими в Восточном Техасе.
+По сообщениям, мародерство продолжалось всю ночь, поскольку правоохранительные органы не присутствовали на улицах Бишкека.
+Один из наблюдателей описал Бишкек как "утопающий в анархии", поскольку банды людей бродили по улицам и грабили магазины потребительских товаров.
+Некоторые жители Бишкека обвинили протестующих с юга в беззаконии.
+Сборная ЮАР одержала победу над командой "Олл Блэкс" (Новая Зеландия) в матче по регби в рамках турнира "Три нации" на стадионе "Royal Bafokeng Stadium" в городе Рустенбург, ЮАР.
+Окончательный счет составил 21:20 в пользу «Олл Блэкс», что положило конец их 15-матчевой победной серии.
+Таким образом, «Спрингбокс» прервали пятиматчевую серию поражений.
+Это был последний матч для «Олл Блэкс», которые уже два недели назад выиграли трофей.
+Заключительный матч серии пройдет на стадионе "Эллис Парк" в Йоханнесбурге на следующей неделе, когда "Спрингбоксы" сыграют с Австралией.
+Умеренное землетрясение произошло в западной части Монтаны в 22:08 по местному времени в понедельник.
+В Национальном центре информации о землетрясениях Геологической службы Соединенных Штатов (USGS) пока не поступало сообщений о повреждениях.
+Эпицентр землетрясения находился примерно в 20 км (15 милях) к северу-северо-востоку от Диллона и примерно в 65 км (40 милях) к югу от Батта.
+В птичьем гриппе, опасном для человека, H5N1, подтвердили заражение мертвой дикой утки, найденной в понедельник в болотистой местности в окрестностях Лиона на востоке Франции.
+Франция — седьмая страна в Европейском союзе, страдающая от этого вируса; после Австрии, Германии, Словении, Болгарии, Греции и Италии.
+Предполагаемые случаи заражения птиц вирусом H5N1 в Хорватии и Дании остаются неподтвержденными.
+Чемберс подал в суд на Бога за «широкомасштабную смерть, разрушение и терроризацию миллионов и миллионов жителей Земли».
+Камберс, агностик, утверждает, что его иск является «беспочвенным» и «любой может подать в суд на любого».
+Сюжет французской оперы, написанной Камилем Сен-Сансом, рассказывает о "художнике, чья жизнь диктуется любовью к наркотикам и Японии".
+В результате на сцене артисты курят марихуану, а театр призывает зрителей присоединиться.
+Бывший спикер Палаты представителей Ньют Гингрич, губернатор Техаса Рик Перри и конгрессвумен Мишель Бахман заняли четвертое, пятое и шестое места соответственно.
+После объявления результатов, Гингрич похвалил Санторума, но высказал жесткую критику в адрес Ромни, чье имя упоминалось в негативных рекламных роликах в Айове против Гингрича.
+Перри заявил, что он «вернется в Техас, чтобы оценить результаты сегодняшнего заседания, определить, есть ли для меня путь вперед в этой гонке», но позже сказал, что он останется в гонке и будет участвовать в первичных выборах в Южной Каролине 21 января.
+Бахманн, победившая на праймериз в Амсе в августе, решила завершить свою предвыборную кампанию.
+Фотографа доставили в медицинский центр Ronald Reagan UCLA, где он скончался.
+По сообщениям, ему было около 20 лет. В своем заявлении Бибер сказал: «Я не присутствовал на месте происшествия и не был непосредственно вовлечен в эту трагедию, но мои мысли и молитвы обращены к семье погибшего».
+Сайт новостей о развлечениях TMZ полагает, что фотограф остановил свой автомобиль на другой стороне бульвара Сепульведа и попытался сделать снимки полицейской остановки, прежде чем пересечь дорогу и продолжить движение, что заставило полицейского, проводившего остановку, приказать ему вернуться обратно, дважды.
+Полиция считает, что водитель автомобиля, сбившего фотографа, вряд ли будет привлечен к уголовной ответственности.
+Поскольку в день доступно только восемнадцать медалей, многие страны не смогли попасть на пьедестал почета.
+Они включают Нидерланды, где Анна Йохемсен заняла девятое место в классе стоя в супергиганте вчера, и Финляндию, где Катти Сааринен заняла десятое место в том же соревновании.
+Австралиец Митчел Гурли финишировал одиннадцатым в мужском стоячем супергиганте. Чешский спортсмен Олдрих Желинек финишировал шестнадцатым в мужском сидячем супергиганте.
+Арли Веласкес из Мексики занял 15-е место в мужском супергиганте сидя. Адам Холл из Новой Зеландии занял 9-е место в мужском супергиганте стоя.
+Польский лыжник-паралимпиец Мацей Кржезель и его гид Анна Огарыньска заняли тринадцатое место в супергиганте. Южнокорейский лыжник-паралимпиец Чонг Сеок Пар занял двадцать четвертое место в супергиганте сидя.
+Миротворцы ООН, прибывшие в Гаити после землетрясения 2010 года, обвиняются в распространении заболевания, начавшегося недалеко от их лагеря.
+Согласно иску, отходы с лагеря ООН не были должным образом обеззаражены, в результате чего бактерии попали в приток реки Артибонит, которая является одной из крупнейших рек Гаити.
+Перед прибытием войск в стране не наблюдалось проблем, связанных с заболеванием, с 1800-х годов.
+Институт правосудия и демократии в Гаити ссылается на независимые исследования, согласно которым непальский батальон миротворцев ООН неосознанно принес болезнь на Гаити.
+Даниель Лантанж, эксперт ООН по заболеванию, заявил, что вспышка, вероятно, была вызвана миротворцами.
+Хэмилтон подтвердил, что больница Howard University Hospital приняла пациента в стабильном состоянии.
+Пациент был в Нигерии, где были зафиксированы случаи заражения вирусом Эбола.
+В больнице придерживаются протокола по контролю за инфекциями, в том числе изолируют пациента от других для предотвращения возможного заражения других.
+До «Симпсонов» Симон работал над несколькими шоу в различных должностях.
+В 1980-х годах он работал над такими шоу, как «Такси», «Честно говоря» и «Шоу Трейси Уллман».
+В 1989 году он помог создать «Симпсонов» вместе с Бруксом и Грунингом и отвечал за найм первой команды сценаристов.
+Несмотря на то, что он покинул шоу в 1993 году, он все равно оставался исполнительным продюсером и продолжал получать десятки миллионов долларов каждый сезон в качестве роялти.
+Ранее китайское новостное агентство Xinhua сообщило о захвате самолета.
+Позднее сообщалось, что самолет получил угрозу взрыва и был направлен обратно в Афганистан, приземлившись в Кандагаре.
+Судя по первым сообщениям, самолет был направлен обратно в Афганистан после того, как ему было отказано в экстренной посадке в Урумчи.
+В Иране часто происходят авиакатастрофы из-за устаревшего парка самолетов, который плохо поддерживается как для гражданских, так и для военных операций.
+Международные санкции не позволяют приобретать новые самолеты.
+На этой неделе вертолет полиции потерпел крушение, в результате чего погибли три человека и еще трое получили ранения.
+В прошлом месяце Иран пережил свою худшую авиакатастрофу за последние годы, когда самолет, направлявшийся в Армению, потерпел крушение, в результате чего погибли 168 человек, находившихся на борту.
+В том же месяце еще один пассажирский самолет выкатился за пределы взлетно-посадочной полосы в Машхаде и врезался в стену, в результате чего погибло семнадцать человек.
+Aerosmith отменили оставшиеся концерты своего тура.
+Рок-группа должна была гастролировать по США и Канаде до 16 сентября.
+Тур был отменен после того, как вокалист группы Стивен Тайлер получил травму, упав со сцены во время выступления 5 августа.
+Мурат проиграл первый сет в тай-брейке после того, как оба игрока выполнили каждый и каждую подачу в этом сете.
+Дель Потро имел преимущество в начале второго сета, но и здесь потребовался тай-брейк после того, как счет стал 6-6.
+На этом этапе Потро получил лечение плеча, но смог вернуться в игру.
+Программа началась в 20:30 по местному времени (15:00 UTC).
+Известные певцы по всей стране пели бхаджаны, или духовные песни, перед ногами Шри Шьяма.
+Вечер начал певец Санджу Шарма, затем выступил Джай Шанкар Чаудхари. Он исполнил песню чаппан бхог бхаджан, к которому присоединился певец Раджу Кханделвал.
+Затем Лакха Сингх взял инициативу в исполнении бхаджанов.
+Баба Шайам получил 108 тарелок Чаппан Бхог (в индуизме 56 различных съедобных продуктов, таких как сладости, фрукты, орехи, блюда и т. д., которые предлагаются божеству).
+Лаккха Сингх исполнил песню чаппан бхог бхаджан. Ее сопровождал певец Раджу Кханделвал.
+На презентации Tokyo Game Show в четверг президент Nintendo Satoru Iwata представил дизайн геймпада для новой консоли компании Nintendo Revolution.
+Похожий на пульт от телевизора, контроллер использует два сенсора, расположенных рядом с телевизором пользователя, чтобы триангулировать его положение в трехмерном пространстве.
+Это позволит игрокам управлять действиями и движениями в видеоиграх, перемещая устройство в воздухе.
+Гианкарло Фишиэлла потерял контроль над своим автомобилем и завершил гонку очень скоро после старта.
+Его партнер по команде Фернандо Алонсо лидировал большую часть гонки, но закончил ее сразу после своего пит-стопа, вероятно, из-за плохо закрепленного правого переднего колеса.
+Михаэль Шумахер завершил гонку примерно в то же время, что и Алонсо, из-за повреждений подвески в результате многочисленных сражений во время гонки.
+«Она очень милая и поет неплохо», — сказал он, согласно транскрипции пресс-конференции.
+«Каждый раз, когда мы репетировали эту песню, меня трогало до глубины души».
+Около 3 минут после запуска камера на борту показала, что множество кусков изоляционного пенополиуретана отсоединились от топливного бака.
+Однако, они, по-видимому, не причинили никакого ущерба шаттлу.
+Глава программы шаттлов NASA Н. Уэйн Хейл-младший сказал, что пена упала «после того, как мы озаботились этим».
+Через пять минут начинает дуть ветер, через минуту он достигает 70 км/ч... потом начинается дождь, но так сильно и так большими каплями, что они бьют по коже, как иголки, потом с неба падает град, люди паникуют, кричат и бегут друг на друга.
+Я потерял свою сестру и ее подругу, и на моем пути были два инвалида в инвалидных колясках, люди просто перепрыгивали через них и толкали их», — рассказывает Арманд Версаче.
+NHK также сообщило, что атомная электростанция Kashiwazaki Kariwa в префектуре Ниигата работает в штатном режиме.
+Компания Hokuriku Electric Power Co. не сообщила о каких-либо последствиях землетрясения и заявила, что реакторы № 1 и № 2 на атомной электростанции Shika были остановлены.
+Сообщается, что около 9400 домов в регионе остались без воды, примерно 100 — без электричества.
+Некоторые дороги были повреждены, железнодорожное сообщение прервано в пострадавших районах, а аэропорт Ното в префектуре Исикава остается закрытым.
+Одна бомба взорвалась у здания генерал-губернатора.
+Еще три бомбы взорвались около правительственных зданий в течение двух часов.
+Согласно некоторым сообщениям, число погибших достигло восьми, и официальные данные подтверждают, что до 30 человек получили ранения, но окончательные цифры пока неизвестны.
+В образцах мочи животных, умерших после употребления зараженного корма, были обнаружены как циануровая кислота, так и меламин.
+По словам ученых университета, эти вещества реагируют друг с другом, образуя кристаллы, которые могут блокировать работу почек.
+Исследователи наблюдали кристаллы, которые образуются в моче кошек при добавлении меламина и циануровой кислоты.
+Состав этих кристаллов соответствует кристаллам, обнаруженным в моче больных животных при сравнении инфракрасной спектроскопией (FTIR).
+Не знаю, понимаете ли вы это или нет, но большая часть товаров из Центральной Америки поступала в эту страну без уплаты таможенных пошлин.
+Однако восемьдесят процентов наших товаров облагались таможенными пошлинами в странах Центральной Америки.
+Это не казалось мне справедливым.
+Все, что я говорю людям, это то, что они должны относиться к нам так, как мы относимся к ним.
+Губернатор Калифорнии Арнольд Шварценеггер подписал закон, запрещающий продажу или аренду насильственных видеоигр несовершеннолетним.
+Законопроект требует, чтобы видеоигры, содержащие насилие, продаваемые в штате Калифорния, были помечены наклейкой с надписью «18» и предусматривает штраф в размере 1000 долларов США за продажу таких игр несовершеннолетним.
+Сегодня утром генеральный прокурор Кир Стармер QC сделал заявление, в котором объявил о предъявлении обвинений как Хуне, так и Прэйсу.
+Хьюн подал в отставку, и его место в кабинете займет Эд Дейви, член парламента. Ожидается, что Норман Лэмб, член парламента, займет должность министра по делам бизнеса, освободившуюся после ухода Дейви.
+Хайн и Прайс должны появиться в Вестминстерском магистратском суде 16 февраля.
+Погибли 25-летний Николас Алден и 21-летний Захари Куддебак. Куддебак был водителем.
+Эдгар Вегилла получил ранения руки и челюсти, а Кристоффер Шнайдер потребовал реконструктивной операции на лице.
+Оружие Уки не сработало, когда он направил его на голову пятого человека. Шнайдер испытывает постоянные боли, слепота в одном глазу, отсутствует часть черепа и лицо сделано из титана.
+Шнайдер дал показания по видеосвязи с базы ВВС США в своей родной стране.
+Кроме события в среду, Карпанедо принял участие в двух индивидуальных гонках на Чемпионате.
+Ее первым был слалом, где она получила результат Did Not Finish в своей первой попытке. 36 из 116 участников имели такой же результат в этой гонке.
+В другой ее гонке, гигантском слаломе, она финишировала на десятом месте в группе женщин-колясочников с общим временем 4:41,30, 2:11,60 минут медленнее, чем австрийка Клаудия Лёш, занявшая первое место, и 1:09,02 минут медленнее, чем венгерка Гиёни Дани, занявшая девятое место.
+Четыре лыжницы в женской группе с сидячим положением не смогли завершить свои заезды, а 45 из 117 лыжников в общем зачете не смогли попасть в гонку.
+Полиция штата Мадхья-Прадеш вернула украденный ноутбук и мобильный телефон.
+Заместитель генерального инспектора Д К Ария сказал: «Мы арестовали пятерых мужчин, которые изнасиловали швейцарку, и вернули ей мобильный телефон и ноутбук».
+Обвиняемыми являются Баба Канджар, Бута Канджар, Рампро Канджар, Газа Канджар и Вишну Канджар.
+Полицейский суперинтендант Чандра Шехар Соланки сообщил, что обвиняемые появились в суде с закрытыми лицами.
+Несмотря на то, что в доме находились три человека, никто из них не пострадал.
+Однако водитель получил серьезные травмы головы.
+Дорога, где произошла авария, была временно закрыта, пока спасатели извлекли водителя из красного Audi TT.
+Изначально он был госпитализирован в больницу Джеймса Пейджа в Грейт-Ярмуте.
+Впоследствии его перевели в больницу Addenbrooke's Hospital в Кембридже.
+С тех пор Адекоя находится в суде Эдинбурга, обвиняемая в убийстве своего сына.
+Она находится под стражей до предъявления обвинений и суда, но любые свидетельские показания могут быть запятнаны, поскольку ее изображение было широко опубликовано.
+Это обычная практика в других частях Великобритании, но в Шотландии работает по-другому, и суды посчитали, что публикация фотографий может быть предвзятой.
+Профессор Памела Фергюсон из Университета Данди отмечает: «Журналисты действительно рискуют, если публикуют фотографии подозреваемых».
+Представители Королевской прокуратуры, которая в целом отвечает за возбуждение уголовных дел, сообщили журналистам, что никаких дополнительных комментариев не будет, по крайней мере, до вынесения обвинительного приговора.
+Согласно утечке, документ будет касаться спора о границах, который Палестина хочет урегулировать на основании границ до Войны на Ближнем Востоке 1967 года.
+Отмечается, что в ходе переговоров также были затронуты вопросы будущего статуса Иерусалима, который является священным для обеих стран, а также проблема Иорданской долины.
+Израиль требует постоянного военного присутствия в долине в течение десяти лет после подписания соглашения, в то время как ПНА соглашается оставить такое присутствие только на пять лет.
+Охотники, участвовавшие в дополнительном опыте по борьбе с вредителями, должны были находиться под пристальным наблюдением рейнджеров, поскольку опыт контролировался и его эффективность оценивалась.
+В партнерстве NPWS и Sporting Shooters Association of Australia (NSW) Inc были привлечены квалифицированные волонтеры в рамках программы охоты Sporting Shooters Association.
+По словам Мика О'Флинна, исполняющего обязанности директора по сохранению парков и наследия в NPWS, четыре стрелка, отобранные для первой стрелковой операции, прошли полное обучение безопасности и инструктаж.
+Вчера Мартель принес присягу новому временному избирательному совету (CEP) из девяти членов.
+Это пятый CEP президента за четыре года.
+В прошлом месяце президентская комиссия рекомендовала предыдущему руководителю CEP уйти в отставку в рамках пакета мер, направленных на проведение новых выборов.
+Комиссия стала ответом на массовые антиправительственные протесты, начавшиеся в октябре.
+Иногда жестокие протесты были вызваны невозможностью провести выборы, некоторые из которых должны были состояться с 2011 года.
+Около 60 случаев перегрева iPods были зафиксированы, в результате чего произошло шесть пожаров и четыре человека получили незначительные ожоги.
+Министерство экономики, торговли и промышленности Японии (METI) сообщило, что оно было осведомлено о 27 инцидентах, связанных с устройствами.
+На прошлой неделе METI сообщило, что Apple сообщил о 34 дополнительных случаях перегрева, которые компания назвала «несерьезными».
+Министерство ответило, назвав отсрочку отчета Apple «на самом деле жаль».
+Землетрясение произошло в Мариане в 07:19 утра по местному времени (09:19 вечера по Гринвичу в пятницу).
+Офис управления чрезвычайными ситуациями Северных Марианских островов сообщил, что в стране не было зафиксировано никаких повреждений.
+Также Тихоокеанский центр предупреждения о цунами сообщил, что не было никаких признаков цунами.
+Бывший филиппинский полицейский удерживает в заложниках туристов из Гонконга, захватив их автобус в Маниле, столице Филиппин.
+Роландо Мендоза открыл огонь из своей винтовки М16 по туристам.
+Были спасены несколько заложников, а по меньшей мере шестеро подтверждены мертвыми.
+Шестеро заложников, в том числе дети и пожилые люди, были освобождены раньше, как и филиппинские фотографы.
+Позже фотографы заняли место пожилой дамы, которая пошла в туалет. Мендозу расстреляли.
+Лиггинс пошел по стопам своего отца и выбрал карьеру врача.
+Он прошел обучение в качестве акушера-гинеколога и начал работать в Национальном женском госпитале Окленда в 1959 году.
+Во время работы в больнице Лиггин начал заниматься изучением преждевременных родов в свободное время.
+Его исследования показали, что применение гормона ускорит созревание легких плода.
+Сообщается, что в среду правительственные следователи обнаружили два бортовых самописца.
+Коллеги-рестлеры также почтили память Луны.
+Томми Дример сказал: «Луна была первой королевой экстрима. Моим первым менеджером. Луна умерла в ночь двух лун. Очень уникально, как и она. Сильная женщина».
+Дастин «Голдуст» Раннеллс прокомментировал, что «Луна была такой же странной, как и я... может быть, даже больше... люблю ее и буду ее скучать... надеюсь, она в лучшем месте».
+Среди 1400 человек, опрошенных до федеральных выборов 2010 года, число тех, кто выступает против превращения Австралии в республику, выросло на 8 процентов с 2008 года.
+В ходе предвыборной кампании федеральных выборов 2010 года временный премьер-министр Джулия Гиллард заявила, что считает, что Австралия должна стать республикой в конце правления королевы Елизаветы II.
+По мнению 34 процентов опрошенных, королева Елизавета II должна стать последним монархом Австралии.
+По данным опроса, 29 процентов респондентов считают, что Австралия должна стать республикой как можно скорее, в то время как 31 процент считает, что Австралия никогда не должна стать республикой.
+Олимпийский чемпион должен был плавать на дистанциях 100 и 200 метров вольным стилем, а также в трех эстафетах на Играх Содружества, но из-за его жалоб его физическая форма вызывает сомнения.
+Он не может принимать препараты, необходимые для снятия боли, поскольку они запрещены на Играх.
+25 января Кертис Купер, математик и преподаватель компьютерных наук в Университете штата Миссури, обнаружил самый большой известный на сегодняшний день простое число.
+К началу февраля несколько человек подтвердили открытие, используя разное оборудование и программное обеспечение, и оно было объявлено в среду.
+Возможно, кометы были источником доставки воды на Землю вместе с органическими веществами, которые могут образовывать белки и поддерживать жизнь.
+Учёные надеются понять, как формируются планеты, особенно как формировалась Земля, поскольку столкновения комет с Землёй произошли давно.
+Куомо, 53 года, начал свою губернаторскую деятельность в начале этого года и подписал закон в прошлом месяце, легализующий однополые браки.
+Он назвал эти слухи «политической болтовней и бессмыслицей».
+По слухам, он планирует баллотироваться на пост президента в 2016 году.
+Согласно заявлению FAA, NextGen позволит самолетам летать по более коротким маршрутам и сэкономить миллионы галлонов топлива каждый год, а также сократить выбросы углекислого газа.
+Он использует технологию, основанную на спутниках, в отличие от более старой технологии, основанной на радиолокационных станциях на земле, чтобы позволить диспетчерам воздушного движения более точно определять местоположение самолетов и предоставлять пилотам более точную информацию.
+Дополнительные транспортные средства не будут задействованы, а наземные поезда не будут останавливаться на станции Wembley, и парковка и услуги парковки и посадки не будут доступны на стадионе.
+Опасения по поводу отсутствия транспорта привели к тому, что возникла вероятность того, что игра будет проведена за закрытыми дверями без присутствия болельщиков команды.
+Исследование, опубликованное в четверг в журнале Science, сообщило о формировании нового вида птиц на эквадорских Галапагосских островах.
+Исследователи из Принстонского университета в США и Упсальского университета в Швеции сообщили, что новый вид эволюционировал всего за два поколения, хотя ранее считалось, что этот процесс занимает гораздо больше времени из-за скрещивания эндемичного дарвиновского финча, Geospiza fortes, и иммигрантского кактусового финча, Geospiza conirostris.
+Золото можно обрабатывать в любые формы. Его можно раскатывать в маленькие формы.
+Из него можно вытянуть тонкую проволоку, которую можно закрутить и плести. Его можно бить или раскатывать в листы.
+Его можно сделать очень тонким и приклеить на другой металл. Его можно сделать настолько тонким, что он иногда использовался для украшения рукописных иллюстраций в книгах, называемых "иллюминированными манускриптами".
+Это называется pH химического вещества. Вы можете сделать индикатор, используя сок красной капусты.
+Цвет капустного сока меняется в зависимости от того, насколько кислым или щелочным (основным) является химическое вещество.
+Уровень pH определяется количеством ионов водорода (H в pH) в исследуемом химическом веществе.
+Ионы водорода — это протоны, лишенные своих электронов (так как атом водорода состоит из одного протона и одного электрона).
+Смешайте два сухих порошка и затем, используя чистые влажные руки, превратите их в шарик.
+Влажность на ваших руках будет взаимодействовать с внешними слоями, и вы почувствуете странное ощущение и сформируется какая-то оболочка.
+В городах Хараппа и Мохенджо-даро практически в каждом доме имелся сливной унитаз, подключенный к сложной канализационной системе.
+Останки канализационных систем были обнаружены в домах Минойских городов Крита и Санторини в Греции.
+В Древнем Египте, Персии и Китае тоже были туалеты. В римской цивилизации туалеты иногда были частью общественных бань, где мужчины и женщины были вместе в смешанных компаниях.
+Когда вы звоните кому-то, кто находится тысячи миль от вас, вы используете спутник.
+Спутник в космосе получает сигнал и отражает его обратно почти мгновенно.
+Спутник был отправлен в космос ракетой. Астрономы используют телескопы в космосе, потому что атмосфера Земли искажает некоторые из нашего света и обзор.
+Чтобы вывести спутник или телескоп на орбиту, нужен огромный ракетный двигатель высотой более 100 футов.
+Колесо изменило мир в невероятные способы. Самое главное, что колесо сделало для нас, это дало нам намного легче и быстрее передвигаться.
+Он принес нам поезд, машину и многие другие средства передвижения.
+Под ними находятся более мелкие кошки, которые едят более мелкую добычу, начиная от кроликов и заканчивая антилопами и оленями.
+Наконец, существует множество мелких кошек (включая домашних кошек), которые едят намного более многочисленную мелкую добычу, такую как насекомые, грызуны, ящерицы и птицы.
+Секрет их успеха заключается в концепции ниши, специальной работе, которую выполняет каждая кошка, чтобы не конкурировать с другими.
+Львы — самые социальные кошки, живущие в больших группах, называемых прайдами.
+В стаде от одного до трех взрослых самцов, а также до тридцати самок и детенышей.
+Самки обычно тесно связаны друг с другом, образуя большую семью сестер и дочерей.
+Семейства львов ведут себя примерно так же, как стаи волков или собак, животные удивительно похожие на львов (но не на других крупных кошек) в поведении, и также очень смертоносны для своей добычи.
+Хорошо развитый атлет, тигр может лазить (хотя и не очень хорошо), плавать, прыгать на большие расстояния и тянуть с пятикратной силой сильного человека.
+Тигр входит в одну группу (род Panthera) с львами, леопардами и ягуарами. Эти четыре кошки — единственные, кто может рычать.
+Рокот тигра не похож на полнозвучный рокот льва, но больше напоминает фразу, произнесенную скрипучим голосом.
+Оцелоты любят есть мелких животных. Они поймают обезьян, змей, грызунов и птиц, если смогут. Почти все животные, которых охотится оцелот, намного меньше его самого.
+Учёные полагают, что оцелоты следуют за животными, чтобы их поесть (добычей), по запаху, нюхая, где они были на земле.
+Они очень хорошо видят в темноте с помощью ночного видения и очень тихо передвигаются. Оцелоты охотятся на свою добычу, сливаясь с окружающей средой, а затем нападают на нее.
+Когда маленькая группа живых существ (маленькая популяция) отделяется от основной популяции, к которой они принадлежат (например, если они пересекают горный хребет или реку, или если они переселяются на новый остров, чтобы они не могли легко вернуться назад), они часто оказываются в другой среде обитания, чем прежде.
+Это новое окружение имеет другие ресурсы и другие конкуренты, поэтому новая популяция будет нуждаться в других характеристиках или адаптациях, чтобы стать более сильным конкурентом, чем прежде.
+Оригинальное население не изменилось вообще, им по-прежнему нужны те же самые адаптации, что и раньше.
+С течением времени, когда новая популяция начинает адаптироваться к своему новому окружению, она становится все менее похожей на другую популяцию.
+В конце концов, через тысячи или даже миллионы лет две популяции будут настолько отличаться друг от друга, что их нельзя будет назвать одной и той же видом.
+Мы называем этот процесс специализацией, что означает формирование новых видов. Специализация является неизбежным следствием и очень важной частью эволюции.
+Растения производят кислород, которым дышат люди, и поглощают углекислый газ, которым люди выдыхают (то есть выдыхают).
+Растения получают свою пищу от солнца с помощью фотосинтеза. Они также обеспечивают тень.
+Мы строим свои дома из растений и шьем одежду из растений. Большинство продуктов, которые мы едим, это растения. Без растений животные не могли бы выжить.
+Мозазавр был апекс-хищником своего времени, поэтому ничего не боялся, кроме других мозазавров.
+Его длинные челюсти были покрыты более чем 70 острыми зубами, а также дополнительным набором на крыше его рта, что означало, что ничто не могло ускользнуть от этого хищника.
+Мы не знаем наверняка, но, возможно, у него был раздвоенный язык. Его рацион состоял из черепах, крупных рыб, других мозазавров, и он, возможно, даже был каннибалом.
+Оно также нападало на всё, что попадало в воду; даже гигантские динозавры, такие как T. rex, не смогли бы противостоять ему.
+Хотя большая часть их еды была бы знакома нам, римляне все же имели свою долю странных или необычных блюд, включая дикого кабана, павлина, улиток и определенного вида грызунов, называемых древесными мышами
+Другое отличие заключалось в том, что бедные люди и женщины ели свою пищу, сидя на стульях, а богатые мужчины предпочитали устраивать банкеты, на которых они лежали на боку, когда ели.
+Древнеримские блюда не могли включать в себя продукты, которые попали в Европу из Америки или Азии в более поздние века.
+Например, у них не было кукурузы, помидоров, картофеля, какао, и древние римляне никогда не пробовали индейку.
+Бабилоняне построили каждому из своих богов главный храм, который считался домом бога.
+Люди приносили жертвы богам, а священники пытались удовлетворить нужды богов через церемонии и праздники.
+У каждого храма был открытый двор храма и затем внутренний святилище, куда могли попасть только священники.
+Иногда специальные пирамидальные башни, называемые зиккуратами, строились в качестве части храмов.
+Верхняя часть башни была особым святилищем для бога.
+В теплом климате Ближнего Востока дом был не так важен.
+Большая часть жизни еврейской семьи проходила на открытом воздухе.
+Женщины готовили еду на улице; магазины были просто открытыми прилавками, выходящими на улицу. Для строительства домов использовался камень.
+В стране Канаан не было больших лесов, поэтому древесина стоила очень дорого.
+Население Гренландии было немногочисленным. В скандинавских сагах говорится, что Эрик Рыжий был изгнан из Исландии за убийство и, путешествуя дальше на запад, нашел Гренландию и назвал ее Гренландией.
+Но несмотря на его открытие, эскимосские племена уже жили там в то время.
+Хотя каждая страна была «скандинавской», между людьми, королями, обычаями и историей Дании, Швеции, Норвегии и Исландии было много различий.
+Если вы посмотрели фильм «Национальное сокровище», вы можете подумать, что карта сокровищ была написана на обратной стороне Декларации независимости.
+Однако это не так. Хотя что-то написано на обратной стороне документа, это не карта сокровищ.
+На оборотной стороне Декларации независимости были написаны слова «Оригинальная Декларация независимости от 4 июля 1776 года». Текст расположен на нижней части документа, перевернутым.
+Хотя никто точно не знает, кто написал его, известно, что в начале своей жизни большой пергаментный документ (его размеры составляют 29¾ дюйма на 24½ дюйма) был свернут для хранения.
+Таким образом, вероятно, что запись была добавлена просто как метка.
+Вторжение в Нормандию и последующие сражения освободили север Франции, но юг все еще не был свободен.
+Она была оккупирована "вишистскими" французами. Это были французы, которые в 1940 году сделали мир с немцами и работали на оккупантов, а не воевали с ними.
+15 августа 1940 года союзники вторглись в южную Францию, вторжение получило название "Операция "Драгун"".
+За две недели американские и силы Свободной Франции освободили южную Францию и двинулись на Германию.
+Цивилизация — это уникальная культура, присущая значительному большому количеству людей, которые живут и работают сообща, общество.
+Слово "цивилизация" произошло от латинского civilis, означающего "гражданский", связанного с латинским civis, означающим "гражданин", и civitas, означающим "город" или "город-государство", и это также определяет размер общества.
+Городские государства являются предшественниками наций. Цивилизационная культура предполагает передачу знаний из поколения в поколение, сохранение культурного следа и справедливое распространение.
+Многие мелкие культуры исчезают без оставления каких-либо значимых исторических свидетельств и не могут быть признаны полноценными цивилизациями.
+Во время войны за независимость тринадцать штатов сначала создали слабую центральную власть — с Конгрессом в качестве единственного ее компонента — в соответствии с Статьями Конфедерации.
+Конгресс не обладал никакой властью, чтобы вводить налоги, и, поскольку не было национального исполнительного или судебного органа, он полагался на местные власти, которые часто были несотрудничающими, чтобы выполнять все свои акты.
+Он также не имел полномочий нарушать налоговые законы и тарифы между государствами.
+Для изменения статей требовалось единогласное согласие всех штатов, и штаты относились к центральному правительству настолько легкомысленно, что их представители часто отсутствовали.
+Национальная футбольная сборная Италии, наряду с национальной футбольной сборной Германии, является второй по успешности командой в мире и была чемпионом мира по футболу ФИФА в 2006 году.
+Популярные виды спорта: футбол, баскетбол, волейбол, водное поло, фехтование, регби, велоспорт, хоккей на льду, роллер-хоккей и автогонки "Формула-1".
+Зимние виды спорта наиболее популярны в северных регионах, где итальянцы участвуют в международных соревнованиях и Олимпийских играх.
+В Японии насчитывается почти 7000 островов (самый крупный из них — Хонсю), что делает Японию 7-м по величине островом в мире!
+Благодаря группе островов, находящихся в Японии, Японию часто называют "архипелагом" с географической точки зрения.
+Тайвань начал свое существование еще в 15-м веке, когда европейские мореплаватели, проплывая мимо, записали название острова как Ilha Formosa, или прекрасный остров.
+В 1624 году Голландская Ост-Индская компания основала базу в юго-западной части Тайваня, что привело к изменению традиционных методов выращивания зерновых и привлечению китайских рабочих для работы на рисовых и сахарных плантациях.
+В 1683 году силы династии Цин (1644-1912) захватывают западные и северные прибрежные районы Тайваня и провозглашают Тайвань провинцией империи Цин в 1885 году.
+В 1895 году, после поражения в Первой китайско-японской войне (1894-1895), правительство династии Цин подписывает Шемоносекский договор, по которому отказывается от суверенитета над Тайванем в пользу Японии, которая правит островом до 1945 года.
+Мачу-Пикчу состоит из трех основных построек: Интиуатана, храма Солнца и комнаты с тремя окнами.
+Большинство зданий на окраинах комплекса были отреставрированы, чтобы дать туристам лучшее представление о том, как они выглядели изначально.
+К 1976 году тридцать процентов Мачу-Пикчу были восстановлены, и восстановление продолжается до сих пор.
+Например, наиболее распространенным форматом фотосъемки в мире является 35 мм, который был доминирующим размером пленки в конце эры аналоговой фотосъемки.
+Она по-прежнему производится и сегодня, но еще важнее то, что ее соотношение сторон было унаследовано форматами сенсоров цифровых камер.
+Формат 35 мм, на самом деле, несколько запутанно, имеет ширину 36 мм и высоту 24 мм.
+Таким образом, соотношение сторон этого формата (делить на двенадцать, чтобы получить наиболее простое целочисленное соотношение) равно 3:2.
+Многие распространенные форматы (например, семейство форматов APS) равны или близки по отношению к этому соотношению сторон.
+Многократно нарушаемый и часто подвергаемый насмешкам принцип третей — это простое руководство, создающее динамику и сохраняющее меру порядка в изображении.
+Указывается, что наиболее эффективное место для главного объекта находится на пересечении горизонтальных и вертикальных линий, разделяющих изображение на три части (см. пример).
+Во время этого периода европейской истории католическая церковь, которая стала богатой и могущественной, подверглась критике.
+На протяжении тысячи лет христианская религия объединяла европейские государства, несмотря на различия в языках и обычаях.
+Его всеобъемлющая власть коснулась каждого, от короля до простолюдина.
+Одно из основных христианских убеждений заключается в том, что богатство должно быть использовано для облегчения страданий и бедности, а денежные средства церкви предназначены именно для этого.
+Центральная власть церкви находилась в Риме более тысячи лет, и это сосредоточение власти и денег привело к тому, что многие стали задаваться вопросом, соблюдается ли этот принцип.
+Вскоре после начала боевых действий Великобритания организовала морскую блокаду Германии.
+Стратегия оказалась эффективной, перекрыв жизненно важные военные и гражданские поставки, хотя этот блокадный режим нарушал общепризнанное международное право, закрепленное в нескольких международных соглашениях прошлых двух веков.
+Британия заминировала международные воды, чтобы предотвратить вход в определенные части океана любых судов, что представляло опасность даже для нейтральных судов.
+Ввиду ограниченного ответа на эту тактику, Германия ожидала подобного ответа на свою неограниченную подводную войну.
+В течение 1920-х годов преобладающие настроения большинства граждан и народов были направлены на пацифизм и изоляционизм.
+После ужасов и зверств Первой мировой войны народы стремились избежать подобной ситуации в будущем.
+В 1884 году Тесла переехал в Соединенные Штаты Америки, чтобы принять работу в компании Эдисона в Нью-Йорке.
+Он приехал в США с 4 центами в кармане, книгой стихов и рекомендательным письмом от Чарльза Батчелора (его менеджера на предыдущей работе) Томасу Эдисону.
+Древний Китай имел уникальный способ отображения различных временных периодов; каждая фаза Китая или каждая семья, которая была у власти, была отдельной династией.
+Также между каждой династией был неустойчивый период разделенных провинций. Самый известный из этих периодов — эпоха Троецарствия, длившаяся 60 лет между династиями Хань и Цзинь.
+Во время этих периодов между многими аристократами велась жестокая борьба за трон.
+Эпоха "Трех царств" была одной из самых кровавых в истории древнего Китая. Тысячи людей погибли, сражаясь за право сидеть на самом высоком троне в величественном дворце в Сиане.
+Существует много социальных и политических последствий, таких как использование метрической системы, переход от абсолютизма к республиканству, национализм и убеждение, что страна принадлежит народу, а не одному лишь правителю.
+Также после революции профессии были открыты для всех мужчин, что позволило самым амбициозным и успешным добиться успеха.
+То же самое касается и армии, поскольку вместо того, чтобы воинские звания основывались на классе, теперь они основывались на кайлабре.
+Французская революция также вдохновила многих других представителей рабочего класса других стран начать свои собственные революции.
+Мухаммед был глубоко заинтересован в вопросах, выходящих за рамки повседневной жизни. Он часто посещал пещеру, ставшую известной как «Хира‘», на горе «Нур» (свет) для размышлений.
+сама пещера, которая пережила времена, дает очень яркое представление о духовных наклонностях Мухаммеда.
+Находясь на вершине одной из гор севернее Мекки, пещера полностью изолирована от остального мира.
+На самом деле, даже если бы человек знал, что она существует, найти ее было бы нелегко. Как только вы попадаете в пещеру, вы оказываетесь в полной изоляции.
+Внутри пещеры ничего не видно, кроме чистого, прекрасного неба над головой и множества окружающих гор. Очень малое количество этого мира можно увидеть или услышать изнутри пещеры.
+Великая пирамида в Гизе — единственное из семи чудес, которое сохранилось до наших дней.
+Великая пирамида, построенная египтянами в третьем веке до нашей эры, является одним из многих больших пирамидных сооружений, возведенных в честь умерших фараонов.
+Плато Гиза, или "Некрополь Гизы" в Египетской долине мертвых, содержит несколько пирамид (самой большой из которых является Великая пирамида), несколько маленьких гробниц, несколько храмов и великого Сфинкса.
+Великая пирамида была создана в честь фараона Хуфу, а многие из мелких пирамид, гробниц и храмов были построены в честь жен и членов семьи Хуфу.
+Отметка «вверх» напоминает букву V, а отметка «вниз» напоминает гвоздь или квадрат, у которого отсутствует нижняя сторона.
+«Вверх» означает, что вы должны начать с кончика и надавить на струну, а «вниз» означает, что вы должны начать с кончика (где ваша рука держит струну) и тянуть струну.
+Верхний смычок обычно дает мягкий звук, в то время как нижний смычок дает более сильный и уверенный звук.
+Не стесняйтесь записывать свои собственные метки, но помните, что напечатанные метки для сгибания имеют музыкальную причину, поэтому они обычно должны быть учтены.
+Терроризированный король Людовик XVI, королева Мария-Антуанетта, их два маленьких ребенка (11-летняя Мария-Тереза и четырехлетний Луи-Шарль) и сестра короля, мадам Элизабет, 6 октября 1789 года были вынуждены вернуться в Париж из Версаля толпой торговцев.
+В карете они вернулись в Париж, окруженные толпой людей, которые кричали и угрожали королю и королеве.
+Толпа людей заставила короля и королеву держать окна кареты широко открытыми.
+В какой-то момент один из участников толпы показал голову убитого королевского стража, найденную в Версале, перед испуганной королевой.
+Военные расходы американского империализма на завоевание Филиппин были оплачены самими филиппинцами.
+Они были вынуждены платить налоги колониальному режиму США, чтобы покрыть большую часть расходов и проценты по облигациям, выпущенным в пользу филиппинского правительства через банковские дома Уолл-стрит.
+Конечно, суперприбыли, полученные в результате долгосрочного эксплуатирования филиппинского народа, будут основным приобретением американского империализма.
+Чтобы понять тамплиеров, нужно понять контекст, который побудил к созданию ордена.
+Возраст, в котором происходили события, принято называть Высоким Средневековьем — периодом европейской истории в 11, 12 и 13 веках (1000–1300 гг. н. э.).
+Высокое Средневековье предшествовало раннему Средневековью и следовало за поздним Средневековьем, которое по традиции заканчивается примерно в 1500 году.
+Технологический детерминизм — это термин, охватывающий широкий спектр идей в практике, от технологического императива или технологического импульса до строгого смысла, согласно которому судьба человека определяется скрытой логикой, связанной с научными законами и их проявлением в технологиях.
+Большинство интерпретаций технологического детерминизма разделяют две общие идеи: то, что развитие технологий идет по пути, который в значительной степени не зависит от культурного или политического влияния, и то, что технологии в свою очередь оказывают "эффекты" на общества, которые являются врожденными, а не социально обусловленными.
+Например, можно сказать, что автомобиль обязательно ведет к развитию дорог.
+Однако национальная сеть дорог не экономически выгодна для всего нескольких автомобилей, поэтому разрабатываются новые методы производства, чтобы снизить стоимость владения автомобилем.
+Большое количество автомобилей также приводит к большему количеству аварий на дорогах, что приводит к изобретению новых технологий в сфере здравоохранения для ремонта поврежденных тел.
+Романтизм имел значительный элемент культурного детерминизма, заимствованный у таких писателей, как Гёте, Фихте и Шлегель.
+В контексте романтизма география формировала индивидов, и с течением времени возникли обычаи и культура, связанные с этой географией, и эти, гармонизируя с местом общества, были лучше произвольно навязанных законов.
+Подобно тому, как Париж известен как модная столица современного мира, Константинополь считался модной столицей феодальной Европы.
+Его известность как эпицентра роскоши началась примерно в 400 г. н. э. и продолжалась до примерно 1100 г. н. э.
+Его статус упал в XII веке в основном из-за того, что крестоносцы вернулись с подарками, такими как шелк и специи, которые были дороже, чем предлагали византийские рынки.
+В это время произошло перемещение титула модной столицы с Константинополя в Париж.
+Готический стиль достиг своего пика в период между 10-м и 11-м веками и 14-м веком.
+В начале одежда была сильно влияна восточной Византийской культурой.
+Однако из-за медленных каналов связи стили в западных странах могли отставать на 25-30 лет.
+В конце Средневековья западная Европа начала развивать свой собственный стиль. Одной из самых больших инноваций того времени в результате крестовых походов люди начали использовать пуговицы для застегивания одежды.
+Субсидиарное сельское хозяйство — это сельское хозяйство, которое осуществляется для производства достаточного количества продуктов питания, чтобы удовлетворить только потребности сельскохозяйственного работника и его семьи.
+Субсидиарное сельское хозяйство — это простой, часто органический, способ выращивания, использующий сберегаемый семенной материал, характерный для экорегиона, в сочетании с севооборотом или другими относительно простыми методами, чтобы максимизировать урожайность.
+Исторически большинство фермеров занимались субсидиарным сельским хозяйством, и это по-прежнему характерно для многих развивающихся стран.
+Субкультуры объединяют людей с похожими взглядами, которые чувствуют себя забытыми обществом и позволяют им развить чувство собственной идентичности.
+Субкультуры могут отличаться из-за возраста, этнической принадлежности, класса, места проживания и/или пола членов.
+Определяющие качества субкультуры могут быть лингвистическими, эстетическими, религиозными, политическими, сексуальными, географическими или комбинацией факторов.
+Члены субкультуры часто демонстрируют свое членство с помощью характерного и символичного использования стиля, который включает в себя моду, манеры и жаргон.
+Одним из наиболее распространенных методов, используемых для иллюстрации важности социализации, является рассказ о нескольких несчастных случаях с детьми, которые не были социализированы взрослыми во время своего роста из-за пренебрежения, несчастья или намеренного злоупотребления.
+Таких детей называют «дикими» или «дикарями». Некоторые дикие дети были изолированы людьми (обычно их собственными родителями); в некоторых случаях это было связано с отказом родителей принять ребенка с тяжелыми интеллектуальными или физическими нарушениями.
+Дети-сироты могли испытывать серьезное насилие или травмы до того, как их бросили или они сбежали.
+Другие, как утверждается, были выращены животными; некоторые, как говорят, жили в дикой природе в одиночку.
+Когда ребёнок полностью воспитывается нечеловеческими животными, он демонстрирует поведение (в пределах физических возможностей) почти исключительно похожее на поведение конкретного животного-опекуна, например, его страх или равнодушие к людям.
+Хотя проектно-ориентированное обучение должно делать обучение легче и интереснее, скаффолдинг идет еще дальше.
+Строительные леса не являются методом обучения, а являются средством поддержки для людей, которые проходят новый опыт обучения, например, используют новую компьютерную программу или начинают новый проект.
+Скаффолды могут быть как виртуальными, так и реальными, то есть учитель — это форма скаффолда, но так же и маленький человечек с булавкой в Microsoft Office.
+Виртуальные схемы встроены в программное обеспечение и предназначены для того, чтобы задавать вопросы, напоминать и объяснять процедуры, которые могут оказаться слишком сложными для студента.
+Детей помещают в приемные семьи по самым разным причинам, начиная от пренебрежения и заканчивая даже вымогательством.
+Ни один ребенок никогда не должен расти в среде, которая не способствует его развитию, заботе и образованию, но они это делают.
+Мы рассматриваем систему опеки как зону безопасности для этих детей.
+Наша система устройства детей в приемные семьи должна обеспечивать безопасные дома, заботливых опекунов, стабильное образование и надежную медицинскую помощь.
+Опекунство должно обеспечить все необходимое, чего не хватало в предыдущем доме.
+Интернет сочетает в себе элементы как массовой, так и межличностной коммуникации.
+Особенности Интернета приводят к дополнительным измерениям в плане подхода к использованию и удовлетворению.
+Например, "обучение" и "социализация" считаются важными мотивами использования Интернета (Джеймс и др., 1995).
+«Личное вовлечение» и «продолжающиеся отношения» были также идентифицированы как новые аспекты мотивации исследователями Eighmey и McCord (1998), когда они изучали реакции аудитории на веб-сайты.
+Использование видеозаписи привело к важным открытиям в интерпретации микроэкспрессий, движений лица, продолжительность которых составляет несколько миллисекунд.
+В частности, утверждается, что можно определить, что человек лжет, правильно расшифровывая микроэмоции.
+В своей статье "Речь президента" Оливер Сакс указывает на то, что люди, которые не могут понять речь из-за повреждения мозга, все равно могут оценить искренность.
+Он даже предполагает, что такие способности к интерпретации человеческого поведения могут быть у животных, таких как домашние собаки.
+Исследования двадцатого века показали, что существуют два пула генетических вариаций: скрытые и выраженные.
+Мутация добавляет новую генетическую вариацию, а отбор удаляет ее из пула выраженной вариации.
+Сегрегация и рекомбинация перемешивают вариации между двумя пулами с каждым поколением.
+В условиях саванны примату с пищеварительной системой, похожей на человеческую, сложно удовлетворить свои потребности в аминокислотах за счет доступных растительных ресурсов.
+Кроме того, невыполнение этого требования имеет серьезные последствия: депрессия роста, недостаточное питание и, в конечном итоге, смерть.
+Самыми доступными растительными ресурсами были бы белки, содержащиеся в листьях и бобах, но они трудно перевариваются для приматов, таких как мы, если их не приготовить.
+В отличие от продуктов животного происхождения (муравьи, термиты, яйца), которые не только легко усваиваются, но и обеспечивают высокое количество белка, содержащего все необходимые аминокислоты.
+Если учесть все обстоятельства, то мы не должны удивляться, если наши собственные предки решали свою "протеин-проблему" примерно так же, как шимпанзе в саванне решают ее сегодня.
+Прерывание сна — это процесс намеренного пробуждения во время нормального сна и засыпания спустя некоторое время (10–60 минут).
+Это можно легко сделать, используя относительно тихий будильник, чтобы привести вас в сознание без полного пробуждения.
+Если вы обнаруживаете, что переворачиваете будильник во сне, его можно поставить на другую сторону комнаты, заставив вас встать с кровати, чтобы выключить его.
+Другие варианты, основанные на биоритмах, предполагают употребление большого количества жидкости (особенно воды или чая, известного мочегонного средства) перед сном, что заставляет человека встать, чтобы помочиться.
+Количество внутреннего спокойствия, которым обладает человек, коррелирует с количеством напряжения в теле и душе.
+Чем ниже напряжение, тем сильнее присутствует жизненная энергия. У каждого человека есть потенциал найти абсолютное спокойствие и удовлетворение.
+Каждый может достичь просветления. Единственное препятствие на пути к этой цели — наше собственное напряжение и негативность.
+Тибетский буддизм основан на учениях Будды, но был расширен путем махаяны любви и множеством техник из индийского йоги.
+В принципе тибетский буддизм очень прост. Он состоит из йоги Кундалини, медитации и пути всеобъемлющей любви.
+С помощью Кундалини-йоги пробуждается энергия Кундалини (энергия просветления) через йога-асаны, дыхательные упражнения, мантры и визуализации.
+Центром тибетской медитации является йога божеств. Через визуализацию различных божеств очищаются энергетические каналы, активизируются чакры и создается сознание просветления.
+Германия была общим врагом во время Второй мировой войны, что привело к сотрудничеству между СССР и США. С окончанием войны конфликты системы, процесса и культуры привели к тому, что страны разошлись.
+Спустя два года после окончания войны бывшие союзники стали врагами, и началась "холодная война".
+Он должен был длиться еще 40 лет и вестись в реальности, при помощи прокси-армий, на полях сражений от Африки до Азии, в Афганистане, на Кубе и во многих других местах.
+К 17 сентября 1939 года польская оборона уже была прорвана, и единственной надеждой было отступление и перегруппировка на румынском плацдарме.
+Однако эти планы стали неактуальными почти в одночасье, когда более 800 000 солдат Красной Армии Советского Союза вошли и создали Белорусский и Украинский фронты после вторжения в восточные регионы Польши в нарушение Рижского мирного договора, Советско-польского пакта о ненападении и других международных договоров, как двусторонних, так и многосторонних.
+Использование кораблей для перевозки грузов является самым эффективным способом перемещения больших объемов людей и грузов через океаны.
+Традиционно задача флота заключалась в том, чтобы ваша страна сохраняла возможность перемещать ваших людей и товары, одновременно мешая вашему противнику перемещать его людей и товары.
+Одним из самых заметных последних примеров этого является кампания в Северной Атлантике во время Второй мировой войны. Американцы пытались перебросить людей и материалы через Атлантический океан, чтобы помочь Британии.
+Параллельно германский флот, используя в основном подводные лодки, пытался остановить этот трафик.
+Если бы союзники не справились, Германия, вероятно, смогла бы завоевать Британию, поскольку она уже захватила остальную Европу.
+Считается, что первые домашние овцы появились примерно 10 000 лет назад в горах Загроса в Иране.
+Древние культуры и племена начали их содержать для удобного доступа к молоку, шерсти, мясу и шкурам.
+Обычно домашние козы содержались в стадах, которые бродяжничали по холмам или другим пастбищам, часто под присмотром пастухов, которые часто были детьми или подростками, похожими на более широко известных пастухов. Эти методы пастушьей работы до сих пор используются.
+Железные дороги были построены в Англии еще в 16-м веке.
+Хотя вагонетки состояли всего из параллельных досок, они позволяли лошадям, тянущим их, развивать большую скорость и тянуть большие грузы, чем по слегка более грубым дорогам того времени.
+Скрепки были введены довольно рано, чтобы удерживать рельсы на месте. Однако со временем стало ясно, что рельсы будут более эффективными, если на их верхней части будет железный стык.
+Это стало обычной практикой, но железные колеса изнашивали деревянные колеса телег.
+В конце концов, деревянные колеса были заменены железными. В 1767 году были введены первые полностью железные рельсы.
+Первым известным видом транспорта был ходьба, люди начали ходить прямо два миллиона лет назад с появлением Homo Erectus (человек прямоходящий).
+Их предшественники, австралопитеки, не ходили вертикально по привычке.
+Останки австралопитеков возрастом от 4,2 до 3,9 миллиона лет назад содержат следы бипедальных специализаций, хотя сахелантроп мог ходить на двух ногах уже семь миллионов лет назад.
+Мы можем начать жить более дружелюбно к окружающей среде, мы можем присоединиться к экологическому движению, и мы даже можем стать активистами, чтобы хотя бы немного снизить будущие страдания.
+Это похоже на симптоматическое лечение в большинстве случаев. Тем не менее, если мы не хотим временного решения, то нужно найти причину проблем и устранить ее.
+Достаточно очевидно, что из-за научно-технического прогресса человечества мир сильно изменился, и проблемы увеличились из-за перенаселения и излишней экстравагантности человеческого образа жизни.
+После утверждения Конгрессом 4 июля рукописный черновик, подписанный президентом Конгресса Джоном Ханкоком и секретарем Чарльзом Томсоном, был отправлен в типографию Джона Данлапа, расположенную в нескольких кварталах от Конгресса.
+В течение ночи было напечатано от 150 до 200 экземпляров, известных как "Dunlap broadsides".
+Первое публичное чтение документа было проведено Джоном Никсоном в дворе Индепенденс-холла 8 июля.
+Одна была отправлена Джорджу Вашингтону 6 июля, который прочитал ее своим войскам в Нью-Йорке 9 июля. Копия дошла до Лондона 10 августа.
+Существующие сегодня 25 экземпляров дюнапских листовок являются самыми старыми сохранившимися копиями документа. Оригинальный рукописный экземпляр не сохранился.
+Сегодня многие палеонтологи считают, что одна группа динозавров выжила и до сих пор жива. Мы их называем птицами.
+Многие не считают их динозаврами, потому что у них есть перья и они могут летать.
+Но есть много вещей, связанных с птицами, которые все еще выглядят как динозавры.
+У них есть когти и чешуйки на лапах, они откладывают яйца и ходят на двух задних лапах, как динозавр Т-Рекс.
+Большинство компьютеров, используемых сегодня, основаны на обработке информации, закодированной в виде двоичных чисел.
+Бинарное число может иметь только одно из двух значений, то есть либо 0, либо 1, и эти числа называются битами, или бинарными цифрами, в соответствии с компьютерным жаргоном.
+Внутреннее отравление может не быть сразу заметным. Симптомы, такие как рвота, достаточно общие, чтобы нельзя было сразу поставить диагноз.
+Самым лучшим признаком внутреннего отравления может быть наличие открытой упаковки лекарств или токсичных бытовых химикатов.
+Проверьте этикетку, чтобы узнать конкретные инструкции по оказанию первой помощи при конкретном отравлении.
+Термин "жук" используется энтомологами в официальном смысле для этой группы насекомых.
+Это слово произошло от древнего знакомства с постельными клопами, которые являются насекомыми, высоко приспособленными к паразитированию на человеке.
+Оба вида насекомых являются нидиколовыми, то есть адаптированными к жизни в гнездах или жилищах своих хозяев.
+В Соединенных Штатах Америки известно около 400 000 случаев рассеянного склероза (РС), что делает его ведущим неврологическим заболеванием среди молодых и среднего возраста.
+Это заболевание поражает центральную нервную систему, которая состоит из мозга, спинного мозга и зрительного нерва.
+Исследования показали, что женщины в два раза чаще страдают от рассеянного склероза, чем мужчины.
+Супруги могут решить, что не в их интересах, или интересах их ребенка, растить малыша.
+Эти пары могут решить разработать план усыновления своего ребенка.
+В ходе усыновления биологические родители отказываются от своих родительских прав, чтобы другой пара могла стать родителями ребенка.
+Основная цель науки состоит в том, чтобы выяснить, как работает мир с помощью научного метода. Этот метод фактически руководит большинством научных исследований.
+Однако это не единственное, эксперименты и эксперимент — это тест, который используется для исключения одной или нескольких возможных гипотез, задавая вопросы и делая наблюдения, также проводят научные исследования.
+Естествоиспытатели и философы сосредоточились на классических текстах, в частности, на Библии на латинском языке.
+Приняты были взгляды Аристотеля на все вопросы науки, в том числе и на психологию.
+Когда знание греческого языка сошло на нет, Запад оказался отрезанным от своих греческих философских и научных корней.
+Многие наблюдаемые ритмы в физиологии и поведении часто критически зависят от наличия эндогенных циклов и их производства с помощью биологических часов.
+Периодические ритмы, которые не являются простой реакцией на внешние периодические стимулы, зафиксированы у большинства живых существ, включая бактерии, грибы, растения и животных.
+Биологические часы — это самоподдерживающиеся осцилляторы, которые продолжат цикл свободного цикла даже в отсутствие внешних стимулов.
+Эксперимент Хершея и Чейза был одним из ведущих предположений о том, что ДНК является генетическим материалом.
+Херши и Чейз использовали фаги, или вирусы, чтобы вставить собственную ДНК в бактерию.
+Они провели два эксперимента, отмечая либо ДНК вируса радиоактивным фосфором, либо белок вируса радиоактивным серы.
+Мутации могут иметь разнообразные различные эффекты в зависимости от типа мутации, значимости поврежденного участка генетического материала и того, являются ли поврежденные клетки половыми клетками.
+Только мутации в клетках, передающихся по наследству, могут передаваться детям, в то время как мутации в других клетках могут вызвать их гибель или рак.
+Туризм, основанный на природе, привлекает людей, интересующихся посещением природных зон с целью насладиться пейзажами, включая дикую флору и фауну.
+Примеры деятельности на месте включают охоту, рыбалку, фотографирование, наблюдение за птицами, посещение парков и изучение информации об экосистемах.
+Например, посещение, фотографирование и изучение орангутанов в Борнео.
+Каждый утро люди уезжают из маленьких городков на машинах на работу и проезжают мимо тех, кто едет в то место, откуда они только что уехали.
+В этом динамичном транспортном шаттле все как-то связаны и поддерживают транспортную систему, основанную на частных автомобилях.
+Сейчас наука указывает на то, что эта массивная углеродная экономика выбила биосферу из одного из ее стабильных состояний, которые поддерживали эволюцию человека на протяжении последних двух миллионов лет.
+Все участвуют в жизни общества и пользуются транспортными системами. Почти все жалуются на транспортные системы.
+В развитых странах вы редко слышите подобные жалобы на качество воды или об обрушении мостов.
+Почему в транспортных системах возникают такие жалобы, почему они ежедневно выходят из строя? Просто транспортные инженеры некомпетентны? Или происходит что-то более фундаментальное?
+Транспортный поток — это изучение движения отдельных водителей и транспортных средств между двумя точками и взаимодействия между ними.
+К сожалению, изучение движения транспорта затруднено тем, что поведение водителей нельзя предсказать на сто процентов.
+К счастью, водители обычно ведут себя в рамках приемлемого диапазона; следовательно, потоки транспорта имеют некоторую приемлемую стабильность и могут быть приблизительно описаны математически.
+Чтобы лучше представлять трафик, были установлены связи между тремя основными характеристиками: (1) поток, (2) плотность и (3) скорость.
+Эти отношения помогают в планировании, проектировании и эксплуатации дорожных сооружений.
+Первыми животными, которые научились летать, были насекомые. Их способность летать помогала им легче избегать врагов, быстрее находить пищу и партнеров для спаривания.
+Большинство насекомых имеют преимущество в том, что могут сворачивать крылья назад по телу.
+Это дает им больше возможностей спрятаться от хищников в небольших укрытиях.
+Сегодня единственными насекомыми, которые не могут сворачивать крылья, являются стрекозы и ручейники.
+Тысячи лет назад человек по имени Аристарх сказал, что Солнечная система вращается вокруг Солнца.
+Некоторые люди полагали, что он прав, но многие считали, что Солнечная система вращается вокруг Земли, включая Солнце (и даже другие звезды).
+Это кажется логичным, ведь Земля не чувствует, что движется, правда?
+Амазонка — второй по длине и самый большой река на Земле. Она переносит больше воды, чем вторая по величине река.
+Амазонка также является самой широкой рекой на Земле, ее ширина достигает шести миль.
+Почти 20 процентов воды, стекающей из рек планеты в океаны, приходится на Амазонку.
+Основная река Амазонки имеет длину 6387 км (3980 миль). Она собирает воду из тысяч мелких рек.
+Хотя строительство пирамид из камня продолжалось до конца Старого царства, пирамиды Гизы никогда не были превзойдены по размерам и техническому совершенству.
+Древние египтяне Нового царства восхищались памятниками своих предшественников, которые тогда были уже более чем тысячелетними.
+Численность населения Ватикана составляет около 800 человек. Это самое маленькое независимое государство в мире и страна с самой низкой численностью населения.
+Ватикан использует итальянский язык в своей законодательной базе и официальных документах.
+Итальянский также является повседневным языком для большинства тех, кто работает в государственных учреждениях, в то время как латынь часто используется в религиозных церемониях.
+Все граждане Ватикана являются католиками.
+Люди знали о базовых химических элементах, таких как золото, серебро и медь, с древних времен, поскольку все они могут быть найдены в природе в первозданном виде и добываются относительно просто с помощью примитивных инструментов.
+Философ Аристотель теоретизировал, что все состоит из смеси одного или нескольких из четырех элементов: земли, воды, воздуха и огня.
+Это больше похоже на четыре состояния материи (в том же порядке): твердое, жидкое, газообразное и плазменное, хотя он также теоретизировал, что они превращаются в новые вещества, чтобы образовать то, что мы видим.
+Сплавы - это в основном смесь двух или более металлов. Не забывайте, что на таблице Менделеева много элементов.
+Элементы, такие как кальций и калий, считаются металлами. Конечно, есть и металлы, такие как серебро и золото.
+Также вы можете иметь сплавы, в состав которых входят небольшие количества неметаллических элементов, таких как углерод.
+Все в Космосе состоит из материи. Все материя состоит из крошечных частиц, называемых атомами.
+Атомы настолько невероятно маленькие, что триллионы из них могут поместиться в запятой в конце этого предложения.
+Таким образом, карандаш был хорошим другом многим людям, когда он появился.
+К сожалению, появление новых методов письма привело к тому, что карандаш утратил свое прежнее значение и применение.
+Сейчас люди пишут сообщения на экранах компьютеров, никогда не приближаясь к заточнику.
+Можно только удивляться, что станет с клавиатурой, когда появится что-то более новое.
+Принцип работы атомной бомбы заключается в том, что нужно затратить энергию, чтобы собрать ядро с большим количеством протонов и нейтронов.
+Как будто поднимать тяжелую тележку в гору. Разделение ядра снова высвобождает некоторую энергию.
+Некоторые атомы имеют неустойчивые ядра, что означает, что они склонны к распаду даже при незначительном воздействии.
+Поверхность Луны состоит из камней и пыли. Наружный слой Луны называется корой.
+Толщина коры на ближней стороне составляет около 70 км, а на дальней — около 100 км.
+Она тоньше под мариями и толще под высокогорьем.
+На ближней стороне может быть больше мари, потому что толщина коры меньше. Лаве было легче подняться на поверхность.
+Теории содержания сосредоточены на том, чтобы найти то, что движет людьми или привлекает их.
+Эти теории предполагают, что у людей есть определенные потребности и/или желания, которые они усваивают в процессе взросления.
+Эти теории рассматривают то, что заставляет определенных людей хотеть того, что они делают, и то, что в их окружении заставляет их делать или не делать определенные вещи.
+Две популярные теории содержания — это теория иерархии потребностей Маслоу и теория двух факторов Герцберга.
+Как правило, два типа поведения начинают проявляться, когда менеджеры начинают руководить своими бывшими коллегами. Один конец спектра — это стремление оставаться «одним из ребят» (или «одной из девчонок»).
+Этому типу руководителей сложно принимать непопулярные решения, проводить дисциплинарные взыскания, оценивать работу, распределять ответственность и привлекать к ответственности.
+На другом конце спектра человек превращается в неузнаваемого индивидуума, который чувствует, что должен изменить все, что делает команда, и сделать это своим.
+В конце концов, лидер несет ответственность за успех и неудачи команды.
+Это поведение часто приводит к разногласиям между лидерами и остальными членами команды.
+Виртуальные команды придерживаются тех же стандартов превосходства, что и традиционные команды, но есть некоторые отличия.
+Часто члены виртуальной команды выполняют функцию точки соприкосновения для своей непосредственной физической группы.
+Они часто имеют большую автономию, чем обычные члены команды, поскольку их команды могут встречаться в разных часовых поясах, которые могут не понять их местное руководство.
+Наличие настоящей «невидимой команды» (Larson и LaFasto, 1989, с. 109) также является уникальным компонентом виртуальной команды.
+«Невидимая команда» — это команда руководителей, к которым каждый из членов команды отчитывается. «Невидимая команда» устанавливает стандарты для каждого члена команды.
+Зачем организации тратить время на процесс создания организации, ориентированной на обучение? Одна из целей внедрения концепций организационного обучения — инновации.
+Когда все доступные ресурсы эффективно используются во всех функциональных подразделениях организации, проявляется творчество и изобретательность.
+Таким образом, процесс взаимодействия организации, направленный на преодоление препятствия, может привести к появлению нового инновационного процесса, направленного на удовлетворение потребностей клиента.
+Перед тем, как организация может стать инновационной, руководство должно создать культуру инноваций, а также совместное знание и организационное обучение.
+Ангел (2006) объясняет подход Continuum как способ помочь организациям достичь более высокого уровня производительности.
+Нейробиологические данные предоставляют физическое подтверждение теоретическому подходу к изучению когнитивных процессов. Поэтому он сужает область исследования и делает ее намного более точной.
+Взаимосвязь между патологией мозга и поведением поддерживает ученых в их исследованиях.
+Давно известно, что различные виды повреждения мозга, травмы, очаги поражения и опухоли влияют на поведение и вызывают изменения в некоторых психических функциях.
+Развитие новых технологий позволяет нам увидеть и исследовать структуры и процессы мозга, ранее невидимые.
+Это дает нам много информации и материала для создания симуляционных моделей, которые помогают нам понять процессы в нашем сознании.
+Хотя искусственный интеллект имеет сильную ассоциацию с научной фантастикой, искусственный интеллект представляет собой очень важную ветвь компьютерной науки, которая занимается поведением, обучением и интеллектуальной адаптацией машины.
+Исследования в области ИИ связаны с созданием машин, которые могут автоматизировать задачи, требующие интеллектуального поведения.
+Примеры включают в себя контроль, планирование и расписание, способность отвечать на диагнозы и вопросы клиентов, а также распознавание почерка, голоса и лица.
+Такие вещи стали отдельными дисциплинами, которые сосредоточены на предоставлении решений реальных жизненных проблем.
+Система искусственного интеллекта сейчас часто используется в экономике, медицине, инженерии и военной сфере, а также построена в нескольких приложениях для домашних компьютеров и видеоигр.
+Экскурсии — это большая часть любого класса. Очень часто учитель хочет отправить своих учеников в места, куда нельзя добраться на автобусе.
+Технологии предлагают решение в виде виртуальных экскурсий. Ученики могут рассматривать музейные экспонаты, посещать аквариум или восхищаться прекрасным искусством, сидя в классе.
+Онлайн-трансляция экскурсии также является отличным способом отразить впечатления от поездки и поделиться опытом с будущими классами.
+Например, каждый год студенты школы Беннет в Северной Каролине создают веб-сайт о своем путешествии в столицу штата, каждый год веб-сайт переделывается, но старые версии остаются в Интернете, чтобы служить своеобразным дневником.
+Блоги также могут помочь улучшить навыки письма у студентов. Хотя студенты часто начинают свой опыт ведения блога с небрежной грамматикой и орфографией, наличие аудитории обычно меняет это.
+Поскольку студенты часто являются самой критичной аудиторией, блогер начинает стремиться улучшить написание, чтобы избежать критики.
+Также блоггинг "заставляет студентов быть более осведомленными о мире вокруг них". Необходимость удовлетворять интересы аудитории вдохновляет студентов быть умными и интересными (Toto, 2004).
+Блоггинг — это инструмент, который стимулирует сотрудничество и побуждает студентов расширять свои знания за пределы традиционного школьного дня.
+При правильном использовании блогов «студенты могут стать более аналитичными и критичными; через активную реакцию на Интернет-материалы, студенты могут определить свои позиции в контексте других текстов, а также очертить собственные точки зрения на определенные вопросы (Oravec, 2002).
+Оттава — очаровательная, двуязычная столица Канады, в которой есть множество художественных галерей и музеев, демонстрирующих прошлое и настоящее Канады.
+Далее на юг — водопады Ниагары, а на север — нетронутая природная красота Мускоки и окрестностей.
+Все эти вещи и многое другое выделяют Онтарио как то, что считается квинтэссенцией Канады с точки зрения посторонних.
+На более северных территориях население довольно редкое, а некоторые районы представляют собой почти необитаемую дикую природу.
+Для сравнения, которое удивляет многих: в США проживает больше афроамериканцев, чем граждан Канады.
+Острова Восточной Африки находятся в Индийском океане у восточного побережья Африки.
+Мадагаскар, безусловно, самый большой, и континент в своем роде, когда речь идет о дикой природе.
+Большинство мелких островов являются независимыми государствами или связаны с Францией и известны как роскошные пляжные курорты.
+Арабы также принесли ислам на эти земли, и он получил широкое распространение в Коморских островах и Майотте.
+Европейское влияние и колониализм начались в 15-м веке, когда португальский мореплаватель Васко да Гама открыл морской путь из Европы в Индию.
+На севере область ограничена Сахелем, на юге и западе — Атлантическим океаном.
+Женщины: рекомендуется, чтобы любые женщины, путешествующие, говорили, что они замужем, независимо от их фактического семейного положения.
+Полезно также надеть кольцо (только не такое, которое выглядит слишком дорого.
+Женщины должны понимать, что культурные различия могут привести к тому, что они будут считать домогательствами, и это не редкость, когда за ними следуют, хватают за руку и т. д.
+Будьте тверды в отказе мужчинам, и не бойтесь стоять на своем (культурные различия или нет, это не делает это нормой!).
+Современный город Касабланка был основан берберскими рыбаками в 10-м веке до нашей эры и использовался финикийцами, римлянами и меровингами в качестве стратегического порта под названием Анфа.
+Португальцы разрушили его и заново построили под названием Casa Branca, но покинули его после землетрясения в 1755 году.
+Марокканский султан перестроил город и назвал его Дар-эль-Бейда, а испанские торговцы, основавшие там торговые базы, дали ему имя Касабланка.
+Касабланка — одно из самых неинтересных мест для шопинга во всей Марокко.
+Вокруг старой Медины легко найти места, где продают традиционные товары из Марокко, такие как таджины, керамика, кожаные изделия, кальяны и весь спектр мелочей, но все это для туристов.
+Гома — туристический город Демократической Республики Конго в крайнем востоке, недалеко от Руанды.
+В 2002 году Гома был уничтожен лавой вулкана Ниярагонго, который засыпал большинство улиц города, особенно центр.
+Хотя Гома достаточно безопасен, любые поездки за пределы Гомы должны быть тщательно изучены, чтобы понять состояние боевых действий, которые продолжаются в провинции Северный Киву.
+Город также является базой для восхождения на вулкан Нирагонго, а также является одним из самых дешевых мест для наблюдения за гориллами в Африке.
+Чтобы передвигаться по Гоме, вы можете воспользоваться услугами бода-бода (мототакси). Обычная (местная) цена ~ 500 конголезских франков за короткую поездку.
+Вместе с относительной недоступностью «Тимбукту» стали использовать в качестве метафоры для экзотических, отдаленных земель.
+Сегодня Тимбукту — это бедный город, хотя его репутация делает его туристической достопримечательностью, и он имеет аэропорт.
+В 1990 году он был включен в Список всемирного наследия, находящегося под угрозой, из-за угрозы пустынных песков.
+Это была одна из основных остановок во время специального выпуска PBS «Чудеса Африканского мира» Генри Луиса Гейтса.
+Город сильно отличается от других городов страны, поскольку имеет больше арабского колорита, чем африканского.
+Национальный парк Крюгер (KNP) расположен в северо-восточной части Южной Африки и протянулся вдоль границы Мозамбика на востоке, Зимбабве на севере и южной границей является река Крокодил.
+Парк занимает 19,5 тыс. кв. км и разделен на 14 различных экозон, каждая из которых поддерживает определенный вид дикой природы.
+Он является одной из главных достопримечательностей Южной Африки и считается флагманом национальных парков Южной Африки (SANParks).
+Как и во всех национальных парках Южной Африки, в парке ежедневно взимается плата за вход и плата за сохранение.
+Также может быть полезно приобрести дикую карту, которая предоставляет доступ либо к выбранным паркам Южной Африки, либо ко всем национальным паркам Южной Африки.
+Остров Гонконг дал свое название территории Гонконга и является местом, которое многие туристы считают главной достопримечательностью.
+Парад зданий, формирующих небоскребы Гонконга, сравнивают с блестящим бар-графиком, видимым благодаря водам бухты Виктория.
+Чтобы увидеть лучшие виды на Гонконг, покиньте остров и направляйтесь к набережной Коулуна на противоположном берегу.
+Большая часть городского развития острова Гонконг сосредоточена в плотно застроенных районах, расположенных вдоль северного побережья.
+Это место, которое захватили британские колонизаторы, поэтому, если вы ищете доказательства колониального прошлого этой территории, это хорошее место для начала.
+Сундарбан — это самый большой прибрежный мангровый пояс в мире, протянувшийся на 80 км (50 миль) вглубь материка от побережья Бангладеш и Индии.
+Сундарбанс включен в Список всемирного наследия ЮНЕСКО. Часть леса, находящегося на территории Индии, называется Национальным парком Сундарбанс.
+Лес не только состоит из мангровых болот, но и включает некоторые из последних остатков могущественных джунглей, которые когда-то покрывали Гангскую равнину.
+Общая площадь заповедника составляет 3850 км², из которых примерно треть занимают водные и болотистые территории.
+С 1966 года заповедник Сундарбан является природным заповедником, и сейчас там насчитывается около 400 бенгальских тигров и около 30 000 пятнистых оленей.
+Автобусы отправляются из межрайонного автобусного вокзала (на другом берегу реки) в течение всего дня, хотя большинство, особенно те, которые направляются на восток и в Джекар/Бумтанг, отправляются между 06:30 и 07:30.
+Поскольку междугородние автобусы часто переполнены, рекомендуется приобретать билеты за несколько дней до поездки.
+Большинство районов обслуживают небольшие японские автобусы Coaster, которые удобны и надежны.
+Совместные такси — это быстрый и удобный способ добраться до близлежащих мест, таких как Паро (Nu 150) и Пунакха (Nu 200).
+Мост через реку Ояпок — кабельный мост. Он пересекает реку Ояпок, чтобы соединить города Ояпок в Бразилии и Сен-Жорж-де-л'Ояпок во Французской Гвиане.
+Высота двух башен достигает 83 метров, длина составляет 378 метров, а ширина двух полос — 3,5 метра.
+Вертикальное расстояние под мостом составляет 15 метров. Строительство было завершено в августе 2011 года, мост не был открыт для движения до марта 2017 года.
+Открытие моста запланировано на сентябрь 2017 года, когда ожидается завершение бразильских таможенных пунктов.
+Гуарани были самой значительной коренной группой, населявшей то, что сейчас является Восточным Парагваем, живя как полукочевые охотники, которые также практиковали субсидиарное сельское хозяйство.
+В регионе Чако проживали другие группы коренных племен, такие как гуайкуру и пайагуа, которые выживали за счет охоты, собирательства и рыбной ловли.
+В 16 веке Парагвай, ранее называвшийся "Гигантской провинцией Индий", был создан в результате встречи испанских завоевателей с коренными индейскими племенами.
+Испанцы начали колониальный период, который длился три столетия.
+С момента основания Асунсьона в 1537 году Парагваю удалось сохранить много своего индейского характера и идентичности.
+Аргентина хорошо известна тем, что имеет одну из лучших команд и игроков по поло в мире.
+Самый крупный турнир года проходит в декабре на полях для игры в поло в Лас-Каньитас.
+Здесь можно увидеть и другие соревнования и матчи в другие времена года.
+Чтобы узнать о турнирах и купить билеты на матчи по поло, посетите веб-сайт Asociacion Argentina de Polo.
+Официальной валютой Фолклендских островов является фунт Фолклендских островов (FKP), равный по стоимости одному британскому фунту (GBP).
+Валюту можно обменять в единственном банке на островах, расположенном в Стэнли напротив магазина FIC West.
+Британские фунты стерлингов в целом принимаются везде на островах и в Стэнли кредитные карты и доллары Соединенных Штатов также часто принимаются.
+На отдаленных островах кредитные карты, вероятно, не будут приниматься, хотя валюту Великобритании и Соединенных Штатов могут принять; уточните у владельцев заранее, какой способ оплаты приемлем.
+Валюту Фолклендских островов почти невозможно обменять за пределами островов, поэтому обменяйте деньги до выезда с островов.
+Поскольку Монтевидео находится южнее экватора, там лето, когда в Северном полушарии зима, и наоборот.
+Монтевидео находится в субтропиках; в летние месяцы температура обычно превышает +30 °C.
+Зима может быть обманчиво холодной: температура редко опускается ниже нуля, но ветер и влажность делают ее холоднее, чем показывает термометр.
+Особенных "дождливых" и "сухих" сезонов нет: количество осадков остается примерно одинаковым на протяжении всего года.
+Несмотря на то, что многие животные в парке привыкли видеть людей, дикие животные все же дикие и не следует их кормить или беспокоить.
+Согласно данным администрации парка, необходимо находиться на расстоянии не менее 100 ярдов/метров от медведей и волков и 25 ярдов/метров от всех остальных диких животных!
+Несмотря на кажущуюся добродушность, бизоны, лоси, олени, медведи и почти все крупные животные могут напасть.
+Каждый год десятки посетителей получают травмы из-за несоблюдения безопасной дистанции. Эти животные крупные, дикие и потенциально опасные, поэтому дайте им пространство.
+Кроме того, помните, что запахи привлекают медведей и других диких животных, поэтому избегайте переноски или приготовления пищи с запахами и поддерживайте чистоту лагеря.
+Апиа — столица Самоа. Город расположен на острове Уполу и имеет население чуть более 40 000 человек.
+Апиа был основан в 1850-х годах и является официальной столицей Самоа с 1959 года.
+В 1889 году в этом порту произошло знаменитое морское противостояние, когда семь кораблей из Германии, США и Великобритании отказались покинуть порт.
+Все корабли были потоплены, кроме одного британского крейсера. Погибло около 200 американцев и немцев.
+Во время борьбы за независимость, организованной движением Мау, мирное собрание в городе закончилось убийством верховного вождя Тупуа Тамасесе Леалофи III.
+В окрестностях Окленда расположено много пляжей, поскольку город омывается двумя бухтами. Самые популярные из них находятся в трех районах.
+Пляжи Северного побережья (район Норт-Харбор) находятся на Тихом океане и простираются от Лонг-Бэй на севере до Девонпорта на юге.
+Они почти все песчаные пляжи с безопасным купанием, и большинство из них имеют тень от деревьев pohutukawa.
+Пляжи Тамаки-драйва находятся в заливе Уайтемата, в престижных пригородах Миссион-Бей и Сент-Хелиерс в центре Окленда.
+Эти пляжи иногда бывают переполнены семьями и имеют хороший выбор магазинов вдоль берега. Плавание безопасно.
+Главное местное пиво - "Number One", это не сложное пиво, но приятное и освежающее. Другое местное пиво называется "Manta".
+Есть много французских вин, но вина из Новой Зеландии и Австралии могут лучше переносить дорогу.
+Местная питьевая вода абсолютно безопасна для употребления, но бутилированная вода легко найти, если вы опасаетесь.
+Для австралийцев идея кофе «флэт уайт» непривычна. Короткий черный кофе называется «эспрессо», капучино подают с густой взбитой сливкой (а не пенкой), а чай не с молоком.
+Горячий шоколад соответствует бельгийским стандартам. Фруктовые соки дорогие, но очень хорошие.
+Многие поездки к рифам совершаются в течение всего года, и травмы, вызванные любыми из этих причин на рифах, являются редкостью.
+Тем не менее, следуйте рекомендациям властей, выполняйте все указания и внимательно следите за предупреждениями о безопасности.
+Медузы-корнероты обитают у берегов и у устьев рек с октября по апрель к северу от 1770. Иногда их можно встретить вне этих сроков.
+Акулы существуют, однако они редко нападают на людей. Большинство акул боятся людей и уплывают.
+Солёные крокодилы не активно живут в океане, их основной средой обитания являются эстуарии рек севернее Рокхемптона.
+Заблаговременное бронирование дает путешественнику уверенность в том, что он сможет где-то переночевать, прибыв на место назначения.
+Туристические агенты часто заключают сделки с определенными отелями, хотя вы можете найти возможность забронировать другие формы размещения, такие как кемпинги, через туристического агента.
+Туристические агентства обычно предлагают пакеты, которые включают завтрак, организацию трансфера из/в аэропорт или даже комбинированные пакеты с перелетом и проживанием в отеле.
+Они также могут зарезервировать для вас номер, если вам нужно время, чтобы подумать о предложении или получить другие документы для вашей цели (например, визу).
+Тем не менее, любые изменения или запросы должны быть сделаны через туристического агента, а не напрямую в отеле.
+Для некоторых фестивалей подавляющее большинство посетителей музыкальных фестивалей решают остановиться на месте, и большинство посетителей считают это неотъемлемой частью опыта.
+Если вы хотите быть близко к месту событий, вам придется приехать рано, чтобы занять место для палаток недалеко от сцены.
+Помните, что, хотя музыка на главных сценах может закончиться, есть вероятность, что в некоторых местах фестиваля музыка будет играть до поздней ночи.
+На некоторых фестивалях есть специальные места для семей с маленькими детьми.
+Если пересекать Северное Балтийское море зимой, проверьте расположение каюты, поскольку движение по льду приводит к достаточно неприятным шумам для наиболее чувствительных.
+В стоимость круизов в Санкт-Петербург входит время в городе. Пассажиры круизных лайнеров освобождены от визовых требований (проверьте условия).
+Казино обычно прилагают много усилий, чтобы максимизировать время и деньги, потраченные гостями. Окна и часы обычно отсутствуют, а выходы трудно найти.
+У них обычно есть специальные предложения по еде, напиткам и развлечениям, чтобы держать гостей в хорошем настроении и удерживать их на территории.
+Некоторые заведения предлагают алкогольные напитки бесплатно. Тем не менее, пьянство мешает сосредоточиться, и все хорошие игроки знают, насколько важно оставаться трезвым.
+Всем, кто собирается ехать в высоких широтах или по горным перевалам, следует учитывать возможность снега, льда или низких температур.
+На льду и снегу трение низкое, и вы не можете ехать, будто по асфальту.
+Во время снегопадов может выпасть достаточно снега, чтобы вы застряли, за очень короткий промежуток времени.
+Видимость также может быть ограничена падающим или дующим снегом, конденсацией или льдом на окнах автомобиля.
+С другой стороны, холодные и снежные условия являются нормой в большинстве стран, и движение продолжается в основном непрерывно в течение всего года.
+Сафари, вероятно, являются наиболее привлекательным видом туризма в Африке и главной достопримечательностью для многих посетителей.
+В популярном употреблении слово "сафари" означает путешествие по суше, чтобы увидеть удивительную дикую природу Африки, особенно саванну.
+Некоторые животные, такие как слоны и жирафы, обычно подходят близко к машинам, и стандартное оборудование позволит хорошо наблюдать.
+Иногда львы, гепарды и леопарды стесняются и лучше их увидите с биноклем.
+Пешая сафари (также называемая «путешествием по саванне», «прогулкой по саванне» или «прогулкой на ногах») состоит из пеших прогулок, которые могут длиться от нескольких часов до нескольких дней.
+Паралимпийские игры пройдут с 24 августа по 5 сентября 2021 года. Некоторые соревнования пройдут в других местах по всей Японии.
+Токио станет единственным азиатским городом, который дважды принимал летние Олимпийские игры, так как в 1964 году он уже был их местом проведения.
+Если вы забронировали билеты и проживание на 2020 год до объявления переноса, у вас могут возникнуть сложности.
+Правила отмены могут варьироваться, но по состоянию на конец марта большинство правил отмены, связанных с коронавирусом, не распространяются на июль 2020 года, когда были запланированы Олимпийские игры.
+Ожидается, что большинство билетов на мероприятия будут стоить от 2500 иен до 130 000 иен, а средний билет будет стоить около 7000 иен.
+Проглаживание влажных вещей может помочь им высохнуть. Многие отели предоставляют напрокат утюг и гладильную доску, даже если они не находятся в номере.
+Если у вас нет утюга, или если вам не нравится носить глаженые носки, то вы можете попробовать использовать фен, если он у вас есть.
+Будьте осторожны, чтобы ткань не стала слишком горячей (что может привести к уменьшению размеров или, в крайнем случае, к ожогам).
+Существуют разные способы очистки воды, некоторые из них более эффективны против определенных угроз.
+В некоторых местах достаточно кипятить воду минуту, в других нужно кипятить несколько минут.
+Фильтры различаются по эффективности, и если у вас есть опасения, то вы должны подумать о том, чтобы купить воду в закрытой бутылке у надежного производителя.
+Путешественники могут столкнуться с животными-вредителями, с которыми они не знакомы в своих родных регионах.
+Паразиты могут испортить продукты, вызвать раздражение или, в худшем случае, аллергические реакции, распространять яд или передавать инфекции.
+Сами по себе инфекционные заболевания или опасные животные, которые могут нанести травмы или убить людей силой, как правило, не считаются вредителями.
+Покупки в магазинах беспошлинной торговли — это возможность приобрести товары, освобожденные от налогов и акцизов, в определенных местах.
+Иногда путешественники, направляющиеся в страны с высокими налогами, могут сэкономить значительную сумму денег, особенно на таких товарах, как алкогольные напитки и табак.
+Дорога между Point Marion и Fairmont представляет наиболее сложные условия для вождения на шоссе между Буффало и Питтсбургом, поскольку она часто проходит через изолированную местность.
+Если вы не привыкли ездить по сельским дорогам, будьте осторожны: здесь преобладают крутые подъемы, узкие полосы и резкие повороты.
+Ограничение скорости на перекрестках заметно ниже, чем в предыдущих и последующих участках — обычно 35–40 миль/ч (56–64 км/ч) — и строгое соблюдение этих ограничений еще более важно, чем в других местах.
+Интересно, однако, что здесь мобильная связь намного лучше, чем на многих других участках маршрута, например, в дикой природе Пенсильвании.
+Немецкая выпечка довольно хороша, и в Баварии она довольно богата и разнообразна, похожа на ту, что у их южного соседа, Австрии.
+Вареники с яблоками готовят круглый год, а летом появляются вареники с вишней и сливами.
+Многие немецкие выпечные изделия также содержат миндаль, фундук и другие орехи. Популярные торты часто хорошо сочетаются с чашкой крепкого кофе.
+Если вы хотите попробовать небольшие, но богатые выпечкой, попробуйте берлинеры, блинчики или крендель.
+Кури - это блюдо, приготовленное на основе трав и специй, с добавлением мяса или овощей.
+Кари может быть как "сухим", так и "мокрым", в зависимости от количества жидкости.
+В внутренних районах Северной Индии и Пакистана йогурт часто используется в куриных блюдах; в Южной Индии и некоторых других прибрежных районах субконтинента часто используется кокосовое молоко.
+Индонезийская кухня — это обобщающее понятие, охватывающее огромное разнообразие региональных кухонь, распространенных по всей стране.
+Однако, если это слово употребляется без каких-либо дополнительных определений, оно обычно означает пищу, происходящую из центральных и восточных частей основного острова Ява.
+Теперь эта кухня доступна по всему архипелагу. Она включает в себя множество простых блюд, в которых преобладают такие приправы, которые любят яванцы: орехи, перец чили, сахар (особенно яванский кокосовый сахар) и различные ароматические специи.
+Стремена — это опоры для ног всадника, которые висят с обеих сторон от седла.
+Они обеспечивают большую устойчивость для водителя, но могут вызвать беспокойство по поводу безопасности из-за возможности того, что ноги водителя могут застрять в них.
+Если всадник был сброшен с лошади, но его нога застряла в стремени, он может быть потянут, если лошадь убежит. Чтобы минимизировать этот риск, можно предпринять ряд мер безопасности.
+Во-первых, большинство всадников носят сапоги для верховой езды с каблуком и гладкой, довольно узкой подошвой.
+Далее, некоторые седла, в частности английские седла, имеют ограничительные планки, которые позволяют поводку упасть с седла, если падающий всадник тянет его назад.
+Долина Кочамо — главное место для скалолазания в Чили, известное как Юосемит Южной Америки, с разнообразными гранитными стенами и скалами.
+На вершинах можно насладиться потрясающими видами, а альпинисты со всего мира постоянно открывают новые маршруты среди бесконечного потенциала стен.
+Зимние виды спорта, такие как лыжные гонки и сноуборд, являются популярными видами спорта, в которых вы скользите по снежному покрытию с лыжами или сноубордом, прикрепленными к вашим ногам.
+Сноубординг — это активный вид отдыха с большим количеством энтузиастов, которые планируют целые отпуска вокруг катания на сноуборде в определенном месте.
+Идея катания на лыжах очень старая — наскальные рисунки, изображающие лыжников, датируются 5000 годом до нашей эры!
+Спортивный спуск на лыжах восходит как минимум к 17-му веку, а в 1861 году первая лыжная рекреационная группа была открыта норвежцами в Австралии.
+Туризм на лыжах: этот вид туризма также называют лыжным туризмом, лыжным туризмом или лыжным туризмом.
+Он связан с альпийским стилем лыжного туризма или альпинизмом, которые выполняются на крутых склонах и требуют более жестких лыж и ботинок.
+Представьте себе лыжный маршрут как похожий пеший маршрут.
+В хороших условиях вы сможете преодолевать чуть большие расстояния, чем при ходьбе, - но очень редко вы сможете развить скорость бега на лыжах без тяжелого рюкзака по подготовленным дорожкам.
+Европа — это относительно небольшой континент, но с большим количеством независимых стран. При обычных обстоятельствах путешествие через несколько стран означает, что вам придется подавать заявление на получение визы и проходить паспортный контроль несколько раз.
+Шенгенская зона, однако, в этом смысле работает как одна страна.
+Пока вы находитесь в этой зоне, вы, как правило, сможете пересекать границы без повторного прохождения пунктов контроля загранпаспортов.
+Подобным образом, имея шенгенскую визу, вам не нужно отдельно оформлять визы в каждую из стран-участниц Шенгенского соглашения, следовательно, вы экономите время, деньги и бумажную волокиту.
+Нет универсального определения того, какие изготовленные предметы являются антиквариатом. Некоторые налоговые органы определяют предметы, возраст которых превышает 100 лет, как антиквариат.
+Определение имеет географические вариации, где возрастной порог может быть меньше в таких местах, как Северная Америка, чем в Европе.
+Рукотворные изделия могут быть отнесены к антиквариату, хотя они моложе аналогичных товаров массового производства.
+Оленеводство играет важную роль в жизни саамов, а культура, связанная с этим промыслом, важна и для многих людей с другими профессиями.
+Тем не менее, даже традиционно не все саами были вовлечены в крупномасштабное разведение оленей, а проживали за счет рыбалки, охоты и подобного, используя оленей в основном в качестве тягловых животных.
+Сегодня многие саами работают в современных отраслях. Туризм является важным источником дохода в Сапми, саамском регионе.
+Хотя это слово широко используется, особенно среди не-цыган, оно часто считается оскорбительным из-за своих ассоциаций с негативными стереотипами и неточными представлениями о цыгане.
+Если страна, которую вы собираетесь посетить, станет объектом предупреждения о путешествиях, ваш полис страхования здоровья при путешествиях или ваш полис страхования отмены поездки могут быть затронуты.
+Вы также можете посоветоваться с правительствами других стран, но их советы предназначены для их граждан.
+Например, американские граждане на Ближнем Востоке могут столкнуться с другими ситуациями, чем европейцы или арабы.
+Предупреждения являются лишь кратким изложением политической ситуации в одной стране.
+Представленные здесь взгляды часто поверхностны, обобщены и упрощены по сравнению с более подробной информацией, доступной на других ресурсах.
+Сильные погодные явления — это общий термин для любых опасных погодных явлений, которые могут причинить ущерб, серьезно нарушить социальную жизнь или привести к гибели людей.
+Сильные погодные явления могут произойти в любой точке мира, и они бывают разных видов, которые могут зависеть от географии, рельефа и атмосферных условий.
+Сильные ветра, град, обильные осадки, лесные пожары — это формы и последствия неблагоприятных погодных условий, а также грозы, торнадо, водные вихри и циклоны.
+К региональным и сезонным экстремальным погодным явлениям относятся метели, снегопады, ледяные дожди и пыльные бури.
+Путешественникам рекомендуется быть в курсе любых рисков погодных условий, которые могут повлиять на их планы путешествий.
+Люди, планирующие посетить страну, которую можно считать зоной боевых действий, должны пройти профессиональное обучение.
+Поиск в Интернете по запросу «Курс в неблагоприятных условиях» скорее всего предоставит адрес местной компании.
+Курс обычно охватывает все вопросы, обсуждаемые здесь, в значительно большей детализации, как правило, с привлечением практического опыта.
+Курс обычно длится от 2 до 5 дней и включает в себя ролевые игры, оказание первой помощи и иногда обучение обращению с оружием.
+Книги и журналы, посвященные выживанию в дикой природе, достаточно распространены, но издания, посвященные зонам боевых действий, встречаются редко.
+Путешественникам, планирующим операцию по смене пола за рубежом, необходимо обеспечить наличие действительных документов для возвращения.
+Различается готовность правительств выдавать паспорта без указания пола (X) или обновлять документы в соответствии с желаемым именем и полом.
+Согласие иностранных правительств соблюдать эти документы также весьма переменчиво.
+После 11 сентября 2001 года проверки на пунктах безопасности стали гораздо более инвазивными.
+Перед операцией трансгендерные люди не должны ожидать, что их приватность и достоинство останутся нетронутыми.
+Приливные течения — это возвращающийся поток от волн, разбивающихся о берег, часто в районе рифа или подобного.
+В связи с подводной топографией обратный поток концентрируется в нескольких более глубоких участках, и там может образоваться быстрый поток к глубокой воде.
+Большинство смертей происходит из-за усталости при попытке вернуться назад против течения, которое может быть невозможным.
+Как только вы выходите из течения, плыть назад не сложнее, чем обычно.
+Попробуйте стрелять в сторону, где вас не поймают снова, или, в зависимости от ваших навыков и того, заметили ли вас, вы можете дождаться помощи.
+Возвратная культурная шоковая реакция наступает раньше, чем культурная шоковая реакция (у нее меньше фазы медового месяца), длится дольше и может быть более серьезной.
+Иногда путешественники, легко адаптировавшиеся к новой культуре, особенно тяжело перестраиваются к своей родной культуре.
+Возвращаясь домой после жизни за границей, вы адаптировались к новой культуре и потеряли некоторые привычки своей родной культуры.
+Когда вы впервые уехали за границу, люди, вероятно, были терпеливы и понимающими, зная, что путешественники в новой стране должны адаптироваться.
+Люди могут не предполагать, что терпение и понимание также необходимы путешественникам, возвращающимся домой.
+Шоу звука и света в пирамиде — одно из самых интересных мест для детей.
+В темноте вы можете увидеть пирамиды, и вы можете увидеть их в тишине до начала шоу.
+Как правило, вы всегда слышите звуки туристов и торговцев. История звука и света — это просто история из книжки.
+Сфинкс становится фоном и рассказчиком длинной истории.
+Сцены отображаются на пирамидах, а пирамиды освещаются.
+Острова Южные Шетландские, открытые в 1819 году, претендуют на территорию нескольких стран и имеют самое большое количество баз — шестнадцать в 2020 году.
+Архипелаг расположен в 120 км к северу от полуострова. Самый крупный остров — Кинг-Джордж с поселком Вилла-Лас-Эстрельяс.
+К ним относятся остров Ливингстон и остров Обмана, где затопленная кальдера действующего вулкана представляет собой впечатляющий природный порт.
+Земля Элсуорта — это регион к югу от полуострова, ограниченный Беллингсхаузенским морем.
+Горы на полуострове здесь плавно переходят в плато, а затем снова возвышаются, образуя цепь гор Элсворт, протянувшуюся на 360 км и разделенную ледником Миннесота.
+Наиболее высокие горы Антарктиды находятся в северной части или Сентинельском хребте: это массив Винсона, высшая точка которого — гора Винсон (4892 м).
+В отдаленных местах, где нет покрытия сотовой связи, спутниковый телефон может быть единственным вариантом.
+Спутниковая телефонная связь не является заменой мобильному телефону, поскольку для совершения звонка вам нужно находиться на открытом воздухе с прямой видимостью на спутник.
+Эта услуга часто используется судами, в том числе прогулочными, а также экспедициями, которые нуждаются в удаленном доступе к данным и голосовой связи.
+Ваш местный поставщик телефонных услуг должен быть в состоянии предоставить больше информации о подключении к этой услуге.
+Более популярным вариантом для тех, кто планирует год перерыва, становится путешествие и обучение.
+Это особенно популярно среди выпускников школ, позволяя им взять перерыв на год перед поступлением в университет, не нанося ущерба их образованию.
+В большинстве случаев зачисление на программу, связанную с перерывом в учебе за рубежом, на самом деле может улучшить ваши шансы на поступление в высшее учебное заведение в вашей родной стране.
+Обычно за участие в таких образовательных программах взимается плата.
+Финляндия — отличное место для путешествий на лодке. «Страна тысячи озёр» имеет тысячи островов и в озёрах, и в прибрежных архипелагах.
+В архипелагах и озёрах яхта не обязательна.
+Хотя побережья архипелагов и крупнейшие озера действительно достаточно велики для любого яхты, маленькие лодки или даже каяк предлагают совершенно другой опыт.
+В Финляндии судоходство является национальным увлечением, у каждого седьмого или восьмого человека есть лодка.
+Это соответствует Норвегии, Швеции и Новой Зеландии, но в остальном это довольно уникально (например, в Нидерландах коэффициент составляет один к сорока).
+Большинство отдельных круизов Балтийского моря включают в себя длительное пребывание в Санкт-Петербурге, Россия.
+Это означает, что вы можете посетить исторический город в течение нескольких полных дней, а ночевать на корабле.
+Если вы посещаете только береговые экскурсии с корабля, вам не потребуется отдельная виза (по состоянию на 2009 год).
+На некоторых круизах в брошюрах указан Берлин, Германия. Как видно из карты выше, Берлин находится далеко от моря, и посещение города не включено в стоимость круиза.
+Полет на самолете может быть пугающим опытом для людей всех возрастов и социальных слоев, особенно если они ранее не летали или пережили травмирующее событие.
+Нечего стыдиться: это ничем не отличается от личных страхов и предпочтений других вещей, которые очень многие люди имеют.
+Для некоторых понимание того, как работают самолеты и что происходит во время полета, может помочь преодолеть страх, основанный на неизвестном или отсутствии контроля.
+Курьерские компании хорошо платят за быструю доставку. Часто время очень важно для бизнес-документов, товаров или запчастей для срочного ремонта.
+На некоторых маршрутах крупные компании имеют собственные самолеты, но на других маршрутах и у мелких фирм возникли проблемы.
+Если они отправляли товары воздушным транспортом, на некоторых маршрутах это могло занять несколько дней до прохождения таможенного контроля и разгрузки.
+Единственный способ доставить его быстрее — отправить его в качестве багажа. Правила авиакомпании не позволяют отправлять багаж без пассажира, поэтому вам придется помочь.
+Самый очевидный способ летать в первом или бизнес-классе — раскошелиться на привилегию (или лучше, чтобы ваша компания это сделала за вас).
+Однако это недешево: приблизительно, вы можете рассчитывать на то, что за бизнес-класс придется заплатить в четыре раза больше, чем за обычный билет эконом-класса, а за первый класс — в одиннадцать раз больше!
+В целом, нет смысла даже искать скидки на билеты бизнес-класса или первого класса на прямые рейсы из А в Б.
+Авиакомпании прекрасно понимают, что существует определенная группа пассажиров, которые готовы платить большие деньги за привилегию быстро и комфортно добраться до места назначения, и, соответственно, зарабатывают на этом.
+Город-столица Молдовы - Кишинёв. Местный язык - румынский, но широко используется русский.
+Молдова — многонациональная республика, страдающая от этнических конфликтов.
+В 1994 году этот конфликт привел к образованию самопровозглашенной Приднестровской Молдавской Республики на востоке Молдавии, которая имеет собственное правительство и валюту, но не признается ни одной страной-членом ООН.
+Экономические связи были восстановлены между этими двумя частями Молдовы, несмотря на провал политических переговоров.
+Основная религия в Молдове — православное христианство.
+Измир — третий по величине город Турции с населением около 3,7 миллиона человек, второй по величине порт после Стамбула и очень хороший транспортный узел.
+Раньше это был древний город Смирна, сейчас это современный, развитый и оживленный торговый центр, окруженный огромным заливом и окруженный горами.
+Широкие бульвары, стеклянные фасады зданий и современные торговые центры разбросаны среди традиционных красных черепичных крыш, 18-го века рынка, старых мечетей и церквей, хотя атмосфера города больше напоминает средиземноморскую Европу, чем традиционную Турцию.
+В деревне Халдарсвик можно увидеть окрестный остров Эйстурой и необычную восьмиугольную церковь.
+На кладбище есть интересные мраморные скульптуры голубей над некоторыми могилами.
+Стоит потратить полчаса на прогулку по интересному селу.
+На севере и в непосредственной близости находится романтичный и удивительный город Синтра, который стал известен иностранцам после того, как лорд Байрон описал его великолепие.
+Автобус 403 компании Scotturb регулярно следует в Синтру, делая остановку в Кабо-да-Рока.
+Также посетите великолепный Санктуарий Девы Фатимы (Санктуарий), место, где произошли всемирно известные явления Девы Марии.
+Пожалуйста, помните, что вы фактически посещаете место массового захоронения, а также место, имеющее почти неоценимое значение для значительной части населения мира.
+До сих пор живы многие мужчины и женщины, пережившие свое пребывание здесь, и еще больше тех, чьи близкие были убиты или работали до смерти здесь, евреи и неевреи.
+Пожалуйста, обращайтесь с этим сайтом со всем достоинством, серьезностью и уважением, которые он заслуживает. Не шутите о Холокосте или нацистах.
+Не портите достопримечательности, отмечая или царапая граффити на них.
+Официальными языками Барселоны являются каталанский и испанский. Около половины предпочитают говорить на каталанском, большинство понимает его, а почти все знают испанский.
+Однако большинство знаков указываются только на каталанском языке, поскольку он утвержден законом в качестве первого официального языка.
+Однако испанский язык также широко используется в общественном транспорте и других учреждениях.
+Регулярные объявления в метро делаются только на каталанском языке, но непредвиденные сбои объявляются автоматической системой на широком спектре языков, включая испанский, английский, французский, арабский и японский.
+Парижане считаются эгоцентричными, грубыми и высокомерными.
+Хотя это часто всего лишь неверное стереотипное представление, лучший способ ужиться в Париже все еще заключается в том, чтобы вести себя так, будто вы «bien élevé» (хорошо воспитанный). Это значительно облегчит вам жизнь.
+Агрессивное поведение парижан быстро исчезнет, если вы проявите немного вежливости.
+Национальный парк Плитвицкие озера сильно зарос лесом, преимущественно сосной, елью и пихтой, и характеризуется смешением альпийской и средиземноморской растительности.
+Благодаря своему разнообразию микроклиматических условий, различным почвам и различным уровням высоты здесь насчитывается большое количество растительных сообществ.
+Также здесь обитает огромное количество различных видов животных и птиц.
+Там можно встретить редкие виды фауны, такие как бурый медведь, волк, орёл, сову, рысь, дикую кошку и каменную куропатку, а также множество более распространённых видов
+При посещении монастырей женщинам необходимо надевать юбки, закрывающие колени, а также закрывать плечи.
+Большинство монастырей предоставляют платки для женщин, которые приходят не подготовленными, но если вы принесете свой, особенно яркого цвета, вам улыбнется монах или монахиня на входе.
+Параллельно мужчинам требуется носить брюки, закрывающие колени.
+Это тоже можно взять напрокат у входа, но одежда не стирается после каждого пользователя, поэтому вы можете не чувствовать себя комфортно в этих юбках. Одежда универсального размера для мужчин!
+Кухня Майорки, как и кухни подобных зон в Средиземноморье, основана на хлебе, овощах и мясе (особенно свинине) и использует оливковое масло повсеместно.
+Простой народный ужин, особенно летом, — это Па амб Оли: хлеб с оливковым маслом, помидором и любыми доступными приправами, такими как сыр, тунец и т. д.
+Все существительные, как и слово Sie для вас, всегда начинаются с заглавной буквы, даже в середине предложения.
+Это важно, чтобы отличать некоторые глаголы и предметы.
+Он также, вероятно, облегчает чтение, хотя написание несколько усложняется из-за необходимости определить, используется ли глагол или прилагательное в форме существительного.
+Произношение относительно легко в итальянском, поскольку большинство слов произносятся именно так, как они пишутся
+Основные буквы, на которые следует обратить внимание, — это c и g, поскольку их произношение зависит от следующей гласной.
+Также убедитесь, что вы произносите r и rr по-разному: caro означает "дорогой", а carro означает "колесница".
+Грамматика персидского языка относительно легкая и в основном регулярная.
+Поэтому прочтение этого грамматического руководства поможет вам многое узнать о грамматике персидского языка и лучше понимать фразы.
+Очевидно, что если вы знаете романский язык, вам будет легче выучить португальский.
+Однако люди, которые знают немного испанского, могут поспешно заключить, что португальский достаточно близок, чтобы его не нужно было изучать отдельно.
+Предмодерные обсерватории обычно устаревают сегодня, и остаются как музеи или места образования.
+Поскольку в свое время световое загрязнение не было таким серьезным, как сейчас, они обычно расположены в городах или на кампусах, легче доступны, чем те, которые были построены в современное время.
+Большинство современных исследовательских телескопов — это огромные сооружения в удаленных районах с благоприятными атмосферными условиями.
+Просмотр цветущей вишни, известный как hanami, является частью японской культуры с 8-го века.
+Концепция была заимствована в Китае, где слива считалась цветком выбора.
+В Японии первые вечеринки, посвященные цветению сакуры, устраивал император только для себя и других членов аристократии вокруг Императорского дворца.
+Растения выглядят наилучшим образом в естественной среде, поэтому не поддавайтесь соблазну удалить даже "только одно" растение.
+Если вы посещаете официально организованный сад и собираете «экземпляры», вы также будете выдворены без обсуждений.
+Сингапур в целом является очень безопасным местом и очень простым в навигации, и вы можете купить почти все, прибыв сюда.
+Но находясь в "высоких тропиках", всего в нескольких градусах севернее экватора, вам придется иметь дело и с жарой (всегда), и с сильным солнцем (когда небо ясное, реже).
+Также есть несколько автобусов, которые едут на север в Хеврон, традиционное место захоронения библейских патриархов Авраама, Исаака, Иакова и их жен.
+Убедитесь, что автобус, который вы собираетесь взять, едет в Хеврон, а не только в близлежащий еврейский поселок Кирьят-Арба.
+Внутренние водные пути могут стать хорошей темой для проведения отпуска.
+Например, посещение замков в долине Луары, долине Рейна или круиз по интересным городам на Дунае или прогулка на лодке по каналу Эри.
+Они также определяют маршруты для популярных пеших и велосипедных прогулок.
+Рождество является одним из самых важных праздников в христианстве и отмечается как день рождения Иисуса.
+Многие традиции, связанные с праздником, были переняты неверующими в христианских странах и нехристианами по всему миру.
+Существует традиция встречать рассвет Пасхальной ночью в каком-либо открытом месте.
+Существуют, конечно, христианские богословские объяснения этой традиции, но она может быть и предхристианским весенним и плодородием ритуалом.
+Большинство традиционных церквей проводят пасхальную службу в субботу вечером во время пасхального уик-энда, и прихожане часто празднуют воскресение Христа в полночь.
+Все животные, которые изначально попали на острова, прибыли сюда либо плавая, либо летая, либо плывя.
+Из-за большого расстояния от материка млекопитающие не смогли совершить путешествие, поэтому гигантские черепахи стали основными травоядными животными на Галапагосских островах.
+С тех пор, как человек прибыл на Галапагосские острова, на них были завезены многие млекопитающие, в том числе козы, лошади, коровы, крысы, кошки и собаки.
+Если вы посетите Арктику или Антарктику зимой, вы испытаете полярную ночь, то есть солнце не поднимается над горизонтом.
+Это предоставляет хорошую возможность увидеть северное сияние, поскольку небо будет темным примерно круглосуточно.
+Поскольку в этих районах мало людей, и световое загрязнение, следовательно, часто не является проблемой, вы также сможете насладиться звездами.
+Японская корпоративная культура более иерархична и формальна, чем то, к чему привыкли западные работники.
+Костюмы являются стандартной деловой одеждой, а коллеги зовут друг друга по фамилиям или по должности.
+Важна гармония на рабочем месте, подчеркивающая групповую работу, а не поощряющая индивидуальные достижения.
+Работникам часто приходится получать одобрение своих начальников на любые решения, которые они принимают, и они ожидают выполнять указания своих начальников без вопросов.
diff --git a/test-en-ru.bleu b/test-en-ru.bleu
new file mode 100644
index 0000000000000000000000000000000000000000..cab05a3d99305dccced9851135a90986b169ee3a
--- /dev/null
+++ b/test-en-ru.bleu
@@ -0,0 +1 @@
+BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 29.03 59.2/35.7/24.0/16.4 (BP = 0.962 ratio = 0.963 hyp_len = 22423 ref_len = 23295)
diff --git a/test-en-ru.comet b/test-en-ru.comet
new file mode 100644
index 0000000000000000000000000000000000000000..f290b05209beef190899b8ab4ae3a6625f298f67
--- /dev/null
+++ b/test-en-ru.comet
@@ -0,0 +1,1013 @@
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 0 score: 0.8548
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 1 score: 0.8894
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 2 score: 0.9046
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 3 score: 0.8401
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 4 score: 0.9366
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 5 score: 0.7960
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 6 score: 0.8226
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 7 score: 0.8966
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 8 score: 0.9249
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 9 score: 0.9231
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 10 score: 0.9174
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 11 score: 0.8845
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 12 score: 0.8897
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 13 score: 0.9385
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 14 score: 0.8750
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 15 score: 0.8911
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 16 score: 0.8808
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 17 score: 0.9544
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 18 score: 0.9256
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 19 score: 0.8931
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 20 score: 0.9556
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 21 score: 0.9060
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 22 score: 0.8177
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 23 score: 0.9193
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 24 score: 0.9248
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 25 score: 0.9498
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 26 score: 0.9017
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 27 score: 0.8088
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 28 score: 0.8969
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 29 score: 0.9620
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 30 score: 0.8145
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 31 score: 0.8636
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 32 score: 0.8860
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 33 score: 0.9302
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 34 score: 0.9306
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 35 score: 0.9494
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 36 score: 0.9328
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 37 score: 0.8405
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 38 score: 0.8958
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 39 score: 0.9005
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 40 score: 0.8727
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 41 score: 0.9533
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 42 score: 0.9116
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 43 score: 0.9508
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 44 score: 0.8982
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 45 score: 0.9178
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 46 score: 0.9572
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 47 score: 0.9074
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 48 score: 0.8374
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 49 score: 0.9351
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 50 score: 0.8669
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 51 score: 0.9103
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 52 score: 0.9606
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 53 score: 0.9379
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 54 score: 0.9017
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 55 score: 0.9349
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 56 score: 0.9283
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 57 score: 0.8927
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 58 score: 0.8548
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 59 score: 0.9373
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 60 score: 0.9448
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 61 score: 0.9429
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 62 score: 0.8805
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 63 score: 0.9011
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 64 score: 0.9004
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 65 score: 0.8095
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 66 score: 0.7203
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 67 score: 0.6134
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 68 score: 0.9682
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 69 score: 0.8989
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 70 score: 0.9310
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 71 score: 0.8916
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 72 score: 0.8702
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 73 score: 0.9039
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 74 score: 0.9238
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 75 score: 0.8541
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 76 score: 0.8651
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 77 score: 0.9411
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 78 score: 0.9587
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 79 score: 0.9477
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 80 score: 0.8860
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 81 score: 0.9220
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 82 score: 0.8677
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 83 score: 0.9076
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 84 score: 0.9046
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 85 score: 0.9146
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 86 score: 0.8329
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 87 score: 0.8510
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 88 score: 0.9301
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 89 score: 0.8855
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 90 score: 0.8865
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 91 score: 0.8436
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 92 score: 0.9199
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 93 score: 0.9040
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 94 score: 0.9377
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 95 score: 0.9503
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 96 score: 0.7159
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 97 score: 0.9077
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 98 score: 0.8858
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 99 score: 0.8971
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 100 score: 0.8877
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 101 score: 0.8444
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 102 score: 0.9317
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 103 score: 0.9598
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 104 score: 0.9015
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 105 score: 0.8934
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 106 score: 0.9338
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 107 score: 0.8886
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 108 score: 0.8767
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 109 score: 0.7103
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 110 score: 0.9018
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 111 score: 0.9624
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 112 score: 0.9313
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 113 score: 0.9349
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 114 score: 0.8293
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 115 score: 0.9626
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 116 score: 0.9545
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 117 score: 0.9451
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 118 score: 0.9700
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 119 score: 0.8965
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 120 score: 0.8430
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 121 score: 0.9300
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 122 score: 0.9535
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 123 score: 0.9507
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 124 score: 0.9528
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 125 score: 0.9387
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 126 score: 0.8267
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 127 score: 0.9076
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 128 score: 0.9522
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 129 score: 0.9328
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 130 score: 0.8924
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 131 score: 0.9358
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 132 score: 0.9372
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 133 score: 0.9448
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 134 score: 0.8800
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 135 score: 0.9051
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 136 score: 0.9376
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 137 score: 0.9002
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 138 score: 0.8934
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 139 score: 0.9095
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 140 score: 0.9191
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 141 score: 0.8819
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 142 score: 0.9597
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 143 score: 0.9270
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 144 score: 0.9625
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 145 score: 0.9345
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 146 score: 0.9424
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 147 score: 0.9301
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 148 score: 0.8966
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 149 score: 0.9164
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 150 score: 0.8892
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 151 score: 0.9012
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 152 score: 0.8793
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 153 score: 0.8558
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 154 score: 0.7328
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 155 score: 0.8916
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 156 score: 0.9063
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 157 score: 0.8177
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 158 score: 0.9341
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 159 score: 0.8620
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 160 score: 0.8812
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 161 score: 0.8869
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 162 score: 0.9135
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 163 score: 0.9241
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 164 score: 0.9324
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 165 score: 0.7613
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 166 score: 0.9096
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 167 score: 0.8875
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 168 score: 0.8748
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 169 score: 0.8566
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 170 score: 0.8909
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 171 score: 0.9476
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 172 score: 0.8931
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 173 score: 0.9354
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 174 score: 0.9322
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 175 score: 0.9646
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 176 score: 0.8521
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 177 score: 0.8724
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 178 score: 0.9523
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 179 score: 0.9192
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 180 score: 0.8997
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 181 score: 0.9370
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 182 score: 0.9198
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 183 score: 0.9356
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 184 score: 0.7651
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 185 score: 0.9630
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 186 score: 0.9407
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 187 score: 0.9120
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 188 score: 0.8316
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 189 score: 0.9304
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 190 score: 0.8117
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 191 score: 0.9460
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 192 score: 0.8586
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 193 score: 0.8875
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 194 score: 0.8354
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 195 score: 0.8650
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 196 score: 0.9181
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 197 score: 0.8536
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 198 score: 0.9211
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 199 score: 0.8761
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 200 score: 0.7078
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 201 score: 0.8040
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 202 score: 0.8367
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 203 score: 0.7691
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 204 score: 0.9430
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 205 score: 0.9334
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 206 score: 0.8569
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 207 score: 0.8633
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 208 score: 0.9300
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 209 score: 0.8996
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 210 score: 0.9494
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 211 score: 0.8871
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 212 score: 0.9308
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 213 score: 0.9168
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 214 score: 0.9347
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 215 score: 0.9371
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 216 score: 0.9182
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 217 score: 0.9354
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 218 score: 0.9314
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 219 score: 0.9404
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 220 score: 0.9213
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 221 score: 0.9333
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 222 score: 0.9416
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 223 score: 0.9324
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 224 score: 0.9493
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 225 score: 0.9844
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 226 score: 0.9418
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 227 score: 0.7285
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 228 score: 0.9031
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 229 score: 0.8430
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 230 score: 0.9567
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 231 score: 0.9041
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 232 score: 0.8320
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 233 score: 0.9071
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 234 score: 0.8648
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 235 score: 0.9082
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 236 score: 0.8816
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 237 score: 0.8028
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 238 score: 0.9286
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 239 score: 0.9310
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 240 score: 0.8639
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 241 score: 0.8458
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 242 score: 0.9225
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 243 score: 0.8885
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 244 score: 0.8669
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 245 score: 0.9242
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 246 score: 0.8093
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 247 score: 0.7900
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 248 score: 0.8996
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 249 score: 0.9183
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 250 score: 0.9358
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 251 score: 0.9647
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 252 score: 0.9581
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 253 score: 0.9563
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 254 score: 0.9685
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 255 score: 0.9526
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 256 score: 0.9348
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 257 score: 0.9356
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 258 score: 0.9071
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 259 score: 0.8667
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 260 score: 0.9408
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 261 score: 0.9351
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 262 score: 0.9322
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 263 score: 0.8373
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 264 score: 0.9486
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 265 score: 0.9227
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 266 score: 0.8567
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 267 score: 0.9189
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 268 score: 0.9309
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 269 score: 0.9317
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 270 score: 0.9157
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 271 score: 0.7965
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 272 score: 0.9495
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 273 score: 0.8337
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 274 score: 0.7767
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 275 score: 0.8024
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 276 score: 0.8140
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 277 score: 0.9779
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 278 score: 0.9274
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 279 score: 0.9208
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 280 score: 0.8796
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 281 score: 0.8591
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 282 score: 0.9846
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 283 score: 0.9339
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 284 score: 0.9516
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 285 score: 0.9111
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 286 score: 0.8511
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 287 score: 0.8330
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 288 score: 0.8772
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 289 score: 0.9190
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 290 score: 0.9257
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 291 score: 0.9033
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 292 score: 0.9239
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 293 score: 0.9515
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 294 score: 0.9040
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 295 score: 0.7575
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 296 score: 0.9037
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 297 score: 0.9253
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 298 score: 0.7446
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 299 score: 0.9258
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 300 score: 0.9454
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 301 score: 0.8853
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 302 score: 0.9173
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 303 score: 0.9390
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 304 score: 0.8925
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 305 score: 0.8102
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 306 score: 0.9397
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 307 score: 0.9123
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 308 score: 0.9616
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 309 score: 0.8653
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 310 score: 0.9391
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 311 score: 0.9224
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 312 score: 0.9197
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 313 score: 0.8725
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 314 score: 0.9636
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 315 score: 0.9560
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 316 score: 0.9189
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 317 score: 0.8830
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 318 score: 0.7648
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 319 score: 0.7765
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 320 score: 0.8168
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 321 score: 0.7151
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 322 score: 0.9353
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 323 score: 0.9101
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 324 score: 0.9319
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 325 score: 0.9097
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 326 score: 0.8789
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 327 score: 0.9226
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 328 score: 0.8990
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 329 score: 0.8276
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 330 score: 0.9483
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 331 score: 0.9352
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 332 score: 0.9498
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 333 score: 0.9707
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 334 score: 0.9588
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 335 score: 0.9224
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 336 score: 0.9029
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 337 score: 0.7840
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 338 score: 0.9270
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 339 score: 0.9378
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 340 score: 0.8753
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 341 score: 0.8122
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 342 score: 0.7970
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 343 score: 0.8611
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 344 score: 0.9394
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 345 score: 0.9226
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 346 score: 0.9141
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 347 score: 0.9264
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 348 score: 0.8563
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 349 score: 0.8400
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 350 score: 0.9247
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 351 score: 0.9048
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 352 score: 0.9218
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 353 score: 0.9624
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 354 score: 0.9269
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 355 score: 0.8763
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 356 score: 0.8987
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 357 score: 0.8598
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 358 score: 0.8387
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 359 score: 0.8247
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 360 score: 0.8568
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 361 score: 0.9152
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 362 score: 0.9568
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 363 score: 0.8746
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 364 score: 0.9553
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 365 score: 0.8693
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 366 score: 0.8306
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 367 score: 0.9021
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 368 score: 0.8364
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 369 score: 0.8293
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 370 score: 0.7251
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 371 score: 0.8277
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 372 score: 0.9011
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 373 score: 0.8977
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 374 score: 0.9319
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 375 score: 0.9477
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 376 score: 0.9304
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 377 score: 0.9248
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 378 score: 0.6701
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 379 score: 0.9002
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 380 score: 0.9421
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 381 score: 0.8183
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 382 score: 0.8105
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 383 score: 0.8454
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 384 score: 0.8965
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 385 score: 0.8418
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 386 score: 0.8577
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 387 score: 0.9321
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 388 score: 0.9089
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 389 score: 0.8747
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 390 score: 0.9140
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 391 score: 0.9125
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 392 score: 0.9121
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 393 score: 0.9520
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 394 score: 0.9433
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 395 score: 0.9844
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 396 score: 0.9071
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 397 score: 0.9480
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 398 score: 0.8666
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 399 score: 0.9135
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 400 score: 0.9510
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 401 score: 0.9080
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 402 score: 0.9241
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 403 score: 0.8337
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 404 score: 0.8487
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 405 score: 0.9481
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 406 score: 0.8998
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 407 score: 0.8711
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 408 score: 0.9650
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 409 score: 0.9144
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 410 score: 0.8910
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 411 score: 0.8773
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 412 score: 0.8773
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 413 score: 0.9335
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 414 score: 0.9042
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 415 score: 0.8753
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 416 score: 0.8473
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 417 score: 0.8896
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 418 score: 0.9325
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 419 score: 0.9411
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 420 score: 0.9457
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 421 score: 0.9731
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 422 score: 0.9166
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 423 score: 0.9072
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 424 score: 0.9178
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 425 score: 0.9246
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 426 score: 0.9244
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 427 score: 0.9074
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 428 score: 0.9289
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 429 score: 0.9038
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 430 score: 0.9106
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 431 score: 0.8508
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 432 score: 0.7412
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 433 score: 0.8789
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 434 score: 0.9022
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 435 score: 0.8248
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 436 score: 0.8938
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 437 score: 0.9144
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 438 score: 0.9468
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 439 score: 0.9277
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 440 score: 0.9418
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 441 score: 0.9022
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 442 score: 0.9726
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 443 score: 0.9310
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 444 score: 0.9141
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 445 score: 0.8059
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 446 score: 0.9473
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 447 score: 0.9546
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 448 score: 0.9448
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 449 score: 0.9156
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 450 score: 0.9270
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 451 score: 0.8929
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 452 score: 0.9081
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 453 score: 0.9367
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 454 score: 0.9263
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 455 score: 0.9041
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 456 score: 0.8385
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 457 score: 0.9605
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 458 score: 0.9239
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 459 score: 0.8998
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 460 score: 0.9485
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 461 score: 0.8800
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 462 score: 0.8632
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 463 score: 0.9363
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 464 score: 0.9332
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 465 score: 0.9132
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 466 score: 0.9006
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 467 score: 0.7694
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 468 score: 0.7516
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 469 score: 0.8297
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 470 score: 0.6846
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 471 score: 0.8097
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 472 score: 0.9133
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 473 score: 0.8385
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 474 score: 0.8577
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 475 score: 0.9626
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 476 score: 0.9163
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 477 score: 0.9182
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 478 score: 0.9544
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 479 score: 0.9492
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 480 score: 0.9215
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 481 score: 0.8851
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 482 score: 0.8879
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 483 score: 0.8502
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 484 score: 0.9310
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 485 score: 0.9040
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 486 score: 0.9335
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 487 score: 0.8586
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 488 score: 0.9487
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 489 score: 0.9557
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 490 score: 0.8911
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 491 score: 0.9168
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 492 score: 0.9426
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 493 score: 0.9120
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 494 score: 0.9433
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 495 score: 0.8916
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 496 score: 0.8746
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 497 score: 0.8304
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 498 score: 0.8886
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 499 score: 0.9011
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 500 score: 0.9131
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 501 score: 0.9380
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 502 score: 0.9270
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 503 score: 0.8745
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 504 score: 0.8466
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 505 score: 0.8508
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 506 score: 0.7897
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 507 score: 0.8840
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 508 score: 0.8278
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 509 score: 0.7654
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 510 score: 0.7850
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 511 score: 0.7958
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 512 score: 0.8960
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 513 score: 0.8798
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 514 score: 0.9250
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 515 score: 0.9312
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 516 score: 0.7931
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 517 score: 0.9668
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 518 score: 0.9067
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 519 score: 0.9214
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 520 score: 0.8877
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 521 score: 0.9472
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 522 score: 0.9139
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 523 score: 0.8844
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 524 score: 0.9066
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 525 score: 0.8921
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 526 score: 0.8674
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 527 score: 0.8847
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 528 score: 0.9067
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 529 score: 0.8740
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 530 score: 0.8923
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 531 score: 0.8541
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 532 score: 0.8789
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 533 score: 0.9376
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 534 score: 0.8942
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 535 score: 0.8645
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 536 score: 0.8793
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 537 score: 0.8872
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 538 score: 0.9278
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 539 score: 0.9337
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 540 score: 0.9113
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 541 score: 0.9405
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 542 score: 0.9179
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 543 score: 0.9158
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 544 score: 0.9411
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 545 score: 0.9708
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 546 score: 0.8325
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 547 score: 0.9304
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 548 score: 0.9025
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 549 score: 0.9584
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 550 score: 0.8736
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 551 score: 0.9269
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 552 score: 0.9033
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 553 score: 0.8984
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 554 score: 0.9115
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 555 score: 0.8336
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 556 score: 0.8154
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 557 score: 0.9299
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 558 score: 0.8216
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 559 score: 0.8264
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 560 score: 0.8125
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 561 score: 0.9229
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 562 score: 0.8745
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 563 score: 0.7989
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 564 score: 0.8957
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 565 score: 0.9282
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 566 score: 0.9233
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 567 score: 0.9401
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 568 score: 0.9059
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 569 score: 0.6969
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 570 score: 0.9635
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 571 score: 0.8940
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 572 score: 0.8837
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 573 score: 0.9472
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 574 score: 0.9158
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 575 score: 0.8796
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 576 score: 0.9145
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 577 score: 0.9516
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 578 score: 0.9169
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 579 score: 0.9069
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 580 score: 0.9026
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 581 score: 0.9059
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 582 score: 0.9437
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 583 score: 0.9120
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 584 score: 0.8239
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 585 score: 0.9247
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 586 score: 0.8777
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 587 score: 0.9499
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 588 score: 0.8196
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 589 score: 0.9418
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 590 score: 0.9296
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 591 score: 0.9407
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 592 score: 0.7315
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 593 score: 0.8984
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 594 score: 0.9413
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 595 score: 0.9002
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 596 score: 0.8909
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 597 score: 0.9354
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 598 score: 0.8671
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 599 score: 0.9554
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 600 score: 0.8991
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 601 score: 0.7414
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 602 score: 0.8471
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 603 score: 0.9065
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 604 score: 0.8963
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 605 score: 0.9486
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 606 score: 0.9073
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 607 score: 0.8307
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 608 score: 0.7614
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 609 score: 0.8920
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 610 score: 0.8962
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 611 score: 0.9636
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 612 score: 0.9451
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 613 score: 0.8746
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 614 score: 0.9021
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 615 score: 0.9064
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 616 score: 0.9450
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 617 score: 0.9403
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 618 score: 0.9298
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 619 score: 0.8230
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 620 score: 0.9034
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 621 score: 0.8401
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 622 score: 0.9777
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 623 score: 0.9331
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 624 score: 0.8851
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 625 score: 0.8392
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 626 score: 0.9702
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 627 score: 0.9577
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 628 score: 0.9388
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 629 score: 0.9246
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 630 score: 0.9134
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 631 score: 0.9471
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 632 score: 0.9448
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 633 score: 0.9536
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 634 score: 0.9805
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 635 score: 0.9337
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 636 score: 0.9347
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 637 score: 0.8916
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 638 score: 0.9063
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 639 score: 0.9490
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 640 score: 0.8754
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 641 score: 0.9471
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 642 score: 0.8822
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 643 score: 0.9604
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 644 score: 0.8977
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 645 score: 0.7309
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 646 score: 0.8866
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 647 score: 0.9005
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 648 score: 0.8700
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 649 score: 0.9052
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 650 score: 0.9701
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 651 score: 0.8235
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 652 score: 0.7666
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 653 score: 0.7370
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 654 score: 0.8892
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 655 score: 0.9391
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 656 score: 0.9238
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 657 score: 0.8556
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 658 score: 0.8061
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 659 score: 0.9257
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 660 score: 0.9081
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 661 score: 0.9411
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 662 score: 0.9622
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 663 score: 0.9158
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 664 score: 0.9461
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 665 score: 0.8139
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 666 score: 0.9318
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 667 score: 0.9207
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 668 score: 0.8611
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 669 score: 0.9579
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 670 score: 0.8975
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 671 score: 0.8674
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 672 score: 0.8831
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 673 score: 0.9117
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 674 score: 0.9464
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 675 score: 0.9293
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 676 score: 0.9363
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 677 score: 0.9231
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 678 score: 0.8992
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 679 score: 0.9511
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 680 score: 0.9102
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 681 score: 0.8887
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 682 score: 0.9111
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 683 score: 0.9047
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 684 score: 0.9265
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 685 score: 0.8803
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 686 score: 0.8951
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 687 score: 0.8899
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 688 score: 0.9178
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 689 score: 0.8893
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 690 score: 0.9392
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 691 score: 0.8841
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 692 score: 0.9487
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 693 score: 0.9014
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 694 score: 0.8692
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 695 score: 0.9138
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 696 score: 0.9008
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 697 score: 0.9461
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 698 score: 0.8167
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 699 score: 0.9635
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 700 score: 0.9191
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 701 score: 0.9299
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 702 score: 0.9672
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 703 score: 0.8884
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 704 score: 0.9084
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 705 score: 0.8386
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 706 score: 0.8763
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 707 score: 0.9373
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 708 score: 0.9263
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 709 score: 0.9492
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 710 score: 0.9689
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 711 score: 0.9180
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 712 score: 0.9517
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 713 score: 0.8939
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 714 score: 0.8856
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 715 score: 0.8871
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 716 score: 0.9171
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 717 score: 0.8756
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 718 score: 0.9282
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 719 score: 0.9186
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 720 score: 0.9107
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 721 score: 0.9432
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 722 score: 0.8907
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 723 score: 0.9256
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 724 score: 0.9481
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 725 score: 0.8808
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 726 score: 0.8444
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 727 score: 0.9120
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 728 score: 0.7402
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 729 score: 0.8664
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 730 score: 0.8991
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 731 score: 0.9540
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 732 score: 0.9268
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 733 score: 0.9391
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 734 score: 0.9208
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 735 score: 0.9171
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 736 score: 0.9080
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 737 score: 0.9034
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 738 score: 0.9461
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 739 score: 0.9324
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 740 score: 0.8204
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 741 score: 0.8669
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 742 score: 0.8784
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 743 score: 0.9331
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 744 score: 0.9113
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 745 score: 0.9303
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 746 score: 0.9234
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 747 score: 0.8962
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 748 score: 0.9627
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 749 score: 0.9371
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 750 score: 0.9346
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 751 score: 0.9518
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 752 score: 0.8673
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 753 score: 0.9079
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 754 score: 0.9200
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 755 score: 0.9319
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 756 score: 0.8872
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 757 score: 0.9132
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 758 score: 0.9408
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 759 score: 0.9522
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 760 score: 0.9529
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 761 score: 0.9291
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 762 score: 0.9585
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 763 score: 0.9102
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 764 score: 0.8898
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 765 score: 0.8831
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 766 score: 0.9306
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 767 score: 0.9324
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 768 score: 0.9744
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 769 score: 0.9638
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 770 score: 0.9102
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 771 score: 0.9450
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 772 score: 0.9463
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 773 score: 0.9202
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 774 score: 0.9311
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 775 score: 0.8547
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 776 score: 0.8198
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 777 score: 0.9390
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 778 score: 0.9115
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 779 score: 0.8098
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 780 score: 0.8825
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 781 score: 0.8421
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 782 score: 0.9091
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 783 score: 0.8945
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 784 score: 0.9371
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 785 score: 0.7830
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 786 score: 0.9608
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 787 score: 0.9285
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 788 score: 0.9128
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 789 score: 0.9177
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 790 score: 0.9430
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 791 score: 0.8629
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 792 score: 0.9019
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 793 score: 0.7603
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 794 score: 0.8817
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 795 score: 0.8971
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 796 score: 0.9438
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 797 score: 0.8500
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 798 score: 0.9350
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 799 score: 0.8207
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 800 score: 0.8737
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 801 score: 0.9091
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 802 score: 0.9345
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 803 score: 0.7976
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 804 score: 0.8640
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 805 score: 0.9111
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 806 score: 0.8841
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 807 score: 0.9296
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 808 score: 0.9322
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 809 score: 0.8964
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 810 score: 0.8705
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 811 score: 0.8347
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 812 score: 0.9432
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 813 score: 0.9351
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 814 score: 0.9069
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 815 score: 0.9213
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 816 score: 0.9240
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 817 score: 0.9270
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 818 score: 0.8941
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 819 score: 0.7576
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 820 score: 0.9695
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 821 score: 0.9072
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 822 score: 0.8711
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 823 score: 0.9390
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 824 score: 0.9373
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 825 score: 0.9217
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 826 score: 0.8581
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 827 score: 0.9490
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 828 score: 0.8799
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 829 score: 0.9447
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 830 score: 0.8981
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 831 score: 0.8835
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 832 score: 0.9417
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 833 score: 0.8325
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 834 score: 0.9346
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 835 score: 0.6368
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 836 score: 0.7944
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 837 score: 0.8571
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 838 score: 0.9293
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 839 score: 0.8967
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 840 score: 0.8817
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 841 score: 0.8642
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 842 score: 0.8912
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 843 score: 0.8355
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 844 score: 0.7796
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 845 score: 0.9146
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 846 score: 0.6817
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 847 score: 0.9033
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 848 score: 0.8859
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 849 score: 0.8396
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 850 score: 0.8203
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 851 score: 0.9566
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 852 score: 0.8954
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 853 score: 0.7072
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 854 score: 0.7427
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 855 score: 0.8807
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 856 score: 0.7986
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 857 score: 0.9322
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 858 score: 0.9543
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 859 score: 0.9388
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 860 score: 0.9141
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 861 score: 0.9487
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 862 score: 0.9250
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 863 score: 0.9250
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 864 score: 0.9064
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 865 score: 0.8087
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 866 score: 0.9103
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 867 score: 0.9299
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 868 score: 0.8552
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 869 score: 0.9184
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 870 score: 0.9236
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 871 score: 0.8738
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 872 score: 0.9224
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 873 score: 0.9176
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 874 score: 0.9204
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 875 score: 0.9147
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 876 score: 0.9417
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 877 score: 0.8976
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 878 score: 0.9504
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 879 score: 0.8386
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 880 score: 0.9009
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 881 score: 0.9245
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 882 score: 0.9316
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 883 score: 0.9065
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 884 score: 0.8905
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 885 score: 0.9247
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 886 score: 0.9092
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 887 score: 0.8826
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 888 score: 0.8271
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 889 score: 0.8484
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 890 score: 0.8927
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 891 score: 0.9089
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 892 score: 0.8097
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 893 score: 0.6730
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 894 score: 0.9131
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 895 score: 0.9494
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 896 score: 0.9161
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 897 score: 0.8988
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 898 score: 0.9206
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 899 score: 0.8613
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 900 score: 0.8369
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 901 score: 0.9287
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 902 score: 0.9126
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 903 score: 0.8856
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 904 score: 0.8994
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 905 score: 0.8780
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 906 score: 0.8644
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 907 score: 0.9021
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 908 score: 0.9032
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 909 score: 0.9488
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 910 score: 0.9108
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 911 score: 0.8620
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 912 score: 0.8887
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 913 score: 0.8363
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 914 score: 0.9397
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 915 score: 0.9086
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 916 score: 0.9183
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 917 score: 0.9375
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 918 score: 0.7828
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 919 score: 0.8736
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 920 score: 0.8596
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 921 score: 0.8889
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 922 score: 0.8977
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 923 score: 0.8711
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 924 score: 0.9407
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 925 score: 0.9066
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 926 score: 0.9149
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 927 score: 0.8466
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 928 score: 0.9289
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 929 score: 0.8565
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 930 score: 0.8965
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 931 score: 0.9102
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 932 score: 0.8549
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 933 score: 0.8929
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 934 score: 0.8312
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 935 score: 0.9092
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 936 score: 0.9076
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 937 score: 0.9602
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 938 score: 0.9653
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 939 score: 0.9456
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 940 score: 0.9646
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 941 score: 0.9619
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 942 score: 0.9355
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 943 score: 0.9312
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 944 score: 0.8587
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 945 score: 0.8669
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 946 score: 0.9460
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 947 score: 0.9420
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 948 score: 0.8924
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 949 score: 0.8826
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 950 score: 0.8461
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 951 score: 0.8952
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 952 score: 0.8653
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 953 score: 0.9082
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 954 score: 0.8035
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 955 score: 0.9424
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 956 score: 0.9525
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 957 score: 0.9531
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 958 score: 0.9306
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 959 score: 0.9691
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 960 score: 0.8636
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 961 score: 0.9272
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 962 score: 0.9402
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 963 score: 0.9399
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 964 score: 0.9448
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 965 score: 0.9208
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 966 score: 0.8652
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 967 score: 0.8511
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 968 score: 0.9018
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 969 score: 0.8323
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 970 score: 0.9401
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 971 score: 0.8789
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 972 score: 0.7453
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 973 score: 0.8794
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 974 score: 0.8749
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 975 score: 0.9087
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 976 score: 0.8592
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 977 score: 0.8565
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 978 score: 0.9315
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 979 score: 0.9161
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 980 score: 0.8980
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 981 score: 0.9024
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 982 score: 0.8103
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 983 score: 0.8415
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 984 score: 0.9688
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 985 score: 0.8958
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 986 score: 0.8322
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 987 score: 0.9365
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 988 score: 0.8601
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 989 score: 0.7630
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 990 score: 0.8943
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 991 score: 0.8803
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 992 score: 0.9290
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 993 score: 0.9160
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 994 score: 0.9079
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 995 score: 0.9401
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 996 score: 0.9418
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 997 score: 0.9678
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 998 score: 0.9282
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 999 score: 0.8407
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 1000 score: 0.8111
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 1001 score: 0.9017
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 1002 score: 0.8551
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 1003 score: 0.9013
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 1004 score: 0.8986
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 1005 score: 0.9417
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 1006 score: 0.9121
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 1007 score: 0.9303
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 1008 score: 0.9445
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 1009 score: 0.9562
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 1010 score: 0.8791
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru Segment 1011 score: 0.8749
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-ru score: 0.8969
diff --git a/test-en-sr b/test-en-sr
new file mode 100644
index 0000000000000000000000000000000000000000..35c5a5e2b70e817881af497bb7e2bc2ee7dcd738
--- /dev/null
+++ b/test-en-sr
@@ -0,0 +1,1012 @@
+„Сада имамо 4-месечне мише без дијабетеса које су раније биле дијабетичке“, додао је.
+Др Ехуд Ур, професор медицине на Универзитету Далхаузије у Халифаксу, Нова Шкотска и председник клиничке и научне секције Канадске асоцијације за дијабет, упозорио је да је истраживање још у раној фази.
+Као и неки други стручњаци, он је скептичан да ли се дијабетес може излечити, напомињући да ови резултати немају значај за људе који већ имају Дијабетес типа 1.
+У понедељак је Сара Даниус, стални секретар Нобелове комисије за књижевност у Шведској академији, јавно најавила током радио програма на радију Sveriges Radio у Шведској да је комисија, која није могла директно да дође до Боба Дилана због освајања Нобелове награде за књижевност 2016. године, прекинула покушаје да дође до њега.
+Даниус је рекао: „Сада не радимо ништа. Позвао сам и послао е-поруке његовом најближем сараднику и примио сам веома пријатељски одговоре. За сада, то је сигурно довољно.“
+Претходно, извршни директор компаније Ринг, Џејми Симиниф, истакао је да је компанија почела да ради када његов звонот није могао да се чује у његовој радњи у гаражу.
+Кaкo je рeкao, изгрaдиo je двoрскe звoнкo сa Wi-Fi кoнeкциjом.
+Симиноф је рекао да је продаја порасла након његовог појављивања у епизоди Shark Tank-а 2013. године, када је панел емисије одбио финансирање компаније.
+У децембру 2017. године, Симиноф се појавио на телевизијском каналу за куповину QVC.
+Ринг је такође решио тужбу против конкурентне безбедносне компаније, АДТ корпорације.
+Иако је једна експериментална вакцина способна да снизи смртност од Еболе, до сада ниједан лек није јасно показао да је примерен за лечење постојеће инфекције.
+Првобитни антителотни коктейл, ZMapp, показао је обећавајуће резултате у пољу, али су формални истраживања показала да је имао мање користи у спречавању смрти.
+У PALM истраживању, ZMapp је служио као контрола, што значи да су научници користили њену основу и упоредили су три остала лека са њом.
+USA Gymnastics подржава писмо Олимпијског комитета Сједињених Америчких Држава и прихвата апсолутну потребу Олимпијске породице да промовише безбедно окружење за све наше спортистке.
+Складно смо са изјавом АСОК-а да интереси наших спортиста и клубова, као и њиховог спорта, можда ће бити боље заштићени настављањем значајних промена унутар наше организације, уместо прекида акредитације.
+USA Gymnastics подржава независну истрагу која би могла да открије како је злостављање које је тако храбро описано преживелима Ларија Насара могло да остане непримећено толико дуго и прихвата све неопходне и прикладне промене.
+USA Gymnastics и USOC имају исти циљ – да спорту гимнастике и другим спортовима дају што је могуће највећу безбедност да би атлетичари могли да следе своје снове у безбедној, позитивној и моћној средини.
+Током 1960-их година, Брзезински је радио за Џона Ф. Кенедија као његов саветник, а затим и за администрацију Линдона Б. Џонсона.
+Током избора 1976. године је саветовао Картера о спољној политици, а затим је био национални саветник за безбедност (NSA) од 1977. до 1981. године, наследивши Хенрија Кисинџера.
+Као директора Националне безбедносне агенције, помогао је Картеру да дипломатски управља светским пословима, као што су Споразуми из Кампа Дејвида, 1978; нормализација односа САД и Кине током краја 1970-их; Иранска револуција која је довела до кризе заробљеника у Ирану, 1979; и совјетска инвазија у Афганистану, 1979.
+Филм са Рајеном Гослејнгом и Емом Стоун добио је номинације у свим главним категоријама.
+Гослинг и Стоун су добили номинације за најбољег глумца и глумицу.
+Друге номинације укључују најбољи филм, режисера, фотографију, сценографију, дизајн костима, монтажу, оригиналну музичку композицију, сценографију, мјешање звука, монтажу звука и оригинални сценарио.
+Две песме из филма, „Audition (The Fools Who Dream)“ и „City of Stars“ су добиле номинације за најбољу оригиналну песму. Студио Lionsgate је добио 26 номинација – више него било који други студио.
+Дoнaлд Tрaмп, прeдсeдник Сjeдињeних Држaвa, нa крaj дaнa oбjaвиo je дa ћe aмeричкe трoпe oдлaзити из Сириje. Oбjaвиo je тo крojицeм сeкрeтaркe зa штaмпу.
+Објава је након телефонског разговора Трампа са турским председником Реџепом Тајипом Ердоганом.
+Турска би такође преузела чување заробљених бораца ИСИС-а који, према изјави, европске земље одбијају да врате у своје земље.
+Ово не само да потврђује да су неки диносауруси имали перје, теорију која је већ широко распрострањена, већ пружа детаље фосила које обично не могу, попут боје и тродимензионалног распореда.
+Научници кажу да је перје овог животиње било црвенкасто-браон на горњој страни, а на доњој страни је било светло или каротеноидне боје.
+Ово откриће такође даје увид у еволуцију перја код птица.
+Због тога што диносаурове перје немају добро развијену дршку, познату као рахис, али имају друге карактеристике перја – браде и браделе –, истраживачи су закључили да је рахис вероватно био касни еволуциони додатак овог других карактеристика.
+Структура перја сугерише да нису коришћена за летање, већ за регулацију температуре или приказивање. Истраживачи су сугерисали да, иако се ради о репном делу младог диносауруса, узорци приказују перје одраслег диносауруса, а не перје младића.
+Испитивачи су предложили да, иако се ради о репу младог диносауруса, узорци показују перје одрасленог диносауруса, а не перје младића.
+Аутомобилска бомба је у уторак ујутро експлодирала испред полицијске станице у Газијантепу, Турска, убивши два полицајца и повређивши више од двадесет других људи.
+Гувернерова канцеларија је саопштила да је деветнаест повређених било полицајаца.
+Полиција је саопштила да су сумњају да је припадник Исламског Државног Удружења (ISIL) одговоран за напад.
+Нашли су да Сунце функционише на истим основним принципима као и друге звезде: Откривено је да је активност свих звезда у систему зависила од њихове светлости, њиховог ротације и ниче другог.
+Луминост и ротација се користе за одређивање Росбијевог броја звезде, који је повезан са током плазме.
+Што је број Росбија мањи, то је звезда мање активна у погледу магнетних инверзија.
+Током свог путовања, Ивасаки се суочавао са проблемима на многим местима.
+Пирати су га ограбили, у Тибету га је напала бесна пса, избегао је венчање у Непалу и био је ухапшен у Индији.
+Стандард 802.11n ради и на 2,4 GHz и 5,0 GHz фреквенцији.
+Ово ће му омогућити да буде уназад компатибилан са 802.11a, 802.11b и 802.11g, под условом да базова станица има два радија.
+Брзине 802.11n су знатно веће од брзина његових претходника, са максималном теоретском пропусном способношћу од 600Mbit/s.
+Дувал, који је ожењен и има два одрасла деца, није оставио велики утисак на Милера, коме је прича причана.
+Када су га затражили за коментаре, Милер је рекао: „Мики говори много током саслушања... Припремао сам се, тако да сам у суштини није слушао оно што је рекао.“
+„Бићемо се старати да смањимо емисије угљениковог диоксида на једну јединицу БДП-а значајно до 2020. године од нивоа из 2005. године“, рекао је Ху.
+Није поставио цифру за смањење, рекавши да ће се вршити у зависности од економског износа Кине.
+Ху је позвао земље у развоју „да избегну стару стратегију да се прво загађује и да се касније чисти“.
+Додао је да „међутим, не треба тражити од њих да преузму дужности које превазилазе ниво њиховог развоја, одговорности и могућности“.
+Група за истраживање Ирака представила је свој извештај у 12.00 по Гринвичу данас.
+У овом тренутку, никто не може да гарантује да било која акција у Ираку могла да спречи секташке сукобе, растућу насиље или спуштање у хаос.
+Извештај почиње молбом за отворену дебату и формирање консензуса у Сједињеним Државама о политици према Средњем истоку.
+Извештај је веома критичан према готово свим аспектима тренутне политике извршне власти према Ираку и позива на неодлагање промене курса.
+Прва од 78 препорука гласи да треба да се предузме нова дипломатска иницијатива пре краја ове године како би се обезбедиле границе Ирака против непријатељских интервенција и да се обнове дипломатске односи са суседним државама.
+Тренутни сенатор и прва дама Аргентине, Кристина Фернандез де Киршнер, прошлог вечера је објавила своју кандидатуру за председника у Ла Плати, граду удаљеном 50 километара (31 миља) од Буенос Ајреса.
+Гђа Киршнер је најавила своје намере да се кандидује за председника у Аргентинском театру, истом локацији на којој је 2005. године покренула своју кампању за Сенат као члан делегације провинције Буенос Ајреса.
+Дебата је започета контроверзом о трошковима за помоћ и обнову након урагана Катрина; који су неки фискални конзервативци хумористички означили као „Бушово новоорлеанско договорење“.
+Либерална критика напора за реконструкцију се фокусирала на доделу уговора за реконструкцију људима који се сматрају унутрашњим људима у Вашингтону.
+На погреб је у Рим дошло више од четири милиона људи.
+Број присутних је био тако велик да нису сви могли да дођу до сахране у Светопетровском тргу.
+На различитим местима у Риму су постављени велики телевизијски екрани како би људи могли да гледају церемонију.
+У многим другим градовима Италије и у остатку света, нарочито у Пољској, слична опрема је направљена, која је гледала велики број људи.
+Историчари су критиковали прошле политике ФБИ због фокусирања ресурса на случајеве који је лако решити, нарочито случајеве украдених аутомобила, са циљем повећања успешности агенције.
+Конгрес је 2005. године покренуо иницијативу за сузбијање непристојности и одређио је да ФБИ расподели 10 агента на борбу против порнографије за одрасле.
+Робин Утапа је постигао највећи број поена у иннингу, 70 поена у само 41 лопти, ударајући 11 четворки и 2 шестерки.
+Играчи средњег реда, Сачин Тендулкар и Рахул Дравид, играли су добро и постигли су партнерство од 100 поена.
+Meђутим, нaкoн штo je индиjски кaпитeн изгубиo мeч, индиjскe рeпрeзeнтaтивнe eкипe je oствaрeнo 36 удaрaцa и изгубиo je 7 удaрaцa кaдa je иннингoвo зaвршeнo.
+Председник САД Џорџ В. Буш стигао је у Сингапур ујутро 16. новембра, почевши са недељном турнејом по Азији.
+Дочекан је од стране заменика премијера Сингапура, Вонга Кан Сена, и разговарао је са премијером Сингапура, Ли Хсиен Лонгом, о питањима трговине и тероризма.
+Након недељу дана губитака на изборима у средини мандата, Буш је говорио публици о ширењу трговине у Азији.
+Прeмиjeр Стeфeн Хaрпeр je дoгoвoриo сe дa ћe „Aкт o чистим вoздухoм” пoслaти oдбoру свe стрaнeкe зa прeиспитивaњe пoслe првoг читaњa, пoслe 25 минутнoг сaстaнкa сa лидeрoм NДП Џeкoм Лejтoнoм у утвoру Прeмиjeрскe кaбинeтe у утвoрeњe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утвoрe у утв
+Лејтон је тражио измене у закону о заштити животне средине конзервативне странке током састанка са премијером и тражио је „потпуну и детаљну ревизију“ закона о заштити животне средине конзервативне странке.
+Од тренутка када је федерална влада преузела финансирање болнице Мерси у Девонпорту, Тасманија, државна влада и неки чланови федералног парламента су критиковали овај чин као шалу у предвечерју федералних избора који ће бити одржани у новембру.
+Aли прeмиjeр Џoн Хoуaрд кaжe дa je тo дoнoрoвaњe билo нaмeрeнo кaкo би сe зaштилилe oбjeктe бoлницe oд пaдaњa квaлитeтa oд стрaнe влaдe у Тaсмaнији, дaвaњeм дoдaтних 45 милиoнa AУД.
+Према најновијем извештају, мере нивоа мора указују на то да је дошло до цунамија. Забележено је одређено цунами активношће у близини Паго Пагоа и Ниуа.
+У Тонги није пријављено већих оштећења или повреда, али је привремено прекинуто снабдевање електричном енергијом, што је наводно спречило тонганске власти да прими предупређење о цунамију које је издао ПТВЦ.
+Четрнаест школа у Хавајима, које се налазе или су близу обале, су у среду затворене упркос томе што су предупређења укинута.
+Амерички председник Џорџ В. Буш је добродошлио овој изјави.
+Портпарол Буша, Гордон Џондрои, назвао је обећање Северне Кореје „већим кораком ка циљу постизања потврденог нуклеарног разоружања Корејског полуострва“.
+Данас је у Атлантском океану формиран десети називани ураган у сезони урагана, суптропски ураган Џери.
+Национални центар за урагане (NHC) каже да у овом тренутку Џери не представља опасност за копно.
+Кoрпус инжeњeрa Сjeдињeних Држaвa oцeниo je дa 6 цeнтимeрa кишe мoгe дoвeсти дo пoврeдeних дигнa.
+Деветнаести округ, који је за време урагана Катрина доживео поплаве висине од 6,1 метра, тренутно се налази у води висине до пута због преливања обалске бране.
+Вода се излива преко бране у делу ширине 100 стопа.
+Адам Керден, администратор Комона, изразио је своје разочарење због брисања када је говорио за Викинејс прошлог месеца.
+„Он [Вејлс] је у суштини лагао од самог почетка. Прво, тако да је изгледало да је то због правних разлога. Друго, тако да је изгледало да нас слуша, све док није уклонио своје уметничко дело.“
+Иритација у заједници довела је до тренутног настојања да се припреми политика везана за сексуални садржај за веб локацију која је домаћин милиона отворених лиценцираних медија.
+Већина рада је била теоретског карактера, али је програм писао да би се симулисали посматрања галаксије Sagittarius.
+Ефекат који је тим покушавао да добије биће изазван таласним силама између тамне материје галаксије и тамне материје Млечног пута.
+Слично томе што Месец привлачи Земљу, изазивајући приливе и осеке, и Млечни пут привлачи галаксију Стрелица.
+Научници су успели да закључе да је тамна материја утицала на другу тамну материју на исти начин као што регуларна материја утиче на регуларну материју.
+Ова теорија каже да већина тамне материје око галаксије је смештена око галаксије у некој врсти халоа и састоји се од великог броја малих честица.
+Телевизијски снимци приказују да из фабрике излази бели дим.
+Локалне власти предупређују становнике у близини фабрике да остану у дому, да не користе хлађење ваздуха и да не пију воду из водоснабдења.
+Према агенцији за нуклеарну безбедност у Јапану, радиоактивни цезијум и јод су идентификовани у фабрици.
+Ауторитети су закључили да ово указује на то да су контејнери са уранијумом на овом месту могли да су се оштетили и да пропуштају.
+Др. Тони Мол је открио екстремно резистентну туберкулозу (XDR-TB) у региону Јужноафричке Републике Квазулу-Натал.
+У интервјуу је рекао да је нова варијанта „веома озбиљна и забрињавајућа због веома високог процента смртности“.
+Неки пацијенти могли су да су заражени у болници, мисли др. Мол, а најмање два су били здравствени радници у болници.
+У року од једне године, заражена особа може да зарази 10 до 15 блиских контаката.
+Међутим, проценат XDR-ТБ у целој групи људи са туберкулозом и даље изгледа низак; 6.000 од укупног броја 330.000 инфицисаних у било које тренутак у Јужној Африци.
+Сателити, који су тежили више од 1000 фунти и који су путовали брзином од око 17.500 миља на сат, су се сударили на 491 миљу изнад Земље.
+Научници кажу да је експлозија узрокована сударом била масивна.
+И даље покушавају да одреде колико је ова катастрофа велика и како ће Земљу погодити.
+Стрaтeгиjски oдjeл oд Министaрствa oдбoрe зa oдбрaну СAД трaжи дeбрисe.
+Резултат анализе ће бити објављен на јавној веб локацији.
+Дoктoркa кojи je рaдoвaлa у Дeчjoм бoлницe у Питсбeргу у Пeнсилвaниjи бићe oптужeнa зa пoврeђeни убиствo нaкoн штo je њeнa мajкa прoнaђeнa мртвa у кoфeру њeнoг aутoмoбилa у срeду, кaжу aутoритeти у Oхajу.
+Др. Малaр Бaлaсубрaмaниjaн, 29 гoдишњaкa, нaђeнa je у Блу Aшу, у Oхajу, пригрeднo 15 килoмeтa сeвeрoзaпaднo oд Синсинaтиja, нaдoгрaђeнa нa тeрeну пoд путoмa у тркaчкoм дрeсу и пoдвeсaним пoдвeсaкaмa у видe пoдрeђeнoг здрaвљeнoг чoвeкa.
+Упутила је полицајце према својој црној Oldsmobile Intrigue која је била удаљена 500 стопа.
+Тамо су пронашли тело Сароје Баласубраманјана, 53, прекривено крвавим прекривачима.
+Полиција је саопштила да је тело изгледало да је тамо било приближно један дан.
+Први случајеви болести ове сезоне пријављени су крајем јула.
+Болест се преноси свињама, а затим прелази на људе кроз комарце.
+Индијска влада је изазвана овом ситуацијом да предузме мере као што су распоређивање ловца на свињама у озбиљно погођеним областима, дистрибуирање хиљада заштитних мрежа против комара и испаљивање пестицида.
+Влада је такође обећала неколико милиона доза вакцине против енцефалита, што ће помоћи здравственим агенцијама да се припреме за следећу годину.
+Планирано је да се ове године вакцине достављају у историјски најзахваћене области, али је то одложено због недостатка средстава и ниског приоритета у односу на друге болести.
+Слања је 1956. прешао у Шведску, где је три године касније почео да ради за шведску пошту и постао је њиховог главног гравера.
+Произвео је више од 1000 марки за Шведску и 28 других земаља.
+Његова радња је од тако признате квалитетете и детаља да је један од врло малих „познатих имена“ међу филателистима. Неки се специјализују укупномкупљању његове радње.
+Његова 1000. марка је била величанствена „Велика дела шведских краљева“ Давида Клокера Еренштрала из 2000. године, која је забележена у Књизи рекорда Гиннеса.
+Такође се бавио и гравирањем банкнота за многе земље, а недавни примери његовог рада укључују портрете премијера на предњој страни нових канадских новчаница од 5 и 100 долара.
+Након што је дошло до несреће, Џибсон је превезен у болницу, али је убрзо након тога преминуо.
+Возач камиона, старости 64 године, није повређен у судару.
+Сам аутомобил је уклоњен са места несреће око 1200 GMT истог дана.
+Човек који ради у гаражи у близини места несреће је рекао: „Били су деца која су чекала да пређу улицу и сви су викали и плакали.“
+Сви су се вратили на место где је дошло до несреће.
+Друге теме на дневном реду у Бали укључују спасавање преосталих шума на свету, као и дељење технологија како би се развијеним нацијама омогућило да расту у мање загађивајући начини.
+УН се такође нада да ће окончати фонд који ће помоћи земљама које доживљавају последице глобалног загревања да се суоче са последицама.
+Тај новац могао би да се искористи за изградњу кућа отпорних на поплаве, боље управљање са водом и разношење пољопривредних култура.
+Флук је написао да су напори неких да жене не говоре о женском здрављу били неуспешни.
+До тог закључка је дошла на основу великог броја позитивних коментара и подстицања које јој су послали и женски и мушки појединци који су наглашавали да би контрацептивна лекарства требало да се сматрају медицинском неопходношћу.
+Након што је борба престала након што су рањени транспортирани у болницу, око 40 затвореника који су остали у дворишту су одбили да се врате у своје ћелије.
+Трговински преговарачи су се покушали да исправе ситуацију, али захтеви затвореника нису јасни.
+Од 10:00 до 11:00 увече МДТ, затвореници су започели ватру у дворишту.
+Брзо су полицајци опремљени заштитном опремом ушли на двориште и опколили затворенике газом који изазива плаче.
+Ватрогасни тимови су на крају угасили ватру до 23:35.
+Након што је 1963. године изграђена брана, сезонске поплаве које би шириле седимент дуж реке су обустављене.
+Ова седиментација је била неопходна за стварање барова и плажа, које су служиле као станишта дивљих животиња.
+Захваљујући томе, две врсте риба су изумрле, а две друге су угрожене, укључујући и ајкулу.
+Иако ће ниво воде нарасти само неколико стотина метара након поплаве, званичници се надају да ће то бити довољно да се обнове еродирани песачни барови низводно.
+Није издато упозорење на цунами, а према агенцији за геофизику у Џакарти, никакво упозорење на цунами неће бити издато јер је земљотрес не испунио услове од 6,5 степени.
+Иако није постојала опасност од цунамија, становници су почели да паникују и почели су да напуштају своје послове и куће.
+Иако је Винфреј плакала у својој последњој емисији, нагласила је да ће се вратити својим фановима.
+„Ово неће бити добродошлица. Ово је затварање једне главе и отварање нове.“
+Коначни резултати председничких и парламентарних избора у Намибији су показали да је актуелни председник, Хификепуне Похамба, поново изабран са великом предношћу.
+Владајућа странка, Народна организација Југозападне Африке (SWAPO), такође је задржала већину на парламентарним изборима.
+Коалиционе и афганске трупе су ушле у ову зону како би је обезбедиле, а други коалициони авиони су послани да помогну.
+Аварија се догодила на високом планинском терену и верује се да је резултат непријатељске ватре.
+Покушаји да се пронађе место пада су отежани лошим временским условима и тешким тереном.
+Медицинска хуманитарна организација Мангола, Medecines Sans Frontieres и Светска здравствена организација кажу да је ово најгори случај забележен у земљи.
+Пoртпaрoл oргaнизaциje Meдeцинс сaнс фрoнтje Ричaрд Вeeрмaн кaжe: „Ангoлa сe нaхoди у свojoj нajгoрoj крзи и ситуaциja у Ангoли je вeoмa лошa”, рeкao je.
+Утакмице су почеле у 10:00 ујутро са одличним временским условима, а осим кратког дожђава у средини јутра који је брзо престао, ово је био идеални дан за 7's рагби.
+Најбоље пласирани тим турнира, Јужноафричка репрезентација, почела је на прави начин победом од 26-00 над 5. пласираном репрезентацијом Замбије.
+Међутим, Јужноафричка репрезентација је у игри против својих јужних сестара изгледала одређено оштећена, али се у току турнира стално побољшавала.
+Њихова дисциплинована одбрана, вештина управљања лоптом и одлична екипна радња их је издвојила и било је јасно да је ово био тим који ће победити.
+Званичници из Амстердама и музеја Ане Франк тврде да је дрво заражено гљивом и представља јавно здравствени ризик јер тврде да је било у непосредној опасности пада.
+Планирано је да буде срушено у уторак, али је спасено након одлуке апелационог суда.
+Све улазе у пећине, које су добиле име „Седам сестара“, имају најмање 100 до 250 метара (328 до 820 стопа) у пречнику.
+Инфрацрвене слике показују да су температурне варијације током ноћи и дана указивале на то да су то вероватно пећине.
+„Имају нижу температуру од околне површине током дана, а већу током ноћи.
+Њихово термално понашање није тако стабилно као код великих пећина на Земљи које често одржавају прилично константну температуру, али је конзистентно са тиме што се ради о дубоким рупама у земљи“, рекао је Глен Кашинг, члан Астрогеолошког тима Геолошког завода Сједињених Америчких Држава (USGS) и универзитета Северна Аризона у Флагстафу, Аризона.
+У Француској је гласање традиционално био ниско-технолошки искуство: гласачи се изолују у боксу, стављају препечатнути лист папира на коме је означен кандидат који желе да изаберу у енвелоп.
+Након што ће званичници потврдити идентитет гласача, гласач ће убацити листић у лопту за гласање и потписати гласачку листу.
+Француски изборни закон веома строго регулише поступак.
+Од 1988. године, канцеларије за гласање морају да буду прозирне, како би гласачи и посматрачи могли да сведоче да се на почетку гласања нема енвелопа и да се енвелопи не додају, осим оних који припадају довољно пријављеним и одобреним гласачима.
+Кандидати могу да послају представнике да сведоче сваком делу процеса. Увече се броје гласови добровољцима под строгим надзором, по специфичним процедурама.
+ASUS Eee PC, раније лансиран широм света због фактора смањења трошкова и функционалности, постао је тема за разговор на IT месецу у Тајпеју 2007.
+Meђутим, тржиштo кoмпjутeрa лaптoпaдa ћe бити рaдикaлнo oдличнo и измeњeнo нaкoн штo je AСUС oдликoвaн 2007. гoдинe нa тajвaнскoм нaгрaђивaњу „Узнoснoст” oд стрaнe влaдe Рeпубликe Кинe.
+Сајт станице описује ову емисију као „стару школу радио драму са новим и шокирајућим гејмерским окретом!“
+У својим раним данима, емисија се емитовала искључиво на веб радију TogiNet Radio, радију фокусираном на разговоре.
+Крајем 2015. године, TogiNet је основао радио AstroNet Radio као подручну станицу.
+Првобитно је ова емисија имала аматерске глумце који су били локални у источном делу Тексаса.
+Према извештајима, пљачка је настављена током ноћи, будући да нису полицијски службеници присутни на улицама Бишкека.
+Бишкек је један посматрач описао као град који је „упао у анархију“, док су банде људи лутале улицама и пљачкале продавнице са робом за кућне потребе.
+Неки становници Бишкека су кривили протестанте са југа за нерешене проблеме.
+Јужноафричка репрезентација је победила репрезентацију „All Blacks“ (Новог Зеланда) у мечу у рагбију три нације на стадиону „Royal Bafokeng“ у Рустенбургу, Јужноафричка Република.
+Финални резултат је био победа са једним поеном, 21-20, што је окончало 15 узастопних победа Новозеландца.
+За „Спрингбоксе“ је то прекинуо низ пет узастопних изгубљених утакмица.
+То је био финални меч за „All Blacks“, који су већ две недеље пре тога освојили трофеј.
+Финални меч серије ће се одржати следеће недеље на стадиону „Ellis Park“ у Џоханесбургу, када ће „Springboks“ играти против Аустралије.
+У понедељак у 10:08 увече западни део Монтане потресао је умерени земљотрес.
+Геолошки институт Сједињених Америчких Држава (USGS) и његов Национални центар за информације о земљотресима нису примили никакве непосредне извештаје о штети.
+Центар земљотреса је био око 20 км (15 миља) северно-северозападно од Дилона и око 65 км (40 миља) јужно од Бута.
+Потврђено је да је вирус птичјег грипа који је смртоносан људима, H5N1, инфицирао мртву дивљу крпку која је пронађена у понедељак у мочвари близу Лиона у источном делу Француске.
+Француска је седма земља у Европској Унији која се суочава са овим вирусом; након Аустрије, Немачке, Словеније, Бугарске, Грчке и Италије.
+Сумњиве случајеве птичјег грипа H5N1 у Хрватској и Данској и даље нису потврђени.
+Чемберс је тужио Бога за „широко распрострањену смрт, уништавање и тероризацију милиона и милиона људи на Земљи“.
+Чeмбeрс, aгнoстик, тврди дa je њeгoвo трeбaњe „нeзнaчajнo” и дa „кojeкo кojeкo мoжe дa тужи кojeкo кojeкo”.
+Историја приказана у француској опери, коју је компоновао Камил Сен-Санс, је о уметнику „коме живот диктује љубав према дрогама и Јапану“.
+Као резултат, извођачи пуше каннабис на сцени, а само позориште подстиче публику да се придружи.
+Бивши председник Представничког дома Њут Гингрич, гувернер Тексаса Рик Перри и конгресменка Мајкл Бакман финиширали су на четвртом, петом и шестом месту, респективно.
+Након што су резултати стигли, Гингрич је похвалио Санторима, али је имао оштре речи за Ромнија, због ког су негативне рекламе за кампању биле приказиване у Ајови против Гингрича.
+Пeри je кaжe дa ћe „врaтити сe у Тeксaс дa oцeни излoсe из дaнaшњeг кoнвeнтa и дa утврди дa ли je пут нaпрeд зa мeнe у њeмoј трци”, aли je кaсниje кaжe дa ћe oстaти у трци и дa ћe трeбaти у утoрaк 21. jулa прeдвoђeњa у Јужнoj Кaрoлинoj.
+Бaхмaн, кoja je у aвгусту пoбeдилa нa прeдсeдничким прeдсeдaкaмa у Aмeсу, дoнeлa je рeшeњe дa нeћe дaљe кaндидoвaти.
+Фотограф је транспортован у медицински центар Роналда Рейгана на Универзитету Калифорније у Лос Анђелесу, где је касније преминуо.
+Наводно је имао око 20 година. У саопштењу је Бибер рекао: „Иако сам не био присутан ни директно укључен у ову трагичну несрећу, моје мисли и молитве су са породицом жртве.“
+Сајт за забавне вести TMZ је разумео да је фотограф зауставио свој аутомобил на другој страни булевара Сепулведа и покушао да сними полицијску контролу пре него што је прешао улицу и наставио, што је полицајац који је спроводио полицијску контролу у Калифорнији наредио да се врати на другу страну, двапут.
+Полиција верује да ће возач аутомобила који је ударио фотографа вероватно избећи кривичне оптужбе.
+Због тога што је сваког дана доступно само осам медаља, неколико земаља није успело да се пласи на планку медаља.
+Међу њима су и Холандија, са Аном Јохемсен која је завршила на деветом месту у женској категорији у супер-Г јуче, и Финска са Катје Сариненом која је завршила на десетом месту у истом догађају.
+Аустралијанац Митчел Гоурли завршио је на деветом месту у мушкој категорији у супервелеслалопу. Чешки такмичар Олдрих Џелинек завршио је на шеснаестом месту у мушкој категорији у супервелеслалопу.
+Арли Веласкез из Мексика завршио је на петнаестом месту у трци мушкараца у супер-Г. Адам Хол из Новог Зеланда завршио је на деветтом месту у трци мушкараца у супер-Г.
+Пољски скијаш Маћеј Кржел и водила Ања Огарзјнска су завршили на тринаестом месту у супер-Г. Јонг Сеорк Парк из Јужне Кореје је завршио на двадесет четвртом месту у мушкој категорији супер-Г.
+Миротворци УН, који су стигли у Хаити након земљотреса 2010. године, оптужени су за ширење болести која је почела у близини њиховог кампова.
+Према тужби, отпад из кампова УН није добро дезинфициран, што је довело до тога да су бактерије ушле у притоке реке Артибонит, једне од највећих река Хаитија.
+Пред доласком трупа, Хаити није имао проблема везаних за болест већ од 1800-их година.
+Институт за праву и демократију у Хаити је навео независне истраживања која сугеришу да је непалски батаљон миротворца УН ненамерно донео болест у Хаити.
+Дaниjeл Лaнтaњ, eкспeрт УН зa бoрбу прoтив инфeкциja, кaжe дa су мигрaнти вeрoвaтнo прoизвeли избрeк збoг мирних зaштитних снaгa.
+Хaмилтoн je пoтврдиo дa je Хoуaрд унивeрзитeтскa бoлницa примилa пaциeнтa у стабилнoм спoсoбу.
+Болесник је био у Нигерији, где је забележено неколико случајева Ебола вируса.
+Болница је примењивала протокол за контролу инфекције, укључујући одвојење пацијента од других како би се спречила могућа инфекција других.
+Пре The Simpsons, Симон је радио на неколико емисија у различитим улогама.
+Током 1980-их година радио је на емисијама као што су Taxi, Cheers и The Tracy Ullman Show.
+Године 1989. је учествовао у стварању Симпсона са Бруксом и Гронингом и био је одговоран за ангажовање првог писачког тима.
+Иако је 1993. године напустио емисију, задржао је титулу извршног продуцента и и даље је добијао десетине милиона долара сваке сезоне у облику ројалти.
+Претходно је кинеска новинска агенција Xinhua известила да је авион ухваћен у захвату.
+Касније је саопштено да је авион добио претњу бомбом и да је враћен у Авганистан, где је слетео у Кандахару.
+Према раним извештајима, авион је враћен у Авганистан након што му је одбијена екстренска слетања у Урумчију.
+Ваздухопловне несреће су честе у Ирану, који има стару флоту која је лоше одржавана и за цивилне и војне операције.
+Међународне санкције су значиле да се нови авиони не могу купити.
+Рaниje oвe нeдeљe, хeликoптeр пoлициje сe срушиo и пoгибeлo je три oсoбe, дoдaтнo су три oсoбe пoврeђeнe.
+Прошлог месеца Иран је доживео најгоре авионске несреће у последњих неколико година када је авион који се спуштао у Јермени срушио, убивши 168 људи који су се налазили на њему.
+Исти месец је видео још један авион који је прегазио писту у Машхаду и ударио у зиду, убивши седамнаест људи.
+Aerosmith су отказали остатак концерта на њиховој турнеји.
+Рок бенд је требало да обиђе Сједињене Државе и Канаду до 16. септембра.
+Они су отказали турнеју након што је водећи певач Стивен Тајлер повређен након што је пао са сцене док је певао 5. августа.
+Муреј је изгубио први сет у тајбрејку након што су оба играча одбранили сваки сервис у сету.
+Дел Потро је имао предност у другом сету, али и ово је захтевало тајбрејк након што је достигнут резултат 6-6.
+У овом тренутку Потро је добио третман рамена, али је успео да се врати у игру.
+Програм је почео у 8:30 по локалном времену (15:00 UTC).
+Познати певачи широм земље певали су бхаџане, или песме посвећене богу, пред ногама Шријама.
+Певач Санџу Шарма је отворио вечер, а затим је наступио Џај Шанкар Чаудари. Представио је и песму „chhappan bhog bhajan“. Певач, Рају Канделвал је придружио њему.
+Затим, Лакха Сингх је преузео вођство у певању бхаџана.
+Баба Шјам је добио 108 табле Chhappan Bhog (у хиндуизму, 56 различитих јестивара, као што су сладоледи, воће, ореси, посуде итд. који се нуде богу).
+Lakkha Singh је представио и песму „chhappan bhog bhajan“. Њоме је пратио певач, Raju Khandelwal.
+Прeдсeдник кoмпaниje Нинeнтeндo, Saтoру Ивaтa, у чeтвртoкoвoм глaвнoм прeдствoвaњу игрeнoг шoуa у Toкиjу, oткриo дизajн дoдaтнoг кoнтрoлeрa зa нoву кoнзoлу кoмпaниje Нинeнтeндo Рeвoлушн.
+Контролер је сличан телевизијском пулту и користи два сензора који се налазе близу телевизора корисника да би триангулисао његов положај у тродимензионалном простору.
+То ће омогућити играчима да контролишу радње и покрете у видео играма померањем уређаја кроз ваздух.
+Giancarlo Fisichella изгубио је контролу над својим аутомобилом и брзо је завршио трку.
+Његов тимски колега Фернандо Алонсо водио је већину трке, али је завршио убрзо након свог пит-стопа, вероватно због лошег смештања предњег левог точка.
+Мајкл Шумахер завршио је трку нешто касније од Алонса, због оштећења суспензије у многобројним борбама током трке.
+„Oнa je вeoмa слaдкa и дoбрo пjeсe тaкoђe”, рeкao je нa кoнфeрeнциjи зa штaмпу, прeнoси сe из трaнскриптa нoвинскe кoнфeрeнциje.
+„Сваког пута кад смо репетирали ову песму, осећао сам се на духовном нивоу.“
+Око 3 минута након лансирања, камера на броду је приказала да се многе делове изолационе пена одвајају од горивног резервоара.
+Међутим, нису се сматрали одговорним за било какву штету на летелици.
+Н. Вејн Хејл Џуниор, шеф програма летилица НАСА, рекао је да је пена пала „после тога што смо забринути“.
+Пет минута након почетка приказивања почео је ветар, око један минут касније, ветар је достигао 70 km/h... затим је почела да пада киша, али толико јака и толико велика да вам удара у кожу као игла, затим је из неба пао град, људи су паниковали и кричали и трчали једни преко других.
+Губио сам сестру и њену пријатељицу, а на путу су биле две особе на инвалидским колицима, људи су једноставно прескочили и протрпали их“, рекао је Арманд Версаче.
+NHK је такође известио да је нуклеарна електрана Кашивазаки Карива у префектури Ниигата радила нормално.
+Кoмпaниja Хoкурику eлeктричнa пoтрaгa oбjaвилa дa ниje билo eфeктa збoг зeмљoтрeсa и дa су рeaктoри 1 и 2 нa њeнoj jaдeрнoj eлeктрaнe стaнци у Шики oдлoжeни.
+Наводи се да је око 9400 кућа у региону без воде, а око 100 без електричне енергије.
+Неки путеви су оштећени, железнички саобраћај је прекинут у погођеним областима, а аеродром Ното у префектури Ишикава остаје затворен.
+Једна бомба је експлодирала испред канцеларије генералног гувернера.
+У периоду од два сата експлодирало је још три бомбе у близини владиних зграда.
+Неке извештаје стављају званичну бројку жртава на осам, а званична извештаја потврђују да је до 30 људи повређено; али коначна бројка још увек није позната.
+Цианиурна киселина и меламин су пронађени у уринима животиња која су умрла након што су конзумирала заражену храну за животиње.
+Истраживачи на универзитету су рекли да се ове супстанце међусобно реагују и формирају кристале који могу да блокирају функцију бубрега.
+Истраживачи су приметили да се кристали формирају у мочи кота додавањем меламина и цианиурне киселине.
+Композиција ових кристала је слична оној која се налази у мочи заражених животиња када се упореди инфрацрвеном спектроскопијом (FTIR).
+Не знам да ли то знате или не, али већина робе из Централне Америке је увезена у ову земљу без царина.
+Међутим, осамдесет процента наших производа је поређено са тарифама у Централноамеричким земљама. Уважавамо вас.
+Нисам могао да разумем; то није било справедливо.
+Само им кажем да треба да нас трете како и ми да третимо њих.
+Гувернер Калифорније, Арнолд Шварценегер, потписао је закон којим се забрањује продаја или изнајмљивање насилних видео-игара деци.
+Закон захтева да се видеоигре које се продају у држави Калифорнија означе налепком са бројем 18 и да се продају малолетним особама кажњавајући их казном од 1000 долара за свако прекршај.
+Државни тужилац Кир Стармер, адвокат, дао је саопштење ујутро у којем је најавио тужбу против Хунеа и Приса.
+Хуне је поднео оставку и његово место ће преузети Ед Дејви, члан парламента. Очекује се да ће Норман Ламб, члан парламента, преузети место министра трговине које је Дејви оставио.
+Хуне и Прајс су заказани да се појаве пред Вестминстерским магистратским судом 16. фебруара.
+Жртве су били 25-годишњи Николас Алден и 21-годишњи Закари Кудебак. Кудебак је био возач.
+Едгар Вегиља је добио повреде руке и вилице, док је Кристифер Шнајдер морао подвргнути реконструктивној операцији на лицу.
+Укино оружје је престало да функционише док је било усмерено према глави петог човека. Шнајдер и даље болује, слепи је на једном оку, недостаје му део лобање и његово лице је реконструисано од титана.
+Шнајдер је сведочио преко видео-линка са америчке војне базе у својој земљи.
+Осим догађаја у среду, Карпанедо се такмичио у две индивидуалне трке на шампионату.
+Њена прва дисциплина била је слалом, где је имала резултат Did Not Finish у првом кругу. 36 од 116 такмичара имао је исти резултат у тој трци.
+У другом тркачком дисциплинама, великом слалому, завршила је на десетом месту у женској категорији са укупним временем трке од 4:41,30, 2:11,60 минута спорије од Аустријанке Клаудије Лоеш, која је завршила на првом месту, и 1:09,02 минута спорије од Мађарке Ђоњи Дани, која је завршила на деветтом месту.
+Четири скијаши у женској групи нису успели да заврше своје трке, а 45 од 117 укупног броја скијаша нису успели да се пласирају у трци.
+Полиција Мадја Прадеш је вратила украдену лаптоп и мобилни телефон.
+Заменик генералног инспектора Д. К. Арија је рекао: „Ухапсили смо пет особа које су силовале швајцарску жену и вратили смо јој мобилни телефон и лаптоп“.
+Оптужени се зову Баба Канџар, Бута Канџар, Рампро Канџар, Газа Канџар и Вишну Канџар.
+Суперинтендант полиције Чандра Шекар Соланки је рекао да је оптужени појавио у суду са прекривеним лицем.
+Иако је у кући било три особе када се аутомобил сударио са њом, ниједан од њих није повређен.
+Међутим, возач је претрпео озбиљне повреде главе.
+Дорога на којој се догодио судар је привремено затворена док су хитне службе ослободиле возача из црне Ауди ТТ.
+Иницијално је боравио у болници Џејмса Пејџа у Великом Јармуту.
+Након тога је премештен у болницу Addenbrooke's Hospital у Кембриџу.
+Од тада је Адекоја оптужена за убиство њене кћерке пред судом у Единбургу.
+Она је у притвору док се не заврши суђење, али сведочења сведока могу бити упитана због широког јавног објављивања њене слике.
+Ово је уобичајена пракса у другим деловима Уједињеног Краљевства, али судска пракса у Шкотској је другачија и судови су сматрали да ће објављивање фотографија бити потенцијално пресудно.
+Профeсoркa Пaмeлa Фeргусoн из Унивeрзитeтa у Дeндeу кaжe дa „жoрнaлисти изглeдa дoлaзe дo oпаснoг крeтaкa aкo oбjaвљуjу фoтoгрaфиje итд. oсумњичeних.”
+Крунска канцеларија, која је у целини задужена за тужбе, је саопштила новинарима да никакве додатне коментаре неће дати најмање док не буде подигнута оптужница.
+Према износу, документ ће се односити на спор о границама који Палестина жели на основу граница пре рата у Средњој Азији 1967.
+Према изворима, помиње се и будућност Јерусалима, који је свети и за обе нације, као и питање долине реке Јордан.
+Израел тражи сталну војну присутност у долини у трајању од десет година након потписивања споразума, док ПА пристаје да остави такву присутност само на пет година.
+Стрелци у експерименту за додатну контролу штеточина требало је да буду прилично надгледани од стране ренџера, јер је експеримент надглеђен и његова ефективност оцењена.
+У партнерству NPWS и Sporting Shooters Association of Australia (NSW) Inc, квалификовани добровољци су ангажовани, у оквиру ловног програма Sporting Shooters Association.
+Према Мику О’Флинну, вршиоцу дужности директора за заштиту парка и наслеђа у НПВС, четири стрелца који су изабрани за прву стрелачку операцију су добили комплетан инструктаж о безбедности и обуку.
+Мартели је прошлог дана заклео нову привремену изборну комисију (CEP) са девет чланова.
+To je прeдсeдникoв пeтo CEП у пoслeдњих чeтири гoдинe.
+Прeтoдникoвa кoмисиja je прoшлeг мeсeцa пoрeклa oдвoђeњe прeтхoднoг гeнeрaлнoг држaвнoг сeкрeтaрa кao дeo пaкeтa мeрa зa дoвoђeњe зeмљe дo нoвих избoрa.
+Комисија је била Мартелијева одговор на широко распрострањене антирежимске протесте који су почели у октобру.
+Некадашњи насилни протести су изазвани немогућношћу одржавања избора, неких од 2011.
+Пријављено је око 60 случајева прегревања iPoda, што је изазвало укупно шест пожара и оставило је четири особе са мањим повредама.
+Министарство економије, трговине и индустрије Јапана (METI) саопштило је да је било свесно 27 инцидената везаних за уређаје.
+Министарство трговине и индустрије (METI) је прошле недеље саопштило да је Apple информисао да је дошло до 34 додатних случајева прегревања, што компанија назвала „неозбиљним“.
+Министарство је одговорило да је одлагање извештаја од стране компаније Apple „врло жалосна ствар“.
+Земљотрес је погодио Маријану у 07:19 ујутро локалног времена (09:19 у суботу по Гринвичу).
+У канцеларији за управљање кризним ситуацијама на Северним Маријанским острвима саопштили су да није пријављено никаквих штета у земљи.
+Пaцифички цeнтaр зa упoзoрeњe зa цунaмe тaкoђe кaжe дa нe пoстoje индикaциje цунaмa.
+Бивши филипински полицајац је заробио туристе из Хонг Конга тако што је преузео њихов аутобус у Манили, главном граду Филипина.
+Роландо Мендоза је испалио своју М16 пушку на туристе.
+До сада је спашено неколико заложника, а најмање шест људи је потврђено мртво.
+Шест талаца, укључујући децу и старије особе, су пуштени рано, као и филипински фотографи.
+Фотографи су касније заменили стару даму која је морала на тоалет. Мендоза је убијен.
+Лиџинс је наставио у очевим стопама и ушао у медицинску каријеру.
+Обучавао се за акушерку и почео је да ради у Националној болници за жене у Окленду 1959.
+Док је радио у болници, Лиџинс је почео да истражује превремене родове у својој слободној време.
+Његова истраживања су показала да ако се хормон убризгава, то ће убрзати зрелост плућа младенца.
+Xinhua је известио да су истражитељи владе у среду пронашли два „црна кућа“ рекордера лета.
+Други рвачи су такође одали почаст Луни.
+Томи Џејмс је рекао: „Луна је била прва краљица екстрема. Моја прва менаџерка. Луна је преминула ноћу са два месеца. Она је била изузетна, баш као она. Силна жена.“
+Дастин „Голдуст“ Рунелс је коментарисао да „Луна је била такође странка као и ја...можда чак и више...волео сам њу и нећу је више гледати...надамо се да је у бољој позицији“.
+Од 1.400 људи који су анкетирани пре федералних избора 2010. године, оних који су против тога да Аустралија постане република порастао је за 8 посто од 2008. године.
+Имeнoвaнa прeмиjeркa Џулиja Џилaрд тврдилa je тoкoм кaмпaњe зa фeдeрaлнe избoрe 2010. гoдинe дa вeрoвa дa трeбa дa Aустрaлиja пoстaнe рeпубликa нa крajу крoнoвaњa крaљeвинe Елизабeт II.
+34 посто људи у анкети дели ово мишљење, желећи да Краљица Елизабета II буде последњи монарх Аустралије.
+На крајевима анкете, 29 посто оних који су испитани верују да Аустралија треба да постане република што пре, док 31 посто верује да Аустралија никада не треба да постане република.
+Олимпијски победник требало је да плива у дисциплинама 100 и 200 метара слободног стила и у три релајна такмичења на Играма Комонвелта, али због његових жалби о његовој кондицији се сумња.
+Није могао да прими лекове који су му потребни да би преборио бол јер су забрањени на Играма.
+Куртис Купер, математичар и професор рачунарске науке на Универзитету Централне Мисурија, открио је 25. јануара највећи до сада познати природан број.
+Неколико људи је потврдило откриће коришћењем различитог хардвера и софтвера до почетка фебруара и то је објављено у уторак.
+Кометови могу да су били извор достављања воде на Земљу, као и органске материје које могу да формирају протеине и подржавају живот.
+Научници се надају да ће разумети како се планете формирају, посебно како се Земља формирала, јер су се комете судариле са Земљом пре много година.
+Куомо, 53, почео је да служи као гувернер раније ове године и прошлог месеца је потписао закон који легализује истополне бракове.
+Изјаснио је да су гласине „политичке шале и глупости“.
+Сматра се да ће се кандидовати за председника 2016.
+Систем NextGen, према тврдњи FAA, би омогућио авионима да лете краћим рутама и спасу милионе галона горива сваке године и смање емисију угљеника.
+Користи технологију базирану на сателитима, уместо старије технологије базиране на земљорадарском систему, што омогућава контролорима ваздушног саобраћаја да прецизније лоцирају авионе и пружа пилотима прецизније информације.
+Није пружен додатни превоз и возови на површини неће заустављати у Вемблију, а паркирање и услуге „park-and-ride“ нису доступни на терену.
+Страх од недостатка транспорта је довео до могућности да би се утакмица морала играти иза затворених врата без подршке навијача.
+Истраживање које је објављено у четвртак у часопису Science је пријавило формирање нове врсте птица на еквадорским острвима Галапагос.
+Истраживачи са Универзитета Принстон у Сједињеним Државама и Упсала Универзитета у Шведској пријавили су да је нова врста еволуисала само у две генерације, иако се сматрало да овај процес траје много дуже, због крштења између локалне врсте Darwin finch, Geospiza fortes, и врсте Geospiza conirostris, која је мигрирала.
+Злато се може обрадити у различите облике. Може да се свали у мале облике.
+Може да се растиже у танке жице које се могу завивати и плести. Може да се удара или растиже у листове.
+Може да буде направљен веома танки и прилепљен на друге метале. Може да буде направљен тако танки да је понекад коришћен за украшавање ручно сликаних слика у књигама које се зову „илуминирани рукописи“.
+Ово се зове химијска вредност pH. Можете да направите индикатор коришћењем сока црвене капусте.
+Боја капустиног сока се мења у зависности од тога да ли је хемијско вещество кислотно или базно (алкално).
+Ниво pH се показује количином јона водоника (H у pH) у тестираном хемијском материјалу.
+Хидрониони су протони који су изгубили своје електроне (због тога што су атоми водоника састављени од једног протона и једног електрона).
+Смешајте два сува порошка заједно, а затим, са чистим мокрим рукама, притисните их у лопту.
+Влага на вашим рукама ће реаговати са спољним слојевима, што ће вам изазвати чудно осећање и формираће се врсте љуске.
+Градови Харапа и Мохенџо-даро имали су у готово свакој кући уређену тоалетну собу повезану са софистицираном канализационом системом.
+Остаци канализационих система су пронађени у кућама Минојских градова на Криту и Санторинију у Грчкој.
+Тоалети су такође постојали у древном Египту, Персији и Кини. У римској цивилизацији, тоалети су понекад били део јавних кућа за купање где су мушкарци и жене били заједно у мешовитим компанијама.
+Када звоните некоме ко је хиљаде километара далеко, користите сателит.
+Сателит у свемиру добије позив, а затим га враћа назад, скоро у исти тренутак.
+Сателит је послан у свемир ракетом. Научници користе телескопе у свемиру јер атмосфера на Земљи исказује неке наше светло и вид.
+За лансирање сателита или телескопа у свемир потребна је ракета висине од 100 стопа.
+Кoлeсo je дoвeлo дo инкрeдиблних измeнa у свeту. Највeћи дoпринoс кoлeсa нaм je пружиo лакшe и бржe трaнспoртoвaњe.
+Донео је нам воз, аутомобил и многе друге транспортне уређаје.
+Испод њих су мањи лавови који се хране мањим пленом, од крстача до антилопа и дивљачи.
+На крају, постоји много малих кошака (укључујући и домаће кочије) које се хране много бројнијим малим пленом, као што су инсекти, глодари, жабе и птице.
+Тajнa њихoвoг успeхa je кoнцeпт нишe, oдрeђeнa дoлaзнoст свaкe кoчкe кoja њe oмoгућaвa дa сe суoчи сa другимa.
+Лиња је најсоцијалнија мачка, која живи у великим групама које се називају „праиди“.
+Прeдaкe су сaстoвљeнe из jeднoг дo трeћeг пoрoђeнoг мушкaрaцa, кao и дo тридeсeт женки и млaдунaцa.
+Женке су обично блиско повезане једна са другом, што чини велику породицу сестра и кћерки.
+Семејства лавова се понашају слично семејствима вукова или пса, животињама изненађујуће сличним лавовима (али не другим великим мачкама) у понашању, и такође веома опасним за њихов плен.
+Велики атлета, тигар може да се пење (иако лоше), плива, скочи велике даљине и вуче са пет пута већом снагом него јак човек.
+Тигар је у истој групи (род Panthera) као и лавови, леопарди и јагуари. Ове четири животиње су једине коме је дозвољено да вичу.
+Роптање тигра није слично пунозвучном роптању лављег, већ више наликује на реченицу јаких, извикујућих речи.
+Оцелоти воле да једу мале животиње. Ухвати ће мајмуне, змије, глодаре и птице ако могу. Већина животиња које лове оцелоти су много мања од њих.
+Научници верују да оцелоти прате и проналазе животиње које ће јести (жртве) на основу мириса, истражујући где су биле на земљи.
+Могу да виде веома добро у мраку са помоћу ноћног вида, и да се крећу веома неприметно, такође. Оцелоти лове своју плену тако што се прилагођавају својој околини, а затим нападају своју плену.
+Када се мала група живих бића (мала популација) одвоји од главне популације од које је дошла (на пример ако се премештају преко планинског ланца или реке, или ако се премештају на нову острву тако да не могу лако да се врате), често ће се наћи у другом окружењу него што су били претходно.
+Ова нова средина има друге ресурсе и друге конкуренте, па ће нова популација морати да има друге карактеристике или адаптације да би могла да буде снажнији конкурент него што је морала да буде претходно.
+Оригинална популација није променила ништа, и даље им је потребна иста адаптација као раније.
+У току времена, док нова популација почиње да се прилагођава својој новој средини, почиње да изгледа све мање и мање као друга популација.
+На крају, након хиљада или чак милиона година, две популације ће се толико разликовати да неће моћи да се назвају истим врстом.
+Овај процес називамо специјацијацијом, што значи формирање нових врста. Специјацијација је неизбежна последица и веома важни део еволуције.
+Биљке производе кисеоник који људи дисају, а добијају угљен-диоксид који људи издисају (тј. издисају).
+Биљке добијају храну од сунца коришћењем фотосинтезе. Такође пружају и заштиту од сунца.
+Градимо куће од биљака и правимо одећу од биљака. Већина хране коју једемо су биљке. Без биљака животиње не би могле да преживе.
+Мосаурус је био врхунски ловљак свог времена, тако да није бојао ништа, осим других мосауса.
+Његове дуге чељусти су биле опремљене више од 70 оштрих зуба, уз додатни комплет на крову његове уста, што значи да није било излаза ни за једну животињу која је прешла његов пут.
+Не знамо са сигурношћу, али је можда имала двоструки језик. Њена исхрана је укључивала корњаче, велике рибе, друге мосаусауре и можда је чак и била каннибал.
+Такође је нападало све што је ушло у воду; чак ни велики диносаурус као што је T. rex није могао да победи.
+Иако већина њиховог храна би нам била позната, Римљани су такође имали своје дело странственог или необичног храна, укључујући диког свиња, павијана, шупака и врсту глодара познату као дормиш.
+Друга разлика је била у томе што док су сиромашни људи и жене јели своје хране док су седели на столима, богати мушкарци су уживали у заједничким банкетима где су лежали на боковима док су јели своје оброке.
+Древни римски оброци нису могли да укључују храну која је стигла у Европу из Америке или Азије у каснијим вековима.
+На пример, они нису имали кукурузу, ни паприку, ни картофе, ни какао, и ниједан древни Римљанин није пробао дату.
+Бабилонци су сваког свог бога градили главни храм који се сматрао домом бога.
+Људи би приносили жртве боговима, а свештеници би покушавали да испуне потребе богова кроз церемоније и фестивале.
+Сваки храм је имао отворени дворишни простор и затим унутрашњи светилишни простор који су само свештеници могли да уђу.
+Понекад су грађене и посебне пирамидалне куле, познате као зигурати, да би биле део храмова.
+На врху куле је била посебна светилишта за бога.
+У топлом климату Средњег истока, кућа није била толико важна.
+Већина живота јеврејске породице се одвијала на отвореном.
+Жене су вариле у дворишту; продавнице су биле само отворени столови који су гледали на улицу. Камен је коришћен за градњу кућа.
+У земљи Канану немало је великих шума, па је дрво било изузетно скупље.
+Гренланд је слабо насељен. У норвешким сагама се каже да је Ерик Црвени прогнан из Исланда због убиства, а када је путовао даље западно, нашао је Гренланд и назвао га Гренланд.
+Међутим, независно од његовог открића, племена Ескимоса су већ тада живела тамо.
+Иако је свака земља била „скандинавска“, било је много разлика између људи, краљева, обичаја и историје Данске, Шведске, Норвешке и Исланда.
+Ако сте гледали филм „Национални богатство“, можете да мислите да је на задњој страни Декларације о независности нацртана карта богатства.
+Међутим, то није тачно. Иако је нешто написано на задњој страни документа, то није карта лековишта.
+На задњој страни Декларације о независности је исписано: „Оригинална Декларација о независности датирана 4. јула 1776.“. Текст се налази на дну документа, обрнуто.
+Иако се не зна са сигурношћу ко је писао, познато је да је велики пергаментни документ (који је дужине 29¾ инча и ширине 24½ инча) у раној фази свог живота свалан и чуван.
+Стога, вероватно је да је ознака додата само као ознака.
+Искрцавање у Д-Дан и следеће битке су ослободиле север Француске, али југ још није био ослобођен.
+Године 1940. француски „Виши“ управљали су овом територијом. То су били Французи који су склопили мир са Немацима и радили су са окупаторима, уместо да се боре против њих.
+15. августа 1940. године, Савезници су напали јужну Француску, инвазија је названа „Операција Драгун“.
+Америчке и Слободне француске снаге су за само две недеље ослободиле јужну Француску и кренуле ка Немачкој.
+Цивилизација је јединствена култура која се дели међу значајном великом групом људи који живе и раде кооперативно, заједница.
+Реч цивилизација потиче од латинског civis, што значи грађанин, и civitas, што значи град или град-држава, и такође некако дефинише величину друштва.
+Градови-државе су претходници нација. Цивилизацијска култура подразумева преношење знања из генерације у генерацију, трајни културни траг и справедливо ширење.
+Мање културе често нестају без остављања значајних историјских доказа и не успевају да се признају као прави цивилизације.
+Током Револуционарног рата, тринаест држава је прво формирало слабу централну владу – са Конгресом као једини компонентом – на основу Устава о конфедерацији.
+Конгрес није имао никакву моћ да наметне порезе, а због тога што није постојала национална извршна или судска власт, морао је да се ослони на државне власти, које су често биле неспособне, да спроведе све своје акције.
+Такође није имао овлашћење да преиспитује пореске законе и тарифе између држава.
+Чланци су захтевали једногласноно одобрење свих држава пре него што су могли бити измењени, а државе су презирале централну владу тако да су њихови представници често одсутни.
+Национални фудбалски тим Италије, заједно са националним фудбалским тимом Немачке је други најбољи тим на свету и освојио је титулу шампиона на Светском првенству ФИФА 2006.
+Популарне спортске дисциплине укључују фудбал, кошарку, ватерполо, рагби, бициклизам, хокеј на леду, ролер хокеј и Ф1 моторна трка.
+Зимске спортове су најпопуларније у северним регијама, са учешћем Италијана на међународним играма и Олимпијским догађајима.
+Јапан има скоро 7000 острва (највеће је Хоншу), што Јапан чини 7. највећим острвом на свету!
+Због острва/острвског ланца који има Јапан, Јапан се често на географском нивоу назива „архипелагом“
+Тајван је почео да се помиње у 15. веку, када су европски морепловци пролазили и забележили су име острва као Ilha Formosa, или лепа острва.
+Голландска источноиндијска компанија је 1624. године основала базу у југозападном Тајвану, што је покренуло трансформацију у производњи пшенице код аустралијских домородаца и запошљавање кинеских радника да раде на њиховим плантажама риса и шећера.
+Године 1683. војска династије Ћинг (1644-1912) преузима контролу над западном и северном обалом Тајвана и 1885. Тајван је проглашен провинцијом Ћинг царства.
+Након пораза у Првом кинеско-јапанском рату (1894-1895), влада династије Ћинг 1895. године потписује Шимоносечки споразум, према коме предаје суверенитет над Тајваном Јапану, који управља острвом до 1945.
+Мачу Пикчу се састоји од три главне структуре, а то су Интиуатана, Храм Сунца и Соба са три прозора.
+Већина зграда на ивицама комплекса је реконструисана како би се туристима пружио бољи увид о томе како су изворно изгледале.
+До 1976. године тридесетак посто Machu Picchu је обновљено, а обнова се и даље врши до данас.
+На пример, најчешћи формат сличног снимка у свету је 35 mm, што је био доминирајући формат филмова крајем ере аналогних филмова.
+Данас се још увек производи, али је најважније што је њен однос ширине и висине наслеђен у формату сензора за снимање на дигиталним камерама.
+Фoрмaт oд 35мм ствaрнo je, нeштo кoнфузнo, ширинe 36мм и висинe 24мм.
+Због овог формата (дељење са двенаест да би се добио најједноставнији целобројни однос) се каже да је асиметрични однос 3:2.
+Многе уобичајене формате (породица формата APS, на пример) су једнаки или се блиско приближавају овом односу ширине и висине.
+Често злоупотребљавани и често исмевани принцип трећина је једноставни водич који ствара динамику док одржава меру реда у слици.
+Наводи се да је најбоље место за главни предмет на месту где се линије деле слику на трећине вертикално и хоризонтално (види пример).
+Током овог периода европске историје, католичка црква, која је постала богата и моћна, је под присмотром.
+За више од хиљаду година хришћанска религија је повезивала европске државе упркос разликама у језику и обичајима.
+Његова универзална моћ је утицала на свакога, од краља до обичног човека.
+Једна од главних хришћанских догмата је да се богатство треба користити за смањење страдања и сиромаштва, а да су финансије цркве намењене управо за ту сврху.
+Централна власт цркве је била у Риму више од хиљаду година, што је довело до концентрације моћи и новца, што је многих довело да питају да ли се ово правило поштује.
+Британија је убрзо након почетка сукоба покренула морнаричку блокаду Немачке.
+Стратегија је показала своју ефективност, сматра се да је прекинула неопходне војне и цивилне снабдевања, иако је ова блокада у супротности са уобичајеним међународним правом који је забележен у неколико међународних споразума из протекле два века.
+Британија је минирала међународне воде како би спречила улазак целих делова океана, што је представљало опасност и за неутралне бродове.
+Због ограниченог одговора на ову тактику, Немачка је очекивала сличан одговор на њен неограничени подморнички рат.
+Током 1920-их година, доминирајући став већине држава и грађана био је мирољубив и изолационистички.
+Након што су видели страшности и зверства рата током Првог светског рата, нације су желеле да избегну такву ситуацију у будућности.
+Тесла је 1884. прешао у Сједињене Државе Америке да би прихватио посао у компанији Едисона у Њујорку.
+Дошао је у САД са 4 центима у карману, књигом поезије и писмом са препоруком од Чарлса Бачелора ( њеног менаџера у претходној запослености) Томасу Едисону.
+Древни Кина је имао јединствени начин приказивања различитих временских периода; свака фаза Кине или свака породица која је била на власти је била посебна династија.
+Такође, између сваке династије био је нестабилни период подељених провинција. Најпознатији од ових периода је епоха три краљевине која је трајала 60 година између династија Хан и Џин.
+Током ових периода дошло је до жестоких борби између многих племића који су се борили за престо.
+Ера Тријумвирата је била једна од најкрвавијих ера у историји древне Кине, хиљаде људи је изгубило животе у борби за место на највишем месту у великом дворцу у Сијану.
+Постоји много друштвених и политичких ефеката, попут коришћења метричког система, преласка од апсолутизма ка републиканству, национализма и веровања да земља припада људима, а не само једном власнику.
+Такође, након Револуције су послови били отворени за све мушке кандидате, што је омогућило најамбициознијима и најбољим да успеју.
+То се односи и на војску, јер су рангови војника сада засноване на калибрама, а не на класи.
+Француска револуција је инспирисала многе репресивне раднике других земаља да покрену своје револуције.
+Мухамед је био дубоко заинтересован за ствари изван овог обичног живота. Часто је посећивао пећину која је постала позната као „Хира'“ на брду „Нур“ (светлост) да би се замислио.
+сама пећина, која је преживела време, даје веома снажну слику о духовним склоностима Мухамеда.
+Смештен на врху једног од планина северно од Меке, пећина је потпуно изолована од остатка света.
+У ствари, није лако да се пронађе уопште, чак и ако се зна да постоји. Када се уђе у пећину, то је у потпуној изолацији.
+Ништа се не може видети осим чистог, лепог неба изнад и многобројних околних планина. Врло мало тога света се може видети или чути из унутрашњости пећине.
+Велика пирамида у Гизи је једина од седам чуда света која и даље стоји.
+Саграђен од стране Египћана у трећем веку п. н. е., Велики пирамидални комплекс је један од многих великих пирамидалних комплекса који су изграђени да би се почаствовали преминули фараон.
+Плато Гизe или „Нeкрoпoлe Гизe“ у египaтскoj Дoлини мртвих сaдржи нeкoликo пирaмiдa (oд кojих je вeликa пирaмiдa нajвeћa), нeкoликo мaлeних грoбница, нeкoликo хрaмoвa и вeлику Сфинксу.
+Велика пирамида је направљена да би се почаствовао фараон Хуфу, а многе мање пирамиде, гробнице и храмови су направљени да би се почаствовали Хуфуове жене и чланови његове породице.
+Ознака „горњег лука“ изгледа као В, а ознака „доњег лука“ као забијак или квадрат без доње стране.
+Изнад означава да треба да почнете од врха и да притиснете лук, а доле означава да треба да почнете од краја (где ваша рука држи лук) и да вучете лук.
+Градијентални звук је обично мекши, док је градијентални звук јачи и агресивнији.
+Слободно можете нацртати сопствене ознаке, али памтите да су штампане ознаке за музичке сврхе, тако да их обично треба поштовати.
+Краљ Луј XVI, краљица Марија Антонија, њихова два млада деца (11-годишња Мари Тереза и 4-годишњи Луј-Шарл) и сестра краља, госпођа Елизабета, 6. октобра 1789. су приморени да се врате у Париз из Версаја од групе трговачких жена.
+У карети су се вратили у Париз окружени толпом људи који су викали и извикивали претње против краља и краљице.
+Група људи је приморавала краља и краљицу да имају отворена прозора у кочијама.
+На једном тачку је члан мафије подигао главу убијеног краљевског стражара из Версаја испред изнемичене краљице.
+Ратне трошкове америчког империјализма у освајању Филипина су Филипинци платили сами.
+Били су приморени да плате данак Колонијалном режиму САД како би покрили значајни део трошкова и камате за обвезнице које су издате у име филипинске владе кроз банковске куће на Уолл Стриту.
+Очигледно, суперпрофити који проистекују из дуготрајног искоришћавања филипинског народа били би основни добици америчког империјализма.
+Да би се разумели Темплари, мора се разумети контекст који је довео до оснивања реда.
+Доба у којој су се догађања одиграла је позната као Средњи век, период европске историје у 11. веку, 12. веку и 13. веку (1000–1300).
+Високи средњи век је претходио раном средњем веку и након њега следио је касни средњи век, који се према конвенцији завршава око 1500.
+Технолошки детерминизам је термин који обухвата широки спектар идеја у пракси, од технолошког притиска или технолошког императива до строгог смислења да су судбина људи одређене технолошком логиком повезаном са научним законима и њиховом манифестацијом у технологији.
+Већина интерпретација технолошког детерминизма дели две основне идеје: да се развој технологије сам по себи одвија углавном независно од културног или политичког утицаја, и да технологија у замену има „ефекте“ на друштва која су урођена, а не социјално условљена.
+На пример, може се рећи да моторни аутомобил неизбежно доводи до развоја путева.
+Међутим, национална мрежа путева није економски изводљива само за неколико аутомобила, па се разрађују нови методи производње како би се смањио трошкове власништва аутомобила.
+Широко распрострањено поседовање аутомобила такође доводи до већег броја несрећа на путевима, што доводи до измишљања нових техника у здравственом систему за поправљање повређених тела.
+Романтизам је имао велики елемент културног детерминизма, извучен из писаца као што су Гете, Фихте и Шлегел.
+У контексту романтизма, географија је формирала појединце, а временом су се развиле обичаји и култура везана за ту географију, и ове, у складу са местом друштва, су биле боље од произвољних закона.
+Као што је Париз познат као модна престоница савременог света, Константинопољ је сматран за модну престоницу феудалне Европе.
+Његова слава епицентра луксуза почела је око 400. г. н. е. и трајала је до око 1100. г. н. е.
+Њено стање се смањило током 12. века углавном због тога што су крсташи враћали дарови попут шешира и биљака које су биле цењене више него што су биле доступне на тржиштима Византије.
+Током овог периода је дошло до преношења титуле „Модног града“ са Константинопоља на Париз.
+Готички стил је достигао врхунац у периоду између 10. и 11. века и 14. века.
+У почетку је одећа била тесно повезана са византијском културом на истоку.
+Међутим, због спорих комуникационих канала, стилови на западу могли би да заостају за 25 до 30 година.
+Током краја средњег века западна Европа је почела да развија сопствени стил. један од највећих развоја током тог периода је резултат крсташких ратова, када су људи почели да користе пуговице да би везали одећу.
+Суштинска пољопривреда је пољопривреда која се врши ради производње довољног количества хране да би се покриле само потребе пољопривредника и његове/његове породице.
+Пољопривредство за преживљавање је једноставна, често органска, система којом се користе семена која су природно прилагођена екорегиону, у комбинацији са ротацијом култура или другим релативно једноставним техникама како би се максимизирала производња.
+Историјски гледано, већина сељака се бавила суштинском пољопривредом, што је и даље случај у многим земљама у развоју.
+Субкултуре повезују људе са сличним мишљењима који се осећају неприхваћени од стране друштвених стандарда и омогућавају им да развијају осећај идентитета.
+Субкултуре се могу разликовати у зависности од старости, етничкости, класе, локације и/или пола чланова.
+Карактеристике које одређују подкултуру као посебну могу бити лингвистичке, естетичке, религијске, политичке, сексуалне, географске или комбинација фактора.
+Чланови подкултуре често означавају своје чланство препознатљивим и симболичним коришћењем стила, који укључује моду, манире и жаргон.
+Један од најчешћих метода који се користе да се илуструје значај социјализације је приказ неколико несрећних случајева деце које нису биле социјализоване од стране одраслих док су расле.
+Такви деца се називају „дикогенетична“ или „дика“. Неки дика деца су притворена људима (углавном њиховим родитељима); у неким случајевима ово је проишло због одбијања родитеља од тешког интелектуалног или физичког оштећења деце.
+Деца без домовине можда су доживела озбиљно злостављање или трауму пре него што су била остављена или побегла.
+Неки су наводно одрастали уз животиње, док су неки живели у дивљини самостално.
+Када је потпуно одрастао под надзором нељудиских животиња, дикачко дете показује понашања (у физичким ограничењима) скоро искључиво слична понашањима одређене нељудиске животиње, као што је њен страх од или безразности према људима.
+Иако је учење базирано на пројектима требало би да учини учење једноставнијем и интересантнијим, скафандрирање иде даље.
+Скафалдинг није метода учења, већ је помоћ која пружа подршку особама које доживљавају нову ученичку искусност, као што је коришћење новог рачунарског програма или почетак новог пројекта.
+Скафoлдoви мoгу бити и виртуeлни и ствaрни, тeрeмeнo, учитeљ je врстa скaфoлдa, aли и мaли чoвeчeк из oфиснoг прoгрaмa Mикросoфт je врстa скaфoлдa.
+Виртуелни оквири су уграђени у софтвер и имају за циљ да постављају питања, давају наговештаје и објашњавају процедуре које би можда биле превелике за студента да преузме самостално.
+Деца се стављају у старање због широког спектра разлога који укључују занемарење, злостављање и чак и изнуде.
+Ниједан дечак или девојчица никогада не треба да расте у окружењу које није подржавајуће, брижљиво и образовно, али то се дешава.
+Сматрамо да је Систем старања за децу без родитеља безбедно место за ове деце.
+Наша заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна заштитна зашти
+Фостер кућу је требало да обезбеди све неопходне ствари које су недостајале у кући у којој су претходно живели.
+Интернет комбинује елементе масовне и међуособне комуникације.
+Индивидуалне карактеристике интернета доводе до додатних димензија у погледу приступа и задовољавања.
+На пример, „учење“ и „социјализација“ су наведени као важне мотивације за коришћење интернета (James et al., 1995).
+„Персонална умешаност“ и „трајни односи“ су такође идентификовани као нови аспекти мотивације од стране Eighmeya и McCorda (1998) када су истраживали реакције публике на веб локације.
+Коришћење видео снимања је довело до важних открића у интерпретацији микро-израза лица, покрета који трају само неколико милисекунди.
+Нарочито се тврди да се може утврдити да ли неко лаже прецизном интерпретацијом микро-израза.
+У чланку The President's Speech, Оливер Сакс је показао како људи који не могу да разумеју говор због оштећења мозга ипак могу да оцењују искреност.
+Чак је и сугерисао да такве способности у тумачењу људског понашања могу да имају и животиње попут домаћег пса.
+Истраживања из двадесетог века су показала да постоје два генетичка базера: скривени и изражени.
+Мутација додаје нову генетичку варијабилност, а селекција је избацује из базе изражене варијабилности.
+Сегрегација и рекомбинација мењају варијације између два пука са сваком генерацијом.
+У шуми, примату са дигестивним системом сличним људском тешко је да задовољи своје потребе амино киселинама из доступних биљних ресурса.
+Осим тога, непоштовање овог правила има озбиљне последице: депресија раста, недохрањеност и на крају смрт.
+Најлакше доступне биолошке ресурсе били би протеини доступни у лишћама и бобовима, али ово је тешко за примате као што смо ми да свачимо, осим ако су припремљени.
+У супротности, храна животиња (мрави, термити, јаја) не само лако се варе, већ пружају велики број протеина који садрже све есенцијалне амино киселине.
+Узимајући у обзир све факторе, не бисмо требало да будемо изненађени ако би наши преци решавали „протеински проблем“ на нешто сличан начин као данас шимпанци на саванези.
+Прекид сна је процес намереног буђења током вашег нормалног санског периода, а затим кратког сна (10-60 минута).
+Ово се лако може урадити коришћењем релативно тихог будиљака како бисте се пробудили без да се у потпуности пробудите.
+Ако приликом сна морате поново постављати часовник, можете га ставити на другу страну собе, што ће вас натерати да излезете из постеле да га исключите.
+Друге алтернативе базиране на биоритмима укључују пијење великог количества течности (нарочито воде или чаја, познатог диуретика) пре спавања, што ће вас натерати да се пробудите да бисте могли да мочите.
+Количина унутрашњег мира је у супротности са количином притиска у телу и духу.
+Што је нижи притисак, то је већа присутност животне снаге. Свака особа има потенцијал да пронађе апсолутно мир и задовољство.
+Свако може да достигне просветљење. једино што нам стоји на путу овог циља је наша сопствена напетост и негативност.
+Тибетански будизам је заснован на учењу Будде, али је проширен махајана пут љубави и многим техникама из индијског јоге.
+У основи, тибетански будизам је веома једноставан. Састоји се од јоге Кундалини, медитације и пута свеобухватне љубави.
+Кундалини јога буди енергију Кундалини (енергију просветљења) кроз јога позиције, дисање, мантре и визуализације.
+Центр тибетанске медитације је Јога Божанства. Кроз визуализацију различитих божанстава чишће се енергетски канали, активишу се чакре и ствара се свесност просветљења.
+Германија је била заједнички непријатељ током Другог светског рата, што је довело до сарадње Совјетског Савеза и Сједињених Америчких Држава. На крају рата су сукоби системских, процесних и културних разлика довели до распада ових земаља.
+Након завршетка рата, некадашњи савезници су постали непријатељи и започео се Хладни рат.
+То је требало да траје још 40 година и да се води у ствари, од стране прокси армија, на бојним пољима од Африке до Азије, у Афганистану, Куби и на многим другим местима.
+До 17. септембра 1939. године, пољска одбрана је већ била сломљена, а једина нада је била повлачење и реорганизација дуж моста у Румунији.
+Међутим, ове планове су скоро у току једног дана постале неважне, када је више од 800.000 совјетских војника из Црвене армије ушло и створило Белоруску и Украјинску фронтове након што су упали у источну област Пољске у супротности са Ришким мировним споразумом, Совјетско-пољским споразумом о ненападању и другим међународним споразумима, и то било и билатералним и мултилатералним.
+Кoриштeњe брoдoвa зa трaнспoрт гoдвижa je нajeфeктивниja нaчин крeтaњa бoгaтoг брoja људи и гoдвижa крoз oкeaнe.
+Улога морнарице је традиционално била да обезбеди да ваша земља може да се креће ваши људи и робу, док истовремено омета ваш непријатељ да се креће његови људи и роба.
+Један од најзначајнијих примера у последњих неколико година је кампања у Северном Атлантику током Другог светског рата. Американци су покушавали да пребацују људе и материјал преко Атлантског океана како би помогли Британији.
+Истовремено, немачка морнарица, коришћећи углавном подморнице, покушавала је да спречи ову трговину.
+Ако су савезници неуспели, Немачка је вероватно могла да освоји Британију, будући да је имала остатак Европе.
+Говеда су први пут одомаћена приближно 10.000 година назад у Ирану, у планинама Загроса.
+Првобитне културе и племена су почеле да их чувају због лаког приступа млеку, крви, месу и кожи.
+Домаћини овце су углавном одржавали стада која су се слободно кретала по брдима или другим пашњачким подручјима, често под надзором пастиља који су често били деца или тинејџери, слично познатијим пастирцима. Ове методе пашњака се и даље користе данас.
+Вагонски путеви су изграђени у Енглеској већ у 16. веку.
+Иако су кочијски путеви састојали само од паралелних дјелова дрвета, омогућили су коњима који су их вукли да постигну веће брзине и да вуку веће теретне количине него на мање глатким путевима тога времена.
+Крестови су уведени прилично рано како би држали пруге на месту. Међутим, постепено је утврђено да би пруге биле ефикатније ако имају гвоздени крак на врху.
+Ово је постало обичај, али гвоздеви су узроковале више оштећења на дрвеним точковима кочија.
+На крају, дрвени точкови су замењени гвозденим точковима. Године 1767, први цели гвоздени пруге су уведени.
+Први познати облик транспорта је ходање, људи су почели да ходају вертикално пре два милиона година са појавом Хомо Еректуса (вертикалног човека).
+Њихови претходници, Аустралопитеци, нису уобичајено ходали усправно.
+Бипедалне специјализације су пронађене у фосилијама Аустралопитека из периода од 4,2 до 3,9 милиона година, иако је Сахелантропус можда ходао на две ноге већ пре седам милиона година.
+Можемо да почнемо да живемо пријатељски према окружењу, можемо да се придружимо покрету за заштиту окружења и чак можемо да будемо активисти како бисмо смањили будући страдања у неком степену.
+Ово је слично симптоматском лечењу у многим случајевима. Међутим, ако не желимо само привремену решење, морамо да пронађемо корење проблема и да их деактивирамо.
+Очигледно је да је свет доста се променио захваљујући научним и технолошким напредцима људи, а проблеми су постали већи захваљујући пренасељености и екстравагантном начину живота људи.
+Након усвојења од стране Конгреса 4. јула, рукописни примерак који је потписао председник Конгреса Џон Ханкок и секретар Чарлс Томсон је затим послан неколико блокова даље у штампарију Џона Данлапа.
+Током ноћи је направљено између 150 и 200 примерака, данас познатих као „Dunlap broadsides“.
+Прво јавно читање документа је одржао Џон Никсон у дворишту зграде Независности 8. јула.
+Једну су послали Џорџу Вашингтону 6. јула, а он ју је читао својим трупама у Њујорку 9. јула. Копија је стигла у Лондон 10. августа.
+Од 25 постојећих примера Dunlapових листова, ови су најстарији сачувани примерци документа. Оригинални рукописни примерак није преживео.
+Многи палеонтолози данас верују да је једна група диносауруса преживела и да је и даље жива. Зовемо их птицама.
+Многи људи их не сматрају диносаурусима јер имају перје и могу да лете.
+Али постоји много ствари о птицама које и даље изгледају као диносауруси.
+Имају канџе и кљове, лежу јаја и ходају на две задње ноге као Т-Рекс.
+Већина рачунара који се користе данас заснована је на манипулацији информација које су кодиране у облику бинарних бројева.
+Бинарни број може имати само једну од две вредности, т.е. 0 или 1, а ови бројеви се називају бинарним цифрама – или битима, ако користимо компјутерски жаргон.
+Унутрашња отрова могу да не буду одмах видљива. Симптоми, као што је повраћање, су довољно опште да се не може одмах поставити дијагноза.
+Најбољи индикатор унутрашњег отрова може бити присуство отвореног контејнера лека или токсичних домаћих хемикалија.
+Проверите ознаку за специфичне инструкције за прву помоћ одређеном отрову.
+Ентомолози користе овај термин у формалном смислу за ову групу инсеката.
+Овај термин потиче од древне познатости са буђицама, инсектима који су високо адаптирани за паразитирање људи.
+Oбe врстe кoрoшaнa су нидикoлнe, aдaптирaнe зa живeњe у гнeзду или дoму свoг гoститeљa.
+У Сједињеним Државама Америке постоји око 400.000 познатих случајева мултипле склерозе (МС), што је чини најчешћом неуролошком болешћу код младих и средњог доба људи.
+МС је болест која погађа централни нервни систем који се састоји од мозга, кичмене мождине и оптичког нерва.
+Истраживања су показала да жене имају два пута већу вероватноћу да оболе од МС у односу на мушкарце.
+Пара може одлучити да није у њиховом најбољем интересу, или интересу њиховог детета, да се брине о беби.
+Oвe пaрe мoгу дa дoгрaдe плaн oдгрaђaвaњa зa свoг бeбe.
+У условима усвојења, рођени родитељи престају да имају родитељска права како би други пар могао да буде родитељи овог детета.
+Главни циљ науке је да открије начин на који свет ради коришћењем научног метода. Овај метод у ствари води већину научних истраживања.
+Међутим, експериментисање и експеримент је тест који се користи да би се искључио један или више могућих хипотеза, питања и набљудувања такође воде научну истрагу.
+Природњаци и филозофи су се фокусирали на класичне текстове, а посебно на Библију на латинском.
+Прихваћене су Аристотелове ставове о свим питањима науке, укључујући и психологију.
+Како је знање о Грчкој опало, Запад је изгубио везе са својим грчким филозофским и научним коренима.
+Многе посматране ритме у физиологији и понашању често зависе од присуства ендогенних циклуса и њиховог стварања кроз биолошке сатови.
+Периодични ритми у већини живих бића, укључујући бактерије, гљиве, биљке и животиње, документован је.
+Биолошки часовници су самостални осцилатори који ће наставити период слободног циклуса чак и у одсуству спољних стимулатора.
+Експеримент Хершеја и Чејса је био један од главних предлога да је ДНК генетички материјал.
+Hershey и Chase су користили фаге, или вирусе, да би убацили своју ДНК у бактерију.
+Они су спровели две експерименте, означивши ДНК вируса радиоактивним фосфором или протеин вируса радиоактивним сусреном.
+Мутације могу имати различите ефекте у зависности од типа мутације, значаја делова геномског материјала који је у питању и тога да ли су ћелије које су у питању генеративне ћелије.
+Само мутације у крвним ћелијама могу да се прене на децу, док мутације на другим местима могу да изазове смрт ћелија или рак.
+Туризам заснован на природи привлачи људе који желе да посете природна подручја ради уживања у пејзажу, укључујући дивљу флору и фауну.
+Примери активности на локацији укључују лов, рибарење, фотографисање, посматрање птица и посете паркова и студирање информација о екосистему.
+Пример је посетовање, фотографисање и учење о орангутанима у Борнеу.
+Свако јутро, људи из малих сеоских места одлазе у своје радно место у аутомобилима и пролазе кроз друге којима је радно место место које су само претходно напустили.
+У овом динамичном транспортном аутобусу свако је некако повезан и подржава транспортни систем заснован на приватним аутомобилима.
+Наука сада указује да је ова огромна углеводна економија довела до тога да је биосфера изгубила једну од својих стабилних стања која су подржавала људску еволуцију током претходних два милиона година.
+Свако учествује у друштву и користи транспортне системе. Готово свако се жали на транспортне системе.
+У развијеним земљама ретко чујете сличне нивое пријава о квалитету воде или рушењу мостова.
+Зaштo трaнспoртнe систeмe дoвoдe дo тaкoг крeтaњa, зaштo дoвoдe дo крeтaњa свaкoг дaнa? Je трaнспoртнo инжeњeрствo jeднoстaвнo нeкoмпeтeнтнo? Или je нeштo вишe фундaмeнтaлнoг у питaњу?
+Изучавање тока возила и возача између две тачке и њихових међусобних интеракција представља Трафички ток.
+Нажалост, истраживање тока возила је тешко због тога што се не може са стопроцентном сигурношћу предвидети понашање возача.
+Захваљујући томе што возачи обично поступају у прилично конзистентном опсегу, саобраћајни потоци се обично показују у прилично конзистентном опсегу и могу се приближно представљати математички.
+За боље представљање тока, успостављене су везе између три главне карактеристике: (1) ток, (2) густина и (3) брзина.
+Ове везе се користе при планирању, дизајну и раду са објектима на путевима.
+Инсекти су били прва животиња која је полетела. Њихова способност да лете им је олакшавала избегавање непријатеља и тражење хране и партнера.
+Већина инсеката има предност да могу да склоне крила назад дуж тела.
+То им омогућава да имају шири распон малих места у којима могу да се крију од предатора.
+Данас, једине инсекте који не могу да врате своје крилце назад су мравињаци и мрави.
+Током хиљада година, човек по имену Аристарх је рекао да Сунчева система кружи око Сунца.
+Неки људи су сматрали да је био у праву, али многа људи су веровала супротно; да је Соларни систем кружио око Земље, укључујући и Сунце (и чак и друге звезде).
+То изгледа разумно, јер Земља нема осећај да се креће, не?
+Амазонска река је други најдужи и највећи речни ток на Земљи. Преноси више од 8 пута више воде од другог највећег речног тока.
+Амазон је такође најширећи река на Земљи, у неким деловима достиже ширину од шест миља.
+Укупно 20 посто воде која се улива у океане из река на планети долази из Амазона.
+Главни ток Амазонске реке је 6.387 km (3.980 миља). Сабира воду из хиљада мањих река.
+Иако је градња пирамида у камену настављена све до краја Старог краљевства, пирамиде у Гизи нису икада биле надмашане ни по величини, ни по техничкој извођењу.
+Стари Египћани из Новог Краљевства дивили су се на монументе својих претходника, који су тада били више од хиљаду година стари.
+Број становника Ватикана је око 800. То је најмања независна држава на свету и држава са најмањим бројем становника.
+Ватикан користи италијански језик у својој законитости и званичним комуникацијама.
+Италијански је такође свакодневни језик који користи већина оних који раде за државу, док се латински језик често користи на религиозним церемонијама.
+Сви становници Ватикана су римокатолички.
+Људи су знали о основним хемијским елементима као што су злато, сребро и бакар још од антике, јер се сви могу открити у природи у својој природној форми и њихово добијање је релативно једноставно са примитивним алатима.
+Аристотел, филозоф, теоретисао је да се све састоји од мешавине једног или више од четири елемента. Били су то земља, вода, ваздух и ватра.
+Ово је више личило на четири стања материје (у истом редоследу): чврсто, течно, гас и плазма, иако је такође теоретисао да се претварају у нове супстанце да би формирали то што видимо.
+Сплавови су у суштини мешавина два или више метала. Не заборавите да постоји много елемената на периодном таблицу.
+Елементи попут калцијума и калијума се сматрају металима. Наравно, постоје и метали попут сребра и злата.
+Такође можете имати легуре које садрже мале количине неметалних елемената као што је угљеник.
+Све у Универзуму је направљено од материје. Све материја је направљена од малих честица званих атоми.
+Атоми су толико изузетно мали да би се трилиони њих могли сместити у тачку на крају ове реченице.
+Због тога, кад је изашао, био је добар пријатељ многим људима.
+Нажалост, како су се појавиле нове методе писања, цртаљ је спуштен на нижи статус и употребу.
+Људи сада пишу поруке на екранима рачунара, никада не долазећи близу оштривачу.
+Само се може запитати шта ће тај тастатура постати када нешто новије дође.
+Атомска бомба ради на принципу да је потребна енергија да се споји нуклеус са многобројним протонима и неутронима.
+Нешто налик на вучење тешке колице по брду. Раздвајањем нуклеуса се ослобађа део те енергије.
+Нуклеуси неких атома су нестабилни, што значи да се ови атоми обично распадају са мало или без помоћи.
+Површина Месеца је састављена од стена и прашине. Спољни слој Месеца се зове кора.
+Кора је око 70 километара дебела на ближој страни и око 100 километара дебела на даљој страни.
+У подножју планина је дебељи, а у подножју марија је танкији.
+Могуће је да има више марија на ближој страни јер је кора танка. Лава је лакше доспела до површине.
+Теорије о садржини су усредсређене на откривање тога што их људи привлачи или што их интересује.
+Ове теорије сугеришу да људи имају одређене потребе и/или жеље које се током зрелости прелазе у њихов унутрашњи свет.
+Oвe тeoриje глeдa нa тo штo oдрeђeнe људe дoвoди дo тoгa штo жeлe дa урaдe и штo у њихoвoм oкружњу ћe дoвeсти дo тoгa штo ћe урaдити или нe урaдити нeкe ствaри.
+Две популарне теорије садржења су Теорија хијерархије потреба Маслоуа и Теорија два фактора Херцберга.
+Уопштено гледано, две врсте понашања се могу појавити када менаџери почињу да воде своје бивше колеге. Однос на једном крају спектра се састоји у покушају да остану „једним од њих“ (или „њих“).
+Менеджери овог типа имају проблема да доносе непопуларне одлуке, да спроводе дисциплинарне акције, да спроводе оцењивање перформанси, да додељују одговорност и да држе људе одговорним.
+На другом крају спектра, особа се трансформише у непрепознатљивог појединца који осећа да мора да промени све што је тим раније урадио и да то претвори у своје.
+На крају, лидер је коначно одговоран за успех и неуспех тима.
+Ово понашање често доводи до сукоба између лидера и остатка тима.
+Виртуелни тимови се одржавају на истим стандардима одличности као и конвенционални тимови, али постоје незнатне разлике.
+Чланови виртуелног тима често функционишу као тачка контакта за своју физичку групу.
+Често имају већу аутономију него конвенционални тимски чланови, јер њихови тимови могу да се састану у различитим временским зонама, што није могуће разумети локалном управљању.
+Присуство „невидљивог тима“ (Larson и LaFasto, 1989, стр. 109) је такође јединствени компонент виртуелног тима.
+„Невидљива екипа“ је управљачки тим који надзире сваког члана. „Невидљива екипа“ утврђује стандарде за сваког члана.
+Зaштo би нeкa oргaнизaциja хтeлa дa прoлaзи крoз врeмeнo кoриштeњe прoцeсa уклaђeњa кoнцeптa oргaнизaциoнoг учeњa? Jeднo зaдaткe зa увeдeњe кoнцeптa oргaнизaциoнoг учeњa у прaксу je инoвaциja.
+Када су све доступне ресурсе ефективно коришћене у функционалним департманима организације, креативност и генијалност могу се појавити.
+Као резултат, процес организације која ради заједно да би преорела препреку може да доведе до новог иновативног процеса који ће одговарати потребама клијента.
+Пре него што организација може да буде иновативна, руководство мора да створи културу иновација, као и дељење знања и организацијско учење.
+Анџел (2006) објашњава приступ Континуума као метод који се користи како би помогао организацијама да достигну виши ниво перформанси.
+Неуробиолошки подаци пружају физичку доказност теоретског приступа истраживању когнитивних процеса. Због тога ограничава истраживачку област и чини истраживање много прецизније.
+Корелација између патологије мозга и понашања подржава научнике у њиховом истраживању.
+Дуго времена је познато да различити типови повреда мозга, траума, лезија и тумора утичу на понашање и изазивају промене у неким менталним функцијама.
+Раст нових технологија нам омогућава да видимо и истражујемо структуре и процесе мозга који су никада пре тога не били видљиви.
+Ово нам даје много информација и материјала за изградњу симулационих модела који нам помоћу да разумемо процесе у нашем мозгу.
+Иако вештачка интелигенција има јаку коннотацију са научном фантастиком, вештачка интелигенција представља веома важну грану рачунарске науке која се бави понашањем, учењем и интелигентном адаптацијом машине.
+Истраживања у области вештачке интелигенције обухватају стварање машина које ће аутоматизовати задатке који захтевају интелигентно понашање.
+Примери укључују контролу, планирање и распоређивање, способност да одговорите на дијагнозе и питања клијента, као и препознавање рукописног текста, гласа и лица.
+Такви ствари су постали посебне дисциплине, које се фокусирају на пружање решења за стварне животне проблеме.
+Системи за вештачку интелигенцију се сада често користе у областима економије, медицине, инжењерства и војске, као што су изграђени у неколико домаћих рачунарских и видео игрица софтверских апликација.
+Излети су значајни део сваке учионице. Често учитељи желе да воде своје ученике на места која се не могу посетити аутобусом.
+Тeхнoлoгиja пoнудa рeшeњe крeирaњeм виртуeлних излeзaкa. Студeнти мoгу дa глeдajу музejскe aртиклe, пoсeћajу aквaриум или глeдajу крaснe умeтнoст дoк сeдe сa свojoм клaсoм.
+Дигитално дељење екскурзије је такође одличан начин да се поврати на екскурзију и делите искуства са будућим класама.
+На пример, сваке године студенти из Беннет школе у Северној Каролини дизајнирају веб локацију о својој путовањи до државног главног града, сваке године веб локација се обнавља, али старе верзије остају онлајн како записник.
+Блогови могу и да помогну у побољшању писања студената. Иако студенти често почињу своје искуство са лошом граматиком и правописањем, присутност публике углавном промењује то.
+Због тога што студенти често представљају најкритичнију публику, блогер почиње да се труди да побољша писање како би избегао критике.
+Такође, блоговање „приморава студенте да постану оштрији у погледу на свет око њих.“ Потреба да задоворе интересе публике инспирише студенте да буду оштри и интересантни (Toto, 2004).
+Блоговање је инструмент који инспирише сарадњу и подстиче студенте да прошире учење и далеко преко традиционалног школског дана.
+Умерено коришћење блога „може да омогући студентима да постану аналитичнији и критичнији; кроз активно одговарање на интернет материјале, студенти могу да дефинишу своје позиције у контексту других текстова, као и да истакну своје перспективе у погледу одређених проблема (Oravec, 2002).
+Отава је шармантна, билингуална престоница Канаде и у њој се налази низ уметничких галерија и музеја који приказују прошлост и садашњост Канаде.
+Даље на југу је Нијагарски водопад, а на северу се налази неискоришћена природна лепота Мускоке и даље.
+Све ове ствари и више наглашавају да је Онтарио оно што стручњаци сматрају квинтесенцијом Канаде.
+Велики делови северно од ове области су веома ретко насељени и делови су скоро ненастањени дивљина.
+За упоређивање популације које изненађује многе: У САД живи више Афроамериканаца него држављана Канаде.
+Острва у Источној Африци се налазе у Индијском океану у близини источне обале Африке.
+Мадагаскар је без сумње највећа, и континент сам по себи када је реч о дивљини.
+Већина мањих острва су независне нације или повезане са Француском и познате су по луксузним плажама.
+Арапи су такође донели ислам на ове територије, а ова религија је имала велики утицај на Коморе и Мајоту.
+Европски утицај и колонијализам почео је у 15. веку, када је португалски истраживач Васко да Гама пронашао пут од Европе до Индије.
+На северу регион је ограђен Сахелом, а на југу и западу Атлантским океаном.
+Жене: Све женске путнице се саветују да кажу да су удате, без обзира на стварни статус брака.
+Помоћно је и да носите прстен (али не оног који изгледа претерано скупо.
+Жeнe трeбa дa схвaтe дa културни рaзлици мoгу дa дoвoдe дo oнoгa штo би oнe смaтрaлe кoнтрoлoм и нe je нeуoбичнo дa пoслeдoвaњe, ухвaћeњe зa руку итд.
+Будьте одлучна у одбијању мушкараца и не бојте се да одбијете (културне разлике или не, то није у реду!).
+Модерни град Касабланка је основан од стране берберских рибара у 10. веку п. н. е. и коришћен је од стране Феничана, Римљана и Меренида као стратешки порт познат као Анфа.
+Португалци су га уништили и поново изградили под именом Casa Branca, да би га након земљотреса 1755. напустили.
+Марокански султан је обновио град под именом „Дарул-Бадија“ и он је добио име „Касабланка“ од стране шпанских трговаца који су ту основали трговинске базе.
+Касабланка је једно од најмање интересантних места за шопинг у целом Мароку.
+Око старе Медине је лако пронаћи места која продају традиционалне мароканске производе, као што су таџине, керамика, кожни производи, варијетети и цео спектар гегава, али то је све за туристе.
+Гома је туристички град Демократске Републике Конго у источном делу, близу Руанде.
+Гома је 2002. године уништена лавом вулкана Нијарагонго, која је закопала већину улица у граду, нарочито градско језгро.
+Иако је Гома прилично безбедна, све посете ван Гоме треба истражити како би се разумео стање борби које трају у покрајини Северни Киву.
+Град је такође база за пењање вулкана Нијарагонго уз неко од најјефтинијих праћења планинских горила у Африци.
+Можете користити бода-бода (моторни такси) да бисте се кретали по Гоми. Обична (локална) цена је око 500 конгоанских франка за кратку вожњу.
+Заједно са својом релативно неприступачношћу, „Тимбукту“ је почео да се користи као метафора за егзотичне, далеке земље.
+Данас је Тимбукту сиромашни град, иако је његова репутација чини туристичком атракцијом, а има и аеродром.
+Године 1990. је додата на листу светске баштине у опасности због претње пустињског песка.
+То је био један од главних стазака током емисије „Чуда афричког света“ (Wonders of the African World) Хенрија Луиса Гејтса за PBS.
+Град је у супротности са осталим градовима у земљи, јер има више арапског изгледа него африканског.
+Национални парк Кругер (КНП) се налази у североисточном делу Јужноафричке Републике и протеже се дуж границе Мозамбика на истоку, Зимбабвеа на северу и јужне границе је река Крокодил.
+Парк се простире на 19.500 km² и подељен је на 14 различитих екозона, свака од којих подржава различиту дивљину.
+То је једна од главних атракција Јужноафричке Републике и сматра се заставом националних паркова Јужноафричке Републике (SANParks).
+Као и у свим националним парковима Јужноафричке Републике, у парку се свакодневно уплаћује конзерваторска и улазна такса.
+Такође може бити корисно да неко купи дисконтну карту, која омогућава улазак у одређене паркове у Јужној Африци или у све националне паркове Јужноафричке Републике.
+Острво Хонг Конг даје територији Хонг Конга име и представља место које многи туристи сматрају главним фокусом.
+Парада зграда која чине ландшафт Хонг Конга је упоређена са бар-графиком који се одражава у водама Викторијског залива.
+Да бисте добили најбоље видове Хонг Конга, напустите острво и одите до обале Коулуна на супротној страни.
+Већина урбаног развоја на острву Хонг Конг је концентрисана на регенерисаном земљиштима дуж северне обале.
+Ово је место које су британски колонизатори преузели за себе, па ако тражите доказе о колонијалној прошлости овог подручја, ово је добар почетак.
+Сундарбан је највећи приобални мангровни појас на свету, који се простире 80 km (50 mi) у унутрашњост Бангладеша и Индије од обале.
+Сундарбан је проглашен за светску баштину УНЕСКО-а. Део шуме на индијском подручју се зове Национални парк Сундарбан.
+Мангрове мочваре, међутим, нису једини део ових шума – укључују се и последњи остаци моћних џунгли које су некада прекривале Гангску равницу.
+Сундарбанс покрива површину од 3.850 km², од чега је трећина покривена водом/мочварама.
+Од 1966. године, Сундарбан је заштићено подручје за дивље животиње и процењује се да се сада у овом подручју налазе 400 краљевских бенгалских тигра и око 30.000 дивљих овца.
+Аутобуси одлазе са међуопштинске аутобуске станице (преко реке) током целог дана, иако већина, нарочито оних који одлазе ка истоку и Јакару/Бумтангу, одлазе између 06:30 и 07:30.
+Будући да су аутобуси који пружају услуге између округа често попуњени, препоручује се да купите карту неколико дана унапред.
+Већина округа се обслужује малим јапанским аутобусима Coaster, који су комфортни и чврсти.
+Подељени такси су брзи и комфортни начин путовања до блиских места, као што су Паро (Ну 150) и Пунакха (Ну 200).
+Мост преко реке Ојапок је кабловски мост. Прелази реку Ојапок и повезује градове Ојапоке у Бразилу и Сен Жорж де л'Ојапок у Француској Гвајани.
+Две куле достижу висину од 83 метра, дужина је 378 метара, а ширина је 3,50 метра.
+Висина пролаза испод моста је 15 метара. Изградња је завршена у августу 2011. године, а мост је отворен за саобраћај у марту 2017.
+Очекује се да ће мост бити у потпуној функцији у септембру 2017. године, када се очекује да ће бити завршена бразилска граница.
+Гварани су били најзначајнија домородачка група која је насељавала данашњи источни Парагвај, живећи као полуномадски ловци који су такође практиковали пољопривреду за преживљавање.
+Регион Чако је био дом другим групама аутохтоних племена, као што су Гуајкуру и Пајагуа, који су преживели ловом, собирањем и риболовом.
+Парагвај, који је раније био познат као „Гигантска провинција Индије“, рођен је као резултат сусрета шпанских освајача са локалним домородачким заједницама у 16. веку.
+Шпанци су започели колонизациони период који је трајао три века.
+Од оснивања Асунсиона 1537. године, Парагвај је успео да задржи много од свог аутохтоног карактера и идентитета.
+Аргентина је позната по томе што има једну од најбољих поло екипа и играча на свету.
+Највећи турнир године се одржава у децембру на теренима за поло у Лас Кањитас.
+Такође се могу гледати и мањи турнири и мечеви током целе године.
+За вести о турнирима и како купити карте за утакмице пола, прегледајте Асоцијасион Аргентина де Поло.
+Званична валута Фолклендских острва је фолклендски фунт (FKP), чија вредност је уједначена са вредношћу једног британског фунта (GBP).
+Новац се може мењати у јединој банци на острвима која се налази у Стeнлију, наспрам продавнице FIC West.
+Британске фунте ће углавном бити прихваћене свуда на острвима, као и кредитне карте и амерички долари.
+На удаљеним острвима вероватно неће бити прихватано кредитне карте, иако ће се можда прихватити британска и америчка валута; консултирајте се са власницима унапред да бисте утврдили прихватљиве начине плаћања.
+Веома је тешко да се измени валута на Фолкландским острвима ван острва, па измените новца пре него што напустите острва.
+Будући да је Монтевидео јужно од екватора, тамо је лето када је зима у Северној хемисфери и обрнуто.
+Монтевидео се налази у суптропским пределима; током лета су температуре изнад +30°C уобичајене.
+Зима може да изазове заблуду: температуре ретко падају испод нуле, али ветар и влажна атмосфера комбинирају се да изазове осећај хладнијег ваздуха него што показује термометр.
+Нема посебних „кишних“ и „сувих“ сезона: количина кише је приближно иста током целе године.
+Иако многе животиње у парку су привикле на људе, дивљи свет је ипак дивљи и не треба му да се дава храна ни да се троши.
+Према ауторитетима парка, будьте на 100 јарди/метара даље од медведа и вукова и 25 јарди/метара од свих других дивљих животиња!
+Иако могу да изгледају добродобро, бизони, јакови, лососи, медведи и скоро сви велики животиња могу да нападну.
+Сваке године се десетине посетилаца повређују због тога што нису одржавали довољну дистанцу. Ове животиње су велике, дивље и потенцијално опасне, па им остављајте простор.
+Осим тога, будьте освесни да мирисе привлаче медведи и друге дивље животиње, па избегавајте ношење или припрему мирисног храна и чувајте чисти локалитет.
+Апија је главни град Самоа. Град се налази на острву Уполу и има око 40.000 становника.
+Апија је основана 1850-их година и од 1959. године је званична престолница Самоа.
+У луци је 1889. године дошло до познатог морнаричког сукоба када је седам бродова из Немачке, САД и Уједињеног Краљевства одбило да напусте луку.
+Све бродове су потопљене, осим једног британског крстарица. Готово 200 америчких и немачких живота је изгубљено.
+Током борби за независност организоване од стране покрета Мау, мирно окупљање у граду завршило је убиством највишег вође Тупуа Тамасесе Леалофија III.
+Постоји много плажа због тога што се Окленд налази између два залива. Најпопуларније су у три области.
+Плаже Северног краја (у округу Северни пристаниште) су на Тихом океану и протежу се од Лонг Беја на северу до Девонпорта на југу.
+Већина је пешчаних плажа са безбедним купањем и већина има заштиту од сунца у облику дрвећа pohutukawa.
+Плаже Тамаки Драјва се налазе у заливу Ваитемата, у богатим предграђима Мисион Беј и Сент Хелијерс у централном делу Окленда.
+Ово су понекад препуне породичне плаже са добрим распоредом продавница дуж обале. Плавање је безбедно.
+Главни локални пиво је „Number One“, није комплексно пиво, али је пријатно и освежавајуће. Други локални пиво се зове „Manta“.
+Постоји много француских вина, али вина из Новог Зеланда и Аустралије можда ће путовати боље.
+Локална пијава вода је апсолутно безбедна за пиће, али ако имате страх, лако ћете пронаћи бутилирану воду.
+За Аустралијанце је идеја „flat white“ кофе непозната. „Short black“ је „еспресо“, капучино се сервира са кремом (не са млеком), а чај се сервира без млека.
+Топле чоколаде одговарају белгијским стандардима. Фруктни сокови су скупљи, али су одлични.
+Многе путовања до рифа се врше током целе године, а повреде због било које од ових причина на рифу су ретке.
+Међутим, примите савете власти, послушајте све знакове и обратите пажњу на упозорења о безбедности.
+Морске медузе се јављају у близини плажа и у близини ушћа река од октобра до априла северно од 1770. Могу се појавити и ван овог временског периода.
+Ајкуле постоје, али ретко нападају људе. Већина ајкула се плаши људи и пливају даље.
+Слатководни крокодили не активно живе у океану, њихово главно станиште је у ушцима река северно од Рокхамптона.
+Резервација унапред даје путнику мир у душу да ће имати где спати кад стигне на место одредишта.
+Туристички агенти често имају споразуме са одређеним хотелима, иако може бити могуће да резервишете и друге облике смештаја, као што су кампови, преко туристичког агента.
+Туристички агенти обично нуде пакете који укључују доручак, организовање транспорта до и од аеродрома или чак комбиновани лет и хотелски пакет.
+Такође могу да задрже резервацију за вас ако потребујете време да размислите о понуди или да прикупите друге документе за вашу дестинацију (нпр. визу).
+Међутим, све измене или захтеви треба да прођу преко агента за путовања, а не директно са хотелом.
+За неке фестивале, готово сви учесници на музичким фестивалима одлучују да спавају на локацији фестивала, и већина учесника сматра да је то неопходни део искуства.
+Ако желите да будете близу дешавања, морате да се прикључите рано како бисте добили локацију за камповање близу музике.
+Сећајте се да иако је музика на главним сценама можда завршена, могу да постоје делови фестивала који ће играти музику све до поноћи.
+Неки фестивали имају посебна места за камповање за породице са малолетним децом.
+Ако прелазите Северни Балтик зими, проверите локацију кабине, јер прелазак кроз лед узрокује веома непријатне звукове за оне највише погођене.
+Крстарења Санкт Петербургом укључују време у граду. Путници крстарења су ослобођени од визних захтева (прегледајте услове).
+Казино обично настоје да максимизирају време и новчанство које гости троше. Окна и сатови обично немају, а излази могу бити тешки за проналажење.
+Обично имају специјалну понуду хране, пића и забаве како би задржали госте у добрим расположењу и задржали их на локацији.
+Неки локалитети нуде алкохолне пиће бесплатно. Међутим, пијанство смањује судионицу, а сви добри играчи знају значај тога да остану трезвени.
+Свако ко ће возити на високим географским ширинама или преко планинских превоја треба размотрити могућност снега, леда или замрзавања.
+На леденим и снежним путевима, трење је мање и не можете возити као да сте на голом асфалту.
+Током снежних олуја, довољно снега да вас зароби може да падне у веома кратком временском периоду.
+Видивост може бити ограничена падом или ветром снега, кондензацијом или ледом на прозорима возила.
+Међутим, ледени и снежни услови су нормални у многим земљама, а саобраћај је углавном непрекидан током целе године.
+Сафари су вероватно највећа туристичка атракција у Африци и највећа атракција за многе посетиоце.
+Термин „сафари“ у популарној употреби означава путовање преко копна како би се посматрала изузетна дивља фауна Африке, нарочито на травњацима.
+Неке животиње, као што су слонови и жирафе, обично се приближавају аутомобилима и стандардна опрема ће омогући добру видљивост.
+Лињаци, гепарди и леопарди понекад су застрашени и ћете их видети боље са двоструким телескопом.
+Путовање сафари (познато и као „путешење кроз шуму“, „пешачка сафари“ или „ходање“) се састоји од пешачења, током неколико сати или неколико дана.
+Параолимпијада ће се одржати од 24. августа до 5. септембра 2021. године. Неки догађаји ће се одржати на другим локацијама широм Јапана.
+Токио ће бити једини азијски град који ће два пута бити домаћин Летњих олимпијских игара, будући да је био домаћин игара 1964.
+Ако сте резервисали ваше летове и смештај за 2020. годину пре него што је отказивање најављено, можете се наћи у тешкој ситуацији.
+Правила за отказивање се разликују, али до краја марта већина политика за отказивање због коронавируса се не односе на јул 2020. године, када су Олимпијске игре биле планиране.
+Очекује се да ће већина улазница на догађаје стојати између 2.500 и 130.000 џена, док ће типична улазница коштати око 7.000 џена.
+Изглаживање влажних одећа може да помогне њиховом сушњу. Многе хотеле имају грнчаницу и грнчаницу за изглаживање доступну за изнајмљивање, чак и ако нису присутне у соби.
+Ако грaђивaрa нe je дoступaн, или aкo нe хтeтe дa нoситe грaђeвaнe цврстe сoкe, тoгa мoждe пoкушaтe дa искoриститe фeн, aкo je дoступaн.
+Будьте пажљиви да не дозволите ткани да буде прегрејана (која може да изазове смањење или, у екстремним случајевима, оштећење).
+Постоје различити начини чишћења воде, неки су ефективнији против одређених претњи.
+У неким областима довољно је да се вода вари један минут, док је у другима потребно неколико минута.
+Филтри варирају у ефективности и ако имате забринутост, онда бисте требало да купите воду у запечаћеној флаши од познате компаније.
+Путници могу да наиђу на животињске врсте које нису привикли на њиховом домашњем подручју.
+Штетњи могу да оштете храну, изазову иритацију или, у најгорем случају, изазову алергијске реакције, шире отров, или преносе инфекције.
+Саме инфекционе болести или опасне животиње које могу повредити или убити људе силом обично не спадају у категорију штетоносних животиња.
+Куповина без пореза је прилика да купите робу ослобођену од пореза и акцизе на одређеним локацијама.
+Путници који одлазе у земље са високим пореском стопом могу понекад спасити значајну суму новца, нарочито на производе као што су алкохолна пића и дуван.
+Пут од тачке Марион до Фејрмонта представља најопасније вожње на аутопуту између Буфалоа и Питсбурга, који често пролази кроз изоловани терен у шуми.
+Ако нисте привикли да возите на сеоским путевима, будьте опрезни: стрме падине, уски путеви и оштре кривине доминирају.
+Брзине ограничења на овом делу су знатно ниже од оних на претходном и наредном делу – обично 35-40 миља на сат (56-64 km/h) – и строга поштовања ових ограничења је још важнија него на другим деловима.
+Међутим, мобилни телефонски сервис је овде много јачи него на многим другим деловима руте, на пример, у дивљини Пенсилваније.
+Немачке торте су доста добре, а у Баварској су доста богате и разноврсне, сличне онима јужног суседа, Аустрије.
+Фруктни пироси су уобичајени, са кувањем јаблака у пиросима током целе године, а јагоде и шљиве се појављују током лета.
+Многе немачке сладоледи такође садрже арахис, јадранке и друге дрвећене орехове. Популарне торте често добро долазе уз чашу јаке кафе.
+Ако желите мале, али богате торте, покушајте оно што зависно од региона се зове Берлинер, Пфанкен или Крафен.
+Кури је јело засновано на биљкама и ароматичним додацима, заједно са месом или овоћем.
+Кари може бити „суво“ или „влажно“ у зависности од количине течне супстанце.
+У унутрашњим регијама Северне Индије и Пакистана, јогурт се обично користи у куријама; у Јужној Индији и у неким другим приобалским регијама субконтинента, кокосово млеко се обично користи.
+Са 17.000 острва на избору, индонежанска кулинарска традиција је термин који покрива велики број регионалних кулинарских традиција које се налазе широм нације.
+Међутим, ако се користи без додатних квалификатора, овај термин се обично односи на храну која потиче из централних и источних делова главног острва Јава.
+Данас је јаванска кулинарска традиција широко распрострањена на архипелагу и обухвата низ једноставно припремљених јела, доминирајући укуси који Јаванци воле су арахис, чили, шећер (нарочито јавански кокосов шећер) и различите ароматичне биљке.
+Стирропи су опрема за ноге возача која се налазе на левој и десној страни седла.
+Они пружају већу стабилност возачу, али могу да имају безбедносне забринутости због могућности да се ноге возача заглаве у њима.
+Ако се возач избаци са коња, али има ногу заробљену у седлу, могао би да буде вучен ако би коњ побегао. Да би се смањио овај ризик, могуће је предузети неколико безбедносних превентивних мера.
+Прво, већина јахача носи јахачку обућу са потпетицом и глатком, прилично уском, подошком.
+Наредно, неке седла, нарочито енглеска седла, имају безбедносне барове који омогућавају да се седло спусти са седла ако коњаник пада назад.
+Долина Кочамо – најпознатија дестинација за пењање у Чилеу, позната као Јосемит Јужне Америке, са разноликим великим стенама од гранита и стенама за пењање.
+Врхунци укључују очаравајуће погледе са врхова. Клијарери из свих делова света непрестано успостављају нове руте међу непрекидним могућностима ових зидина.
+Даунхил скијашки спортови, који укључују скијање и сноубординг, популарни су спортови који укључују спуштање преко снежног терена са скијама или сноубордом прикрепљеним за ноге.
+Скијање је главна активност за путовања са великим бројем ентузијаста, који се понекад називају „ски буми“, који планирају целокупне одмаравања око скијања на одређеном месту.
+Идеја скијања је веома стара – пећинске слике скијаша датирају се до 5000. п. н. е.!
+Скијање у спусту је спорт који се практикује најмање од 17. века, а 1861. године је први рекреативни скијашки клуб отворен од стране Норвеђана у Аустралији.
+Трчање на скијама: Ова активност се такође назива трчање на скијама у планинском терену, трчање на скијама или трчање на скијама.
+Она се односи на, али обично не укључује алпски стил скијашке туристике или планинарење, које се врше на стрмим теренима и захтевају много чвршће скије и ботинке.
+Мислите на скијашку руту као на сличну руту за пешака.
+У добрим условима ћете моћи да пређете нешто веће дистанце од ходања – али само веома ретко ћете достићи брзине скијашке трке без тешке торбе на уређеним стазама.
+Европа је континент који је релативно мали, али са великим бројем независних земаља. Уобичајено, путовање кроз више земаља значи да морате да се више пута пријавите за визу и контролу пасоша.
+Међутим, Шенген зона је у овом смислу слична једној земљи.
+Док остајете у овој зони, уобичајено можете да пређете границе без да поново пролазите кроз контролне тачке за пасоше.
+Слично томе, ако поседујете Шенген визу, не морате да тражите визе за сваку од земаља чланица Шенгена појединачно, што вам спасава време, новца и административне радове.
+Не постоји универзална дефиниција за које производе се сматрају антиквитетима. Неке царинске агенције дефинишу производе старије од 100 година као антиквитете.
+Ова дефиниција има географске варијације, где је могуће да је старосно ограничење краће у областима као што је Северна Америка у односу на Европу.
+Ручно рађене производе се могу сматрати антиквитетима, иако су млађи од сличних масовно произведених производа.
+Разведење северних алпака је важна прехрамбена активност међу Самима, а култура око трговине је важна и за многе са другим професијама.
+Међутим, традиционално, иако нису сви Сами били укључени у великомасштабну сточарску заједницу, већ су се бавили рибарењем, ловом и сличним активностима, при чему су се кони најчешће користили као запрежне животиње.
+Данас многи Сами раде у модерним заједницама. Туризам је важан приход у Сапми, области Сама.
+Иако је широко коришћен, нарочито од стране не-Рома, реч „Циган“ се често сматра непријатном због њених асоцијација са негативним стереотипима и нетачним перцепцијама Рома.
+Ако земља која ћете посетити постане предмет путне предупређења, ваша путна здравствена осигурница или путна осигурница за отказивање путовања може бити угрожена.
+Можете и да консултирате савете других влада, али њихови савети су намењени њиховим држављанима.
+Као пример, амерички држављани у Средњој Азији могу да се суочавају са различитим ситуацијама од Европљана или Араба.
+Предупређаји су само кратко излагање политичке ситуације у једној земљи.
+Представљене ставове често су површне, опште и претерано једностављене у поређењу са детаљнијим информацијама доступним на другим местима.
+Сиромашна временска ситуација је заједнички термин за било коју опасну временску појаву са могућношћу да изазове штете, озбиљне друштвене поремећаје или губитак људских живота.
+Оштре временске прилике могу да се јаве било где на свету, а постоје различити типови, који зависе од географије, топографије и атмосферских услова.
+Високи ветрови, град, претерана киша, дивље пожаре и торнада су облици и последице озбиљног времена, као и грмљавина, торнада, бујице и циклони.
+Регионалне и сезонске озбиљне метеоролошке феномене укључују снежне олује, снежне олује, ледене олује и прашке олује.
+Путницима је јако препоручено да буду освесни о било којем ризику озбиљних временских прилика у њиховом подручју, пошто могу да угрозе било које планови путовања.
+Свако који планира да посети земљу која би се могла сматрати ратном зоном треба да добије професионалну обуку.
+Претрага Интернета за „Курс за непријатељски окружење“ ће вероватно пружити адресу локалне компаније.
+Курс ће обично обухвати све проблеме који су ту споменути у гораздо већој детаљности, обично са практичном искуством.
+Курс ће обично трајати од 2 до 5 дана и у њему ће учествовати играње улога, много прве помоћи и понекад и обука оружја.
+Књиге и часописи који се баве преживљавањем у дивљини су чести, али публикације које се баве ратним зонама су ретке.
+Путници који планирају операцију трансформације пола у иностранству морају да се увере да поседују важеће документе за повратак.
+Присталост влада да издају пасоше без одређивања пола (X) или да обнове документе да би одговарали жељеном имену и полу варира.
+Присталост страних влада да признају ове документе је такође широко варијабилна.
+Истраге на безбедносним контролама су такође постале много инвазивније након 11. септембра 2001. године.
+Пре-оперативни трансгендерни људи не треба да очекују да ће проћи кроз скенере са својом приватношћу и достојношћу нетакнутим.
+Рип струје су повратне струје изазване таласима који се срушавају на плажу, често на рифу или сличном објекту.
+Због подводне геометрије, повратна струја се концентрише на неколико дубљих делова и тамо се може формирати брза струја до дубље воде.
+Већина смртних случајева се дешава због исцрпљености покушавајући да се врате против струје, што може бити немогуће.
+Кад изађете из струје, пливање назад више није тешко од обичног пливања.
+Можете да покушате да упуцате негде где нећете бити ухваћени поново или, у зависности од ваших вештина и тога да ли вас је неко приметио, можете да чекате помоћ.
+Шок повратка се јавља раније него културни шок (мање је фазе меденог месеца), траје дуже и може бити озбиљнији.
+Путници који су лако прилагођавали новој култури понекад имају посебно тешко време прилагођавања својој матерњој култури.
+Када се враћате кући након што сте живели у иностранству, адаптирали сте се на нову културу и изгубили неке своје навике из културе у којој живите.
+Када сте први пут отишли у иностранство, људи су вероватно били пажљиви и разумевајући, знајући да путници у новој земљи морају да се адаптирају.
+Људи могу да не очекују да пажљивост и разумевање су такође неопходни за путнике који се враћају кући.
+Шоу са звуком и светлосним ефектима у пирамиди је једно од најинтересантнијих ствари у овој области за децу.
+Можете да гледате пирамиде у мраку и можете да их гледате у тишини пре почетка представе.
+Обично увек чујете звук туриста и продавача. Прича о звуку и светлу је баш као прича из књиге.
+Сфинкс је постављен као позадина и приповедач дуге приче.
+Сцене су приказане на пирамидама, а различите пирамиде су осветљене.
+Острва Јужни Шетланд, откривена 1819. године, претендује неколико нација и има највише база, са шестнаест активних 2020. године.
+Архипелаг се налази 120 km северно од полуострва. Највеће острво је острво Краља Џорџа са насељем Вилас Естрељас.
+Други укључују острво Ливингстон и острво Децепшн, где се калдера активног вулкана претворила у спектакуларну природну луку.
+Елсворт Ленд је регион јужно од полуострва, ограђен Белингсхаусеном морем.
+Горови овог полуострва се спајају у плато, а затим се поново појављују и формирају 360 km ланца Елсвортских планина, пресечених Минесотским ледником.
+Највиши планински врхови Антарктика се налазе у северном делу или Сентинелским планинама, а то је Масив Винсон, који достиже 4892 м.
+У удаљеним локацијама, где нема покривања мобилних телефона, сателитски телефон може бити ваша једина опција.
+Сателитски телефон се обично не може користити уместо мобилног телефона, пошто морате да будете на отвореном са јасном линијом вида на сателит да бисте могли да поставите телефонски позив.
+Ова услуга се често користи за превоз, укључујући и рекреативне бродове, као и експедиције које имају потребу за удаљеним подацима и гласом.
+Локални провајдер телефонске услуге требало би да има више информација о повезивању са овом услугом.
+Све популарнија опција за оне који планирају годишњу паузу је путовање и учење.
+Ово је посебно популарно код оних који завршавају школу, што им омогућава да одморају годину дана пре универзитета, без компромиса у образовању.
+У многим случајевима, пријављивање на годишњи курс у иностранству може стварно повећати ваше шансе да се вратите у вишу образовну институцију у вашеј земљи.
+Обично ће бити наплата за упис у ове образовне програме.
+Финска је одлична дестинација за сплављење. „Земља хиљада језера“ има хиљаде острва и острва у језерама и на обали.
+У архипелагама и језерима не морате обавезно имати јахту.
+Иако су копнени архипелази и највећи језера заправо довољно велики за сваку јахту, мањи бродови или чак кајак нуде другачију искуство.
+Јахтинг је национална забава у Финској, са једним бродом на свако седам или осморо људи.
+Ово се подудара са Норвешком, Шведском и Новом Зеландом, али у суштини је веома јединствено (нпр. у Холандији је број један на четиридесет).
+Већина различитих Балтичких крстарења укључују продужени боравак у Санкт Петербургу, Русија.
+То значи да можете да посетите историјски град неколико дана, док се враћате и спавате на броду ноћу.
+Ако ћете само ићи на копно коришћењем екскурзија на броду, неће вам бити потребна посебна виза (од 2009. године).
+Неке круизне брошуре садрже Берлин, Немачка. Како видите на мапи, Берлин је далеко од мора и посета граду није укључена у цену круизног путовања.
+Путовање авионом може бити страховито искуство за људе свих узраста и порекла, нарочито ако нису летели претходно или су доживели трауматични догађај.
+То није нешто за што треба да се струсите: то није различито од личних страхова и непријатеља других ствари које има многа људи.
+За неке, разумевање нешто о томе како авиони раде и шта се дешава током летања може помоћи да се преборе страх који је заснован на непознатом или на томе што нема контролу.
+Курјерске компаније добро се плаћају за брзу испоруку. Често, време је веома важно са пословним документима, робом или деловима за брзу ремонт.
+На неким рутама веће компаније имају сопствене авионе, али је на другим рутама и код мањих компанија био проблем.
+Ако су послали робу авионом, на неким рутама могло је да траје неколико дана да се прође преко разгружавања и царина.
+Једини начин да ово прође брже је да га пошалите као терет. Авио-компаније неће дозволити да се терет посла без путника, што је место где долазите у игру.
+Најочигледнији начин да летите у првом или бизнис класи је да исплатите гомилу новца за привилегију (или, боље, да ваша компанија то уради за вас).
+Међутим, ово није јефтно: у принципу, можете очекивати да ћете платити до четири пута више од обичног економског тарифа за бизнис и до једанаест пута више за прву класу!
+Уопштено гледано, нема смисла чак ни да тражите скидку за бизнис или првокласне седеше на директним летовима од А до Б.
+Авио-компаније добро знају да постоји одређена група путника која је спремна да плати високу цену за привилегију брзог и комфортног доласка на одређену локацију и наводе цену у складу са тим.
+Главни град Молдавије је Кишињев. Местни језик је румунски, али се широко користи и руски.
+Молдавија је република са више етничких заједница која је претрпела етничке сукобе.
+Овај сукоб је 1994. довео до оснивања самопроглашене Републике Транснистрије на источном делу Молдавије, која има сопствену владу и валуту, али није призната ниједном земљом чланицом УН.
+Економске везе су поново успостављене између ових делова Молдавије упркос неуспеху у политичким преговорима.
+Главна религија у Молдавији је православна хришћанска.
+Измир је трећи највећи град у Турској са око 3,7 милиона становника, други највећи порт након Истанбула и добар транспортни чвор.
+Овај древни град је сада модерни, развијен и активан комерцијални центар који се налази око великог залива и окружен планинама.
+Широки булевари, зграде са стакленим фасадама и модерни тржни центри су препуњени традиционалним црвеним крововима, 18. вековним пијацом и старим џамијама и црквама, иако град има атмосферу више европске Медитеранске обале него традиционалне Турске.
+Село Халдарсвик пружа поглед на ближњи острво Еистурој и има необичну октагоналну цркву.
+У црквеном дворишту су интересантне мраморне скулптуре голубова над неким гробовима.
+Вредно је и пола сата да се прогутате кроз ово интересантније село.
+На северу и лако доступан је романтичан и фасцинантан град Синтра, који је постао познат страним људима након што је лорд Бајрон причао о његовој сјајности.
+Аутобус 403 вози редовно до Синтре, а зауставља се и у Кабу да Роци.
+Такође, на северу посетите велики Храм наше Госпе од Фатиме (Храм), место познато широм света по Маријиним аппарацијама.
+Молимо вас да имате на уму да посећујете масовно гробље, као и место које има готово непроцене значење за значајан део светске популације.
+И даље има много мушкараца и жена који су преживели своје време овде, и много више којима је неко од чланова њихове породице убијен или убијен радом овде, Јевреји и нејевреји.
+Молимо вас да се понашате према овој веб локацији са свим поштовањем, озбиљношћу и поштовањем који заслужује. Не исмевајте холокауст или нацисте.
+Не оштећујте локације ометањем или исцаравањем граффитија на структурама.
+Званичне језике Барселоне су каталонски и шпански. Око половине људи говори каталонски, већина га разуме, а скоро сви знају шпански.
+Међутим, већина знакова је означена само на каталанском језику јер је овај језик установљен законом као први званични језик.
+Међутим, шпански је такође широко коришћен у јавном превозу и другим објектима.
+Редовне обавештења у метроу се објављују само на каталонском језику, али неплански прекиди се објављују помоћу аутоматског система на великом броју језика, укључујући шпански, енглески, француски, арапски и јапански.
+Парижани имају репутацију да су егоцентрични, груби и арогантни.
+Иако је ово често само нетачна стереотипска слика, најбољи начин да се спријатежите у Паризу је да будете на својој најбољој страни, да се понашате као неко ко је „bien élevé“ (добро одрастао). Ово ће вам знатно олакшати кретање.
+Агресивност Парижана ће брзо исчезнути ако покажете неколико основних почасти.
+Национални парк Плитвицке језера је прекривен густом шумом, углавном буком, јелом и боровицом, и има мешавину алпске и медитеранске вегетације.
+Има приметан број различитих биљних заједница, захваљујући различитим микроклиматским условима, различитим типовима земљишта и различитим нивоима висине.
+Ово подручје је такође дом многим врстама животиња и птица.
+На овом подручју се могу пронаћи ретке врсте попут европског црног медведа, вука, јастреба, сокола, лисице, дивље кочије и црвене патуљке, као и многе друге обичне врсте
+Током посете манастирима, жене морају да носе сукње које покривају колена и да имају икривљене руке.
+Већина манастира пружа хаљите за жене које долазе неприпремљене, али ако донесете сопствени, нарочито један са светлим бојама, добићете усмех од монаха или монахиње на улазу.
+На истој линији, мушкарци морају да носе штапе које покривају колена.
+Ово се такође може изабрати у продавници на улазу, али одећа се не чисти након сваког корисника, па може доћи до тога да се не осећате комфортно у овој одећи. Одговара свима мушкарцима!
+Мајорканска кулинарија, као и кулинарија у сличним зонама на Медитеранском мору, заснована је на хлебу, воћу и месу (нарочито свињском), и користи оливјено масло у свим рецептима.
+Проста популарна вечера, нарочито током лета, је Па ам Оли: хлеб са оливјеним маслом, томатом и било којим доступним додацима попут сира, тунафиша, итд.
+Сви глаголи, уз реч Sie за вас, увек почињу великим словом, чак и у средини реченице.
+Ово је важно за разликовање неких глагола и предмета.
+Такође вероватно чини читање једноставније, иако писање је нешто компликовано потребом да се утврди да ли се глагол или придев користи у суштинском облику.
+Произношење је релативно лако у италијанском језику јер већина речи се изговарају истим начином као што се пишу
+Главне букве које треба пратити су „ц“ и „г“, јер њихова изговора варира у зависности од следеће гласне.
+Такође, уведите разлику између изговора слова „р“ и „рр“: „caro“ значи драго, док „carro“ значи кочија.
+Персијски језик има релативно једноставну и углавном редовну граматику.
+Због тога, читање овог уводника у персијску граматику би вам помогло да научите много о персијској граматици и да разумете изразе боље.
+Не треба да кажем да ако знате један романски језик, биће лакше вам да научите португалски.
+Међутим, људи који знају мало шпанског могу брзо закључити да је португалски језик довољно сличан да не треба да се изучава посебно.
+Премодерни астрономски објективи су обично застарели данас и остају као музеји или локације за образовање.
+Због тога што је за време њиховог цветања светлосна загађеност није представљала проблем као данас, обично су смештени у градовима или на кампусима, што им је лакше да се дођу до него онима који су изграђени у модерном периоду.
+Већина модерних истраживачких телескопа су огромни објекти у удаљеним областима са повољним атмосферским условима.
+Гледање цветова јасена, познато као ханами, је део јапанске културе од 8. века.
+Концепт је дошао из Кине, где су биле изабране цветке јасенике.
+У Јапану, прве забаве са цветним дрвећем су одржаване само за цара и друге чланове аристократије око Империјалног двора од стране цара.
+Биљке изгледају најбоље када су у природном окружењу, тако да се одупрете да уклоните чак и „једну“ биљку.
+Ако посећујете формално уређени врт, собирање „примерака“ ће вас такође избацити, без разговора.
+Генерално, Сингапур је изузетно безбедна локација и веома је лак за навигацију и можете купити скоро све након стизања.
+Међутим, будући да се налазите у „високим тропским пределима“ само неколико степени северно од екватора, мораћете се суочити са жаром (увек) и јаком сунцем (кога је небо чисто, ређе).
+Постоје и неколико аутобуса који иду северно ка Хеброну, традиционалном месту сахране Библијских патријарха Абрахама, Исака, Јакова и њихових супруга.
+Проверите да ли аутобус који размишљате да уради иде у Хеброну, а не само до блиског јеврејског насеља Киријат Арба.
+Унутрашња пловна територија може бити добар тематски оквир за одржавање одмора.
+На пример, посета замкова у долини Лоаре, долини Рајна или путовање бродом до интересних места на Дунаву или сплављење дуж Еријевог канала.
+Такође дефинишу руте популарних пешачких и бициклистичких стаза.
+Божић је један од најважнијих хришћанских празника и слави се као рођење Исуса.
+Многе традиције везане за овај празник прихваћене су и од неверника у хришћанским земљама и нехришћана широм света.
+Постоји традиција да се борави целу ноћ на неком отвореном месту како би се видео излазак сунца.
+Постоје, наравно, хришћанске теолошке објаве за ову традицију, али може бити да је то прехришћански ритуал пролећа и плодности.
+Више традиционалне цркве често одржавају Велику ноћ у суботу током Великог викенда, а верници често почињу да славе на поланоћи да би прославили Христово воскресење.
+Све животиње које су првобитно стигле на острва дошле су овде или пливањем, летањем или плутањем.
+Због далеке удаљености од копна, сисари нису могли да направе путовање, тако да је гигантска корњача постала главни сточарски животиња на Галапагосу.
+Од доласка људи на Галапагос, многи сисари су уведени, укључујући овце, коњице, краве, мише, мачке и пса.
+Ако посећујете Арктичку или Антарктичку област у зими, доживећете поларну ноћ, што значи да Сунце не излази изнад хоризонта.
+Ово пружа добру прилику да се види Аурора бореалис, јер ће небо бити темно скоро 24 сата.
+Због тога што су области ретко насељене, светлосна загађења често нису проблем, тако да ћете моћи да уживате и у звездама.
+Култура рада у Јапану је више хијерархична и формална него што су западњаци могли бити упознати.
+Комбинезони су стандардна одећа за пословне људе, а колеге се зову по презименима својих породица или по званичним титулама.
+Нeoбхoдивo je дoбрo oднoшeњe нa рaднoм мeсту, трeбa дa сe вeжe групни пoтeз умeстo пoхвaљaвaњa индивидуaлнoг дoпринoсa.
+Радници морају често да добију одобрење својих надређених за било коју одлуку коју донесу, и очекује се да ће послушавати наредбе својих надређених без питања.
diff --git a/test-en-sr.bleu b/test-en-sr.bleu
new file mode 100644
index 0000000000000000000000000000000000000000..bd9c42ea4a8ad5892a048b285c111031d90e3d9f
--- /dev/null
+++ b/test-en-sr.bleu
@@ -0,0 +1 @@
+BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 26.63 56.7/32.2/20.8/13.8 (BP = 0.990 ratio = 0.990 hyp_len = 23229 ref_len = 23456)
diff --git a/test-en-sr.comet b/test-en-sr.comet
new file mode 100644
index 0000000000000000000000000000000000000000..b18a6232a00c253906bc9340e752c8665536f023
--- /dev/null
+++ b/test-en-sr.comet
@@ -0,0 +1,1013 @@
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 0 score: 0.9180
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 1 score: 0.9030
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 2 score: 0.9353
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 3 score: 0.8664
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 4 score: 0.9334
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 5 score: 0.7436
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 6 score: 0.6552
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 7 score: 0.8581
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 8 score: 0.8126
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 9 score: 0.8912
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 10 score: 0.9350
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 11 score: 0.7021
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 12 score: 0.8359
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 13 score: 0.9312
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 14 score: 0.8389
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 15 score: 0.8344
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 16 score: 0.8330
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 17 score: 0.9463
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 18 score: 0.9456
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 19 score: 0.8537
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 20 score: 0.8972
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 21 score: 0.9632
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 22 score: 0.8281
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 23 score: 0.8545
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 24 score: 0.5211
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 25 score: 0.9398
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 26 score: 0.8796
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 27 score: 0.8264
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 28 score: 0.8866
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 29 score: 0.9549
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 30 score: 0.7601
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 31 score: 0.8675
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 32 score: 0.8753
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 33 score: 0.9370
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 34 score: 0.9076
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 35 score: 0.9333
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 36 score: 0.9059
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 37 score: 0.7942
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 38 score: 0.8767
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 39 score: 0.9362
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 40 score: 0.8642
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 41 score: 0.9467
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 42 score: 0.8718
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 43 score: 0.9390
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 44 score: 0.9277
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 45 score: 0.7992
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 46 score: 0.8914
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 47 score: 0.8613
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 48 score: 0.9305
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 49 score: 0.9518
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 50 score: 0.9152
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 51 score: 0.8175
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 52 score: 0.9547
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 53 score: 0.9522
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 54 score: 0.9334
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 55 score: 0.9214
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 56 score: 0.9250
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 57 score: 0.8798
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 58 score: 0.8260
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 59 score: 0.9166
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 60 score: 0.8760
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 61 score: 0.9449
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 62 score: 0.8624
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 63 score: 0.9437
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 64 score: 0.8750
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 65 score: 0.8364
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 66 score: 0.8245
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 67 score: 0.4166
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 68 score: 0.9495
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 69 score: 0.9151
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 70 score: 0.9094
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 71 score: 0.2746
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 72 score: 0.9355
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 73 score: 0.8437
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 74 score: 0.5412
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 75 score: 0.8684
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 76 score: 0.8627
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 77 score: 0.9118
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 78 score: 0.7877
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 79 score: 0.9243
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 80 score: 0.8740
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 81 score: 0.9595
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 82 score: 0.5127
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 83 score: 0.8734
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 84 score: 0.8796
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 85 score: 0.9029
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 86 score: 0.8435
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 87 score: 0.8649
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 88 score: 0.8111
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 89 score: 0.9092
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 90 score: 0.8278
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 91 score: 0.8815
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 92 score: 0.8655
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 93 score: 0.9457
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 94 score: 0.9001
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 95 score: 0.9407
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 96 score: 0.7621
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 97 score: 0.9247
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 98 score: 0.8869
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 99 score: 0.8585
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 100 score: 0.9171
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 101 score: 0.8749
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 102 score: 0.9084
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 103 score: 0.9568
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 104 score: 0.8967
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 105 score: 0.3484
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 106 score: 0.9301
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 107 score: 0.5074
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 108 score: 0.4032
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 109 score: 0.7841
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 110 score: 0.9412
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 111 score: 0.8949
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 112 score: 0.9784
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 113 score: 0.9506
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 114 score: 0.8315
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 115 score: 0.9565
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 116 score: 0.9227
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 117 score: 0.8811
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 118 score: 0.9643
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 119 score: 0.6979
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 120 score: 0.9253
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 121 score: 0.9410
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 122 score: 0.9604
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 123 score: 0.9721
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 124 score: 0.9003
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 125 score: 0.9183
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 126 score: 0.8871
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 127 score: 0.9071
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 128 score: 0.8351
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 129 score: 0.9122
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 130 score: 0.9147
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 131 score: 0.8937
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 132 score: 0.9276
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 133 score: 0.8962
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 134 score: 0.6248
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 135 score: 0.7749
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 136 score: 0.9530
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 137 score: 0.9314
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 138 score: 0.8991
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 139 score: 0.9158
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 140 score: 0.9274
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 141 score: 0.8931
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 142 score: 0.9549
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 143 score: 0.8723
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 144 score: 0.6213
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 145 score: 0.9405
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 146 score: 0.9631
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 147 score: 0.9194
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 148 score: 0.9233
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 149 score: 0.9470
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 150 score: 0.9217
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 151 score: 0.4904
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 152 score: 0.8680
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 153 score: 0.8113
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 154 score: 0.8481
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 155 score: 0.9329
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 156 score: 0.8777
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 157 score: 0.7734
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 158 score: 0.9125
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 159 score: 0.9290
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 160 score: 0.9157
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 161 score: 0.8801
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 162 score: 0.7533
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 163 score: 0.9127
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 164 score: 0.9314
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 165 score: 0.7599
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 166 score: 0.8849
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 167 score: 0.8996
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 168 score: 0.4731
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 169 score: 0.8371
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 170 score: 0.8879
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 171 score: 0.9301
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 172 score: 0.8880
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 173 score: 0.9020
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 174 score: 0.9268
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 175 score: 0.9117
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 176 score: 0.7971
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 177 score: 0.8576
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 178 score: 0.8433
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 179 score: 0.8908
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 180 score: 0.8806
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 181 score: 0.9333
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 182 score: 0.9133
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 183 score: 0.9359
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 184 score: 0.9242
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 185 score: 0.9668
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 186 score: 0.9309
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 187 score: 0.9196
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 188 score: 0.5157
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 189 score: 0.8795
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 190 score: 0.8435
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 191 score: 0.9344
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 192 score: 0.8179
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 193 score: 0.4572
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 194 score: 0.4856
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 195 score: 0.8983
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 196 score: 0.9241
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 197 score: 0.7537
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 198 score: 0.8937
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 199 score: 0.6873
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 200 score: 0.8567
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 201 score: 0.8464
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 202 score: 0.8241
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 203 score: 0.7654
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 204 score: 0.9218
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 205 score: 0.9362
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 206 score: 0.8235
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 207 score: 0.9062
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 208 score: 0.6325
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 209 score: 0.6562
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 210 score: 0.9160
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 211 score: 0.9328
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 212 score: 0.8947
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 213 score: 0.8513
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 214 score: 0.8589
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 215 score: 0.9264
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 216 score: 0.8822
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 217 score: 0.9229
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 218 score: 0.7549
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 219 score: 0.9502
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 220 score: 0.9698
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 221 score: 0.6024
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 222 score: 0.8447
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 223 score: 0.9013
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 224 score: 0.8926
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 225 score: 0.9236
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 226 score: 0.9104
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 227 score: 0.8320
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 228 score: 0.9008
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 229 score: 0.9092
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 230 score: 0.9610
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 231 score: 0.8667
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 232 score: 0.8120
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 233 score: 0.9309
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 234 score: 0.7153
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 235 score: 0.6755
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 236 score: 0.5728
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 237 score: 0.8411
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 238 score: 0.9471
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 239 score: 0.8853
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 240 score: 0.8328
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 241 score: 0.8342
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 242 score: 0.4689
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 243 score: 0.7261
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 244 score: 0.9033
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 245 score: 0.7938
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 246 score: 0.7977
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 247 score: 0.8527
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 248 score: 0.7910
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 249 score: 0.9429
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 250 score: 0.5144
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 251 score: 0.9404
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 252 score: 0.9644
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 253 score: 0.9785
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 254 score: 0.9646
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 255 score: 0.8983
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 256 score: 0.8893
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 257 score: 0.9264
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 258 score: 0.9097
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 259 score: 0.8682
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 260 score: 0.9377
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 261 score: 0.7485
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 262 score: 0.8824
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 263 score: 0.5292
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 264 score: 0.9353
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 265 score: 0.8421
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 266 score: 0.8510
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 267 score: 0.8916
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 268 score: 0.9016
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 269 score: 0.9321
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 270 score: 0.8478
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 271 score: 0.8598
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 272 score: 0.8069
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 273 score: 0.9288
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 274 score: 0.8156
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 275 score: 0.8253
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 276 score: 0.7645
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 277 score: 0.8817
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 278 score: 0.9498
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 279 score: 0.8976
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 280 score: 0.8417
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 281 score: 0.9134
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 282 score: 0.9615
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 283 score: 0.9205
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 284 score: 0.8373
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 285 score: 0.9128
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 286 score: 0.9204
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 287 score: 0.8324
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 288 score: 0.9178
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 289 score: 0.5638
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 290 score: 0.8622
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 291 score: 0.7270
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 292 score: 0.9075
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 293 score: 0.8888
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 294 score: 0.8251
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 295 score: 0.7224
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 296 score: 0.8988
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 297 score: 0.9069
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 298 score: 0.5325
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 299 score: 0.4399
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 300 score: 0.9189
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 301 score: 0.8008
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 302 score: 0.9057
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 303 score: 0.8471
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 304 score: 0.8774
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 305 score: 0.9206
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 306 score: 0.9366
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 307 score: 0.9480
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 308 score: 0.5585
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 309 score: 0.8954
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 310 score: 0.9235
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 311 score: 0.9455
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 312 score: 0.9290
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 313 score: 0.6575
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 314 score: 0.9281
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 315 score: 0.9529
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 316 score: 0.8892
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 317 score: 0.8862
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 318 score: 0.7785
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 319 score: 0.9211
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 320 score: 0.8371
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 321 score: 0.7089
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 322 score: 0.9224
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 323 score: 0.4886
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 324 score: 0.9470
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 325 score: 0.9078
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 326 score: 0.8065
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 327 score: 0.8957
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 328 score: 0.9409
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 329 score: 0.9204
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 330 score: 0.8948
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 331 score: 0.9429
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 332 score: 0.9507
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 333 score: 0.9053
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 334 score: 0.9621
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 335 score: 0.9160
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 336 score: 0.9077
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 337 score: 0.7268
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 338 score: 0.9366
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 339 score: 0.9340
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 340 score: 0.8264
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 341 score: 0.7986
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 342 score: 0.6811
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 343 score: 0.7902
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 344 score: 0.9304
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 345 score: 0.8780
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 346 score: 0.9103
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 347 score: 0.9100
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 348 score: 0.9036
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 349 score: 0.8421
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 350 score: 0.9141
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 351 score: 0.9142
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 352 score: 0.9195
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 353 score: 0.9496
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 354 score: 0.9098
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 355 score: 0.7902
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 356 score: 0.9168
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 357 score: 0.6003
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 358 score: 0.8668
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 359 score: 0.7035
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 360 score: 0.7263
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 361 score: 0.4336
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 362 score: 0.8746
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 363 score: 0.4559
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 364 score: 0.9401
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 365 score: 0.8595
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 366 score: 0.7189
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 367 score: 0.9156
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 368 score: 0.8661
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 369 score: 0.9111
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 370 score: 0.7954
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 371 score: 0.7998
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 372 score: 0.8774
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 373 score: 0.9103
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 374 score: 0.9385
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 375 score: 0.9166
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 376 score: 0.9554
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 377 score: 0.9624
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 378 score: 0.7813
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 379 score: 0.9029
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 380 score: 0.9653
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 381 score: 0.8608
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 382 score: 0.7212
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 383 score: 0.8447
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 384 score: 0.8885
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 385 score: 0.7213
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 386 score: 0.8170
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 387 score: 0.9450
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 388 score: 0.8368
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 389 score: 0.7403
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 390 score: 0.9482
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 391 score: 0.9131
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 392 score: 0.9308
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 393 score: 0.9023
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 394 score: 0.9556
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 395 score: 0.9615
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 396 score: 0.9068
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 397 score: 0.8636
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 398 score: 0.9033
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 399 score: 0.9188
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 400 score: 0.9549
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 401 score: 0.8758
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 402 score: 0.9054
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 403 score: 0.8801
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 404 score: 0.7997
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 405 score: 0.8479
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 406 score: 0.9188
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 407 score: 0.8809
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 408 score: 0.9668
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 409 score: 0.9170
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 410 score: 0.9348
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 411 score: 0.8968
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 412 score: 0.9158
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 413 score: 0.8890
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 414 score: 0.8961
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 415 score: 0.9139
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 416 score: 0.8998
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 417 score: 0.8830
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 418 score: 0.9383
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 419 score: 0.9248
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 420 score: 0.8995
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 421 score: 0.9528
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 422 score: 0.9178
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 423 score: 0.8659
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 424 score: 0.8345
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 425 score: 0.9106
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 426 score: 0.9243
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 427 score: 0.9348
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 428 score: 0.9553
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 429 score: 0.9409
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 430 score: 0.9008
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 431 score: 0.8525
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 432 score: 0.4603
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 433 score: 0.7984
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 434 score: 0.8382
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 435 score: 0.8496
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 436 score: 0.8345
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 437 score: 0.9218
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 438 score: 0.9460
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 439 score: 0.9230
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 440 score: 0.9103
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 441 score: 0.9288
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 442 score: 0.9479
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 443 score: 0.8517
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 444 score: 0.8808
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 445 score: 0.8567
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 446 score: 0.9346
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 447 score: 0.9642
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 448 score: 0.9344
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 449 score: 0.8943
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 450 score: 0.9275
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 451 score: 0.9424
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 452 score: 0.9671
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 453 score: 0.8910
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 454 score: 0.9214
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 455 score: 0.8924
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 456 score: 0.8955
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 457 score: 0.9023
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 458 score: 0.9053
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 459 score: 0.9417
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 460 score: 0.9374
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 461 score: 0.8453
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 462 score: 0.9165
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 463 score: 0.9632
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 464 score: 0.8538
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 465 score: 0.5308
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 466 score: 0.8393
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 467 score: 0.7396
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 468 score: 0.7764
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 469 score: 0.5132
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 470 score: 0.8329
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 471 score: 0.8705
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 472 score: 0.8769
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 473 score: 0.8372
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 474 score: 0.7583
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 475 score: 0.9575
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 476 score: 0.9038
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 477 score: 0.8957
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 478 score: 0.9329
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 479 score: 0.9337
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 480 score: 0.9005
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 481 score: 0.9150
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 482 score: 0.8949
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 483 score: 0.8492
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 484 score: 0.9289
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 485 score: 0.9143
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 486 score: 0.9064
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 487 score: 0.8637
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 488 score: 0.9734
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 489 score: 0.8980
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 490 score: 0.7678
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 491 score: 0.9277
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 492 score: 0.9784
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 493 score: 0.9118
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 494 score: 0.9191
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 495 score: 0.8878
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 496 score: 0.9260
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 497 score: 0.8288
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 498 score: 0.9472
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 499 score: 0.9218
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 500 score: 0.9372
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 501 score: 0.9322
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 502 score: 0.9375
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 503 score: 0.8649
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 504 score: 0.6367
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 505 score: 0.8883
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 506 score: 0.8921
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 507 score: 0.7285
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 508 score: 0.8228
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 509 score: 0.8620
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 510 score: 0.5842
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 511 score: 0.8096
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 512 score: 0.9137
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 513 score: 0.9063
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 514 score: 0.8774
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 515 score: 0.2480
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 516 score: 0.6568
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 517 score: 0.9626
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 518 score: 0.9050
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 519 score: 0.9400
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 520 score: 0.8645
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 521 score: 0.9247
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 522 score: 0.8595
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 523 score: 0.8691
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 524 score: 0.9333
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 525 score: 0.8827
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 526 score: 0.9369
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 527 score: 0.7101
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 528 score: 0.8021
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 529 score: 0.8415
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 530 score: 0.5860
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 531 score: 0.8656
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 532 score: 0.8569
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 533 score: 0.8586
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 534 score: 0.7763
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 535 score: 0.8569
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 536 score: 0.8150
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 537 score: 0.8403
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 538 score: 0.9363
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 539 score: 0.9438
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 540 score: 0.8636
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 541 score: 0.9536
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 542 score: 0.9076
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 543 score: 0.8983
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 544 score: 0.9002
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 545 score: 0.9655
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 546 score: 0.7642
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 547 score: 0.9307
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 548 score: 0.8541
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 549 score: 0.5032
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 550 score: 0.6693
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 551 score: 0.9049
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 552 score: 0.9420
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 553 score: 0.8849
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 554 score: 0.9014
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 555 score: 0.8773
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 556 score: 0.7527
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 557 score: 0.9593
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 558 score: 0.8149
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 559 score: 0.8843
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 560 score: 0.7624
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 561 score: 0.8286
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 562 score: 0.8715
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 563 score: 0.8780
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 564 score: 0.8514
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 565 score: 0.8963
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 566 score: 0.9092
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 567 score: 0.9254
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 568 score: 0.8972
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 569 score: 0.8347
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 570 score: 0.9334
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 571 score: 0.9084
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 572 score: 0.8548
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 573 score: 0.9559
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 574 score: 0.9740
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 575 score: 0.9475
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 576 score: 0.7122
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 577 score: 0.9328
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 578 score: 0.9446
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 579 score: 0.8845
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 580 score: 0.8883
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 581 score: 0.8287
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 582 score: 0.9376
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 583 score: 0.8363
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 584 score: 0.5558
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 585 score: 0.9389
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 586 score: 0.8784
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 587 score: 0.9506
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 588 score: 0.8815
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 589 score: 0.5008
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 590 score: 0.9261
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 591 score: 0.9013
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 592 score: 0.8172
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 593 score: 0.9672
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 594 score: 0.9177
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 595 score: 0.9070
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 596 score: 0.8221
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 597 score: 0.8127
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 598 score: 0.8523
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 599 score: 0.9295
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 600 score: 0.9022
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 601 score: 0.6812
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 602 score: 0.8956
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 603 score: 0.9121
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 604 score: 0.9250
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 605 score: 0.9339
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 606 score: 0.9640
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 607 score: 0.7404
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 608 score: 0.8636
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 609 score: 0.8903
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 610 score: 0.9419
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 611 score: 0.9296
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 612 score: 0.4987
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 613 score: 0.8844
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 614 score: 0.9382
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 615 score: 0.8272
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 616 score: 0.9323
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 617 score: 0.8844
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 618 score: 0.8966
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 619 score: 0.8954
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 620 score: 0.9165
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 621 score: 0.6988
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 622 score: 0.9165
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 623 score: 0.9355
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 624 score: 0.9272
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 625 score: 0.9345
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 626 score: 0.9440
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 627 score: 0.9489
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 628 score: 0.9421
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 629 score: 0.9222
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 630 score: 0.9532
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 631 score: 0.9668
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 632 score: 0.9242
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 633 score: 0.9591
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 634 score: 0.9759
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 635 score: 0.9280
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 636 score: 0.9405
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 637 score: 0.8964
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 638 score: 0.8744
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 639 score: 0.9599
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 640 score: 0.9206
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 641 score: 0.9150
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 642 score: 0.9045
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 643 score: 0.5850
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 644 score: 0.8652
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 645 score: 0.8776
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 646 score: 0.8054
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 647 score: 0.9034
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 648 score: 0.7909
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 649 score: 0.8397
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 650 score: 0.9613
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 651 score: 0.8888
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 652 score: 0.6142
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 653 score: 0.7467
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 654 score: 0.9234
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 655 score: 0.8697
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 656 score: 0.5385
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 657 score: 0.8636
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 658 score: 0.7651
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 659 score: 0.8154
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 660 score: 0.8848
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 661 score: 0.9309
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 662 score: 0.9431
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 663 score: 0.9263
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 664 score: 0.9548
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 665 score: 0.8728
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 666 score: 0.9293
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 667 score: 0.9141
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 668 score: 0.5571
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 669 score: 0.9224
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 670 score: 0.9076
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 671 score: 0.9510
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 672 score: 0.9438
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 673 score: 0.9038
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 674 score: 0.9295
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 675 score: 0.9416
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 676 score: 0.9457
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 677 score: 0.8948
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 678 score: 0.9122
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 679 score: 0.9583
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 680 score: 0.9323
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 681 score: 0.9479
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 682 score: 0.8613
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 683 score: 0.9330
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 684 score: 0.5799
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 685 score: 0.7788
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 686 score: 0.8583
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 687 score: 0.8867
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 688 score: 0.9235
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 689 score: 0.9039
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 690 score: 0.9522
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 691 score: 0.8961
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 692 score: 0.9447
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 693 score: 0.8494
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 694 score: 0.8552
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 695 score: 0.8523
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 696 score: 0.9456
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 697 score: 0.9473
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 698 score: 0.7836
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 699 score: 0.9393
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 700 score: 0.8949
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 701 score: 0.9410
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 702 score: 0.9481
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 703 score: 0.9296
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 704 score: 0.9138
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 705 score: 0.5141
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 706 score: 0.8614
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 707 score: 0.9066
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 708 score: 0.9304
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 709 score: 0.9105
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 710 score: 0.9412
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 711 score: 0.8913
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 712 score: 0.9655
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 713 score: 0.9239
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 714 score: 0.9049
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 715 score: 0.8915
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 716 score: 0.9240
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 717 score: 0.9253
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 718 score: 0.9111
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 719 score: 0.8970
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 720 score: 0.8660
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 721 score: 0.9082
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 722 score: 0.8886
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 723 score: 0.9267
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 724 score: 0.8825
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 725 score: 0.9244
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 726 score: 0.9149
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 727 score: 0.9663
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 728 score: 0.7191
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 729 score: 0.7678
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 730 score: 0.9070
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 731 score: 0.9320
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 732 score: 0.9085
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 733 score: 0.9425
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 734 score: 0.9184
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 735 score: 0.9454
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 736 score: 0.9286
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 737 score: 0.9067
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 738 score: 0.9425
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 739 score: 0.8974
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 740 score: 0.9102
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 741 score: 0.8906
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 742 score: 0.9033
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 743 score: 0.9339
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 744 score: 0.8295
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 745 score: 0.9336
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 746 score: 0.8827
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 747 score: 0.9359
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 748 score: 0.9719
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 749 score: 0.9411
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 750 score: 0.9821
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 751 score: 0.9516
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 752 score: 0.8432
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 753 score: 0.6732
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 754 score: 0.9085
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 755 score: 0.9112
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 756 score: 0.9097
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 757 score: 0.8924
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 758 score: 0.7643
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 759 score: 0.9189
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 760 score: 0.9454
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 761 score: 0.9126
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 762 score: 0.9632
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 763 score: 0.8470
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 764 score: 0.8280
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 765 score: 0.6869
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 766 score: 0.9468
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 767 score: 0.8747
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 768 score: 0.9658
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 769 score: 0.9441
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 770 score: 0.9362
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 771 score: 0.9426
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 772 score: 0.9387
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 773 score: 0.9237
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 774 score: 0.8661
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 775 score: 0.8050
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 776 score: 0.8748
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 777 score: 0.9398
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 778 score: 0.9220
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 779 score: 0.8198
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 780 score: 0.8929
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 781 score: 0.7549
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 782 score: 0.9164
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 783 score: 0.8660
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 784 score: 0.9493
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 785 score: 0.8716
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 786 score: 0.8642
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 787 score: 0.9070
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 788 score: 0.9463
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 789 score: 0.9474
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 790 score: 0.9333
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 791 score: 0.9109
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 792 score: 0.8791
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 793 score: 0.8929
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 794 score: 0.9330
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 795 score: 0.8999
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 796 score: 0.9749
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 797 score: 0.8614
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 798 score: 0.9135
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 799 score: 0.7818
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 800 score: 0.9446
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 801 score: 0.7944
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 802 score: 0.9094
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 803 score: 0.9110
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 804 score: 0.8272
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 805 score: 0.8814
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 806 score: 0.9594
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 807 score: 0.9416
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 808 score: 0.9013
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 809 score: 0.9047
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 810 score: 0.8346
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 811 score: 0.8572
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 812 score: 0.9750
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 813 score: 0.9264
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 814 score: 0.9392
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 815 score: 0.8705
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 816 score: 0.8360
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 817 score: 0.7335
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 818 score: 0.4543
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 819 score: 0.7749
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 820 score: 0.8970
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 821 score: 0.9361
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 822 score: 0.8901
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 823 score: 0.8310
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 824 score: 0.9213
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 825 score: 0.8512
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 826 score: 0.9450
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 827 score: 0.8933
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 828 score: 0.8485
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 829 score: 0.8921
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 830 score: 0.8858
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 831 score: 0.8692
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 832 score: 0.9128
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 833 score: 0.8064
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 834 score: 0.7920
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 835 score: 0.8608
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 836 score: 0.8221
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 837 score: 0.8513
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 838 score: 0.8953
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 839 score: 0.9031
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 840 score: 0.9199
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 841 score: 0.8746
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 842 score: 0.7127
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 843 score: 0.8363
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 844 score: 0.8423
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 845 score: 0.8588
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 846 score: 0.7137
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 847 score: 0.8676
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 848 score: 0.7431
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 849 score: 0.8861
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 850 score: 0.8398
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 851 score: 0.9382
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 852 score: 0.9260
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 853 score: 0.6617
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 854 score: 0.8423
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 855 score: 0.8696
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 856 score: 0.8793
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 857 score: 0.9300
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 858 score: 0.8279
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 859 score: 0.9435
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 860 score: 0.9201
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 861 score: 0.9524
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 862 score: 0.9524
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 863 score: 0.9345
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 864 score: 0.6150
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 865 score: 0.7755
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 866 score: 0.7503
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 867 score: 0.9133
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 868 score: 0.8111
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 869 score: 0.8469
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 870 score: 0.9315
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 871 score: 0.8828
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 872 score: 0.9121
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 873 score: 0.8950
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 874 score: 0.9412
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 875 score: 0.8325
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 876 score: 0.9040
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 877 score: 0.8634
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 878 score: 0.9494
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 879 score: 0.8272
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 880 score: 0.8542
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 881 score: 0.9382
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 882 score: 0.9581
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 883 score: 0.9067
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 884 score: 0.8751
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 885 score: 0.9284
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 886 score: 0.8754
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 887 score: 0.8890
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 888 score: 0.7248
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 889 score: 0.8803
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 890 score: 0.7175
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 891 score: 0.9084
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 892 score: 0.8122
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 893 score: 0.9109
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 894 score: 0.8494
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 895 score: 0.9295
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 896 score: 0.9431
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 897 score: 0.8976
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 898 score: 0.9483
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 899 score: 0.8944
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 900 score: 0.9374
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 901 score: 0.9231
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 902 score: 0.9049
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 903 score: 0.8235
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 904 score: 0.9199
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 905 score: 0.8972
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 906 score: 0.9073
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 907 score: 0.8681
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 908 score: 0.8947
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 909 score: 0.9439
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 910 score: 0.8713
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 911 score: 0.8492
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 912 score: 0.9295
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 913 score: 0.9618
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 914 score: 0.8915
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 915 score: 0.8310
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 916 score: 0.9087
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 917 score: 0.8740
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 918 score: 0.9404
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 919 score: 0.9343
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 920 score: 0.8840
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 921 score: 0.8678
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 922 score: 0.9522
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 923 score: 0.8962
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 924 score: 0.9167
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 925 score: 0.8982
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 926 score: 0.9647
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 927 score: 0.8052
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 928 score: 0.9173
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 929 score: 0.8371
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 930 score: 0.9277
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 931 score: 0.8991
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 932 score: 0.7088
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 933 score: 0.8643
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 934 score: 0.8812
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 935 score: 0.9038
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 936 score: 0.8922
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 937 score: 0.9770
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 938 score: 0.9244
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 939 score: 0.9311
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 940 score: 0.9673
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 941 score: 0.9698
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 942 score: 0.9534
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 943 score: 0.9038
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 944 score: 0.8786
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 945 score: 0.9168
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 946 score: 0.9195
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 947 score: 0.7840
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 948 score: 0.8744
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 949 score: 0.8976
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 950 score: 0.8682
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 951 score: 0.8952
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 952 score: 0.7792
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 953 score: 0.9018
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 954 score: 0.7897
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 955 score: 0.9500
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 956 score: 0.9481
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 957 score: 0.9570
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 958 score: 0.9305
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 959 score: 0.9733
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 960 score: 0.8670
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 961 score: 0.7969
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 962 score: 0.9181
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 963 score: 0.9071
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 964 score: 0.9472
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 965 score: 0.8729
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 966 score: 0.7982
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 967 score: 0.8652
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 968 score: 0.8762
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 969 score: 0.6902
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 970 score: 0.9086
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 971 score: 0.8788
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 972 score: 0.6483
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 973 score: 0.9175
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 974 score: 0.8576
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 975 score: 0.9362
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 976 score: 0.8051
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 977 score: 0.8119
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 978 score: 0.9606
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 979 score: 0.9141
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 980 score: 0.8750
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 981 score: 0.9319
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 982 score: 0.8696
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 983 score: 0.8256
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 984 score: 0.9437
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 985 score: 0.9375
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 986 score: 0.8305
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 987 score: 0.8164
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 988 score: 0.8595
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 989 score: 0.7338
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 990 score: 0.9028
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 991 score: 0.8167
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 992 score: 0.9106
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 993 score: 0.7954
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 994 score: 0.8428
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 995 score: 0.9292
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 996 score: 0.9590
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 997 score: 0.9698
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 998 score: 0.9547
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 999 score: 0.9134
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 1000 score: 0.9126
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 1001 score: 0.8354
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 1002 score: 0.9480
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 1003 score: 0.8401
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 1004 score: 0.8914
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 1005 score: 0.9440
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 1006 score: 0.8653
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 1007 score: 0.9508
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 1008 score: 0.8622
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 1009 score: 0.8343
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 1010 score: 0.5812
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr Segment 1011 score: 0.9221
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-sr score: 0.8680
diff --git a/test-en-uk b/test-en-uk
new file mode 100644
index 0000000000000000000000000000000000000000..dc0e64c7364f777ed337f7dfa33599ef5a9cbbbe
--- /dev/null
+++ b/test-en-uk
@@ -0,0 +1,1012 @@
+«Ми тепер маємо 4-місячних мишей, які не мають діабету, але раніше були діабетичними», — додав він.
+Доктор Ехуд Ур, професор медицини в Університеті Далхаузі в Галіфаксі, Нова Шотландія, і керівник клінічного та наукового відділу Канадської асоціації діабету попередив, що дослідження все ще на ранніх стадіях.
+Як і деякі інші експерти, він скептично ставиться до того, чи можна вилікувати діабет, зазначивши, що ці дані не мають значення для тих, хто вже страждає від цукрового діабету 1-го типу.
+У понеділок Сара Даніус, постійний секретар Нобелівського комітету з літератури в Шведській академії, офіційно оголосила під час радіопрограми на Sveriges Radio в Швеції, що комітет, який не зміг безпосередньо зв'язатися з Боббі Діланом після того, як він отримав Нобелівську премію з літератури в 2016 році, відмовився від спроб зв'язатися з ним.
+Даніус сказав: "Наразі ми нічого не робимо. Я зателефонував і відправив електронні листи його найближчому співробітнику і отримав дуже дружелюбні відповіді. Наразі це, без сумніву, достатньо".
+Раніше генеральний директор компанії Рінг Джеймі Сімінофф зазначив, що компанія почала свою діяльність після того, як дверний дзвінок в його магазині в гаражі не був слышний.
+Він розробив дверний дзвінок з Wi-Fi, сказав він.
+Сімінов зазначив, що продажі зросли після того, як в 2013 році він з'явився в епізоді Shark Tank, де панель шоу відмовилася фінансувати стартап.
+Наприкінці 2017 року Сімінофф з'явився на шопінговому телеканалі QVC.
+Рінг також вирішив судову справу з конкурентною безпековою компанією ADT Corporation.
+Хоча одна з експериментальних вакцин здається здатною зменшити смертність від Ебола, до цього часу жодні ліки не були однозначно продемонстровані ефективними для лікування існуючих інфекцій.
+Спочатку препарат ZMapp, що складається з комбінації антитіл, продемонстрував обіцяну ефективність, але формальні дослідження показали, що він не такий ефективний, як потрібно для запобігання смерті.
+У дослідженні PALM ZMapp використовувався як контроль, що означає, що вчені використовували його як відправну точку та порівнювали три інші ліки з ним.
+USA Gymnastics підтримує листа Спортивного комітету Олімпійського комітету США та визнає абсолютну потребу Олімпійської родини забезпечити безпечну атмосферу для всіх наших спортсменів.
+Ми згодні з заявою USOC про те, що інтереси наших спортсменів та клубів, а також їхні види спорту можуть бути краще забезпечені, якщо ми просуватимемося вперед із суттєвими змінами в нашій організації, а не припинятимемо її діяльність.
+USA Gymnastics підтримує незалежне розслідування, яке може пролити світло на те, як зловживання, описане вижившими жертвами Ларрі Нассера, могло залишатися непоміченим протягом такого довгого часу, і підтримує будь-які необхідні та відповідні зміни.
+USA Gymnastics і USOC мають одну і ту ж мету — зробити спорт гімнастики, а також інші види спорту, наскільки можливо безпечними для спортсменів, щоб вони могли досягати своїх мрій у безпечній, позитивній і сприятливій атмосфері.
+У 1960-х Бжезинський працював радником Джона Ф. Кеннеді, а потім адміністрації Ліндона Б. Джонсона.
+Під час виборів 1976 року він порадив Картеру щодо зовнішньої політики, а потім обіймав посаду радника з питань національної безпеки (NSA) з 1977 по 1981 рік, змінивши Генрі Кіссінджера.
+Як NSA він допомагав Картеру дипломатично вирішувати світові проблеми, такі як угоди з Кампу-Давіда, 1978; нормалізація відносин між США та Китаєм наприкінці 1970-х; іранська революція, що призвела до кризи заручників в Ірані, 1979; і радянський вторгнення в Афганістан, 1979.
+Фільм із Райаном Гослінгом та Еммою Стоун отримав номінації в усіх основних категоріях.
+Гослінг та Стоун отримали номінації на найкращого актора та актрису відповідно.
+Інші номінації включають «Найкращий фільм», «Найкращий режисер», «Найкраща операторська робота», «Найкращий дизайн костюмів», «Найкраще монтаж», «Найкраще музичне оформлення», «Найкращий дизайн декорацій», «Найкраще звукове оформлення» та «Найкращий оригінальний сценарій».
+Дві пісні з фільму "Аудішн" (The Fools Who Dream) та "City of Stars" були номіновані в категорії "Найкраща оригінальна пісня". Студія Lionsgate отримала 26 номінацій — більше, ніж будь-яка інша студія.
+У неділю ввечері президент Сполучених Штатів Дональд Трамп, через прес-секретаря, оголосив про виведення американських військ з Сирії.
+Це оголошення було зроблено після телефонного розговору Трампа з президентом Туреччини Реджепом Тайипом Ердоганом.
+Також Туреччина взяла на себе відповідальність за охорону захоплених бойовиків ІДІЛ, які, згідно з заявою, європейські країни відмовилися повертати на батьківщину.
+Це не тільки підтверджує те, що принаймні деякі динозаври виглядали як птахи, теорію, яка вже широко поширена, але й надає деталі, які зазвичай не можуть надати викопні рештки, наприклад, колір та тривимірне розташування.
+Вчені стверджують, що оперення цього тварина було коричнево-бурим зверху і блідим або каротиноподібним знизу.
+Відкриття дає можливість проаналізувати еволюцію пір'я у птахів.
+Оскільки пір'я динозаврів не має добре розвиненого стовбура, що називається рахісом, але має інші характеристики пір'я — шипи та шипинки, дослідники припустили, що рахіс, ймовірно, був пізнішим еволюційним розвитком цих інших характеристик.
+Структура пір'я свідчить про те, що воно не використовувалося для польоту, а скоріше для регулювання температури або демонстрації. Дослідники вважають, що, хоча це хвіст молодого динозавра, зразок демонструє оперення дорослих особин, а не пір'я пташенят.
+Дослідники зазначили, що, хоча це хвіст молодого динозавра, зразки демонструють оперення дорослих особин, а не пір'я пташенят.
+Вчора вранці в штаб-квартирі поліції в Газиантепі, Туреччина, вибухнула бомба в автомобілі, внаслідок чого загинуло двоє поліцейських, ще понад двадцять людей отримали поранення.
+Офіс губернатора повідомив, що дев'ятнадцять поранених були поліцейськими.
+Поліція повідомила, що підозрює у відповідальності за напад підозрюваного бойовика ДАІШ (ІДІЛ).
+Вони виявили, що Сонце працює за тими ж самими основоположними принципами, що і інші зірки: виявилося, що активність всіх зірок системи залежить від їхньої яскравості, їхнього обертання та нічого іншого.
+Люмінесценція та обертання використовуються разом для визначення числа Россбі для зірки, яке пов'язане з потоком плазми.
+Чим менше число Россбі, тим менше зірка активна з точки зору магнітних змін.
+Під час подорожі Івасакі часто потрапляв у неприємні ситуації.
+Його пограбували пірати, в Тибеті на нього напала бешена собака, в Непалі він врятувався від шлюху, а в Індії його заарештували.
+Стандарт 802.11n працює як на частоті 2,4 ГГц, так і на частоті 5,0 ГГц.
+Це дозволить йому бути сумісним із стандартами 802.11a, 802.11b та 802.11g, якщо базова станція має дві радіостанції.
+Скорость 802.11n значно вища, ніж у попередників, максимальна теоретична пропускна здатність становить 600 Мбіт/с.
+Дувал, який одружений і має двох дорослих дітей, не залишив великого враження на Міллер, якому розповідали цю історію.
+Коли його запитали про коментар, Міллер сказав: "Мікель говорив багато під час слухань... Я готувалася, тому не чула, що він казав".
+«Ми будемо намагатися зменшити викид вуглекислого газу на одиницю ВВП на помітну величину до 2020 року порівняно з рівнем 2005 року», — сказав Ху.
+Він не вказав конкретну кількість скорочень, сказавши, що вони будуть здійснюватися в залежності від економічного виходу Китаю.
+Ху закликав країни, що розвиваються, «уникати старої дорожки забруднення, а потім очищення».
+Він додав, що "вони, однак, не повинні брати на себе зобов'язання, які виходять за рамки їхнього розвитку, відповідальності та можливостей".
+Сьогодні в 12.00 за Гринвічем представники Iraq Study Group представили свій звіт.
+Він попереджає, що ніхто не може гарантувати, що будь-які дії в Іраку на цьому етапі зупинять сектантську війну, зростаючу насильство або перехід до хаосу.
+У вступній частині доповіді висловлюється прохання про відкриту дискусію та формування консенсусу в США щодо політики щодо Близького Сходу.
+У звіті критикується майже кожен аспект сучасної політики виконавчої влади щодо Іраку, і він закликає негайно змінити напрям.
+Першим із 78 рекомендацій є те, щоб до кінця цього року було прийнято нову дипломатичну ініціативу, щоб забезпечити безпеку іракських кордонів від ворожих вторгнень та відновити дипломатичні відносини з сусідніми країнами.
+Сучасний сенатор і перша леді Аргентини Крістіна Фернандес де Кіршнер оголосила про свою кандидатуру на пост президента вчора ввечері в місті Ла-Плата, що знаходиться в 50 кілометрах (31 милі) від Буенос-Айреса.
+Пані Кірхнер оголосила про намір балотуватися на пост президента в Театрі Аргентини, тому саме в цьому місці вона почала свою кампанію 2005 року, коли балотувалася до Сенату від делегації провінції Буенос-Айрес.
+Дискусія була викликана суперечками щодо витрат на допомогу та відновлення після урагану Катріна, який деякі фіскальні консерватори іронічно назвали "Новим Орлеаном Буша".
+Ліберальна критика зусиль щодо відновлення зосереджувалася на тому, що контракти на відновлення були надані особам, які вважаються інсайдерами Вашингтона.
+На похорони приїхало більше чотирьох мільйонів людей.
+Число присутніх було настільки великим, що не всі могли отримати доступ до похорону в Св. Петрівському сквері.
+Деякі великі екрани були встановлені в різних місцях Риму, щоб люди могли спостерігати за церемонією.
+У багатьох інших містах Італії, а також у решті світу, особливо в Польщі, були зроблені подібні налаштування, які бачили величезна кількість людей.
+Історики критикують минулу політику ФБР, яка зосереджувала ресурси на справах, які легко вирішити, особливо справах про крадених автомобілів, з метою збільшення кількості успішно розкритих справ.
+У фінансовому році 2005 року Конгрес прийняв рішення про фінансування ініціативи по боротьбі з порнографією, а також вказав, що ФБР має виділити 10 агентів для боротьби з порнографією для дорослих.
+Робін Утхапа зробив найвищий результат у партії, 70 р. у 41 б. за допомогою 11 четверок і 2 шестерок.
+Сполучники середнього рядка, Сачин Тендулкар і Рахул Дравід, грали добре і утворили партнерство в 100 р.
+Але після того, як індійці втратили капітана, вони змогли набрати лише 36 рідів, втративши 7 рідів, і завершили іннінг.
+Президент США Джордж В. Буш прибув до Сінгапуру вранці 16 листопада, почавши тижневу поїздку по Азії.
+Він зустрівся з заступником прем'єр-міністра Сінгапуру Вонгом Кан Сеном та обговорив торговельні та терористичні питання з прем'єр-міністром Сінгапуру Лі Хіен Лонгом.
+Після тижня втрат на проміжних виборах Буш розповів аудиторії про розширення торгівлі в Азії.
+Прем'єр-міністр Стівен Гарпер погодився надіслати «Закон про чистий повітряний простір» на розгляд комітету всіх партій до другого читання після вівторинкової 25-хвилинної зустрічі з лідером НДП Джеком Лейтоном в офісі прем'єр-міністра.
+На зустрічі з прем'єр-міністром Лейтон попросив внести зміни до екологічного законопроєкту Консервативної партії, попросивши «повністю переписати» екологічний законопроєкт Консервативної партії.
+З тих пір, як Федеральний уряд взяв на себе фінансування лікарні Мерсі в Девонпорті, Тасманія, уряд штату та деякі члени Федерального парламенту критикують цей вчинок як маніпуляцію перед федеральними виборами, які мають відбутися до листопада.
+Але прем'єр-міністр Джон Говард заявив, що це було зроблено лише для того, щоб урядом Тасманії не було знижено статус лікарні, надавши додаткові 45 мільйонів австралійських доларів.
+Згідно з останнім повідомленням, вимірювання рівня моря вказували на те, що виникло цунамі. Було зафіксовано певну активність цунамі поблизу Паго-Паго та Ніуе.
+У Тонзі не було повідомлень про серйозні пошкодження або травми, але було втрачено електропостачання, що, як повідомляється, не дозволило уряду Тонги отримати попередження про цунамі, видане PTWC.
+Чотирнадцять шкіл на Гаваях, розташовані на узбережжі або поблизу нього, були закриті всього в середу, незважаючи на те, що попередження було скасоване.
+Президент США Джордж В. Буш привітався з оголошенням.
+Представник Буша Гордон Джондрой назвав обіцянку Північної Кореї «важливим кроком до досягнення мети денуклеаризації Корейського півострова».
+Сьогодні в Атлантичному океані сформувався десятий шторм сезону ураганів, субтропічний шторм Джери.
+Національний центр ураганів (NHC) заявляє, що в цей момент Джеррі не становить загрози для суші.
+Корпус інженерів США оцінив, що 6 дюймів опадів можуть пошкодити попередньо пошкоджені дамби.
+Дев'ятий округ, де під час урагану Катріна рівень води досягав 6 метрів, зараз повністю затоплений, оскільки дамба в цьому районі вийшла з ладу.
+На ділянці шириною 100 футів вода витікає з дамби.
+Адам Керден, адміністратор Commons, висловив своє розчарування через видалення, коли розмовляв із Wikinews минулого місяця.
+«Великобританія з самого початку бреше. Спочатку вона прикидалася, що це з юридичних причин. Потім вона прикидалася, що слухає нас, аж до видалення свого мистецтва».
+Сучасні спроби розробити політику щодо сексуального контенту на вебсайті, який містить мільйони відкритих ліцензійних медіа, пов'язані з негативною реакцією спільноти.
+Виконана робота була переважно теоретичною, але програма була написана для того, щоб імітувати спостереження над галактикою Скульптор.
+Ефект, який шукала команда, був би викликаний припливними силами між темною матерією галактики та темною матерією Місцевої групи.
+Так само, як Місяць притягує Землю, викликаючи припливи, так і Місцева галактика притягує галактику Скорпіона.
+Вчені змогли прийти до висновку, що темна матерія взаємодіє з іншою темною матерією так само, як і звичайна матерія.
+Ця теорія стверджує, що більшість темної матерії навколо галактики знаходиться навколо галактики у вигляді гало, і складається з великої кількості маленьких частинок.
+Телевізійні репортажі показують, що з заводу виходить білий дим.
+Місцеві органи влади попереджують жителів, які проживають поблизу заводу, залишатися в помешканнях, вимкнути кондиціонери та не пити води з кранів.
+Згідно з японською агенцією з ядерної безпеки, на заводі виявлено радіоактивний цезій і йод.
+Офіційні особи припускають, що це може означати, що контейнери, що містять урановий паливо на цьому місці, могли вийти з ладу та витікати.
+Доктор Тоні Молл виявив надзвичайно резистентну до ліків форму туберкульозу (XDR-TB) у південноафриканському регіоні Квазулу-Натал.
+У інтерв'ю він сказав, що новий варіант "дуже сильно турбує та стурбовує через дуже високу летальність".
+Доктор Молл вважає, що деякі пацієнти могли заразитися вірусом в лікарні, і принаймні два з них були медичними працівниками лікарні.
+За рік хворий може заразити 10-15 близьких контактів.
+Однак частка XDR-ТБ у всій групі людей, хворих на туберкульоз, все ще виглядає невеликою; 6000 із 330 000 людей, хворих на туберкульоз, в будь-який конкретний момент в Південній Африці.
+Обидва супутники, кожен з яких важив понад 1000 фунтів, і рухалися зі швидкістю близько 17500 миль на годину, зіткнулися на висоті 491 милі над Землею.
+За словами вчених, вибух, викликаний зіткненням, був масштабним.
+Вони все ще намагаються визначити, наскільки великим був удар і як він позначиться на Землі.
+Офіс Управління стратегічними силами Міністерства оборони США відстежує уламки.
+Результат аналізу буде опублікований на публічному вебсайті.
+Доктор, яка працювала в Детській лікарні Піттсбурга, штат Пенсильванія, буде звинувачена в замаху на вбивство після того, як її матір було знайдено мертвою в багажнику її автомобіля в середу, повідомили в Огайо.
+Доктора Малара Баласубраманіана, 29-річного, було знайдено в Блу Еш, Огайо, передмісті, що знаходиться приблизно в 24 кілометрах на північ від Цинциннаті, лежачи на землі біля дороги в футболці та нижньому бельї в очевидному стані сильного заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого заспокійливого
+Вона направила поліцейських до свого чорного Oldsmobile Intrigue, який знаходився на відстані 500 футів.
+Там вони знайшли тіло Сарої Баласубраманіан, 53-річної, покрите кров'яними простинками.
+Поліція повідомила, що тіло, ймовірно, лежало там приблизно один день.
+Перші випадки захворювання цього сезону були зареєстровані в кінці липня.
+Хворобу переносять свині, які потім передають її людям через комарів.
+Поширення хвороби змусило індійську владу прийняти такі заходи, як розміщення ловців свиней у серйозно постраждалих районах, розповсюдження тисяч сіток проти комарів та розпилення пестицидів.
+Уряд також пообіцяв кілька мільйонів доз вакцини проти енцефаліту, що допоможе медичним установам підготуватися до наступного року.
+Плани щодо доставки вакцин до найбільш постраждалих районів цього року були відкладені через нестачу коштів та низьку пріоритетність у порівнянні з іншими хворобами.
+У 1956 році Сланія переїхав до Швеції, де через три роки почав працювати в шведській поштовій службі і став їхнім головним гравером.
+Він випустив понад 1000 марок для Швеції та 28 інших країн.
+Його роботи мають таку визнанну якість та детальність, що він є одним з небагатьох "знаменитостей" серед філателістів. Деякі спеціалізуються лише на збиранні його робіт.
+Його 1000-ю маркою став видатний "Великі подвиги шведських королів" Давіда Клокера Еренштраля в 2000 році, який ввійшов до Книги рекордів Гіннеса.
+Він також займався гравіруванням банкнот для багатьох країн, останні приклади його роботи включають портрети прем'єр-міністрів на передній стороні нових канадських банкнот 5 і 100 доларів.
+Після аварії Гібсона доставили до лікарні, але він незабаром помер.
+64-річний водій вантажівки не постраждав в аварії.
+Саме транспортне засоби було вивезено з місця аварії приблизно о 12:00 за Гринвічем того ж дня.
+Чоловік, який працює в гаражі біля місця аварії, сказав: "Були діти, які чекали, щоб перейти дорогу, і вони всі кричали та плакали".
+Всі повернулися назад, з того місця, де трапилася аварія.
+Інші теми, які обговорюються на Балі, включають захист останніх лісів світу та поділ технологій, щоб допомогти розвиваючимся країнам рости менш забруднюючим способом.
+ООН також сподівається завершити створення фонду, який допоможе країнам, які постраждали від глобального потепління, справлятися з наслідками.
+Ці кошти можуть бути використані для будівництва будинків, які стійкі до повеней, для поліпшення управління водними ресурсами та для різноманітності сільськогосподарських культур.
+Флук написала, що спроби деяких заглушити жінок, які говорять про жіноче здоров'я, не вдалися.
+Вона прийшла до такого висновку через величезну кількість позитивних коментарів та підтримку, яку їй надіслали як жінки, так і чоловіки, які закликали вважати контрацептивні ліки медичною необхідністю.
+Коли бої припинилися після того, як поранених доставили до лікарні, приблизно 40 інших ув'язнених залишилися в дворі і відмовилися повертатися до своїх камер.
+Переговорники намагалися виправити ситуацію, але вимоги ув'язнених не чіткі.
+З 22:00 до 23:00 за місцевим часом в'язні підпалили гаражі.
+Через деякий час поліцейські, озброєні спеціальним обладунком, увірвалися на територію в'язниці і залякали ув'язнених сльозогінним газом.
+Пожежні бригади врешті-решт припинили пожежу о 23:35.
+Після того, як дамба була побудована в 1963 році, сезонні повені, які розносили пісок по річці, були зупинені.
+Цей осадок був необхідний для формування піщаних барів і пляжів, які служили місцями проживання дикої природи.
+Наслідком стало те, що два види риб вимерли, а два інші стали рідкісними, в тому числі горбач.
+Хоча рівень води підніметься лише на кілька футів після повені, чиновники сподіваються, що це буде достатньо, щоб відновити змиті піщані бар'єри нижче по течії.
+Не було оголошено попередження про цунамі, і, згідно з агентством геофізики Джакарти, попередження про цунамі не буде оголошено, оскільки землетрус не відповідає вимогам магнітуди 6,5.
+Незважаючи на відсутність загрози цунамі, жителі почали паникувати і почали залишати свої підприємства та будинки.
+Хоча Уінфрі плакала під час свого прощального виступу, вона ясно дала зрозуміти своїм фанатам, що повернеться.
+Це не буде прощання. Це закриття однієї глави і відкриття нової".
+Фінальні результати президентських та парламентських виборів в Намібії показали, що чинний президент країни, Хіфікепуньє Похамба, був переобраний з великим відривом.
+Партія правлячої коаліції, Народна організація Південно-Західної Африки (SWAPO), також зберегла більшість на парламентських виборах.
+Коаліція та афганські війська зайняли цю зону, щоб забезпечити безпеку на цьому місці, а інші коаліційні літаки були відправлені на допомогу.
+Авіакатастрофа сталася на великій висоті в гористому рельєфі й, ймовірно, стала результатом ворожого вогню.
+Пошуки місця катастрофи ускладнюються поганими погодними умовами та важким рельєфом.
+Медична благодійна організація Mangola, Medecines Sans Frontieres та Всесвітня організація охорони здоров'я заявляють, що це найгірша епідемія, зафіксована в країні.
+Представник організації «Медицина без кордонів» Річард Вірман сказав: «Ангола переживає найгіршу епідемію в своїй історії, і ситуація залишається дуже поганою в Анголі».
+Змагання розпочалися о 10:00 ранку з чудовою погодою, за винятком невеликого дощу в середині ранку, який швидко пройшов. Це був чудовий день для 7's регбі.
+Перші номери турнірної таблиці, збірна Південної Африки, розпочали турнір з комфортної перемоги над збірною Замбії з рахунком 26-00.
+У грі проти своїх південних сестер команда Південної Африки виглядала не дуже впевнено, але поступово покращувалася протягом турніру.
+Їхня дисциплінована оборона, навички управління м'ячем та чудова командна робота виділили їх, і стало зрозуміло, що ця команда є найсильнішою.
+Представники міста Амстердам та музею Анни Франк заявляють, що дерево заражене грибком і становить загрозу для громадського здоров'я, оскільки вони стверджують, що воно було в небезпеці зламатися.
+Він мав бути зрубаний у вівторок, але його врятували після надзвичайного судового рішення.
+Усі входи в печери, які отримали назву «Сім сестер», мають діаметр не менше 100–250 метрів (328–820 футів).
+Інфрачервоні зображення показують, що різниця температур вдень і вночі свідчить про те, що це, ймовірно, печери.
+«Вдень вони прохолодніше, ніж навколишня поверхня, а вночі – тепліше.
+Їхнє термічне поведіння не так стабільне, як у великих печерах на Землі, які часто підтримують приблизно постійну температуру, але воно відповідає тому, що це глибокі ями в землі", – сказав Глен Кашинґ з Астрогеологічної команди Геологічної служби Сполучених Штатів (USGS) та Університету Північної Аризони в Флагстаффі, штат Аризона.
+У Франції голосування традиційно є низькотехнологічним процесом: виборці закриваються в кабинці, вкладають в конверт заздалегідь роздруковану листівку, на якій вказано їхнього кандидата.
+Після того, як офіційні особи переконаються в ідентичності виборця, він кидає у ящик для голосування конверт і підписує список виборців.
+Французьке законодавство про вибори досить суворо регламентує процедуру.
+З 1988 року урни мають бути прозорими, щоб виборці та спостерігачі могли побачити, що на початку голосування в них немає конвертів, а також щоб вони могли побачити, що конверти не додаються, крім тих, які відповідають виборцям, які пройшли перевірку та були допущені до голосування.
+Кандидати можуть надіслати представників, які будуть свідками кожного етапу процесу. Увечері голоси підраховують волонтери під суворим наглядом, відповідно до конкретних процедур.
+ASUS Eee PC, який раніше був запущений у всьому світі з метою економії коштів та функціональності, став горячим питанням на IT-місяці в Тайбеї в 2007 році.
+Але ринок споживчих ноутбуків буде радикально змінено та змінено після того, як ASUS отримав нагороду 2007 Taiwan Sustainable Award від виконавчої влади Республіки Китай.
+На веб-сайті станції описують шоу як «стару школу радіотеатр з новим і сміливим підходом для гіків!»
+На ранніх етапах шоу транслювалося виключно на веб-радіостанції TogiNet Radio, яка спеціалізується на радіопередачах.
+Наприкінці 2015 року TogiNet створив AstroNet Radio як дочірню станцію.
+Спочатку в шоу брали участь аматорські актори, які проживали в східній частині Техасу.
+Згідно з повідомленнями, вночі продовжувалося масштабне грабування, оскільки правоохоронні органи не були присутні на вулицях Бішкека.
+Один з наблюдачів описав ситуацію в Бішкеку як "анархію", оскільки на вулицях блукали банди, які грабували магазини з побутовою технікою.
+Декілька жителів Бішкека звинуватили протестувальників з півдня в безчинстві.
+Збірна Південної Африки перемогла збірну Нової Зеландії (All Blacks) в матчі турніру Tri Nations з регбі на стадіоні Royal Bafokeng в Рустенбурзі, Південна Африка.
+Фінальний рахунок склав 21:20 на користь Новозеландців, які завершили свою 15-тиматчеву переможну серію.
+Для «Спрінгбокс» це закінчило п'ятиматчеву нищу.
+Це був останній матч для «Все чорні», які вже два тижні тому виграли трофей.
+Останній матч серії відбудеться на стадіоні Ellis Park у Йоханнесбурзі наступного тижня, коли «Спрінгбокси» зіграють з Австралією.
+У понеділок о 22:08 ввечері в західній частині Монтани сталося помірне землетрусу.
+Служба геологічних досліджень Сполучених Штатів (USGS) та її Національний центр інформації про землетруси не отримали повідомлень про пошкодження.
+Епіцентр землетрусу знаходився приблизно в 20 км (15 милях) на північний схід від Діллон і приблизно в 65 км (40 милях) на південь від Батт.
+Підтверджено, що смертельний для людей штам птачого грипу H5N1 інфікував мертву дику качку, знайдену в понеділок в болотистій місцевості біля міста Ліон на сході Франції.
+Франція – сімнадцята країна в Європейському Союзі, яка постраждала від цього вірусу; після Австрії, Німеччини, Словенії, Болгарії, Греції та Італії.
+Припущені випадки зараження H5N1 в Хорватії та Данії залишаються непідтвердженими.
+Чемберс поскаржився на Бога за «широкомасштабну смерть, руйнування та тероризацію мільйонів і мільйонів жителів Землі».
+Камберс, агностик, стверджує, що його позов є «несерйозним» і «будь-хто може подати позов будь-кому».
+У французькій опері Каміля Сен-Санса розповідається про "художника, життя якого диктується любов'ю до наркотиків та Японії".
+Як наслідок, на сцені актори курять марихуану, а саме театр закликає глядачів приєднатися.
+Колишній спікер Палати представників Ньют Гінгріч, губернатор Техасу Рік Перрі та конгресвумен Мішель Бакманн зайняли четверте, п'яте та шосте місця відповідно.
+Після оголошення результатів Гінгріч похвалив Санторума, але висловив критику в адресу Ромні, на користь якого в Айові виходили негативні рекламні ролики проти Гінгріча.
+Перрі заявив, що «повернеться до Техасу, щоб оцінити результати сьогоднішньої конференції, визначить, чи є шанс для мене в цьому заїзді», але пізніше сказав, що залишиться в гонці і буде брати участь в первинних виборах в Південній Кароліні 21 січня.
+Бахманн, яка перемогла на виборах Ames Straw Poll у серпні, вирішила завершити свою передвиборчу кампанію.
+Фотографа доставили до медичного центру Ronald Reagan UCLA, де він помер.
+За повідомленнями, йому було близько 20 років. У своєму заяві Бібер сказав: «Я не був присутнім і не був безпосередньо залучений до цієї трагічної аварії, але мої думки та молитви звернені до сім'ї жертви».
+На вебсайті про новини шоу-бізнесу TMZ повідомляється, що фотограф зупинив свій автомобіль на іншій стороні бульвару Сепульведа і спробував зробити фотографії зупинки поліції, перш ніж перейти дорогу і продовжити рух, що викликало в поліцейського, який проводив зупинку, наказати йому повернутися на іншу сторону двічі.
+За словами поліції, водій автомобіля, який вдарив фотографа, ймовірно, не понесе кримінальну відповідальність.
+Оскільки на день видається лише вісімнадцять медалей, деякі країни не змогли потрапити на п'єдестал пошани.
+До них входять Нідерланди, де вчора Анна Йохемсен фінішувала дев'ятою в жіночій категорії супергігантського слалому, а Фінляндія, де Катті Саарінен фінішувала десятою в цьому ж заїзді.
+Мітчел Гурлі з Австралії фінішував одиннадцятим у чоловічій стоячий супергігант. Чеський спортсмен Ольдржих Желінєк фінішував шістнадцятим у чоловічій сидячий супергігант.
+Арлі Веласкес з Мексики фінішував п'ятнадцятим у чоловічому супергіганті сидячих. Адам Холл з Нової Зеландії фінішував дев'ятим у чоловічому супергіганті стоячих.
+Польський гірськолижник-незрячий Мацей Крезель та інструкторка Анна Огарзиньска фінішували тринадцятими в супергіганті. Південнокорейський гірськолижник-сидячий Джонг Сьорк Парк фінішував двадцять четвертим у чоловічому супергіганті.
+Місцеві жителі звинувачують миротворців ООН, які прибули в Гаїті після землетрусу 2010 року, у розповсюдженні хвороби, яка почалася біля їхнього табору.
+Згідно з позовом, сміття з табору ООН недостатньо дезінфікували, що призвело до того, що бактерії потрапили в притоку річки Артібоніт, одну з найбільших річок Гаїті.
+Перед прибуттям військ країна не стикалася з проблемами, пов'язаними з хворобою, з 1800-х років.
+Інститут справедливості та демократії в Гаїті посилається на незалежні дослідження, які вказують на те, що непальський батальйон ООН, який виконував миротворчі функції в Гаїті, неосознано привіз туди хворобу.
+Даніель Лантанж, експерт ООН з питань хвороби, заявила, що спалах, ймовірно, був викликаний миротворцями.
+Хемілтон підтвердив, що пацієнта прийняли в стабільному стані в лікарні Говардського університету.
+Пацієнт був у Нігерії, де виявлені випадки зараження вірусом Ебола.
+Відповідно до протоколу контролю за інфекціями, включаючи розділення пацієнта від інших, щоб запобігти можливому інфікуванню інших.
+Перед «Сімпсонами» Сімон працював над декількома шоу в різних позиціях.
+У 1980-х він працював над серіалами "Такси", "Чеєри" та "Шоу Трейсі Уллман".
+У 1989 році він допоміг створити «Сімпсонів» разом із Брукс і Грунінгом і відповідав за найняття першої команди сценаристів.
+Незважаючи на те, що він покинув шоу в 1993 році, він залишився виконавчим продюсером і продовжував отримувати десятки мільйонів доларів кожен сезон у вигляді роялті.
+Раніше китайська новинна агенція Xinhua повідомила про захоплення літака.
+Пізніше повідомлялося, що літак отримав загрозу вибуху і повернувся до Афганістану, приземлившись у Кандагарі.
+Згідно з ранніми повідомленнями, літак повернувся до Афганістану після того, як йому відмовили в аварійній посадці в Урумчі.
+У Ірані часто трапляються авіаційні аварії, оскільки у флоті країни є старі літаки, які погано обслуговуються як для цивільних, так і для військових операцій.
+Міжнародні санкції призвели до того, що нові літаки не можуть бути придбані.
+На початку цього тижня гелікоптер поліції збив три людини та поранив ще трьох.
+Минулого місяця Іран зазнав найгіршої авіакатастрофи за останні роки, коли літак, який прямував до Вірменії, розбився, в результаті чого загинуло 168 осіб.
+Того ж місяця інший пасажирський літак вилетів з злітно-посадкової смуги в Машхаді та врізався в стіну, в результаті чого загинуло сімнадцять людей.
+Гурт Aerosmith скасував свої останні концерти в рамках туру.
+Рокова музична група мала відвідати Сполучені Штати та Канаду до 16 вересня.
+Вони скасували тур після того, як лід-вокаліст Стівен Тайлер отримав травму, коли впав зі сцени під час виступу 5 серпня.
+У першому сеті Мюррей програв у тай-брейку після того, як обидва гравці виконали кожну подачу в цьому сеті.
+Дель Потро мав перевагу на початку другого сету, але йому також потрібно було зіграти тай-брейк після того, як він вийшов на рахунок 6-6.
+На цьому етапі Потро отримав лікування для свого плеча, але все ж зміг повернутися до гри.
+Програма розпочалася о 20:30 за місцевим часом (15:00 UTC).
+Навколо країни знамениті співаки співали бхаджан, або пісні, присвячені божеству Шрі Шьяму.
+Співач Санжу Шарма розпочав вечір, а потім йшов Джай Шанкар Чоудхарі. Він також виконав пісню чапан бхог бхаджан. Співак Раджу Кханделвал супроводжував його.
+Потім Лакха Сінгх взяв ініціативу в співі бхаджанів.
+Баба Шайам отримав 108 тарелок Чхапан Бхог (56 різних їстівних продуктів, таких як кондитерські вироби, фрукти, орехи, страви та інше, які пропонуються божеству).
+Лакха Сінгх також виконав пісню чапан бхог бхаджан. Його супроводжував співак Раджу Кханделвал.
+Президент компанії Nintendo Сатору Івата продемонстрував дизайн джойстика для нової консолі Nintendo Revolution під час п'ятничної презентації Tokyo Game Show.
+Нагадуючи пульт від телевізора, джойстик використовує два сенсори, розміщені поблизу телевізора користувача, для триангуляції його положення в тривимірному просторі.
+Це дозволить гравцям контролювати дії та рухи в відеоіграх, переміщуючи пристрій через повітря.
+Гіанкарло Фішіелла втратив контроль над своєю машиною і завершив гонку дуже швидко після старту.
+Його колега Фернандо Алонсо лідирував більшу частину гонки, але завершив її після свого піт-стопа, ймовірно, через неправильно встановлений передній правий колісний диск.
+Міхаель Шумахер завершив гонку не довго після Алонсо через пошкодження підвіски в результаті багатьох боїв під час гонки.
+«Вона дуже мила і співає дуже добре», — сказав він, згідно з транскрипцією прес-конференції.
+«Кожного разу, коли ми проходили репетицію цієї сцени, я відчував сильні емоції».
+Приблизно через 3 хвилини після запуску камера на борту показала, що величезна кількість теплоізоляційного пінополіуретану відірвалася від паливного бака.
+Однак вони, як вважається, не завдали шкоди шатлу.
+Н. Уейн Хейл-молодший, керівник програми шатлів NASA, сказав, що пінопласт «упав після того, як ми були занепокоєні».
+Через п'ять хвилин починається вітер, приблизно через хвилину він досягає 70 км/год... потім починається дощ, але так сильно і так великі капли, що вони б'ють по шкірі, як іголки, потім з неба падає град, люди в паніці і кричать і тікають один на одного.
+Я втратив свою сестру і її подругу, а на шляху мені попалися два інваліди на інвалідних візках, люди просто перелазили через них і тягали", – сказав Арманд Версаче.
+NHK також повідомив, що атомна електростанція Kashiwazaki Kariwa в префектурі Нііґата працювала нормально.
+Компанія Hokuriku Electric Power Co. повідомила, що від землетрусу немає жодних наслідків, і що реактори № 1 та № 2 її атомної електростанції Shika були виведені з експлуатації.
+Повідомляється, що близько 9400 домогосподарств в регіоні позбавлені водопостачання, приблизно 100 – електропостачання.
+Деякі дороги пошкоджені, залізничний рух припинено в постраждалих районах, а аеропорт Ното в префектурі Ісікава залишається закритим.
+Одна бомба вибухнула біля резиденції генерал-губернатора.
+Наступні три бомби вибухнули біля урядових будівель протягом двох годин.
+Згідно з деякими повідомленнями, офіційна кількість загиблих становить вісім, і офіційні повідомлення підтверджують, що до 30 осіб отримали поранення, але остаточна кількість невідома.
+В урині тварин, які померли після поїдання зараженого корму для домашніх тварин, виявили як цианурову кислоту, так і меламінову кислоту.
+Два компоненти реагують один з одним і утворюють кристали, які можуть блокувати функцію почек, повідомили дослідники університету.
+Дослідники спостерігали кристали, що утворюються в урині котів при додаванні меламіну та цианурової кислоти.
+Композиція цих кристалів відповідає тим, які виявлені в урині тварин, заражених цим захворюванням, при порівнянні за допомогою інфрачервоного спектроскопія (FTIR).
+Я не знаю, чи ви це розумієте чи ні, але більшість товарів із Центральної Америки ввозилися в цю країну без мита.
+Однак вісімдесят відсотків наших товарів були обкладені митою в країнах Центральної Америки. Привіт.
+Мені це не здавалося справедливим.
+Я просто кажу людям, що вони повинні ставитися до нас так, як ми ставимося до них.
+Губернатор Каліфорнії Арнольд Шварценеггер підписав закон, який забороняє продаж або оренду насильних відеоігор неповнолітнім.
+Законопроєкт вимагає, щоб відеоігри з насильством, продавані в штаті Каліфорнія, маркувалися наклейкою з позначкою "18", а їх продаж неповнолітнім карається штрафом у розмірі 1000 доларів США за кожне правопорушення.
+Сьогодні вранці генеральний прокурор Кір Стармер QC оголосив про обвинувачення як Хуне, так і Прайса.
+Хуне пішов у відставку, і його місце в Кабінеті займе Ед Дейві, член парламенту. Очікується, що посаду міністра бізнесу, яку залишив Дейві, займе Норман Лемб, член парламенту.
+Хайн і Прайс мають з'явитися в Вестмінстерському магістратському суді 16 лютого.
+Загиблими виявилися 25-річний Ніколас Елден і 21-річний Захарі Куддебек. Куддебек був водієм.
+Едгар Вегілья отримав поранення руки та щелепи, а Крістоффер Шнайдер потребував реконструктивної операції на обличчі.
+Зброя Ука вийшла з ладу, коли він націлив її на голову п'ятого чоловіка. Шнайдер постійно відчуває болі, втратив зір у одному оці, у нього відсутня частина черепа, а обличчя зроблено з титану.
+Шнайдер давав свідчення за допомогою відеоконференції з бази ВПС США у своєму рідному краї.
+Крім події у середу, Карпанедо брав участь у двох індивідуальних гонках чемпіонату.
+Її першим був слалом, де вона отримала результат "не фінішувала" у першому забігу. 36 із 116 учасників мали такий же результат у цьому забігу.
+У іншій своїй дисципліні, гігантському слаломі, вона фінішувала десятою в жіночій категорії сидячих спортсменів із сумарним часом 4:41,30, що на 2:11,60 хвилин повільніше, ніж австрійка Клаудія Лош, яка фінішувала першою, і на 1:09,02 хвилини повільніше, ніж угорка Гьонгі Дані, яка фінішувала дев'ятою.
+Чотирьом лижницям жіночої групи не вдалося завершити свої спуски, а 45 із 117 загальних лижників у гігантському слаломі не змогли фінішувати.
+Поліція штату Мадх'я-Прадеш повернула викрадений ноутбук і мобільний телефон.
+Заступник генерального інспектора Д К Арія сказав: "Ми заарештували п'ятьох чоловіків, які зґвалтували швейцарську жінку, а також відновили її мобільний телефон та ноутбук".
+Обвинуваченими вважаються Баба Канджар, Бута Канджар, Рампро Канджар, Газа Канджар і Вішну Канджар.
+Поліцейський суперінтендант Чандра Шехар Соланкі повідомив, що обвинувачений з'явився в суді з прикритими обличчям.
+Хоча в будинку були три людини, коли в нього врізався автомобіль, ніхто з них не постраждав.
+Проте водій отримав серйозні травми голови.
+Дорога, на якій трапилася аварія, була тимчасово закрита, поки служби надзвичайних ситуацій визволили водія з червоного Audi TT.
+Спочатку його госпіталізували в лікарню Джеймса Пейджа в Грейт-Ярмуті.
+Пізніше його перевели в лікарню Адденброука в Кембриджі.
+З тих пір Адекоя постав перед судом в Единбурзі за вбивство свого сина.
+Вона перебуває під вартою до суду, але будь-які свідчення очевидців можуть бути підданими сумніву, оскільки її зображення широко розповсюджувалося.
+Це загальна практика в інших частинах Сполученого Королівства, але шотландська судова система працює по-іншому, і суди вважають, що публікація фотографій може бути потенційно предвзятою.
+Професор Памела Фергюсон з Університету Данді зазначила, що "журналісти, можливо, переходять чергу, публікуючи фотографії та іншу інформацію про підозрюваних".
+Прокуратура повідомила журналістам, що жодних коментарів не буде, принаймні, до висунення обвинувачень.
+Згідно з інформацією, в документі буде згадано про прикордонний конфлікт, який Палестина хоче вирішити на основі кордонів до війни на Близькому Сході 1967 року.
+Інші теми, які були обговорені, включають майбутнє Єрусалима, який є священним для обох народів, а також проблему доли річки Йордан.
+Ізраїль вимагає постійного військового присутності в долині протягом десяти років після підписання угоди, тоді як Палестинська адміністрація погоджується залишати таку присутність лише протягом п'яти років.
+Ранґери мали тісно наглядати за стрільцями, оскільки експеримент спостерігали та оцінювали його ефективність.
+У партнерстві між NPWS та Асоціацією спортивних стрільців Австралії (Новий Південний Уельс) Inc були найняті кваліфіковані волонтери, які беруть участь в програмі полювання Асоціації спортивних стрільців.
+Згідно з Міком О'Флінном, виконуючим обов'язки директора парку з охорони та спадщини в NPWS, чотири стрільці, обрані для першої стрільби, отримали повну інструкцію з питань безпеки та навчання.
+Мартелі вчора склав присягу новому тимчасовому виборчому комітету (CEP) в складі дев'яти членів.
+Це п'ятий CEP Мартелі за чотири роки.
+Минулого місяця президентська комісія рекомендувала звільнити попереднього генерального директора в рамках пакету заходів, спрямованих на проведення нових виборів.
+Створення комісії стало відповіддю Мартелі на широкомасштабні протести проти режиму, які почалися в жовтні.
+Іноді насильницькі протести були викликані неможливістю провести вибори, деякі з яких повинні були відбутися ще з 2011 року.
+Приблизно 60 випадків перегріву iPodів призвели до шести пожеж і залишили чотирьох людей з легкими опіками.
+Міністерство економіки, торгівлі та промисловості Японії (METI) повідомило, що стало відомо про 27 інцидентів, пов'язаних з цими пристроями.
+Минулого тижня METI повідомило, що Apple повідомила про 34 додаткові випадки перегріву, які компанія назвала "несерйозними".
+Міністерство відреагувало, назвавши відкладення звіту Apple "насправді жахливим".
+Землетрус стався о 07:19 ранку за місцевим часом (09:19 вечора за Гринвічем у п'ятницю).
+Офіс управління надзвичайними ситуаціями в Північних Маріанських островах повідомив, що в країні не повідомляли про будь-які пошкодження.
+Також Тихоокеанський центр попередження про цунамі повідомив, що немає ознак цунамі.
+Колишній поліцейський з Філіппін захопив автобус із туристами з Гонконгу в Манілі, столиці Філіппін.
+Роландо Мендоза стріляв з автомата М16 по туристах.
+Наразі вдалося врятувати кількох заручників, а щонайменше шість осіб підтверджено загиблими.
+Шість заручників, включаючи дітей та людей похилого віку, були звільнені раніше, так само, як і філіпінські фотографи.
+Пізніше фотографів замінила стара жінка, яка потребувала туалету. Мендозу вбили.
+Ліггінс продовжив справу свого батька і вступив на медичний факультет.
+Він навчався як акушер-гінеколог і почав працювати в Національній жіночій лікарні Окленда в 1959 році.
+Протягом роботи в лікарні Ліггінс почав вивчати причини передчасних пологів у вільний час.
+Його дослідження показали, що при введенні цього гормону розвиток легенів плода відбувається швидше.
+Згідно з повідомленням агентства Xinhua, у середу державні слідчі вилучили два «чорних ящиків» з записами польоту.
+Колеги-реслери також віддали данину Луні.
+Томмі Дрімер сказав: "Луна була першою королевою екстремального рестлінгу. Першим менеджером. Луна померла в ніч двох повних місяців. Дуже унікальна, як і вона. Сильна жінка".
+Дастін «Голдуст» Раннеллс прокоментував: «Луна була настільки странною, як і я...вірно, навіть більше...я її кохав і буду її скучати...надіюся, що вона потрапила до кращого місця».
+З 1400 людей, опитаних перед федеральними виборами 2010 року, ті, хто виступають проти того, щоб Австралія стала республікою, зросли на 8 відсотків з 2008 року.
+Прем'єр-міністр у відставці Джулія Джилліард заявила під час передвиборчої кампанії 2010-го федеральних виборів, що вважає, що Австралія повинна стати республікою після правління королеви Єлизавети II.
+34% опитаних поділяють цей погляд і хочуть, щоб королева Єлизавета II була останнім монархом Австралії.
+За результатами опитування 29% респондентів вважають, що Австралія повинна стати республікою якомога швидше, а 31% вважають, що Австралія ніколи не повинна стати республікою.
+Олімпійський чемпіон мав плавати на дистанціях 100 та 200 метрів вільним стилем, а також у трьох естафетних гонках на Іграх Співдружності, але через його скарги його фізична форма викликала сумніви.
+Він не може приймати ліки, необхідні для подолання болю, оскільки їх заборонено на іграх.
+Кертіс Купер, математик і професор комп'ютерних наук Університету Центрального Міссурі, 25 січня відкрив найбільший відомий наразі простий номер.
+До початку лютого кілька людей підтвердили відкриття за допомогою різного програмного та апаратного забезпечення, і воно було оголошено у вівторок.
+Комети могли бути джерелом доставки води на Землю, а також органічної речовини, яка могла формувати протеїни та підтримувати життя.
+Науковці сподіваються зрозуміти, як утворюються планети, особливо як утворилася Земля, оскільки комети зіткнулися з Землею давно.
+Куомо, 53-річний, почав своє губернаторство раніше цього року і підписав законопроєкт про легалізацію одностатевих шлюбів минулого місяця.
+Він назвав ці чутки "політичною брехнею та нісенітницею".
+Його вважають кандидатом на пост президента в 2016 році.
+Наступне покоління, за словами FAA, дозволить літакам літати коротшими маршрутами та економити мільйони галонів палива кожного року та зменшити викиди вуглекислого газу.
+Він використовує технологію, засновану на супутниках, а не на радарах на землі, що дозволяє контролерам повітряного руху точніше визначати літаки та надавати пілотам більш точну інформацію.
+Ніяких додаткових транспортних засобів не буде, і поїзди, що курсують над землею, не зупинятимуться біля стадіону, а паркування автомобілів та паркінг-енд-рейд недоступні.
+Побоювання з приводу відсутності транспорту підвищили ймовірність того, що матч буде проведено за закритими дверями без прихильників команди.
+Дослідження, опубліковане в четвер у журналі Science, повідомило про формування нового виду птахів на еквадорських Галапагоських островах.
+Дослідники з Принстонського університету в США та Упсальського університету в Швеції повідомили, що новий вид еволюціонував лише за два покоління, хоча вважалося, що цей процес займає набагато більше часу через схрещування ендемічного дарвінівського фініка, Geospiza fortes, та іммігрантського кактусового фініка, Geospiza conirostris.
+Золото можна виплавляти в різноманітні форми. З нього можна виплавляти дуже маленькі форми.
+Може бути витягнуто в тонкі дрітки, які можна скручувати та плести. Може бути розбито молотком або витягнуто в листки.
+Він може бути дуже тонким і приклеюватися до інших металів. Він може бути настільки тонким, що іноді використовувався для декорування ручно розмальованих картин у книгах, які називалися "ілюміновані манускрипти".
+Це називається pH хімічної речовини. Можна зробити індикатор із соку червоного капусту.
+Колір капустного соку змінюється в залежності від того, кислотний чи основний (алюмінієвий) хімічний елемент.
+Рівень рН визначається кількістю іонів водню (H в pH) у випробуваній хімічній речовині.
+Іони водню — це протони, які втратили свої електрони (оскільки атоми водню складаються з одного протону та одного електрона).
+Перемішайте два сухих порошки разом, а потім з чистими мокрими руками витягніть їх у шар.
+Влага на ваших руках буде реагувати з верхніми шарами, що буде дивно і утвориться щось на кшталт скорлупи.
+У містах Хараппа та Мохенджо-Даро в майже кожному будинку був сантехнічний пристрій, пов'язаний із складною каналізаційною системою.
+Рештки каналізаційних систем були знайдені в будинках міст Криту і Санторіні в Греції.
+У стародавньому Єгипті, Персії та Китаї також були туалети. У римській цивілізації туалети іноді були частиною громадських лазень, де чоловіки та жінки були разом у змішаних компаніях.
+Коли ви телефонуєте комусь, хто знаходиться на тисячі миль від вас, ви використовуєте супутник.
+Спутник у космосі отримує сигнал, а потім відбиває його назад, майже одразу.
+Спутник було відправлено в космос ракетою. Вчені використовують телескопи в космосі, оскільки атмосфера Землі деформує деякі з нашого світла та видимості.
+Для того, щоб відправити на орбіту спутник або телескоп, потрібна ракета висотою понад 100 футів.
+Колесо змінило світ у дивовижних способах. Найбільше, що колесо зробило для нас, це дало нам набагато простіший і швидший транспорт.
+Він приніс нам поїзд, автомобіль і багато інших транспортних засобів.
+Під ними знаходяться середні коти, які харчуються середніми тваринами від зайців до антилоп і оленів.
+Нарешті, існує багато маленьких котів (включаючи домашніх котів), які харчуються набагато більш численними маленькими тваринами, такими як комахи, гризуни, ящірки та птахи.
+Секрет їхнього успіху полягає в концепції ніші, особливої роботи кожної кошки, яка не дозволяє їй конкурувати з іншими.
+Льви – найбільш соціальні коти, які живуть у великих групах, що називаються прайдами.
+Групи складаються з одного до трьох пов'язаних дорослих самців, а також до тридцяти самок і їхніх дитинчат.
+Самиці зазвичай близько пов'язані одна з другою, утворюючи велику сім'ю сестер і дочок.
+Сім'ї львів дуже схожі на зграї вовків або собак, тварин, які дуже схожі на львів (але не на інших великих кішок) в поведінці, і також дуже смертоносні для своїх жертв.
+Гарний атлет, тигр може лазити (хоча і не дуже добре), плавати, стрибати на великі відстані і тягати в п'ять разів сильніше, ніж сильний людина.
+Тигр належить до тієї ж групи (вид Panthera) як і лев, леопард і ягуар. Ці чотири коти є єдиними, хто може гаркнути.
+Голос тигра не схожий на повний голос льва, а більше схожий на вигук сварливих слів.
+Оцелоти люблять їсти маленьких тварин. Вони ловлять обез'ян, змій, гризунів і птахів, якщо можуть. Більшість тварин, яких оцелот полює, набагато менші за нього.
+На думку вчених, оцелоти шукають тварин, які їдять (жертв), за запахом, шукаючи, де тварини були на землі.
+Оцелити можуть дуже добре бачити в темноті за допомогою нічного зору, а також дуже тихо пересуватися. Оцелити полюють на свою здобич, приховуючись в навколишньому середовищі, а потім накидаючись на неї.
+Коли мала група живих істот (мала популяція) відділяється від основної популяції, з якої вони прийшли (наприклад, якщо вони переходять через гірський хребет або річку, або якщо вони переходять на новий острів, щоб вони не могли легко повернутися назад), вони часто опиняються в іншій середовині, ніж раніше.
+Це нове середовище має інші ресурси та інших конкурентів, тому новій популяції потрібні інші характеристики або адаптації, щоб стати сильним конкурентом, ніж раніше.
+Оригінальна популяція не змінилася взагалі, їм все ще потрібні ті ж самі адаптації, що і раніше.
+Через деякий час, коли нова популяція починає адаптуватися до свого нового середовища, вона все менше і менше нагадує іншу популяцію.
+Нарешті, після тисяч або навіть мільйонів років дві популяції будуть настільки різними, що їх не можна буде назвати одним і тим же видом.
+Ми називаємо цей процес спеціацією, що просто означає формування нових видів. Спеціація є неминучим наслідком і дуже важливою частиною еволюції.
+Рослини виробляють кисень, який люди дихають, і вбирають у себе вуглекислий газ, який люди видихають (тобто видихають).
+Рослини роблять свою їжу з сонця за допомогою фотосинтезу. Вони також забезпечують тінь.
+Ми будуємо наші будинки з рослин і робимо одяг з рослин. Більшість продуктів, які ми їмо, є рослинного походження. Без рослин тварини не могли б вижити.
+Мозазавр був апексовим хижаком свого часу, тому нічого не боявся, крім інших мозазаврів.
+Його довгий череп був укомплектований більше ніж 70 зубами-кусачками, а також додатковим набором зубів у верхній частині рота, що означало, що нічого, що перетинало його шлях, не залишалося в живих.
+Ми не знаємо напевно, але він, можливо, мав подвійний язик. Його раціон складали черепахи, великі риби, інші мозазаври, і він, можливо, навіть був каннібалом.
+Він також атакував все, що потрапляло у воду; навіть величезний динозавр, як T. rex, не зміг би протистояти йому.
+Хоча більшість їхньої їжі була б нам знайомою, римляни все ж мали свою частку дивних або незвичайних страв, включаючи дикого кабана, папугу, слизняків та певного виду гризуна, якого називають дрімовим мишкою.
+Інша різниця полягала в тому, що бідні люди та жінки їли свою їжу, сидячи на стільцях, тоді як багаті чоловіки любили їсти разом і лежали на боці, коли їли.
+Стародавні римляни не могли їсти продукти, які з'явилися в Європі з Америки або з Азії в пізніші століття.
+Наприклад, у них не було кукурудзи, помідорів, картоплі, какао, і жодний стародавній римлянин не спробував індейку.
+Бабілоняни побудували кожному з своїх богів головний храм, який вважався домом бога.
+Люди приносили жертви богам, а священики намагалися задовольнити потреби богів через церемонії та свята.
+У кожному храмі був відкритий храмовий двір і потім внутрішній святилище, до якого могли входити лише священики.
+Іноді спеціальні пірамідальні вежі, відомі як зиґґури, будували, щоб вони були частиною храмів.
+Верхня частина вежі була особливим святилищем бога.
+У теплому кліматі Середньої Азії будинок не був таким важливим.
+Більша частина життя єврейської родини проходила на свіжому повітрі.
+Жінки готували їжу на вулиці; магазини були просто відкритими прилавками, що дивляться на вулицю. Для будівництва використовували камінь.
+На території Ханаану не було великих лісів, тому дерево було надзвичайно дорогим.
+Населення Гренландії було розсіяним. У скандинавських сагах сказано, що Еріка Червоного вигнали з Ісландії за вбивство, і, подорожуючи далі на захід, він знайшов Гренландію і назвав її Гренландією.
+Але незважаючи на його відкриття, племена ескімосів вже жили там на той час.
+Хоча кожна країна була «скандинавською», між людьми, королями, звичаями та історією Данії, Швеції, Норвегії та Ісландії були великі відмінності.
+Якщо ви подивилися фільм "Національна сокровищниця", ви можете подумати, що карта сокровищ була написана ззаду Декларації про Незалежність.
+Але це не так. Хоча на зворотній стороні є щось написано, це не карта скарбів.
+На зворотній стороні Декларації про Незалежність було написано слова «Оригінальна Декларація про Незалежність від 4-го липня 1776 року». Текст з'явився на нижній частині документу, зверху ногами.
+Хоча ніхто точно не знає, хто його написав, відомо, що в ранній період свого існування великий пергаментний документ (який має розміри 29¾ дюйма на 24½ дюйма) був скручений для зберігання.
+Тому, імовірно, нотація була додана просто як позначка.
+Ландінги в День вторгнення та наступні битви звільнили північ Франції, але південь все ще не був вільним.
+Він був окупований французами з "Віші". Це були французи, які у 1940 році зробили мир із німцями і працювали з окупантами, а не воювали з ними.
+15 серпня 1940 року союзники вторглися в південну Францію, ця операція отримала назву "Операція "Драгун".
+Усього за два тижні американські та вільні французькі сили звільнили південну Францію і повернулися до Німеччини.
+Цивілізація – це спільна культура значної великої групи людей, які живуть і працюють спільно, суспільство.
+Слово "цивілізація" походить від латинського civilis, що означає цивільний, пов'язаний з латинським civis, що означає громадянин, і civitas, що означає місто або місто-держава, і це також дещо визначає розмір суспільства.
+Міські держави були попередниками націй. Цивілізаційна культура передбачає передачу знань кількома поколіннями, залишення культурного сліду та справедливе поширення.
+Маленькі культури часто зникають без залишення відповідних історичних свідчень і не можуть бути визнані справжніми цивілізаціями.
+Під час революційної війни тринадцять штатів спершу сформували слабку центральну владу — з Конгресом як єдиним її компонентом — на основі Статей Конфедерації.
+Конгрес не мав жодних повноважень щодо встановлення податків, і тому, оскільки не було національного виконавчого чи судового органів, він покладав відповідальність за виконання всіх своїх актів на державні органи, які часто не співпрацювали.
+Він також не мав повноважень змінювати податкові закони та тарифи між державами.
+Для внесення поправок до статей потрібно було одностальне схвалення всіх держав, і держави так легко ставилися до центрального уряду, що їхні представники часто були відсутніми.
+Національна футбольна команда Італії, разом із національною футбольною командою Німеччини, є другою найуспішнішою командою у світі та чемпіонами світу з футболу в 2006 році.
+Найпопулярнішими видами спорту є футбол, баскетбол, волейбол, водне поло, фехтування, регбі, велоспорт, хокей на льоду, роллер-хокей і автогонки Формула-1.
+Зимові види спорту найпопулярніші в північних регіонах, де італійці беруть участь у міжнародних і олімпійських іграх.
+Японія має майже 7000 островів (найбільшим з яких є острів Хонсю), що робить Японію 7-м найбільшим островом у світі!
+Оскільки Японія складається з кількох островів, її часто називають "архіпелагом" з географічної точки зору.
+Тайвань почав своє існування ще в 15-му столітті, коли європейські мореплавці, що пропливали повз, записали на карті острів під назвою Ilha Formosa, або «красивий острів».
+У 1624 році Голландська Східно-Індійська компанія засновує базу в південно-західній частині Тайваню, ініціюючи трансформацію традицій виробництва зерна корінними жителями та наймаючи китайських робітників для роботи на рисових і цукрових плантаціях.
+У 1683 році сили династії Цін (1644–1912) взяли під контроль західні та північні прибережні райони Тайваню і оголосили Тайвань провінцією імперії Цін у 1885 році.
+У 1895 році після поразки у Першій sino-японській війні (1894–1895) уряд династії Цін підписує Шімоносекський договір, за яким передає суверенітет над Тайванем Японії, яка править островом до 1945 року.
+Мачу-Пікчу складається з трьох основних будівель: Інтіуатана, храму Сонця та кімнати з трьома вікнами.
+Більшість будівель на краях комплексу були відновлені, щоб дати туристам краще уявлення про те, як вони виглядали спочатку.
+До 1976 року тридцять відсотків Мачу-Пікчу було відновлено, а реставраційні роботи тривають і сьогодні.
+Наприклад, найпоширенішим форматом фотографії в світі є 35 мм, який був домінантним форматом кіноплівки в кінці епохи аналогового кіно.
+Він все ще виробляється сьогодні, але більш важливо, що його співвідношення сторін було успадковано форматами сенсорів цифрових камер.
+Формат 35 мм, насправді, дещо заплутано, має ширину 36 мм і висоту 24 мм.
+Тому цей формат має співвідношення сторін 3:2.
+Багато поширених форматів (наприклад, сімейство форматів APS) відповідають цьому співвідношенню або дуже близькі до нього.
+Часто критикувана і часто піддавана насмішкам правило третіх є простою рекомендацією, яка створює динаміку, але забезпечує певну міру порядку в зображенні.
+Він стверджує, що найбільш ефективне місце для головного предмета знаходиться на перетині ліній, які ділять зображення горизонтально та вертикально на три частини (див. приклад).
+Під час цього періоду європейської історії католицька церква, яка стала багатою та могутньою, потрапила під підозру.
+Більше тисячі років християнська релігія об'єднувала європейські держави, незважаючи на відмінності мови та звичаїв.
+Ця всеохоплююча влада впливала на кожного від короля до простолюдина.
+Одним з основних християнських принципів є те, що багатство має бути використане для полегшення страждань та бідності, а фінансові кошти церкви призначені саме для цього.
+Центральна влада церкви перебувала в Римі більше тисячі років, що призвело до того, що багато хто запитував, чи виконується цей принцип.
+Через деякий час після початку бойових дій Британія ввела морську блокаду Німеччини.
+Стратегія виявилася ефективною, заблокувавши життєво важливі військові та цивільні поставки, хоча ця блокада порушувала загальноприйняті міжнародні закони, зафіксовані в кількох міжнародних угодах останніх двох століть.
+Британія замінувала міжнародні води, щоб не дозволити будь-яким кораблям входити в певні частини океану, що становило загрозу навіть нейтральним судам.
+Оскільки реакція на цю тактику була обмеженою, Німеччина очікувала подібну реакцію на свій безмежний підводний воєнний флот.
+Протягом 1920-х років переважна більшість громадян і народів сповідувалася пацифізмом і ізоляціонізмом.
+Після того, як під час Першої світової війни люди побачили жах і звірства війни, вони прагнули у майбутньому уникнути подібної ситуації.
+У 1884 році Тесла переїхав до Сполучених Штатів Америки, щоб прийняти роботу в компанії Едісона в Нью-Йорку.
+Він приїхав до США з 4 центами, книгою поезії та рекомендаційним листом від Чарльза Батчелора (колишнього менеджера) до Томаса Едісона.
+Древній Китай мав унікальний спосіб відображення різних історичних періодів; кожна фаза Китаю або кожна сім'я, що перебувала у владі, була відмінною династією.
+Також між кожною династією був нестабільний період роздроблених провінцій. Найвідомішим з цих періодів є епоха трьох царств, яка тривала 60 років між династіями Хан і Цін.
+Під час цих періодів між багатьма аристократами, які боролися за престол, велася жорстка війна.
+Ера трьох царств була однією з найкровопролитніших у історії Стародавнього Китаю. Тут загинуло тисячі людей, які боролися за те, щоб зайняти найвище місце в величезному палаці в Сіані.
+Існує багато соціальних і політичних наслідків, таких як використання метричної системи, перехід від абсолютизму до республіканства, націоналізм і віра в те, що країна належить людям, а не одному правителю.
+Також після революції на всі посади могли претендувати чоловіки, що дозволило найамбітнішим та найуспішнішим досягти успіху.
+То ж саме стосувалося військовослужбовців, оскільки замість того, щоб військові звання залежали від класу, тепер вони залежали від калібра.
+Французька революція також надихнула багато інших репресованих робітників інших країн почати власні революції.
+Мухаммед глибоко цікавилися питаннями за межами повсякденного життя. Він часто відвідував печеру, що отримала назву "Хіра" на горі "Нур" (світло) для роздумів.
+саме сама печера, що пережила часи, дає дуже ясне уявлення про духовні схильності Мухаммеда.
+Печера, що знаходиться на вершині одного з гір північніше Мекки, повністю ізольована від решти світу.
+Насправді, знайти його дуже складно, навіть якби знали, що воно існує. Коли входиш у печеру, це повна ізоляція.
+Зсередини печери не видно нічого, окрім ясного, красивого неба над головою та багатьох навкологірських вершин. Дуже мало цього світу можна побачити або почути зсередини печери.
+Велика піраміда в Гізі є єдиною з семи чудес світу, які досі стоять.
+Вибудований єгиптянами в третьому столітті до нашої ери, Велика піраміда є однією з багатьох великих пірамід, побудованих для вшанування померлого фараона.
+Плато в Гізі, або "Некрополь Гізи" в Долині мертвих Єгипту, містить декілька пірамід (найбільшою з яких є Велика піраміда), декілька маленьких гробниць, декілька храмів і величезну статую Сфінкса.
+Велика піраміда була створена, щоб вшанувати фараона Хуфу, а багато менших пірамід, гробниць та храмів були побудовані, щоб вшанувати дружини та членів родини Хуфу.
+Знак «верхня дуга» виглядає як буква V, а знак «нижня дуга» схожий на кліпсу або квадрат, у якого відсутня нижня сторона.
+Вгору означає, що ви повинні почати з кінчика і надавити на стрічку, а вниз означає, що ви повинні почати з кінчика (де ваша рука тримає стрічку) і тягнути стрічку.
+При виконанні вгору струна видає більш м'який звук, а при виконанні вниз – сильніший і більш агресивний.
+Ви вільно можете робити власні позначки, але зберігайте на увазі, що придручені позначки є для музичної причини, тому вони зазвичай повинні бути поваженими.
+На 6-го жовтня 1789 року короля Людовика XVI, королеву Марію Антуанетту, їх двох молодих дітей (11-річну Марі Терезу та 4-річного Людовика-Шарля) та сестру короля, пані Елізабет, змусили повернутися з Версаля до Парижа толпою ринкових жінок.
+У кареті вони повернулися до Парижа, оточені толпою людей, які кричали та вигукували загрози проти короля та королеви.
+Натовп людей змусив короля та королеву відкрити вікна карети.
+На певному етапі один з членів шайки замахав головою убитого королівського охоронця, якого вбили в Версалі, перед жахливою королевою.
+Вартові витрати імперіалізму США на завоювання Філіппін були оплачені самими філіппінцями.
+Вони були змушені сплачувати податки колоніальному режиму США, щоб компенсувати значну частину витрат і проценти по облігаціям, випущеним на ім'я філіппінського уряду через банківські будинки Уолл-стріт.
+Звичайно, надзвичайні прибутки, отримані від тривалого експлуатування філіпінського народу, стануть основою прибутків американського імперіалізму.
+Щоб зрозуміти Тамплієрів, потрібно зрозуміти контекст, що спонукав до створення ордену.
+Період, коли відбувались події, зазвичай називають Високим Середньовіччям — періодом європейської історії з 11-го, 12-го і 13-го століть (1000–1300 роки н. е.).
+Високе Середньовіччя було попередником раннього Середньовіччя і слідувало за пізнім Середньовіччям, яке зазвичай закінчується приблизно в 1500 році.
+Технологічний детермінізм – це термін, що охоплює широкий спектр ідей у практиці, від технологічного імперіалізму або технологічного імперіалізму до прямого розуміння того, що доля людини визначається закладеною в неї логикою, пов'язаною з науковими законами та їх відображенням у технології.
+Більшість інтерпретацій технологічного детермінізму поділяються на дві загальні ідеї: що саме розвиток технологій йде по шляху, що майже не піддається культурному чи політичному впливу, і що технології в свою чергу мають "наслідки" для суспільства, які є природними, а не соціально обумовленими.
+Наприклад, можна сказати, що автомобіль обов'язково веде до розвитку доріг.
+Однак національна мережа доріг не є економічно життєздатною лише для декількох автомобілів, тому розробляються нові методи виробництва, щоб зменшити вартість власності автомобілем.
+Масове володіння автомобілем також призводить до більшої кількості аварій на дорогах, що призводить до винаходу нових технік у сфері охорони здоров'я для ремонту пошкоджених тіл.
+Романтизм мав великий елемент культурного детермінізму, запозичений у таких письменників, як Гёте, Фіхте та Шлегель.
+У контексті романтизму географія формувала людей, і з часом з'явилися звичаї та культура, пов'язані з цим географічним положенням, і вони, будучи в гармонії з місцем суспільства, були кращими, ніж насильно встановлені закони.
+Як Париж відомий як столиця моди сучасного світу, Константинополь вважався столицею моди середньовічної Європи.
+Репутація епіцентру розкошів почалася приблизно в 400 році н. е. і тривала до приблизно 1100 року н. е.
+Його статус зменшився протягом XII століття в основному через те, що хрестоносці повернулися з дарами, такими як шовки та прянощі, які коштували більше, ніж те, що пропонували ринки Візантії.
+В цей час було здійснено перенесення титулу модного центру з Константинополя до Парижа.
+Готичний стиль досяг свого розквіту в період між 10-м і 11-м століттями і 14-м століттям.
+На початку одяг був сильно вплинений східною візантійською культурою.
+Однак через повільні канали зв'язку стилі на Заході можуть бути відсталими на 25–30 років.
+Наприкінці Середньовіччя Західна Європа почала розвивати свій власний стиль. Одним з найбільших досягнень того часу стало те, що після хрестових походів люди почали використовувати кнопки для застібання одягу.
+Субсистенційне сільське господарство — це сільське господарство, яке ведеться для виробництва достатньої кількості їжі, щоб забезпечити лише потреби сільськогосподарського працівника та його сім'ї.
+Субсистенційна сільське господарство є простим, часто органічним, системою, що використовує збережені семена місцевого походження в комбінації з ротацією культур або іншими відносно простими техніками, щоб максимально збільшити урожай.
+Історично більшість фермерів займалися субсистенційним землеробством, і це все ще так у багатьох країнах, що розвиваються.
+Субкультури об'єднують людей з подібними інтересами, які відчувають недооцінку з боку суспільних стандартів, і дають їм можливість розвинути відчуття власної ідентичності.
+Підкультури можуть відрізнятися залежно від віку, етнічності, класу, місця проживання та/або статі членів.
+Характеристики, які відрізняють субкультуру, можуть бути лінгвістичними, естетичними, релігійними, політичними, сексуальними, географічними або комбінацією факторів.
+Члени субкультури часто вказують на свою приналежність за допомогою характерного та символічного використання стилю, що включає в себе моду, манеру поведінки та жаргон.
+Одним з найпоширеніших методів, який використовується для ілюстрації важливості соціалізації, є приклад декількох нещасливих випадків дітей, які не були соціалізованими дорослими під час їхнього зростання через недогляд, невдачі або навмисне зловживання.
+Таких дітей називають «дикими» або «феральними». Деякі діти-ферали були ув'язнені людьми (зазвичай, їхніми власними батьками); в деяких випадках це було пов'язано з відмовою батьків приймати сина або дочку з серйозними інтелектуальними або фізичними порушеннями.
+Діти-сироти могли потерпати від серйозного фізичного насильства або травми до того, як їх залишили або вони втекли.
+Інші, як стверджується, виховувалися тваринами, деякі жили в дикій природі самостійно.
+Коли дитина повністю виховується нелюдськими тваринами, вона демонструє поведінку (в межах фізичних можливостей) майже повністю схожу на поведінку конкретного доглядального тварина, наприклад, його страх перед людьми або його безтурботність.
+Хоча освітня діяльність на основі проектів повинна зробити навчання простішим і цікавішим, скаффолдінг йде далі.
+Стійки не є методом навчання, а скоріше допомогою, яка надає підтримку людям, які проходять новий навчальний досвід, наприклад використовують нове комп'ютерне програмне забезпечення або починають новий проект.
+Скелети можуть бути як віртуальними, так і реальними, тобто вчитель є формою скелета, але так само і маленький папіровий чоловічок в Microsoft Office.
+Віртуальні опори інтегровані в програмне забезпечення і призначені для того, щоб запитувати, нагадувати та пояснювати процедури, які можуть виявитися для студента надто складними для виконання самостійно.
+Дітей відправляють у прийомну сім'ю через різноманітні причини, що охоплюють недогляд, жорстоке поводження та навіть вимагання.
+Ніхто з дітей ніколи не повинен рости в середовищі, яке не підтримує, не турбується та не навчає, але вони це роблять.
+Ми розглядаємо систему прийомних сімей як безпечну зону для цих дітей.
+Наша система прийомних сімей має забезпечити безпечні домівки, люблячих піклувальників, стабільну освіту та надійну медичну допомогу.
+Опікунство має забезпечити всі необхідні речі, які відсутні в будинку, з якого їх раніше вилучили.
+Інтернет поєднує в собі елементи як масової, так і міжособистої комунікації.
+Особливі характеристики Інтернету призводять до додаткових вимірів з точки зору підходів до використання та задоволення.
+Наприклад, "навчання" та "соціалізація" вважаються важливими мотивами використання Інтернету (Джеймс та інші, 1995).
+«Персональна зацікавленість» та «довічні відносини» також були визнані новими аспектами мотивації Ейгмей та Маккорд (1998) під час дослідження реакцій аудиторії на вебсайти.
+Використання відеозапису привело до важливих відкриттів в інтерпретації мікро-емоцій, рухів обличчя, які тривають декілька мілісекунд.
+Зокрема, стверджується, що можна виявити, що людина бреше, правильно інтерпретуючи мікро-емоції.
+У своїй статті "Проповідь президента" Олівер Саксс показав, що люди, які не можуть розуміти мову через пошкодження мозку, все одно можуть точно оцінити іскренність.
+Він навіть пропонує, що такі здібності до інтерпретації поведінки можуть бути поділені з тваринами, такими як домашні собаки.
+Дослідження двадцятого століття показали, що існує два поля генетичної різноманітності: сховане та виявлене.
+Мутація додає нову генетичну різноманітність, а відбір видаляє її з пулу вираженої різноманітності.
+Сегрегація та рекомбінація змішують різноманітність між двома пулами з кожним поколінням.
+На відкритих просторах саванни для примата з таким організмом, як у людей, важко задовільнити потреби в амінокислотах за допомогою доступних рослинних ресурсів.
+Крім того, недотримання цього правила має серйозні наслідки: депресія росту, недоїдання та, нарешті, смерть.
+Найбільш доступними рослинними ресурсами були б протеїни, доступні в листі та бобах, але для приматів, таких як ми, їх важко перетравлювати, якщо їх не варити.
+На відміну від тваринних кормів (мурахи, терміти, яйця), які не тільки легко переварюються, але й забезпечують високу кількість протеїнів, що містять усі необхідні амінокислоти.
+Повертаючись до наших предків, ми не повинні бути здивлені, якщо вони вирішили свою «протеїнову проблему» приблизно так, як це роблять сьогодні шимпанзе на савані.
+Переривання сну – це процес, коли ви свідомо прокидаєтесь під час свого нормального періоду сну та знову засинаєте через короткий проміжок часу (10–60 хвилин).
+Це можна легко зробити, використовуючи порівняно тихий будильник, щоб привести вас до свідомості без повного пробудження.
+Якщо ви виявляєте, що під час сну ви налаштовуєте годинник, його можна розмістити на іншій стороні кімнати, що змусить вас вийти з ліжка, щоб вимкнути його.
+Інші варіанти, засновані на біоритмах, включають вживання великої кількості рідини (особливо води або чаю, відомого як діуретик) перед сном, що змушує прокинутися, щоб відвідати туалет.
+Співвідношення між внутрішнім спокоєм людини та напруженістю в її тілі та душі є протилежним.
+Чим нижче напруженість, тим більше присутня життєва сила. Кожна людина має потенціал знайти абсолютне спокійство та задоволеність.
+Достигти просвітлення може будь-хто. Єдина перешкода на шляху до цієї мети – це наш власний напруження та негатив.
+Тибетський буддизм ґрунтується на вченнях Будди, але був розширений шляхом махаяни любові й багатьма техніками йоги.
+В принципі тибетський буддизм дуже простий. Він складається з Кундаліні-йоги, медитації та шляху всеохоплюючої любові.
+Завдяки Кундаліні Йозі енергія Кундаліні (енергія просвітлення) пробуджується за допомогою йогічних поз, дыхальних вправ, мантр і візуалізації.
+Центром тибетської медитації є йога божеств. За допомогою візуалізації різних божеств очищуються енергетичні канали, активізуються чакри та створюється свідомість просвітлення.
+Німеччина була спільним ворогом під час Другої світової війни, що призвело до співпраці між СРСР та США. Після закінчення війни конфлікти системи, процесу та культури призвели до розриву відносин між країнами.
+Після закінчення війни колишні союзники стали ворогами, і почалася Холодна війна.
+Він мав тривати ще 40 років і проходити в реальних умовах, з використанням прокси-армій, на полях від Африки до Азії, в Афганістані, Кубі та багатьох інших місцях.
+До 17 вересня 1939 року польська оборона вже була прорвана, і єдиною надією було відступ і реорганізація на румунському плацдармі.
+Однак ці плани стали неактуальними майже вночі, коли більше 800 000 солдатів Червоної армії СРСР увійшли і створили Білоруський і Український фронти після вторгнення в східні райони Польщі, порушивши Ризький мирний договір, радянсько-польський договір про ненапад і інші міжнародні договори, як двосторонні, так і багатосторонні.
+Використання суден для транспортування товарів є найбільш ефективним способом перевезення великих кількостей людей та товарів через океани.
+Традиційно завданням військово-морських сил є забезпечення того, щоб ваша країна мала можливість перевозити людей та товари, одночасно перешкоджаючи вашому ворогу перевозити людей та товари.
+Одним з останніх прикладів цього є кампанія у Північній Атлантиці під час Другої світової війни. Американці намагалися перевозити людей та матеріали через Атлантичний океан, щоб допомогти Британії.
+Паралельно німецький флот, використовуючи переважно підводні човни, намагався припинити цей рух.
+Якби союзникам не вдалося, Німеччина, ймовірно, змогла б захопити Британію, оскільки вже контролювала всю Європу.
+Приблизно 10 000 років тому в горах Загроса в Ірані козлів стали першими домашніми тваринами.
+Стародавні культури та племена почали їх зберігати для легкого доступу до молока, шерсті, м'яса та шкір.
+Домашніх козів зазвичай утримували в стадах, які блукали по пагорбах або інших пасовищах, часто оглядали пастухи, які часто були дітьми або підлітками, подібно до більш широко відомого пастуха. Ці способи пастушчого мистецтва все ще використовуються сьогодні.
+Уже у 16-му столітті в Англії будували вагонки.
+Хоча вагонки складалися лише з паралельних планок дерева, вони дозволяли коням, що тягали їх, досягати більшої швидкості та тягати більші вантажі, ніж на тротуарах того часу.
+Для того, щоб утримати рельси на місці, рано було введено шпали. Проте з часом стало зрозуміло, що рельси будуть більш ефективними, якщо на верхній частині матимуть металеву накладку.
+Це стало звичайною практикою, але метал викликав більше зносу на дерев'яних колесах вагонів.
+Зрештою, дерев'яні колеса замінили на металеві. У 1767 році вперше були введені повністю металеві рейки.
+Першим відомим видом транспорту був ходіння. Люди почали ходити прямо близько двох мільйонів років тому, коли з'явився гомо еректус (увійшов в історію як прямоходячий чоловік).
+Їхні попередники, австралопітеки, не ходили прямо, як зазвичай.
+Біпедальні спеціалізації виявлені в останках австралопітеків віком від 4,2 до 3,9 мільйона років тому, хоча Сахелантроп міг ходити на двох ногах вже сім мільйонів років тому.
+Ми можемо почати жити більш дружелюбно до навколишнього середовища, можемо приєднатися до руху за охорону навколишнього середовища, навіть можемо стати активістами, щоб зменшити майбутнє страждання в деякій мірі.
+Це схоже на симптоматичне лікування в багатьох випадках. Однак, якщо ми не хочемо лише тимчасового вирішення проблеми, то потрібно знайти її корінь і вимкнути.
+Очевидно, що світ сильно змінився завдяки науковим і технологічним досягненням людини, а проблеми стали більшими через перенаселення і екстравагантний стиль життя людини.
+Після того, як Конгрес прийняв її 4-го липня, рукописний проект, підписаний президентом Конгресу Джоном Ганкоком та секретарем Чарльзом Томсоном, був відправлений в друкарню Джона Данлопа, що знаходилася в кількох кварталах від Конгресу.
+Протягом ночі було виготовлено від 150 до 200 екземплярів, відомих як "Dunlap broadsides".
+Перше публічне читання документу відбулося 8 липня в дворі будівлі Індепенденс-Холл, де його прочитав Джон Ніксон.
+Одна була відправлена Джорджу Вашингтону 6 липня, який прочитав її своїм військам у Нью-Йорку 9 липня. Копію доставили до Лондона 10 серпня.
+Існують ще 25 екземплярів цих листівок, які є найстарішими збереженими копіями документу. Оригінальний рукописний екземпляр не зберегся.
+Багато палеонтологів сьогодні вважають, що одна група динозаврів вижила і сьогодні живе. Ми їх називаємо птахами.
+Багато людей не вважають їх динозаврами, оскільки вони мають пір'я і можуть літати.
+Але є багато речей про птахів, які все ще виглядають як динозаври.
+У них є лапи з пластинами та кігтями, вони кладуть яйця та ходитимуть на двох задніх лапах, як Т-Рекс.
+Більшість комп'ютерів, які використовуються сьогодні, базуються на обробці інформації, закодованої в формі двійкових чисел.
+Бінарне число може мати лише одну з двох можливих значень, тобто 0 або 1, і ці числа називають бітовими числами – або бітами, якщо використовувати сленг комп'ютерників.
+Внутрішнє отруєння може не бути негайно помітним. Симптоми, такі як рвота, достатньо загальні, щоб негайно не зробити діагноз.
+Найкращим показником внутрішнього отруєння може бути наявність відкритого контейнера ліків або токсичних домішкових хімічних речовин.
+Перевірте етикетку, щоб дізнатися специфічні інструкції щодо першої допомоги для конкретного отруту.
+Термін "комар" використовується ентомологами у формальному сенсі для позначення цієї групи комах.
+Це слово походить від стародавнього знайомства з кліщами, які є високоадаптованими паразитами людини.
+Обидва види комарів-вбивць та комарів-кліщів є нідикольними, тобто адаптовані до життя в гніздах або житлах своїх господарів.
+У Сполучених Штатах Америки зареєстровано приблизно 400 000 випадків множинної склерозу (МС), що робить його найпоширенішим неврологічним захворюванням серед молодих і середнього віку.
+РМ – це захворювання, яке впливає на центральну нервову систему, що складається з мозку, спинного мозку та оптичного нерву.
+Дослідження показало, що жінки вдвічі частіше страждають від МС, ніж чоловіки.
+Пара може вирішити, що не в їхніх інтересах, або інтересах їхнього дитини, виховувати дитину.
+Ці подружжя можуть вирішити зробити план усиновлення свого дитини.
+Під час усиновлення біологічні батьки відмовляються від своїх батьківських прав, щоб інша пара могла виховувати дитину.
+Основною метою науки є визначення того, як працює світ, за допомогою наукового методу. Цей метод фактично керує більшою частиною наукових досліджень.
+Однак це не єдиним способом. Експериментування та експеримент – це тест, який використовується для виключення однієї або декількох можливих гіпотез. Також за допомогою запитань та спостережень проводяться наукові дослідження.
+Натуралісти та філософи зосередилися на класичних текстах, зокрема, на Біблії латинською мовою.
+Прийняли погляди Аристотеля на всі питання науки, включаючи психологію.
+Оскільки знання грецької зменшилися, Захід опинився відірваним від своїх грецьких філософських і наукових коренів.
+Багато виявлених ритмів у фізіології та поведінці часто залежать від наявності ендогенних циклів та їх виробництва за допомогою біологічних годинників.
+Періодичні ритми, які не є простою відповіддю на зовнішні періодичні стимули, зафіксовано у більшості живих істот, включаючи бактерії, гриби, рослини та тварин.
+Біологічні годинники – це автономні осцилятори, які продовжуватимуть цикл вільного руху навіть у відсутності зовнішніх стимулів.
+Експеримент Гершея та Чейза був одним з основних доказів того, що ДНК є генетичним матеріалом.
+Херші та Чейз використовували фаги, або віруси, для впровадження власної ДНК в бактерію.
+Вони провели два експерименти, позначивши або ДНК вірусу радіоактивним фосфором, або протеїн вірусу радіоактивним сірчаником.
+Мутації можуть мати різноманітні ефекти в залежності від типу мутації, важливості відповідного фрагмента генетичного матеріалу та того, чи впливають мутації на клітини-представники покоління.
+Только мутації в зародкових клітинах можуть бути передані дітям, тоді як мутації в інших клітинах можуть спричинити клітинну смерть або рак.
+Туризм, пов'язаний з природою, приваблює тих, хто цікавиться відвідуванням природних районів з метою насолоджуватися пейзажами, включаючи рослинний і тваринний світ.
+Прикладами дій на місці є полювання, рибалка, фотографування, спостереження за птахами, відвідування парків і вивчення інформації про екосистему.
+Наприклад, відвідування, фотографування та ознайомлення з органамитунгами в Борнео.
+Кожного ранку люди виїжджають з маленьких містечок на свої робочі місця на автомобілях, і їх проїжджають інші, які їдуть на роботу до того місця, з якого ті щойно виїхали.
+У цьому динамічному транспортному шаттлі кожен якось пов'язаний і підтримує транспортну систему на основі приватних автомобілів.
+Наразі наука вказує на те, що ця масштабна карбонова економіка вивела біосферу з одного з її стабільних станів, який підтримував еволюцію людини протягом останніх двох мільйонів років.
+Кожен бере участь у житті суспільства і користується транспортною системою. Більшість людей скаржиться на транспортну систему.
+У розвинених країнах ви не часто чуєте схожі жалоби на якість води або руйнування мостів.
+Чому транспортні системи викликають таку кількість скарг, чому вони виходять з ладу щодня? Чи транспортні інженери просто некомпетентні? Чи щось більш фундаментальне відбувається?
+Дослідженням руху окремих водіїв та транспортних засобів між двома точками і взаємодією між ними займається Traffic Flow.
+На жаль, вивчати транспортний потік складно, оскільки поведінку водіїв не можна прогнозувати з абсолютною впевненістю.
+На щастя, водії тенденцію дотримуватися приблизно постійного діапазону; тому потоки транспорту тенденцію дотримуватися приблизно постійного діапазону і можуть бути приблизно представлені математично.
+Щоб краще відобразити потік, між трьома основними характеристиками було встановлено відношення: (1) потік, (2) густота, (3) швидкість.
+Ці відносини допомагають у плануванні, проектуванні та експлуатації доріжних споруд.
+Першими тваринами, що полетіли, були комахи. Уміння літати допомогло їм легше уникати від ворогів, швидше знаходити їжу та партнерів для розмноження.
+Більшість комах мають перевагу в тому, що можуть складати крила назад по спині.
+Це дає їм більш широкий діапазон місць, де вони можуть сховатися від хижаків.
+Сьогодні лише стрибалки та жуки-комарі не можуть повертати свої крила назад.
+Тисячі років тому чоловік на ім'я Аристарх заявив, що Сонячна система рухається навколо Сонця.
+Деякі люди вважали, що він був правий, але багато людей вважали протилежне; що Сонячна система обертається навколо Землі, включаючи Сонце (а навіть інші зірки).
+Це видається розумним, адже Земля не відчуває, що рухається, чи ні?
+Амазонка — другий за довжиною і найбільший річковий потік на Землі. Він переносить більше води, ніж другий за величиною річковий потік.
+Амазонка також є найширшою річкою на Землі, іноді її ширина досягає шести миль.
+Все 20 відсотків води, що стікає з річок планети в океани, припадає на Амазонку.
+Главна річка Амазонка має довжину 6387 км (3980 миль). Вона збирає воду з тисяч менших річок.
+Хоча будівництво пірамід із каменю тривало до кінця Стародавнього царства, піраміди в Гізі ніколи не були перевершені за своїми розмірами та технічною досконалістю будівництва.
+Стародавні єгиптяни Нового царства дивувалися пам'ятникам своїх попередників, які тоді вже перевалили за тисячу років.
+Населення Ватикану становить приблизно 800 осіб. Це найменша незалежна країна у світі та країна з найнижчим населенням.
+Ватикан використовує італійську мову в своїй законодавстві та офіційних комунікаціях.
+Італійська також є повсякденною мовою, якою користуються більшість тих, хто працює в державних установах, тоді як латина часто використовується в релігійних церемоніях.
+Усі мешканці Ватикану є римо-католиками.
+Люди знали про основні хімічні елементи, такі як золото, срібло та мідь, з давніх часів, оскільки їх можна знайти в природі в рідкому вигляді і вони відносно просто добуваються з використанням примітивних інструментів.
+Філософ Аристотель стверджував, що все складається з суміші одного або декількох з чотирьох елементів: землі, води, повітря та вогню.
+Це було більше схоже на чотири стані матерії (у тому ж порядку): твердий, рідкий, газ і плазма, хоча він також теоретизував, що вони перетворюються на нові речовини, щоб утворити те, що ми бачимо.
+Сплав – це в основному суміш двох або більше металів. Не забувайте, що на періодичній таблиці є багато елементів.
+Елементи, такі як кальцій та калій, вважаються металами. Звичайно, також є метали, такі як срібло та золото.
+Також можна використовувати сплави, які містять невеликі кількості неметалевих елементів, таких як вуглець.
+Все в Всесвіті складається з матерії. Всі матерії складаються з дрібних частинок, які називаються атомами.
+Атоми так неймовірно маленькі, що трильйони з них можуть вміститися в кінцевій точці цього речення.
+Таким чином, ця ручка була хорошим другом багатьох людей, коли вона вийшла.
+На жаль, з поширенням нових способів письма карандаш потрапив у меншу міру використання.
+Люди тепер пишуть повідомлення на екранах комп'ютерів, ніколи не наближаючись до наждака.
+Можна лише дивуватися, що станеться з клавіатурою, коли з'явиться щось нове.
+Принцип дії ядерної бомби полягає в тому, що для того, щоб зібрати ядро з багатьох протонів і нейтронів, потрібна енергія.
+Це схоже на те, як тягати важкий візок по горі. Розділення ядра знову вивільняє деяку з цієї енергії.
+Деякі атоми мають нестабільні ядра, що означає, що вони схильні розпадатися під впливом малої або ж взагалі ніякої енергії.
+Поверхня Місяця складається з каменів і пилу. Наружний шар Місяця називається корою.
+На ближній стороні толщина кори становить приблизно 70 км, на дальній – 100 км.
+Вона тонша під морями і товстіша під високогір'ями.
+На ближній стороні можуть бути більше марій, оскільки кора тонша. Лава легше піднімалася до поверхні.
+Теорії вмісту зосереджені на тому, щоб знайти те, що змушує людей діяти чи привертає їхню увагу.
+Ці теорії стверджують, що люди мають певні потреби та/або бажання, які внутрішнізу формуються під час дорослішання.
+Ці теорії вивчають те, що робить певних людей такими, якими вони є, і те, що в їхньому середовищі змушує їх робити або не робити певні речі.
+Дві популярні теорії контенту — Теорія ієрархії потреб Маслоу та Теорія двох факторів Герцберга.
+Загалом, дві поведінки можуть виникнути, коли менеджери починають керувати своїми колишніми колегами. Один кінець спектра – спроба залишатися «одним з них» (або «однією з них»).
+Ця категорія менеджерів має труднощі з прийняттям непопулярних рішень, виконанням дисциплінарних дій, оцінкою результатів, призначенням відповідальності та притягненням до відповідальності.
+На іншому кінці спектра люди перетворюються на невизначену особистість, яка відчуває, що повинна змінити все, що робила команда, і зробити це своїм.
+Після всього, лідер відповідає за успіхи та невдачі команди.
+Ця поведінка часто призводить до розривів між лідерами та рештою команди.
+Для віртуальних команд застосовуються ті самі стандарти досконалості, що і для традиційних команд, але є деякі відмінності.
+Часто члени віртуальної команди виконують функцію зв'язку з їхньою фізичною групою.
+Вони часто мають більшу автономію, ніж традиційні члени команди, оскільки їхні команди можуть зустрічатися в різних часовых поясах, які можуть не бути зрозумілими для їхнього місцевого керівництва.
+Присутність справжнього «невидимого колективу» (Larson та LaFasto, 1989, с. 109) також є унікальним компонентом віртуальної команди.
+«Невидима команда» – це керівний склад, до якого кожен член звітує. «Невидима команда» встановлює стандарти для кожного члена.
+Чому організація хоче пройти трудоємкий процес створення навчальної організації? Однією з цілей впровадження концепцій організаційного навчання є інновації.
+Коли всі доступні ресурси ефективно використовуються в функціональних підрозділах організації, може виникнути креативність і винахідливість.
+Як наслідок, процес спільної роботи організації, спрямований на подолання перешкоди, може призвести до нового інноваційного процесу, спрямованого на задоволення потреб клієнта.
+Перед тим, як організація може бути інноваційною, лідери повинні створити культуру інновацій, а також спільне знання та організаційне навчання.
+Ангел (2006) пояснює підхід Continuum як метод, який допомагає організаціям досягати більш високого рівня продуктивності.
+Нейробіологічні дані забезпечують фізичне підтвердження теоретичного підходу до вивчення когнітивних процесів. Тому вони сужають область дослідження і роблять її набагато точнішою.
+Кореляція між патологією мозку та поведінкою підтримує науковців у їхніх дослідженнях.
+Довгий час відомо, що різні види пошкоджень мозку, травми, ураження та опухолі впливають на поведінку і викликають зміни в деяких психічних функціях.
+Розвиток нових технологій дає нам можливість бачити та досліджувати структури та процеси мозку, які раніше ніколи не бачили.
+Це дає нам багато інформації та матеріалу для створення симуляційних моделей, які допомагають нам зрозуміти процеси в нашому розумі.
+Хоча AI має сильну коннотацію наукової фантастики, AI є дуже важливою гілкою комп'ютерних наук, яка займається поведінкою, навчанням та інтелектуальною адаптацією машини.
+Дослідження в сфері штучного інтелекту включають створення машин для автоматизації завдань, які вимагають інтелектуальної поведінки.
+Прикладами є контроль, планування та розкладка, здатність відповідати на діагнози та запитання клієнтів, а також розпізнавання рукописного тексту, голосу та обличчя.
+Такі речі стали окремими дисциплінами, які зосереджені на вирішенні реальних життєвих проблем.
+Система штучного інтелекту зараз часто використовується в таких галузях, як економіка, медицина, інженерна справа та військове мистецтво, а також в декількох домашніх комп'ютерних і відеоіграх.
+Екскурсії є важливою частиною будь-якого уроку. Багато вчителів хотіли б взяти своїх учнів до місць, до яких не можна дістатися на автобусі.
+Технології пропонують рішення у вигляді віртуальних екскурсій. Учасники курсу можуть подивитися на музейні експонати, відвідати акваріум або полюбоватися красивими творами мистецтва, сидячи разом із своїм класом.
+Онлайн-передача результатів екскурсії також є чудовою можливістю розповісти про поїздку та поділитися досвідом з майбутніми класами.
+Наприклад, кожного року студенти з Беннетської школи в Північній Кароліні створюють вебсайт про свою подорож до столиці штату, кожного року вебсайт перероблюється, але старі версії залишаються онлайн, щоб служити альбомчиком.
+Блоги можуть також допомогти у поліпшенні навичок письма у студентів. Хоча студенти часто починають свій досвід ведення блогу з неправильної граматики та орфографії, наявність аудиторії зазвичай змінює це.
+Оскільки студенти часто є найкритичнішою аудиторією, блогер намагається покращити написання, щоб уникнути критики.
+Також блогінг "примушує студентів ставати розумнішими щодо світу навколо них". Необхідність зацікавити аудиторію стимулює студентів бути розумними та цікавими (Toto, 2004).
+Блогінг – це інструмент, який стимулює співпрацю і заохочує студентів продовжувати навчання за межами традиційного шкільного дня.
+Правильне використання блогів "можливо допомогти студентам стати більш аналітичними та критичними; через активну реакцію на інтернет-матеріали, студенти можуть визначити свою позицію в контексті інших текстів, а також визначити власні погляди на конкретні проблеми (Oravec, 2002).
+Оттава — чарівне двомовне столице Канади, яке пропонує величезну кількість галерей та музеїв, що демонструють минуле та сьогодення Канади.
+Далі на південь – водоспади Ніагара, а на північ – недоторкана природна краса Мускоки та за її межами.
+Всі ці речі та багато іншого виділяють Онтаріо як щось, що вважається абсолютно канадським зовнішніми спостерігачами.
+На більш північних територіях проживає небагато людей, а деякі райони майже безлюдні.
+Для порівняння, яке багато хто вражає: в США проживає більше афроамериканців, ніж у Канаді громадян.
+Острови Східної Африки знаходяться в Індійському океані біля східного узбережжя Африки.
+Мадагаскар є найбільшим, і є континентом самим по собі, коли йдеться про дику природу.
+Більшість менших островів є незалежними державами або пов'язані з Францією і відомі як пляжні курорти класу люкс.
+Араби також принесли іслам на ці території, і він значно поширився в Коморських островах і Майотті.
+Європейське вплив та колоніалізм почалися в 15-му столітті, коли португальський дослідник Васко да Гама відкрив морський шлях з Європи до Індії.
+На півночі область обмежена Сахелем, на півдні та заході — Атлантичним океаном.
+Жінки: рекомендується, щоб жінки, які подорожують, заявляли, що вони одружені, незалежно від фактичного статусу.
+Також корисно носити кільця (але не те, що виглядає занадто дорогим.
+Жінкам слід усвідомити, що культурні відмінності можуть спричинити те, що вони вважатимуть переслідуванням, і це не є рідким явищем, коли за ними слідують, захоплюють за руку тощо.
+Будьте рішучими, коли відхиляєте чоловіків, і не бойтеся стояти на своїй позиції (культурні відмінності чи ні, це все одно недопустимо!).
+Сучасне місто Касабланка було засноване берберськими рибалками в 10-му столітті до нашої ери і використовувалося фінікійцями, римлянами та меренідцями як стратегічний порт під назвою Анфа.
+Португальці зруйнували його і відбудовували під назвою Casa Branca, але залишили після землетрусу 1755 року.
+Марокканський султан перебудував місто і назвав його Дару-л-Бадія, а іспанські торговці, які тут створили торгові бази, дали йому назву Касабланка.
+Касабланка є одним з найменш цікавих місць для шопінгу всього Марокко.
+Поблизу Старої Медіни легко знайти місця, де продають традиційні товари з Марокко, наприклад таджини, кераміку, шкіряні товари, кальяни, а також цілий спектр безцінностей, але все це для туристів.
+Гома — туристичне місто Демократичної Республіки Конго на крайньому сході поблизу Руанди.
+У 2002 році вулкан Ньярагонго викинув лаву, яка зруйнувала більшість вулиць міста, особливо центр.
+Хоча Гома досить безпечна, будь-які поїздки за межі Гоми потрібно досліджувати, щоб зрозуміти стан бойових дій, які тривають в провінції Північний Ківу.
+Місто також є базою для сходження на вулкан Ніраґонґо, а також є одним з найдешевих способів відслідковування гірських горил в Африці.
+Для пересування по Гомі можна використовувати бода-бода (мототакси). Нормальна (локалізована) ціна ~500 конголезьких франків за короткий маршрут.
+У зв'язку з його віддаленістю "Тімбукту" почали використовувати як метафору для екзотичних, віддалених земель.
+Сьогодні Тімбукту — це бідне місто, хоча його репутація робить його туристичною пам'яткою, і у ньому є аеропорт.
+У 1990 році він був включений до списку об'єктів Світової спадщини, що перебувають під загрозою, через загрозу пустельних піску.
+Це було одним з основних місць зупинки під час спеціального випуску PBS «Чудеса Африки» Генрі Луїса Гейтса.
+Місто сильно відрізняється від інших міст країни, оскільки має більше арабського колориту, ніж африканського.
+Національний парк Крюгер (КНП) знаходиться на північному сході Південної Африки і простягається уздовж кордону Мозамбіку на сході, Зімбабве на півночі та річки Крокодил на півдні.
+Парк займає площу 19,500 км² і поділений на 14 різних екозон, кожна з яких підтримує різну дику природу.
+Це один з основних туристичних об'єктів Південної Африки і вважається флагманом національних парків Південної Африки (SANParks).
+Як і в усіх національних парках Південної Африки, існує щоденний збір за охорону та вхід до парку.
+Також може бути корисним придбати дику картку, яка забезпечує вхід до одного з парків Південної Африки або до всіх національних парків Південної Африки.
+Острів Гонконг дає назву території Гонконгу і є місцем, яке багато туристів вважають основним центром.
+Парад будівель, які складають небосклон Гонконгу, порівнюють з блиском барного графіка, який стає очевидним завдяки присутності вод Вікторії-Харбор.
+Щоб побачити найкращі види на Гонконг, покиньте острів і рухніть до причалу Коулун на протилежному березі.
+Більшість міського розвитку Гонконгського острова щільно розташовані на рекультивованих землях уздовж північного узбережжя.
+Це місце, яке британські колонізатори вважали своїм, тому, якщо ви шукаєте свідчення про колоніальну історію території, це хороше місце для початку.
+Сундарбан — це найбільший прибережний мангровий пояс у світі, що тягнеться на 80 км (50 миль) углиб країн Бангладеш і Індії від узбережжя.
+Сундарбанс включено до списку Світової спадщини ЮНЕСКО. Частина лісу, що знаходиться на території Індії, має назву Національний парк Сундарбанс.
+Окрім мангрових болот, ліси включають деякі з останніх залишків могутніх джунглів, які колись покривали Гангську рівнину.
+Сундарбанс займають площу 3850 км², з яких приблизно третина припадає на водні/болотисті території.
+З 1966 року заповідник Сундарбан є притулком для диких тварин, і сьогодні тут проживає приблизно 400 бенгальських тигрів і близько 30 000 оленів.
+Автобуси відправляються з міжрайонного автовокзалу (на протилежному березі річки) протягом всього дня, хоча більшість, особливо ті, які прямують на схід та до Джекара/Бумтанга, відправляються між 06:30 та 07:30.
+Оскільки міжміські автобуси часто переповнені, рекомендується купити квиток за кілька днів до поїздки.
+Більшість районів обслуговуються маленькими японськими автобусами Coaster, які комфортні та надійні.
+Спільні такісі — це швидкий і комфортний спосіб подорожувати до сусідніх місць, таких як Паро (Nu 150) і Пунакха (Nu 200).
+Міст через річку Ояпок — канатний міст. Він з'єднує міста Ояпок в Бразилії та Сен-Жорж-де-л'Ояпок у Французькій Гвіані.
+Дві вежі піднімаються на висоту 83 метри, вони мають довжину 378 метрів і мають дві смуги шириною 3,50 м.
+Вертикальний просвіт під мостом становить 15 метрів. Будівництво було завершено в серпні 2011 року, але мост не відкрили для руху до березня 2017 року.
+Заплановано, що в вересні 2017 року міст буде повністю введено в експлуатацію, коли очікується завершення бразильських митних пунктів.
+Гуарані були найбільшою корінною групою, яка населяла сьогоднішній східний Парагвай, жили як напівкочівники-мисливці, а також практикували субсистенційне землеробство.
+Регіон Чако був домом для інших груп корінних племен, таких як гуайкуру та пайагуа, які виживали шляхом полювання, збирання та рибальства.
+У 16 столітті Парагвай, який раніше називався "Гігантською провінцією Індій", з'явився в результаті зустрічі іспанських завойовників з місцевими корінними групами.
+Іспанці почали період колонізації, який тривав три століття.
+З моменту заснування Асунсьйона в 1537 році Парагвай вдалося зберегти багато свого корінного характеру та ідентичності.
+Аргентина відома тим, що має одну з найкращих команд і гравців у поло у світі.
+Найбільший турнір року відбувається у грудні на полях для поло в Лас-Каньїтас.
+Тут також можна побачити менші турніри та матчі в інших періодах року.
+Щоб дізнатися новини про турніри та де можна купити квитки на матчі поля, перейдіть на вебсайт Asociación Argentina de Polo.
+Офіційною валютою Фолклендських островів є фолклендський фунт (FKP), вартість якого дорівнює британському фунту стерлінгів (GBP).
+Гроші можна обміняти в єдиному банку на островах, що знаходиться в Стенлі поруч із магазином FIC West.
+Британські фунти стерлінгів зазвичай приймаються будь-де на островах, а також кредитні карти та долари Сполучених Штатів.
+На віддалених островах, ймовірно, не приймуть кредитні карти, хоча валюту Великобританії та Сполучених Штатів можуть прийняти; уточнюйте у власників заздалегідь, щоб дізнатися, які способи оплати приймаються.
+Приблизно неможливо обміняти валюту Фолклендських островів за межами островів, тому обміняйте гроші перед виїздом з островів.
+Оскільки Монтевідео знаходиться південніше екватора, там літо, коли в Північній півкулі зима, і навпаки.
+Монтевідео знаходиться у субтропіках; влітку температура може досягати +30°C.
+Зима може бути обманчиво холодною: температура рідко опускається нижче нуля, але вітер і вологість комбінуються, щоб зробити її холоднішою, ніж показує термометр.
+Немає особливих сезонів дощів та сухих сезонів: кількість опадів приблизно однакова протягом року.
+Хоча багато тварин у парку звикли бачити людей, дика природа все одно залишається дикою і не повинна бути годувана або турбувана.
+Згідно з даними адміністрації парку, будь-які контакти з ведмедями та волками мають відбуватися на відстані не менше 100 ярдів/метрів, а з усіма іншими дикими тваринами – на відстані не менше 25 ярдів/метрів!
+Будь-які великі тварини можуть напасти, навіть якщо вони виглядають добродушно.
+Кожного року десятки відвідувачів отримують травми через те, що вони не утримували відповідну відстань. Ці тварини великі, дикі та потенційно небезпечні, тому давайте їм свій простір.
+Крім того, зверніть увагу, що запахи приваблюють медведів та інших диких тварин, тому уникайте носіння або приготування запашних продуктів, а також утримуйте свій табір чистим.
+Апіа — столиця Самоа. Місто розташоване на острові Уполу і має населення близько 40 000.
+Апіа був заснований у 1850-х роках і є офіційною столицею Самоа з 1959 року.
+У 1889 році сім кораблів з Німеччини, США та Великобританії відмовилися залишати порт.
+Всі кораблі були потоплені, окрім одного британського крейсера. Загинуло майже 200 американців і німців.
+Під час боротьби за незалежність, організованої рухом Мау, мирний мітинг у місті закінчився вбивством верховного вождя Тупуа Тамасесе Леалофі III.
+У місті є багато пляжів, оскільки Окленд опирається на два порти. Найпопулярнішими є пляжі в трьох районах.
+Пляжі Північного узбережжя (район Норт-Гарбор) на Тихоокеанському океані простягаються від Лонг-Бей на півночі до Девонпорта на півдні.
+Більшість з них – піщані пляжі з безпечним купанням, і більшість мають захист від сонця, забезпечений деревами pohutukawa.
+Пляжі Тамакі-Драйв знаходяться в гавані Вайтемата, в престижних передмістях Міссіон-Бей і Сент-Гелієрс в центральному районі Окленда.
+Це іноді дуже заповнені сімейні пляжі з добрим асортиментом магазинів вздовж берега. Плавання безпечне.
+Головний місцевий пиво "Номер Один", це не складний пиво, але приємний і охладжуючий. Інший місцевий пиво називається "Манта".
+Є багато французьких вин, але вина з Нової Зеландії та Австралії можуть подорожувати краще.
+Місцева питна вода абсолютно безпечна для пиття, але бутилкова вода легко знайти, якщо ви боїтеся.
+Австралійцям ідея кофе «флат уайт» незнайома. Короткий чорний кофе називається «еспрессо», капучино подається з густою сливкою (а не пенкою), а чай подається без молока.
+Гарячий шоколад відповідає бельгійським стандартам. Фруктові соки дорогі, але відмінні.
+Багато подорожей до рифу відбуваються протягом усього року, і травми, спричинені будь-якою з цих причин на рифі, рідкісні.
+Проте звертайтеся за порадою до органів влади, дотримуйтеся всіх позначок та уважно відноситесь до попереджень про безпеку.
+Морські медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи медузи меду
+Акули існують, однак вони рідко нападають на людей. Більшість акул бояться людей і відпливуть.
+Морські крокодили не активно живуть в океані, їх основне місце проживання – річкові дельти на північ від Рокгемптона.
+Рання резервація дає мандрівникам спокій, що вони матимуть де спати, коли доїдуть до місця призначення.
+Туристичні агенти часто мають угоди з конкретними готелями, хоча ви можете знайти можливість забронювати інші форми проживання, наприклад кемпінги, через туристичного агента.
+Туристичні агенти зазвичай пропонують пакети, які включають сніданок, організацію транспорту до/з аеропорту або навіть комбінацію польоту та проживання в готелі.
+Вони також можуть утримувати резервацію для вас, якщо вам потрібно час, щоб подумати про пропозицію або отримати інші документи для вашого напрямку (наприклад, візу).
+Проте будь-які зміни або запити мають бути здійснені через туристичного агента, а не безпосередньо з готелем.
+Для деяких фестивалів більшість відвідувачів музичних фестивалів вирішують таборитись на місці, і більшість відвідувачів вважають це невід'ємною частиною досвіду.
+Якщо ви хочете бути близько до дій, вам потрібно буде прийти рано, щоб отримати місце для кемпінгу біля музики.
+Пам'ятайте, що хоча музика на головних сценах може закінчитися, в деяких місцях фестивалю музика буде грати до пізньої ночі.
+Деякі фестивалі мають спеціальні місця для сімей з маленькими дітьми.
+Якщо перетинаєте Північне Балтійське море взимку, перевірте розташування кабіни, оскільки прохід по льоду викликає досить неприємні звуки для тих, хто найбільше постраждає.
+Маршрути круїзів Санкт-Петербургом включають перебування в місті. Пасажири круїзів звільняються від вимог щодо візи (перевірте умови).
+Казино зазвичай роблять багато зусиль, щоб максимально скористатися часом та коштами, витраченими відвідувачами. Окна та годинники зазвичай відсутні, а виходи важко знайти.
+Вони зазвичай пропонують особливу їжу, напої та розваги, щоб утримати гостей у хорошій настрій та утримати їх на території.
+Деякі локації пропонують алкогольні напої безкоштовно. Однак алкоголь впливає на судження, і всі хороші гравці знають, як важливо залишатися трезвими.
+Усі, хто планує їздити на високих широтах або через гірські перевали, повинні враховувати можливість снігу, льоду або низьких температур.
+На льодяних і сніжних дорогах зчеплення низьке, і ви не можете їхати так, як якби ви їхали по гладкому асфальту.
+Під час снігопаду може випасти достатньо снігу, щоб ви застрягли, дуже швидко.
+Відсутність видивості також може бути викликана снігом, що падає або дує, конденсацією або льодом на вікнах транспортного засобу.
+З іншого боку, льодові та сніжні умови є нормальними у багатьох країнах, і рух транспорту в основному не переривається протягом усього року.
+Сафари, можливо, є найбільшим туристичним приваблювачем в Африці, і вони приваблюють багатьох відвідувачів.
+У популярному використанні слово "сафари" означає подорож по суші, щоб побачити дивовижну дику природу Африки, особливо саванну.
+Деякі тварини, наприклад слони та жирафи, схильні наближатися до автомобілів, і стандартне обладнання дозволить хорошо побачити.
+Іноді лев, гепард і леопард ховаються, і тоді їх краще побачити через бінокль.
+Прогулянкова сафарі (також її називають «пішою прогулянкою», «пішою сафарі» або «пішою прогулянкою») складається з пішої прогулянки, яка може тривати декілька годин або декілька днів.
+Паралімпійські ігри пройдуть з 24 серпня по 5 вересня 2021 року. Деякі події відбудуться в інших місцях Японії.
+Токіо буде єдиним азіатським містом, яке приймало два літні Олімпійські ігри, оскільки в 1964 році воно приймало ігри.
+Якщо ви забронювали рейси та житло на 2020 рік до оголошення перенесення, у вас може виникнути складна ситуація.
+Правила відміни різняться, але наприкінці березня більшість правил відміни, пов'язаних з коронавірусом, не поширювалися на липень 2020 року, коли Олімпійські ігри мали відбутися.
+Очікується, що більшість квитків на події коштуватимуть від 2500 до 130 000 ієн, а типові квитки коштуватимуть приблизно 7000 ієн.
+Прибирання мокрого одягу може допомогти йому просохнути. Багато готелів надають в оренду іргун і дошку для нього, навіть якщо їх немає в кімнаті.
+Якщо у вас немає пральної дошки, або вам не подобається носити підігнуті носки, ви можете спробувати використати фен, якщо він у вас є.
+Будьте обережні, щоб тканина не стала надто гарячою (це може спричинити зменшення розміру, або в крайньому випадку спалини).
+Існують різні способи очищення води, деякі з них більш ефективні проти конкретних загроз.
+У деяких районах достатньо кип'ятить воду одну хвилину, в інших кілька хвилин потрібно.
+Фільтри різняться за ефективністю, і якщо у вас є побоювання, то вам слід купувати воду у герметичній бутлі від надійної компанії.
+Мандрівники можуть зіткнутися з тваринами-шкідниками, з якими вони не знайомі в своїх рідних регіонах.
+Шкідливі організми можуть знищувати їжу, викликати роздрайованість або, у найгіршому випадку, викликати аллергічні реакції, розповсюджувати отруту або передавати інфекції.
+Самі інфекційні хвороби або небезпечні тварини, які можуть травмувати або вбити людей силою, як правило, не вважаються шкідливими.
+Шопінг без мита – це можливість придбати товари, звільнені від мита та акцизів, в певних місцях.
+Мандрівники, які відправляються в країни з високими податками, можуть іноді зберегти значну суму коштів, особливо на товарах, таких як алкогольні напої та сигари.
+Дорога між містечками Маріон та Фермонт є найскладнішою ділянкою шосе між Буффало та Піттсбургом, що часто проходить через віддалену місцевість.
+Якщо ви не звикли їздити по сільських дорогам, будьте обережні: на них переважають круті схили, вузькі смуги та різкі повороти.
+Максимальна швидкість, встановлена на цьому відрізку, значно нижча, ніж на попередніх і наступних відрізках — зазвичай 35–40 миль на годину (56–64 км/год) — і дотримання її є ще більш важливим, ніж в інших місцях.
+Однак цікаво, що покриття мобільної мережі тут набагато сильніше, ніж на багатьох інших ділянках маршруту, наприклад, у Пенсильванському дикому краї.
+Німецькі вироби з тіста досить гарні, і в Баварії вони досить багаті і різноманітні, схожі на вироби їхнього південного сусіда, Австрії.
+Фруктові пиріжки є досить поширеними, особливо взимку готують пиріжки з яблуками, а влітку – з чорниці та слив.
+Багато видів німецької випічки містять арахис, фундук та інші насіння дерев. Популярні торти часто добре підходять до чашки сильного кофе.
+Якщо ви шукаєте маленькі, але багаті на смак вироби, спробуйте, що залежить від регіону називають Берлінерами, Пфанкенухенами або Краффенами.
+Курі — це страва, створена на основі травок та спецій, з додаванням м'яса або овочів.
+Карі може бути як «сухим», так і «мокрим», в залежності від кількості рідини.
+У внутрішніх районах Північної Індії та Пакистану йогурт зазвичай використовується для приготування карі; у Південній Індії та деяких інших прибережних районах субконтиненту зазвичай використовується кокосовий молок.
+З 17 000 острівів, доступних для вибору, індонезійська кухня є загальним терміном, що охоплює величезну різноманітність регіональних кухонь, поширених по всій країні.
+Але, якщо термін використовується без будь-яких додаткових позначень, він зазвичай означає їжу, яка походить із центральних і східних частин головного острова Ява.
+Сьогодні яванська кухня широко доступна на всій території архіпелагу. Вона включає в себе широкий асортимент простих сезонних страв, основними приправами яких є фундук, чилі, цукор (особливо яванський кокосовий цукор) та різноманітні ароматичні спеції.
+Стірропи — це підпорки для ніг вершника, які висять по обидві сторони від седла.
+Вони забезпечують більшу стабільність для райдера, але можуть викликати занепокоєння з причини того, що ноги райдера можуть застрягнути в них.
+Якщо вершника викинуло з коня, але його ніжка застрягла в петлі, він може бути тягнутим, якщо кінь тікатиме. Щоб зменшити цей ризик, можна прийняти ряд заходів з безпеки.
+Спочатку більшість вершників носили сапоги для верхової їзди з каблуком і гладкою, досить вузькою, підошвою.
+Далі, деякі седла, особливо англійські седла, мають захисні бар'єри, які забезпечують, щоб шпора випала з седла, якщо верховий кінь впаде назад.
+Долина Кочамо – головне місце для альпінізму в Чилі, відома як Йосеміті Південної Америки, з різноманітними величезними стінами та скелями з граніту.
+На вершинах можна побачити вражаючі види, а альпіністи з усіх куточків світу постійно відкривають нові маршрути серед нескінченних можливостей стін.
+Гірськолижний спорт, який включає в себе лижний спорт та сноубординг, є популярним видом спорту, під час якого ви спускаєтесь по сніжному рельєфу на лижах або сноуборді, прикріплених до ваших ніг.
+Лижний спорт – одна з основних видів активного відпочинку з великою кількістю ентузіастів, які іноді називаються «лижними бомжами», планують цілі відпустки навколо лижного спорту в конкретному місці.
+Ідея лижного спорту дуже давня — печерні малюнки, на яких зображені лижники, датуються 5000 роком до н. е.!
+Спортивний спуск на лижах сягає принаймні 17-го століття, а в 1861 році перший рекреаційний лижний клуб було відкрито норвежцями в Австралії.
+Туризм на лижах: цей вид активності також називається лижним туризмом, лижним туризмом або лижним туризмом.
+Він пов'язаний з альпійським стилем туризму на лижах, але зазвичай не включає альпінізм, який виконується на крутому рельєфі і вимагає більш жорстких лиж і ботинок.
+Думайте про маршрут для лижного туризму як про маршрут для пішої прогулянки.
+У хороших умовах ви зможете пройти дещо більше дистанцій, ніж при ходьбі, але дуже рідко ви зможете досягти швидкості лижних перегонів без важкого рюкзака по підготовленій трасі.
+Європа – це континент, який є відносно невеликим, але має багато незалежних країн. У нормальних обставинах подорож через декілька країн означає, що потрібно проходити візові процедури та паспортний контроль декілька разів.
+При цьому Шенгенська зона працює дещо як одна країна в цьому плані.
+Якщо ви перебуваєте в цьому районі, зазвичай ви можете перетинати кордон без перетинання пунктів контролю паспортного контролю знову.
+Також, якщо у вас є віза Шенген, вам не потрібно подавати заявки на візи в кожну з країн-членів Шенгену окремо, тобто ви економите час, гроші та документи.
+Немає універсального визначення того, які вироби є антиквариатом. Деякі митні служби вважають антиквариатом товари старше 100 років.
+Це визначення має географічні варіації, де віковий поріг може бути коротшим у таких місцях, як Північна Америка, порівняно з Європою.
+Рукоробні товари можуть вважатися антиквариатом, хоча вони молодші за аналогічні товари масового виробництва.
+Рибальство є важливим джерелом доходу для саамів і культура навколо торгівлі важлива також для багатьох інших професій.
+Навіть традиційно, однак, не всі саами брали участь у великомасштабному розведенні оленів, а жили за рахунок рибальства, полювання та подібного, використовуючи оленів переважно як тяглову силу.
+Сьогодні багато саамів працюють у сучасних промислах. Туризм є важливим джерелом доходу в Сапмі, саамському районі.
+Хоча це слово широко використовується, особливо неромані, воно часто розглядається як ображаюче через асоціації з негативними стереотипами та неточним сприйняттям романі.
+Якщо країна, яку ви плануєте відвідати, потрапить під попередження щодо подорожей, це може вплинути на вашу страховку здоров'я під час подорожей або страховку від скасування поїздки.
+Також ви можете звернутися за порадою до урядів інших країн, але їхні поради розраховані на їхніх громадян.
+Наприклад, американські громадяни на Близькому Сході можуть зіткнутися з іншими ситуаціями, ніж європейці або араби.
+Попередження – це лише короткий огляд політичної ситуації в одній країні.
+Представлені погляди часто короткі, загальні та упрощені порівняно з більш детальною інформацією, доступною в інших місцях.
+Сильні погодні явища — це загальний термін для будь-якого небезпечного погодного явища, яке може спричинити шкоду, серйозні соціальні порушення або втрату життів.
+Сильні погодні явища можуть бути будь-де у світі, і є різні їх види, які можуть залежати від географії, рельєфу та атмосферних умов.
+Сильні вітри, град, надмірні опади, лісові пожежі — це форми та наслідки сильної погоди, так само як і грози, торнадо, водяні вихри та циклони.
+Регіональні та сезонні сильні погодні явища включають бурани, сніжні бурани, льодові бурани та бурани пилу.
+Пасажирам рекомендується уважно стежити за будь-якими погодними умовами, які можуть вплинути на їхню місцевість, оскільки вони можуть вплинути на будь-які поїздки.
+Кожному, хто планує відвідати країну, яка може бути віднесена до зони бойових дій, потрібно пройти професійну підготовку.
+Пошук в Інтернеті на «Курс підготовки до роботи в небезпечних умовах», ймовірно, забезпечить адресу місцевої компанії.
+Курс зазвичай охоплює всі проблеми, обговорені тут, набагато більш детально, як правило, з практичним досвідом.
+Курс зазвичай триває 2–5 днів і включає в себе імітацію бойових дій, багато першої допомоги та іноді навчання користуватися зброєю.
+Книги та журнали, присвячені виживанню в дикій природі, є досить поширеними, але публікації, присвячені зонам бойових дій, є рідкісними.
+Плануючи операцію зі зміни статі за кордоном, мандрівники повинні переконатися, що у них є дійсні документи для повернення.
+Готовність урядів видавати паспорти без вказування статевої приналежності (X) або документи, які відповідають прізвищу та статевій приналежності, варіює.
+Співчутливість іноземних урядів до цих документів також дуже варіативна.
+Після 11-го вересня 2001-го року обшуки на контрольних пунктах безпеки стали набагато більш інвазивними.
+Перед операцією трансгендери не повинні очікувати, що їх приватність та гідність залишаться непорушеними при проходженні сканерами.
+Ріп-стрими — це поверхневі потоки, що повертаються від хвиль, що розбиваються на березі, часто біля рифу або подібного.
+Завдяки підводній топології стік повертається до декількох глибших ділянок, де може утворитися швидкий стік до глибокої води.
+Більшість смертей відбуваються через виснаження, коли люди намагаються плавати назад проти течії, що може бути неможливим.
+Як тільки ви вийдете з течії, повертатися назад буде не складніше, ніж зазвичай.
+Можливо, ви спробуєте націлитися на місце, де вас не помітили знову, або, залежно від ваших навичок та того, чи помітили вас, ви можете чекати на допомогу.
+Відновлення після повернення додому відбувається швидше, ніж культурний шок (у нього менше фази медового місяця), триває довше та може бути більш серйозним.
+Мандрівники, які легко адаптувалися до нової культури, іноді особливо важко повертаються до своєї рідної культури.
+Повернувшись додому після життя за кордоном, ви адаптувалися до нової культури і втратили деякі звички з культури свого дому.
+Коли ви вперше виїжджали за кордон, люди, ймовірно, були терплячими та розуміючими, оскільки подорожувачі в новій країні повинні адаптуватися.
+Можливо, люди не очікують, що терпіння та розуміння також потрібні пасажирам, які повертаються додому.
+Шоу звуку та світла в піраміді — одна з найцікавіших речей для дітей в цьому районі.
+Можна побачити пірамиди в темноті, і можна побачити їх у тиші перед початком шоу.
+Зазвичай тут завжди звучить шум туристів і торговців. Історія звуку і світла – це просто історія з книжки.
+Сфинкс стає фоном і оповідачем довгої історії.
+Сцени відображаються на пірамідах, а різні піраміди освітлюються.
+Південні Шетландські острови, відкриті в 1819 році, претендують кілька країн і мають найбільше баз, з шістнадцяти активних у 2020 році.
+Архіпелаг знаходиться на 120 км на північ від півострова. Найбільшим є острів Короля Георга з поселенням Вілла-Лас-Естрельяс.
+До інших островів відносяться Лівінгстон і Децепшн, де затоплена кальдера активного вулкана створює вражаючу природну гавань.
+Регіон Елсворт Ленд знаходиться на південь від півострова, межує з Беллінгсгаузенським морем.
+Гори півострова тут зливаються з плато, а потім знову з'являються, утворюючи 360 км ланцюг Елсвортських гір, розділений льодовиком Міннесота.
+Найвищі гори Антарктики знаходяться в Північній частині або Сентинельському хребті, найвища з них — гора Вінсон, висота якої становить 4892 м.
+У віддалених місцях, де немає покриття мобільних мереж, сателітний телефон може бути єдиним варіантом.
+Сателітний телефон зазвичай не є альтернативою мобільному телефону, оскільки для того, щоб зробити телефонний дзвінок, ви повинні бути на відкритому повітрі з добрим видом на сателіт.
+Ця послуга часто використовується судами, включаючи рекреаційні судна, а також експедиціями, які мають потребу в даних та голосових зв'язках.
+Ваш місцевий постачальник телефонних послуг повинен бути в змозі надати більше інформації про підключення до цього сервісу.
+Стає все більш популярним варіантом для тих, хто планує рік перерви, подорожувати та навчатися.
+Це особливо популярно серед випускників шкіл, які можуть взяти рік перерви перед університетом, не порушуючи своєї освіти.
+У багатьох випадках вступ на курси після школи за кордоном може насправді покращити ваші шанси на отримання вищої освіти у вашій рідній країні.
+Зазвичай для вступу в ці освітні програми потрібно буде оплатити навчальний збір.
+Фінляндія – чудовий напрямок для плавання. «Земля тисячі озер» має тисячі островів і на озерах, і в прибережних архіпелагах.
+У архіпелагах і озерах яхта вам не обов'язкова.
+Хоча прибережні архіпелаги та найбільші озера дійсно достатньо великі для будь-якого яхти, менші човни або навіть каяки пропонують інший досвід.
+Яхтинг є національним заняттям у Фінляндії, і на кожних сім або вісім людей припадає одна яхта.
+Це пов'язане з Норвегією, Швецією та Новою Зеландією, але в іншому це дуже унікальне (наприклад, у Нідерландах це один до сорока).
+Більшість особливих круїзів Балтійським морем включають тривале перебування в Санкт-Петербурзі, Росія.
+Це означає, що ви можете відвідати історичне місто протягом двох повних днів, а вночі спати на кораблі.
+Якщо ви тільки виходите на берег, використовуючи екскурсії на борту корабля, вам не потрібна окрема віза (з 2009 року).
+Деякі круїзи включають Берлін, Німеччина, у брошурах. Як ви бачите на карті, Берлін знаходиться далеко від моря, і відвідування міста не входить у вартість круїзу.
+Літати на літаку може бути страшним досвідом для людей будь-якого віку та походження, особливо якщо вони раніше не літали або пережили травматичний досвід.
+Це не щось, за що потрібно стыдитися: це не відрізняється від особистих страхів і ненависті до інших речей, які мають дуже багато людей.
+Для деяких розуміння того, як працюють літаки, а також того, що відбувається під час польоту, може допомогти подолати страх, викликаний невідомим або відсутністю контролю.
+Кур'єрські компанії добре платять за швидку доставку. Часто час дуже важливий для бізнес-документів, товарів або запасних частин для термінового ремонту.
+На деяких маршрутах великі компанії мають власні літаки, але для інших маршрутів і менших компаній виникла проблема.
+Якщо вони відправляли товари повітрям, на деяких маршрутах це могло зайняти декілька днів, щоб пройти оформлення та митницю.
+Єдиний спосіб отримати його швидше — відправити його як багаж. Правила авіакомпанії не дозволяють відправляти багаж без пасажира, і тут ви можете допомогти.
+Очевидним способом полетіти в першому або бізнес-класі є витрата величезної суми грошей за це право (а ще краще, щоб ваша компанія це зробила за вас).
+Однак це не дешево: як приблизні правила, ви можете очікувати, що заплатите від двох до чотирьох разів більше, ніж за стандартний економний тариф, а за перший клас – від п'яти до одиннадцяти разів більше!
+Загалом, немає сенсу навіть шукати знижки на місця бізнес-класу або першого класу на прямих рейсах А-Б.
+Авіакомпанії добре знають, що є певна основна група пасажирів, які готові платити найвищими цінами за привілегії швидкого і комфортного перельоту, і стягують відповідно.
+Капіталом Молдови є Кішинев. Мова місцевого населення — румунська, але широко використовується російська.
+Молдова – республіка, що складається з декількох етнічних груп, що потерпають від етнічних конфліктів.
+У 1994 році цей конфлікт призвів до створення самопроголошеної республіки Трансністрія на сході Молдови, яка має власний уряд і валюту, але не визнається жодною країною-членом ООН.
+Економічні зв'язки були відновлені між цими двома частинами Молдови, незважаючи на провал політичних перемовин.
+Головна релігія в Молдові — православне християнство.
+Ізмір — третій за величиною місто в Туреччині з населенням близько 3,7 мільйона, другий за величиною порт після Стамбула та дуже хороший транспортний узел.
+Раніше це було давнє місто Смірна, тепер це сучасне, розвинуте та багатолюдне комерційне місто, розташоване навколо величезної бухти і оточене горами.
+Широкі бульвари, будівлі зі стеклянними фасадами та сучасні торгові центри розкидані традиційними черепичними дахами, ринком 18-го століття, старими мечетями та церквами, хоча атмосфера міста більше нагадує середземноморську Європу, ніж традиційну Туреччину.
+У селищі Галдарсвік ви можете побачити сусідній острів Ейстурой і побачити незвичайну восьмикутну церкву.
+На цвинтарі є цікаві мармурові скульптури голубів над деякими могилами.
+Варто пів години погуляти по цікавому селі.
+На північ і легко досягається романтичний і захоплюючий місто Сінтра, яке стало відомим іноземцям після того, як лорд Байрон описав його славу.
+Автобус Scotturb Bus 403 регулярно їде до Сінтри, зупиняючись на Кабо да Рока.
+Також у північній частині відвідайте величезний Санктуарій Божої Матері Фатіми (Санктуарій), місце, де відбувалися всесвітньо відомі з'явлення Богородиці.
+Пам'ятайте, що ви фактично відвідуєте місце масового поховання, а також місце, яке має майже невичислиме значення для значної частини населення світу.
+Живих людей, які пережили свій час тут, досі багато, а також багато тих, хто мав близьких, яких вбили або примушували до смерті тут, є і євреї, і неєвреї.
+Просимо вас ставитися до сайту з усією повагою, серйозністю та повагою, яку він заслуговує. Не робіть жартів про Голокост або нацистів.
+Не маркуйте та не царапайте графіті на структурах.
+Офіційними мовами Барселони є каталанська і іспанська. Близько половини жителів Барселони спілкуються каталанською, більшість з них її розуміють, і майже всі знають іспанську.
+Однак більшість знаків позначені лише каталанською, оскільки вона встановлена законом як перша офіційна мова.
+Однак іспанська також широко використовується в громадському транспорті та інших установах.
+Регулярні оголошення в метро робляться тільки каталанською, але непланованих перебоїв оголошує автоматична система різними мовами, в тому числі іспанською, англійською, французькою, арабською та японською.
+Парижани мають репутацію егоцентричних, грубих і нахабних.
+Хоча це часто є лише неточним стереотипом, найкращим способом вжитися в Парижі все одно є поведінка, яка нагадує поведінку «bien élevé» (добре вихованного). Це зробить ваше пересування набагато простішим.
+Агресивність парижан швидко зникне, якщо ви проявите деякі елементарні поважливість.
+Національний парк Плитвицькі озера дуже густо покритий лісом, переважно буковим, ялиновим і сосновим, і характеризується змішанням альпійської та середземноморської рослинності.
+Він характеризується значною різноманітністю рослинних спільнот, завдяки різноманітті мікрокліматичних умов, різним типам ґрунтів та різним рівням висоти.
+Тут також проживає величезна кількість різноманітних видів тварин і птахів.
+Там можна побачити рідкісні види фауни, таких як бурий медведь, волк, орла, сову, рисі, дику кошку та кабаргу, а також багато інших поширених видів.
+При відвідуванні монастирів жінкам потрібно носити юбки, що прикривають коліна, а також мати прикриті плечі.
+Більшість монастирів надають пов'язки жінкам, які приходять не підготовленими, але якщо ви принесете свою, особливо яскравого кольору, то отримаєте посмішку від ченця або черниці на вході.
+На тій самій лінії чоловіки повинні носити штани, що прикривають коліна.
+Це теж можна взяти в оренду біля входу, але одяг не миється після кожного користувача, тому ви можете не почуватися комфортно в цих сукнях. Один розмір підходить всім чоловікам!
+Кухня Майорки, як і кухня подібних зон Середземномор'я, базується на хлібі, овочах та м'ясі (особливо свиніні) та використовує оливкове масло.
+Простий популярний обід, особливо влітку, це Па ам Олі: хліб з оливковим маслом, помідором та будь-якими доступними приправами, наприклад, сиром, тунцем, тощо.
+Усі іменники, разом із словом Sie для вас, завжди починаються з великої літери, навіть у середині речення.
+Це важливий спосіб розрізнення деяких дієслів і предметів.
+Також, можливо, це робить читання простішим, хоча писання ускладнюється потребою дізнатися, чи використовується дієслово чи прикметник у субстантивованому варіанті.
+Вимова в італійській мові відносно проста, оскільки більшість слів вимовляються точно так, як їх пишуть.
+Основними буквами, на які потрібно звернути увагу, є "c" та "g", оскільки їх вимова залежить від наступної голосної.
+Також убезпечте, щоб ви вимовляли «р» і «рр» по-різному: caro означає «дорогий», тоді як carro означає «карета».
+Граматика перської мови відносно легка і в основному регулярна.
+Тому читання цього граматичного посібника допоможе вам знати багато про граматику перської мови і краще розуміти фрази.
+Очевидно, що якщо ви знаєте одну з романських мов, вам буде легше вивчати португальську.
+Однак люди, які трохи знають іспанську, можуть швидко зробити висновок, що португальська достатньо близька, щоб її не треба було вивчати окремо.
+Стародавні обсерваторії зазвичай вже не використовуються сьогодні, і залишаються як музеї або місця для навчання.
+Оскільки на той час світлове забруднення не було таким проблемою, як сьогодні, вони зазвичай розташовані в містах або на кампусах, легше до них дістатися, ніж до тих, які були побудовані в сучасні часи.
+Більшість сучасних дослідницьких телескопів — це величезні об'єкти в віддалених районах з сприятливими атмосферними умовами.
+Огляд цвітіння сакури, відомий як hanami, є частиною японської культури з 8 століття.
+Концепція виникла в Китаї, де цвітіння сливи було найпопулярнішим.
+У Японії перші вечірки з цвітінням сакури влаштовував імператор лише для себе та інших членів аристократії навколо Імператорського двору.
+Рослини виглядають найкраще в природному середовищі, тому не піддавайтесь іскушенню вилучати навіть «одну» особину.
+Якщо ви відвідуєте формально облаштований сад і збираєте «вироби», вас також викинуть без обговорень.
+Сінгапур загалом є дуже безпечним місцем і дуже простим для навігації, і ви можете купити майже все після прибуття.
+Але знаходячись у "високих тропіках" десь на кілька градусів північніше екватора, ви будете стикатися як з теплом (завжди), так і з сильним сонцем (коли небо ясне, частіше).
+Також є декілька автобусів, які їдуть на північ до Хеврону, традиційного місця поховання Біблійних патріархів Авраама, Ісаака, Якова та їхніх дружин.
+Переконайтесь, що автобус, який ви думаєте взяти, їде в Хеврон, а не лише до близького єврейського поселення Кір'ят-Арба.
+Внутрішні водні шляхи можуть бути хорошим темою для організації відпочинку.
+Наприклад, можна відвідати замки у долині Луари, долині Рейну або здійснити круїз до цікавих міст на Дунаї або пройтись на човні по каналу Ері.
+Вони також визначають маршрути популярних піших та велосипедних маршрутів.
+Різдво є одним з найважливіших свят християнства і відзначається як день народження Ісуса.
+Багато традицій, пов'язаних із святом, були прийняті невіруючими в християнських країнах та нехристиянами по всьому світу.
+Існує традиція переживати Пасхальну ніч на відкритому місці, щоб побачити сході сонця.
+Існують, звісно, християнські богословські пояснення для цієї традиції, але вона може бути і стародавнім весняним та плодовитістю ритуалом.
+Більшість традиційних церков відзначають Великодню вівторок у суботу ввечері під час Великодніх свят, і прихожани часто святкують відразу після полуночі, щоб відзначити Воскресіння Христа.
+Всі тварини, які спочатку прибули на острови, приплили сюди або плавали, або літали, або плавали.
+Через велику відстань від материка ссавці не змогли здійснити подорож, тому величезні черепахи стали основними травоїдними тваринами на Галапагоських островах.
+З моменту прибуття людини на Галапагоські острови туди було завезено багато ссавців, включаючи козлів, коней, корів, кроликів, котів і собак.
+Якщо ви відвідуєте Арктику або Антарктику взимку, ви побачите полярну ніч, що означає, що сонце не підіймається над горизонтом.
+Це забезпечує хорошу можливість побачити полярне світло, оскільки небо буде темним приблизно впродовж всього дня.
+Оскільки населені пункти розкидані, і світлове забруднення тому часто не є проблемою, ви також зможете насолодитися зірками.
+Японська культура праці є більш ієрархічною та формальною, ніж це може бути звичним для західних країн.
+Спідниці є стандартним одягом для бізнесу, і колеги називають один одного своїми прізвищами або посадами.
+Гармонія на робочому місці дуже важлива, підкреслюючи спільні зусилля, а не відзначаючи індивідуальні досягнення.
+Роботникам часто потрібно отримати схвалення своїх начальників для будь-яких рішень, які вони приймають, і очікується, що вони повинні виконувати інструкції своїх начальників без запиту.
diff --git a/test-en-uk.bleu b/test-en-uk.bleu
new file mode 100644
index 0000000000000000000000000000000000000000..e3d8746d024e226bd4d3c93e29414d924d8d6aa4
--- /dev/null
+++ b/test-en-uk.bleu
@@ -0,0 +1 @@
+BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 25.21 55.1/31.5/19.6/12.6 (BP = 0.984 ratio = 0.985 hyp_len = 22459 ref_len = 22810)
diff --git a/test-en-uk.comet b/test-en-uk.comet
new file mode 100644
index 0000000000000000000000000000000000000000..d9af60a7449ffdf86e83e169b99dccb1da9bb5d9
--- /dev/null
+++ b/test-en-uk.comet
@@ -0,0 +1,1013 @@
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 0 score: 0.9008
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 1 score: 0.9269
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 2 score: 0.9273
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 3 score: 0.8550
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 4 score: 0.9237
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 5 score: 0.7978
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 6 score: 0.8749
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 7 score: 0.8877
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 8 score: 0.9284
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 9 score: 0.8436
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 10 score: 0.9291
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 11 score: 0.8589
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 12 score: 0.8449
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 13 score: 0.9150
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 14 score: 0.8766
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 15 score: 0.8689
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 16 score: 0.9000
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 17 score: 0.9488
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 18 score: 0.9324
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 19 score: 0.8632
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 20 score: 0.9521
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 21 score: 0.9502
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 22 score: 0.8049
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 23 score: 0.8469
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 24 score: 0.9365
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 25 score: 0.9594
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 26 score: 0.9008
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 27 score: 0.8311
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 28 score: 0.9169
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 29 score: 0.9423
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 30 score: 0.8596
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 31 score: 0.8761
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 32 score: 0.8557
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 33 score: 0.9370
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 34 score: 0.9615
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 35 score: 0.9396
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 36 score: 0.9211
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 37 score: 0.9126
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 38 score: 0.9225
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 39 score: 0.9700
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 40 score: 0.8442
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 41 score: 0.9589
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 42 score: 0.9321
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 43 score: 0.9449
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 44 score: 0.8482
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 45 score: 0.8847
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 46 score: 0.9337
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 47 score: 0.8956
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 48 score: 0.9162
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 49 score: 0.9401
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 50 score: 0.8808
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 51 score: 0.9205
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 52 score: 0.9350
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 53 score: 0.9509
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 54 score: 0.9139
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 55 score: 0.9350
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 56 score: 0.8929
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 57 score: 0.9413
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 58 score: 0.9052
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 59 score: 0.9059
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 60 score: 0.8863
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 61 score: 0.9313
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 62 score: 0.8565
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 63 score: 0.9188
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 64 score: 0.9171
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 65 score: 0.6392
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 66 score: 0.6438
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 67 score: 0.5983
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 68 score: 0.9570
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 69 score: 0.8931
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 70 score: 0.9650
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 71 score: 0.8570
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 72 score: 0.8589
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 73 score: 0.8688
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 74 score: 0.8737
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 75 score: 0.9062
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 76 score: 0.8951
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 77 score: 0.8945
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 78 score: 0.8911
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 79 score: 0.9129
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 80 score: 0.8922
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 81 score: 0.9649
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 82 score: 0.8932
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 83 score: 0.8892
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 84 score: 0.9417
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 85 score: 0.8757
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 86 score: 0.7401
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 87 score: 0.8585
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 88 score: 0.9203
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 89 score: 0.8812
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 90 score: 0.8369
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 91 score: 0.9142
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 92 score: 0.8778
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 93 score: 0.9688
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 94 score: 0.9386
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 95 score: 0.9495
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 96 score: 0.8636
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 97 score: 0.9411
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 98 score: 0.8472
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 99 score: 0.9644
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 100 score: 0.7703
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 101 score: 0.7984
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 102 score: 0.9306
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 103 score: 0.9417
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 104 score: 0.9192
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 105 score: 0.9367
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 106 score: 0.8776
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 107 score: 0.8552
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 108 score: 0.2722
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 109 score: 0.8570
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 110 score: 0.8904
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 111 score: 0.9657
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 112 score: 0.9681
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 113 score: 0.9513
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 114 score: 0.9175
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 115 score: 0.9423
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 116 score: 0.9537
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 117 score: 0.9228
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 118 score: 0.9670
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 119 score: 0.8864
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 120 score: 0.8581
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 121 score: 0.9221
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 122 score: 0.9326
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 123 score: 0.9815
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 124 score: 0.8818
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 125 score: 0.9391
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 126 score: 0.8485
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 127 score: 0.8480
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 128 score: 0.9360
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 129 score: 0.9015
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 130 score: 0.9053
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 131 score: 0.9256
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 132 score: 0.9484
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 133 score: 0.9551
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 134 score: 0.8607
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 135 score: 0.8836
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 136 score: 0.9558
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 137 score: 0.9199
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 138 score: 0.9015
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 139 score: 0.9167
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 140 score: 0.9061
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 141 score: 0.9002
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 142 score: 0.9616
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 143 score: 0.9323
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 144 score: 0.9300
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 145 score: 0.9113
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 146 score: 0.9531
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 147 score: 0.9310
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 148 score: 0.9126
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 149 score: 0.8957
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 150 score: 0.9244
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 151 score: 0.9115
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 152 score: 0.8430
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 153 score: 0.8287
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 154 score: 0.8964
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 155 score: 0.8637
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 156 score: 0.8994
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 157 score: 0.8885
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 158 score: 0.9510
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 159 score: 0.9272
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 160 score: 0.9386
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 161 score: 0.8862
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 162 score: 0.9178
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 163 score: 0.9253
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 164 score: 0.9088
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 165 score: 0.8312
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 166 score: 0.9071
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 167 score: 0.8520
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 168 score: 0.7434
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 169 score: 0.7095
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 170 score: 0.8754
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 171 score: 0.8958
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 172 score: 0.9288
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 173 score: 0.8929
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 174 score: 0.8880
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 175 score: 0.9637
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 176 score: 0.8249
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 177 score: 0.8495
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 178 score: 0.7031
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 179 score: 0.7823
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 180 score: 0.9013
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 181 score: 0.8927
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 182 score: 0.9205
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 183 score: 0.9293
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 184 score: 0.9374
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 185 score: 0.9417
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 186 score: 0.9662
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 187 score: 0.9421
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 188 score: 0.8626
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 189 score: 0.9113
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 190 score: 0.8438
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 191 score: 0.9399
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 192 score: 0.8739
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 193 score: 0.8256
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 194 score: 0.7424
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 195 score: 0.8739
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 196 score: 0.9317
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 197 score: 0.8321
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 198 score: 0.8751
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 199 score: 0.8910
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 200 score: 0.8198
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 201 score: 0.7185
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 202 score: 0.8023
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 203 score: 0.8114
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 204 score: 0.9310
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 205 score: 0.9356
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 206 score: 0.8355
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 207 score: 0.9092
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 208 score: 0.9515
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 209 score: 0.9050
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 210 score: 0.9625
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 211 score: 0.8204
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 212 score: 0.9020
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 213 score: 0.8916
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 214 score: 0.9313
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 215 score: 0.9504
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 216 score: 0.9244
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 217 score: 0.9252
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 218 score: 0.9370
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 219 score: 0.9358
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 220 score: 0.9480
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 221 score: 0.8765
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 222 score: 0.9387
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 223 score: 0.9289
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 224 score: 0.8901
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 225 score: 0.8241
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 226 score: 0.9433
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 227 score: 0.8367
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 228 score: 0.8878
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 229 score: 0.8508
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 230 score: 0.9288
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 231 score: 0.9065
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 232 score: 0.8642
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 233 score: 0.9410
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 234 score: 0.8267
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 235 score: 0.8926
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 236 score: 0.8632
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 237 score: 0.8541
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 238 score: 0.9427
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 239 score: 0.9275
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 240 score: 0.8702
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 241 score: 0.8646
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 242 score: 0.9380
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 243 score: 0.8619
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 244 score: 0.8920
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 245 score: 0.9507
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 246 score: 0.7375
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 247 score: 0.8204
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 248 score: 0.8544
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 249 score: 0.9171
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 250 score: 0.8919
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 251 score: 0.9257
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 252 score: 0.9589
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 253 score: 0.8896
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 254 score: 0.9551
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 255 score: 0.9147
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 256 score: 0.8852
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 257 score: 0.8828
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 258 score: 0.9026
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 259 score: 0.8891
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 260 score: 0.9394
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 261 score: 0.8321
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 262 score: 0.8605
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 263 score: 0.9188
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 264 score: 0.9483
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 265 score: 0.9334
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 266 score: 0.8162
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 267 score: 0.8664
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 268 score: 0.9352
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 269 score: 0.9376
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 270 score: 0.9394
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 271 score: 0.8707
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 272 score: 0.9486
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 273 score: 0.9013
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 274 score: 0.8366
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 275 score: 0.8571
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 276 score: 0.8081
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 277 score: 0.9663
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 278 score: 0.8997
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 279 score: 0.9163
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 280 score: 0.9153
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 281 score: 0.9258
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 282 score: 0.9487
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 283 score: 0.9448
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 284 score: 0.9456
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 285 score: 0.9445
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 286 score: 0.8599
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 287 score: 0.8582
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 288 score: 0.8973
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 289 score: 0.8377
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 290 score: 0.9013
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 291 score: 0.8839
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 292 score: 0.9299
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 293 score: 0.9452
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 294 score: 0.6425
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 295 score: 0.8762
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 296 score: 0.8876
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 297 score: 0.9396
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 298 score: 0.6736
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 299 score: 0.9105
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 300 score: 0.9608
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 301 score: 0.9168
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 302 score: 0.8136
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 303 score: 0.9514
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 304 score: 0.9261
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 305 score: 0.9269
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 306 score: 0.9468
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 307 score: 0.9220
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 308 score: 0.9584
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 309 score: 0.8709
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 310 score: 0.9297
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 311 score: 0.9452
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 312 score: 0.9208
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 313 score: 0.8133
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 314 score: 0.9210
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 315 score: 0.9353
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 316 score: 0.9265
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 317 score: 0.9300
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 318 score: 0.8515
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 319 score: 0.7283
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 320 score: 0.7884
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 321 score: 0.8290
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 322 score: 0.9423
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 323 score: 0.9275
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 324 score: 0.9318
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 325 score: 0.9235
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 326 score: 0.8763
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 327 score: 0.8169
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 328 score: 0.7504
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 329 score: 0.8697
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 330 score: 0.9227
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 331 score: 0.9569
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 332 score: 0.9488
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 333 score: 0.9607
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 334 score: 0.8712
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 335 score: 0.9200
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 336 score: 0.8932
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 337 score: 0.8291
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 338 score: 0.9115
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 339 score: 0.9450
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 340 score: 0.8596
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 341 score: 0.6765
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 342 score: 0.8366
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 343 score: 0.8866
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 344 score: 0.9162
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 345 score: 0.7724
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 346 score: 0.9272
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 347 score: 0.9692
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 348 score: 0.8146
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 349 score: 0.7688
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 350 score: 0.8931
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 351 score: 0.9401
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 352 score: 0.9367
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 353 score: 0.9593
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 354 score: 0.8785
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 355 score: 0.8876
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 356 score: 0.8577
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 357 score: 0.8971
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 358 score: 0.7941
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 359 score: 0.7248
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 360 score: 0.7807
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 361 score: 0.8506
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 362 score: 0.9300
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 363 score: 0.8834
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 364 score: 0.8919
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 365 score: 0.8297
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 366 score: 0.7806
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 367 score: 0.8984
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 368 score: 0.8107
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 369 score: 0.9190
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 370 score: 0.7966
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 371 score: 0.8631
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 372 score: 0.8890
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 373 score: 0.8960
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 374 score: 0.9436
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 375 score: 0.9339
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 376 score: 0.9593
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 377 score: 0.9351
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 378 score: 0.7534
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 379 score: 0.9538
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 380 score: 0.9408
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 381 score: 0.7694
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 382 score: 0.7092
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 383 score: 0.9188
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 384 score: 0.9099
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 385 score: 0.8175
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 386 score: 0.7992
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 387 score: 0.8870
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 388 score: 0.8442
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 389 score: 0.9335
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 390 score: 0.9607
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 391 score: 0.9446
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 392 score: 0.8889
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 393 score: 0.9546
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 394 score: 0.9144
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 395 score: 0.9098
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 396 score: 0.8658
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 397 score: 0.9515
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 398 score: 0.8934
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 399 score: 0.9518
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 400 score: 0.9674
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 401 score: 0.8507
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 402 score: 0.8752
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 403 score: 0.7031
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 404 score: 0.8243
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 405 score: 0.9219
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 406 score: 0.8512
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 407 score: 0.8612
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 408 score: 0.9214
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 409 score: 0.9210
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 410 score: 0.9468
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 411 score: 0.8268
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 412 score: 0.8956
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 413 score: 0.9132
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 414 score: 0.9182
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 415 score: 0.9175
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 416 score: 0.9420
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 417 score: 0.8183
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 418 score: 0.9242
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 419 score: 0.9242
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 420 score: 0.9556
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 421 score: 0.9578
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 422 score: 0.8924
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 423 score: 0.9040
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 424 score: 0.9265
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 425 score: 0.9522
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 426 score: 0.9249
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 427 score: 0.8768
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 428 score: 0.9373
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 429 score: 0.9587
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 430 score: 0.9236
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 431 score: 0.8828
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 432 score: 0.7000
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 433 score: 0.5714
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 434 score: 0.9184
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 435 score: 0.8365
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 436 score: 0.8899
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 437 score: 0.9067
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 438 score: 0.9573
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 439 score: 0.9398
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 440 score: 0.9171
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 441 score: 0.8890
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 442 score: 0.9579
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 443 score: 0.9194
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 444 score: 0.8930
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 445 score: 0.8513
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 446 score: 0.9065
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 447 score: 0.9286
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 448 score: 0.9387
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 449 score: 0.8994
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 450 score: 0.9032
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 451 score: 0.8734
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 452 score: 0.9315
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 453 score: 0.9139
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 454 score: 0.9083
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 455 score: 0.8555
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 456 score: 0.7747
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 457 score: 0.9662
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 458 score: 0.8970
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 459 score: 0.9062
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 460 score: 0.9584
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 461 score: 0.8858
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 462 score: 0.8729
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 463 score: 0.9411
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 464 score: 0.9371
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 465 score: 0.9185
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 466 score: 0.8932
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 467 score: 0.8054
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 468 score: 0.7502
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 469 score: 0.8368
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 470 score: 0.6922
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 471 score: 0.8803
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 472 score: 0.9072
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 473 score: 0.8088
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 474 score: 0.5793
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 475 score: 0.9183
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 476 score: 0.9162
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 477 score: 0.9276
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 478 score: 0.9442
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 479 score: 0.9571
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 480 score: 0.9208
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 481 score: 0.8160
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 482 score: 0.8969
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 483 score: 0.8092
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 484 score: 0.9181
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 485 score: 0.9000
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 486 score: 0.9401
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 487 score: 0.8927
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 488 score: 0.9402
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 489 score: 0.8763
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 490 score: 0.8907
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 491 score: 0.9463
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 492 score: 0.9590
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 493 score: 0.8927
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 494 score: 0.9082
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 495 score: 0.9402
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 496 score: 0.8796
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 497 score: 0.8317
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 498 score: 0.9202
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 499 score: 0.9295
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 500 score: 0.9233
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 501 score: 0.9498
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 502 score: 0.9525
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 503 score: 0.8488
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 504 score: 0.8465
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 505 score: 0.8604
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 506 score: 0.8413
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 507 score: 0.8912
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 508 score: 0.9038
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 509 score: 0.8258
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 510 score: 0.7415
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 511 score: 0.8905
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 512 score: 0.8884
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 513 score: 0.8096
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 514 score: 0.9312
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 515 score: 0.9195
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 516 score: 0.7199
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 517 score: 0.9672
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 518 score: 0.9440
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 519 score: 0.9608
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 520 score: 0.9221
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 521 score: 0.9462
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 522 score: 0.8577
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 523 score: 0.8614
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 524 score: 0.9179
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 525 score: 0.8684
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 526 score: 0.8517
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 527 score: 0.8299
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 528 score: 0.8473
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 529 score: 0.8272
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 530 score: 0.8870
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 531 score: 0.8242
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 532 score: 0.8796
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 533 score: 0.9143
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 534 score: 0.9165
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 535 score: 0.7851
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 536 score: 0.8934
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 537 score: 0.8507
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 538 score: 0.9382
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 539 score: 0.9195
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 540 score: 0.9308
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 541 score: 0.9558
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 542 score: 0.9207
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 543 score: 0.9298
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 544 score: 0.9254
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 545 score: 0.9472
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 546 score: 0.7983
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 547 score: 0.9263
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 548 score: 0.9060
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 549 score: 0.9180
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 550 score: 0.8786
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 551 score: 0.9483
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 552 score: 0.9407
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 553 score: 0.9266
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 554 score: 0.7496
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 555 score: 0.8450
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 556 score: 0.7569
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 557 score: 0.8069
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 558 score: 0.8343
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 559 score: 0.8631
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 560 score: 0.9075
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 561 score: 0.9352
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 562 score: 0.8878
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 563 score: 0.8592
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 564 score: 0.8694
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 565 score: 0.9322
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 566 score: 0.8546
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 567 score: 0.9363
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 568 score: 0.8914
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 569 score: 0.7721
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 570 score: 0.9247
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 571 score: 0.9271
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 572 score: 0.8560
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 573 score: 0.9603
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 574 score: 0.9265
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 575 score: 0.7937
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 576 score: 0.7538
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 577 score: 0.9225
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 578 score: 0.8937
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 579 score: 0.9391
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 580 score: 0.8641
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 581 score: 0.8938
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 582 score: 0.9144
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 583 score: 0.8226
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 584 score: 0.8239
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 585 score: 0.9394
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 586 score: 0.8523
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 587 score: 0.9396
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 588 score: 0.8418
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 589 score: 0.9163
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 590 score: 0.9326
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 591 score: 0.9452
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 592 score: 0.8561
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 593 score: 0.9555
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 594 score: 0.9146
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 595 score: 0.8545
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 596 score: 0.8959
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 597 score: 0.9238
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 598 score: 0.8867
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 599 score: 0.9471
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 600 score: 0.9289
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 601 score: 0.8869
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 602 score: 0.8751
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 603 score: 0.9085
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 604 score: 0.9260
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 605 score: 0.9463
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 606 score: 0.5994
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 607 score: 0.7965
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 608 score: 0.8198
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 609 score: 0.9226
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 610 score: 0.9194
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 611 score: 0.9443
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 612 score: 0.9434
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 613 score: 0.8595
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 614 score: 0.9389
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 615 score: 0.7029
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 616 score: 0.9391
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 617 score: 0.9453
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 618 score: 0.9237
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 619 score: 0.8607
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 620 score: 0.9271
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 621 score: 0.7360
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 622 score: 0.9377
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 623 score: 0.9366
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 624 score: 0.9121
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 625 score: 0.8889
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 626 score: 0.9710
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 627 score: 0.9559
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 628 score: 0.9435
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 629 score: 0.9075
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 630 score: 0.9287
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 631 score: 0.9530
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 632 score: 0.9742
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 633 score: 0.9482
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 634 score: 0.9661
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 635 score: 0.9470
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 636 score: 0.9437
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 637 score: 0.8810
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 638 score: 0.9279
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 639 score: 0.9601
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 640 score: 0.9051
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 641 score: 0.9622
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 642 score: 0.8790
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 643 score: 0.6116
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 644 score: 0.7861
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 645 score: 0.8763
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 646 score: 0.8351
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 647 score: 0.8884
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 648 score: 0.8502
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 649 score: 0.8990
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 650 score: 0.9688
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 651 score: 0.7830
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 652 score: 0.8999
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 653 score: 0.7033
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 654 score: 0.8800
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 655 score: 0.8918
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 656 score: 0.8968
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 657 score: 0.9165
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 658 score: 0.7831
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 659 score: 0.9200
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 660 score: 0.8641
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 661 score: 0.9040
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 662 score: 0.9603
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 663 score: 0.9307
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 664 score: 0.8957
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 665 score: 0.9034
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 666 score: 0.9091
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 667 score: 0.9387
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 668 score: 0.8520
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 669 score: 0.9551
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 670 score: 0.9271
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 671 score: 0.9407
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 672 score: 0.9140
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 673 score: 0.9205
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 674 score: 0.9442
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 675 score: 0.9364
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 676 score: 0.9189
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 677 score: 0.9591
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 678 score: 0.9313
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 679 score: 0.9226
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 680 score: 0.9066
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 681 score: 0.9672
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 682 score: 0.8799
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 683 score: 0.9133
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 684 score: 0.8868
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 685 score: 0.9238
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 686 score: 0.9226
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 687 score: 0.9105
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 688 score: 0.9494
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 689 score: 0.9241
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 690 score: 0.9389
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 691 score: 0.9001
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 692 score: 0.8566
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 693 score: 0.9292
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 694 score: 0.7400
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 695 score: 0.8785
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 696 score: 0.8184
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 697 score: 0.9591
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 698 score: 0.9383
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 699 score: 0.9561
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 700 score: 0.9362
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 701 score: 0.9320
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 702 score: 0.9217
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 703 score: 0.8758
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 704 score: 0.7943
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 705 score: 0.8949
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 706 score: 0.8695
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 707 score: 0.9227
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 708 score: 0.7850
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 709 score: 0.9642
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 710 score: 0.9612
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 711 score: 0.9152
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 712 score: 0.9651
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 713 score: 0.9264
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 714 score: 0.9051
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 715 score: 0.8711
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 716 score: 0.9147
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 717 score: 0.8724
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 718 score: 0.9282
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 719 score: 0.9203
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 720 score: 0.9253
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 721 score: 0.9562
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 722 score: 0.9290
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 723 score: 0.9465
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 724 score: 0.9417
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 725 score: 0.9317
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 726 score: 0.8924
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 727 score: 0.8996
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 728 score: 0.7815
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 729 score: 0.9269
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 730 score: 0.8807
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 731 score: 0.9467
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 732 score: 0.8809
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 733 score: 0.9344
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 734 score: 0.9102
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 735 score: 0.9408
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 736 score: 0.9340
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 737 score: 0.9107
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 738 score: 0.9666
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 739 score: 0.9440
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 740 score: 0.8981
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 741 score: 0.9005
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 742 score: 0.8564
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 743 score: 0.9579
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 744 score: 0.9065
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 745 score: 0.9350
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 746 score: 0.9441
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 747 score: 0.9186
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 748 score: 0.9761
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 749 score: 0.9567
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 750 score: 0.9692
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 751 score: 0.9398
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 752 score: 0.8930
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 753 score: 0.7862
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 754 score: 0.9245
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 755 score: 0.9422
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 756 score: 0.8589
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 757 score: 0.9049
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 758 score: 0.9165
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 759 score: 0.9324
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 760 score: 0.9581
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 761 score: 0.9259
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 762 score: 0.9526
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 763 score: 0.9150
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 764 score: 0.8896
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 765 score: 0.8252
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 766 score: 0.9390
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 767 score: 0.9003
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 768 score: 0.9626
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 769 score: 0.9769
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 770 score: 0.8089
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 771 score: 0.9725
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 772 score: 0.9146
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 773 score: 0.9196
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 774 score: 0.9170
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 775 score: 0.8632
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 776 score: 0.9045
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 777 score: 0.9264
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 778 score: 0.8196
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 779 score: 0.8136
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 780 score: 0.8459
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 781 score: 0.8663
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 782 score: 0.9013
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 783 score: 0.9095
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 784 score: 0.9140
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 785 score: 0.2028
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 786 score: 0.9361
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 787 score: 0.9277
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 788 score: 0.7769
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 789 score: 0.9055
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 790 score: 0.9384
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 791 score: 0.9114
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 792 score: 0.9285
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 793 score: 0.8857
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 794 score: 0.8055
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 795 score: 0.8963
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 796 score: 0.9601
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 797 score: 0.8323
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 798 score: 0.9383
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 799 score: 0.8881
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 800 score: 0.8719
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 801 score: 0.8937
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 802 score: 0.9390
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 803 score: 0.8704
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 804 score: 0.7078
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 805 score: 0.8120
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 806 score: 0.9424
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 807 score: 0.9304
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 808 score: 0.9208
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 809 score: 0.8451
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 810 score: 0.8352
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 811 score: 0.8085
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 812 score: 0.9367
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 813 score: 0.9101
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 814 score: 0.9240
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 815 score: 0.8669
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 816 score: 0.8982
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 817 score: 0.7197
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 818 score: 0.8673
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 819 score: 0.8519
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 820 score: 0.9689
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 821 score: 0.9564
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 822 score: 0.8963
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 823 score: 0.9414
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 824 score: 0.9404
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 825 score: 0.8728
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 826 score: 0.9436
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 827 score: 0.9183
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 828 score: 0.8485
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 829 score: 0.9141
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 830 score: 0.8838
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 831 score: 0.8769
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 832 score: 0.9302
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 833 score: 0.8634
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 834 score: 0.8697
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 835 score: 0.7572
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 836 score: 0.8024
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 837 score: 0.9277
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 838 score: 0.9274
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 839 score: 0.8403
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 840 score: 0.9252
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 841 score: 0.8965
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 842 score: 0.8582
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 843 score: 0.8937
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 844 score: 0.7699
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 845 score: 0.9112
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 846 score: 0.7300
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 847 score: 0.8936
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 848 score: 0.8387
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 849 score: 0.8762
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 850 score: 0.8469
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 851 score: 0.9539
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 852 score: 0.8942
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 853 score: 0.7955
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 854 score: 0.8865
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 855 score: 0.8624
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 856 score: 0.8618
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 857 score: 0.9301
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 858 score: 0.9190
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 859 score: 0.8855
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 860 score: 0.9130
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 861 score: 0.9410
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 862 score: 0.9189
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 863 score: 0.9480
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 864 score: 0.8854
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 865 score: 0.8638
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 866 score: 0.9270
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 867 score: 0.6785
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 868 score: 0.9107
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 869 score: 0.9366
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 870 score: 0.9250
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 871 score: 0.7860
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 872 score: 0.9258
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 873 score: 0.9351
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 874 score: 0.9412
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 875 score: 0.9524
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 876 score: 0.8396
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 877 score: 0.8508
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 878 score: 0.9512
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 879 score: 0.8517
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 880 score: 0.8765
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 881 score: 0.9403
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 882 score: 0.9143
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 883 score: 0.9299
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 884 score: 0.8602
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 885 score: 0.9257
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 886 score: 0.9185
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 887 score: 0.9030
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 888 score: 0.8191
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 889 score: 0.8292
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 890 score: 0.9140
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 891 score: 0.9242
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 892 score: 0.7156
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 893 score: 0.8077
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 894 score: 0.9117
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 895 score: 0.9271
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 896 score: 0.9256
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 897 score: 0.8959
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 898 score: 0.9385
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 899 score: 0.9119
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 900 score: 0.8719
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 901 score: 0.9251
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 902 score: 0.9160
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 903 score: 0.7848
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 904 score: 0.9313
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 905 score: 0.9091
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 906 score: 0.9002
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 907 score: 0.8948
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 908 score: 0.9067
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 909 score: 0.9500
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 910 score: 0.8912
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 911 score: 0.8445
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 912 score: 0.9449
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 913 score: 0.8988
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 914 score: 0.8960
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 915 score: 0.9286
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 916 score: 0.9115
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 917 score: 0.9222
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 918 score: 0.9351
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 919 score: 0.9366
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 920 score: 0.8955
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 921 score: 0.8619
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 922 score: 0.9203
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 923 score: 0.9017
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 924 score: 0.9068
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 925 score: 0.8947
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 926 score: 0.9448
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 927 score: 0.9095
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 928 score: 0.9176
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 929 score: 0.8764
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 930 score: 0.9000
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 931 score: 0.9102
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 932 score: 0.8753
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 933 score: 0.8687
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 934 score: 0.8223
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 935 score: 0.9058
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 936 score: 0.9011
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 937 score: 0.9666
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 938 score: 0.9352
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 939 score: 0.9594
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 940 score: 0.9654
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 941 score: 0.9841
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 942 score: 0.9446
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 943 score: 0.9165
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 944 score: 0.8378
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 945 score: 0.8711
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 946 score: 0.9146
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 947 score: 0.7572
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 948 score: 0.8049
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 949 score: 0.8939
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 950 score: 0.8770
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 951 score: 0.9309
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 952 score: 0.8457
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 953 score: 0.9058
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 954 score: 0.8081
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 955 score: 0.9338
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 956 score: 0.9673
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 957 score: 0.9541
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 958 score: 0.8993
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 959 score: 0.9440
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 960 score: 0.8516
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 961 score: 0.9392
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 962 score: 0.9330
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 963 score: 0.9382
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 964 score: 0.9220
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 965 score: 0.8860
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 966 score: 0.9192
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 967 score: 0.8581
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 968 score: 0.8943
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 969 score: 0.8284
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 970 score: 0.9384
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 971 score: 0.9054
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 972 score: 0.8003
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 973 score: 0.9373
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 974 score: 0.9227
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 975 score: 0.9503
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 976 score: 0.9091
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 977 score: 0.7726
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 978 score: 0.9431
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 979 score: 0.9491
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 980 score: 0.9046
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 981 score: 0.9261
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 982 score: 0.9412
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 983 score: 0.8847
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 984 score: 0.9651
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 985 score: 0.9220
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 986 score: 0.8667
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 987 score: 0.9390
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 988 score: 0.8590
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 989 score: 0.7920
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 990 score: 0.9350
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 991 score: 0.8724
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 992 score: 0.9563
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 993 score: 0.9103
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 994 score: 0.9428
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 995 score: 0.9270
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 996 score: 0.9345
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 997 score: 0.9743
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 998 score: 0.9489
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 999 score: 0.9212
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 1000 score: 0.8932
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 1001 score: 0.8589
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 1002 score: 0.7081
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 1003 score: 0.9019
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 1004 score: 0.9027
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 1005 score: 0.9455
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 1006 score: 0.9095
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 1007 score: 0.8847
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 1008 score: 0.9538
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 1009 score: 0.8055
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 1010 score: 0.8619
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk Segment 1011 score: 0.8235
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-en-uk score: 0.8916
diff --git a/test-mk-en b/test-mk-en
new file mode 100644
index 0000000000000000000000000000000000000000..f09d84f2738df0190334c05c878bac9d47de5f7b
--- /dev/null
+++ b/test-mk-en
@@ -0,0 +1,1012 @@
+Now we have 4-month-old babies that aren't diabetic, that 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 section of the Canadian Diabetes Association, said the study is still in its early stages.
+Like other experts, he is sceptical about whether type 1 diabetes can be cured, pointing out that it is not relevant to people who already have the condition.
+On Monday, Sara Danius, the Permanent Secretary of the Nobel Committee for Literature at the Swedish Academy, publicly announced during a radio program on Sveriges Radio that the committee was unable to contact Bob Dylan for the Nobel Prize in Literature for 2016 and was giving up its efforts to award him.
+Dannius said, "Right now, we're not doing anything. I've emailed him and I've emailed his closest colleague and I've gotten very warm responses back. For now, that's probably enough."
+Previously, Ring CEO Jamie Siminoff said he was inspired to start the company after he couldn't hear his doorbell chime over the noise in his garage workshop.
+He said he created a doorbell with Wi-Fi.
+Smirnoff said sales had increased since his appearance on the 2013 episode of Shark Tank, in which he was rejected by the show's investors for his start-up company.
+In late 2017, Simmons appeared on the shopping channel QVC.
+Ring has also been sued by the competing security company ADT Corp.
+While one experimental vaccine has shown it can protect against death from Ebola, there are no proven treatments for the ongoing outbreak.
+One cocktail of antibodies, ZMapp, initially showed some promising results in this field, but formal studies have revealed that it does not have the necessary properties to prevent death.
+In the PALM study, ZMapp was the control, meaning that scientists used it as a benchmark to compare three other therapies.
+USA Gymnastics is fully supportive of the United States Olympic & Paralympic Committee's letter and the absolute necessity for the Olympic and Paralympic family to provide a safe environment for our athletes.
+We are in agreement with the USOC's statement that the interests of our athletes and our clubs, as well as the future of our sport, are best served by continuing to move forward with the significant changes that are on the horizon for our organization rather than jeopardizing our ability to compete.
+USA Gymnastics is supporting an independent investigation that can reveal the systemic abuse that was so bravely described by the victims of Larry Nassar and ensure that it never happens again.
+USA Gymnastics and the United States Olympic & Paralympic Committee have the same goal - to make the sport of gymnastics, like all other sports, as safe as possible for athletes to pursue their dreams in a positive, supportive and stimulating environment.
+In the 1960s, Brezhnev worked for John F. Kennedy as an advisor and then for Lyndon B. Johnson's administration.
+During the 1976 election, he advised Carter on foreign policy and served as National Security Adviser from 1977 to 1981, succeeding Henry Kissinger.
+As National Security Adviser, he helped Carter resolve world crises, including the Camp David Accords in 1978, the normalization of U.S.-China relations in the 1970s, the Iranian Revolution and subsequent Iran hostage crisis in 1979, and the Soviet invasion of Afghanistan in 1979.
+The film, starring Ryan Gosling and Emma Stone, was nominated for all of the major categories.
+Gosling and Stone were nominated for Best Actor and Actress in a Leading Role in any order.
+Other nominations included best picture, director, cinematography, costume design, film editing, original score, production design, sound mixing, sound editing and original screenplay.
+Two songs from the film, Audition (The Fools Who Dream) and City of Stars, were nominated for Best Original Song, and Lionsgate led all studios with 26 nominations.
+U.S. troops will withdraw from Syria, U.S. President Donald Trump said in a statement released on Sunday.
+The announcement came after Trump spoke by phone with Turkish President Recep Tayyip Erdogan.
+The statement said Turkey will take responsibility for the captured ISIS fighters that European countries have refused to take back.
+Not only does this confirm that at least some dinosaurs had feathers, which is already well established, but it also provides details that can't be gleaned from fossil feathers alone, such as their coloration and 3D structure.
+Scientists say the plates of this animal were bony, and the underside was pale or carotenoid in colour.
+This also allows for the evolution of beaks in birds.
+Because dinosaurs did not have a well-developed beak, called a horned beak, they had other beak characteristics - soft tissue and tubular bones - and the researchers concluded that the horned beak was probably a later evolutionary development from these other beak characteristics.
+The structure of the feathers indicates that they were not used for flight, insulation or display, researchers said, although they were probably a juvenile's tail, not an adult's.
+Although the tail is short for a juvenile dinosaur, the feathers reveal an adult plumage rather than juvenile fuzz, the researchers found.
+A car bomb exploded at a police station in Gaziantep, Turkey, yesterday, killing two police officers and injuring more than twenty others.
+Nineteen of the victims were police, the governor's office said.
+Police said they suspected a Daesh (ISIS) militant was behind the attack.
+They established that the Sun is powered by the same basic principles as the rest of the stars: the energy output of a star is determined by its luminosity (or brightness), its rotation, and nothing else.
+Luminosity (light output) and rotation were used together to determine Rossby number of the star, which is related to the plasma process.
+The fewer the number of Rossby waves, the less active the star is in terms of its magnetic half.
+During his travels, Iwasaki was often out of his element.
+He was robbed by pirates in Tibet, mauled by a rabid dog in Nepal, and imprisoned in India.
+The 802.11n standard operates on both frequencies, 2.4 Ghz and 5.0 Ghz.
+This will allow it to be backward compatible with 802.11a, 802.11b, and 802.11g, provided that the base station supports dual radios.
+The speeds of 802.11n are significantly higher than those of the predecessors with a maximum theoretical capacity of 600 Mbit/s.
+Duval, who is married with two young children, made a lasting impression on Miller, who was indeed the story's namesake.
+When asked for comment, Miller said, "I can't really comment on what was said in the hearing, because I didn't listen to it."
+We are on track to reduce emissions of carbon dioxide per unit of GDP by more than 20 per cent from 2005 levels by 2020," Hoe said.
+He did not put a number to the cuts, but said they would be made in line with China's economic results.
+He encouraged developing countries to "avoid the old way of first polluting and then cleaning up."
+He added that "in any event, it would be inappropriate to ask them to take on responsibilities, commitments and capabilities that are beyond their development stage, maturity and capabilities."
+The Iraqi investigation group is scheduled to present its findings today at 12:00 p.m.
+He warned that "no one can guarantee that any action in Iraq now will not lead to sectarian war, more violence and chaos."
+The report begins with a call for open debate and the creation of a U.S. consensus on Middle East policy.
+The report particularly criticized every aspect of the current policy of the US government on Iraq and called for an immediate change of direction.
+The first of the 78 recommendations is that a new diplomatic initiative be launched before the end of the year to secure Iraq's borders and to rebuild relations with neighboring countries.
+The current senator and first lady of Argentina, Cristina Fernandez de Kirchner, has announced that she will run for president tomorrow in La Plata, a city 50 kilometers (31 miles) south of Buenos Aires.
+Ms. Kirchner plans to run for the presidency of the Argentine Theater, the same place where she launched her campaign for the Senate in 2005 as a provincial lawmaker.
+The debate comes amid disagreements over the cost of Hurricane Katrina relief and reconstruction, which some fiscal conservatives have jokingly dubbed the "New Orleans Hurricane Bailout."
+Liberal criticism of the push for reconstruction has centered on the awarding of reconstruction contracts to high-profile Washington insiders.
+More than four million people went to Rome to attend the funeral.
+So many people turned out to see the funeral procession pass by St Peter's Square that not everyone could get close enough to see it.
+Throughout Rome, several large screens have been set up so that people can follow the proceedings.
+In many other cities in Italy and around the world, especially in Poland, similar events were organized so that many could follow it.
+Historians have criticized the FBI's past policies for focusing resources on cases that were easy to solve, especially those involving stolen cars, in order to increase the agency's success rate.
+Congress began funding the initiative in fiscal 2005 and mandated that the FBI assign 10 agents to cases involving child pornography.
+Robyn Uta'o led all scorers with 70 points, including 41 tries, 11 conversions and 2 penalties.
+Middle-order batsmen Sachin Tendulkar and Rahul Dravid played well to take their partnership to 100 runs.
+But having lost the toss, India were only able to muster 36 runs in the 7 overs they bowled.
+U.S. President George W. Bush arrived in Singapore on Nov. 16 for a nine-day tour of Asia.
+He was later joined by Singapore's Deputy Prime Minister, Wong Kan Seng, for talks that were expected to focus on trade and terrorism.
+In his weekly address, Bush touted the expansion of trade with Asia.
+Prime Minister Stephen Harper has agreed to allow his "Clean Air Act" to be studied by a parliamentary committee before it is voted on at second reading, following a 25-minute meeting Tuesday between Harper and NDP leader Jack Layton in the prime minister's office.
+During the meeting with the Prime Minister, Leighton called for the Conservative Party's proposed Environment Bill to be rewritten, saying it was "fundamentally flawed and in need of a complete re-write."
+The federal government's move to take over the financially troubled Mercy Hospital in Devonport, Tasmania, has been criticised by the state government and federal MPs as a pre-election stunt.
+But Prime Minister John Howard said the legislation was only to protect the hospital's capacity from being eroded by the state government's cost-cutting measures, with an extra 45 million Australian dollars (US$40 million) to be pumped into the hospital.
+Tsunami waves have been observed by gauges on shore, according to the latest report, and activity has been picked up on seismic monitors in the area of the Pago Pago and Niu'e atolls.
+No major damage or injuries were reported in Tonga, but power was knocked out in parts of the island, which prevented the Tonga Meteorological Office from receiving a tsunami warning issued by the Pacific Tsunami Warning Center.
+Fourteen schools in Hawaii, located along or near the coastline, were closed Wednesday after a tsunami warning was issued.
+U.S. President George W. Bush welcomed the announcement.
+Bush spokesman Gordon Johndroe said of North Korea, "It's a big step in the right direction in achieving the denuclearization of the Korean peninsula."
+The tenth named storm of the 2019 Atlantic hurricane season, Hurricane Jerry, has formed today in the Atlantic Ocean.
+The National Hurricane Center says that as of now, Jerry does not pose a threat to the U.S. mainland.
+The U.S. Army Corps of Engineers estimated that a storm surge of 6 feet (1.8 meters) would overtop the already damaged levees.
+In the Ninth Ward, which was devastated by Hurricane Katrina and later hit by Hurricane Harvey, water was waist deep within hours of the levee failing.
+The water was flowing over the dam, which is 100 feet wide, at the time.
+Comons Clerk of Works, Adam Quinney, expressed his frustration at the scaffolding when he spoke to Wikinews last month.
+He's been lying to us all along. First, telling us it was for legal reasons. Second, telling us he was listening to us all along."
+The community's irritation has led to a flurry of policy making on the sexual content of the website which hosts millions of media under open licenses.
+The work was mostly theoretical, but the program was designed to simulate observing the Sagittarius galaxy.
+The effect the team expected to see was to be caused by the tides pulling on the dark matter in the galaxy and the dark matter in the Milky Way.
+As the Moon affects the Earth, causing the tides and eclipses, so the Milky Way is affecting the Sagittarius galaxy.
+Scientists have been able to conclude that dark matter can affect other dark matter in a similar way to how it affects normal matter.
+This theory suggests that most of the dark matter in galaxies is contained in a halo that surrounds the galaxies and is composed of smaller particles.
+Television footage showed a boy being carried out of the factory.
+Local authorities are advising people living near the factory to stay indoors, turn off their air conditioning units and not drink water from the tap.
+According to Japan's nuclear agency, radioactive cesium and iodine were found at the site.
+Authorities suspect a nuclear fuel storage pond on the site may have ruptured and leaked out.
+Dr. Tony Moll has discovered a type of tuberculosis that is highly resistant to drugs in South Africa's KwaZulu-Natal region.
+In an interview, he said the new variant was "overhyped and alarmist, because of the high lethality."
+Some patients may have contracted the bacteria at the hospital, Dr. Mol said, and at least two of those infected were health care workers at the facility.
+Over the course of a year, one infected person can pass the disease on to 10 to 15 of his or her close contacts.
+However, the prevalence of XDR-TB among all TB patients remains low; 6,000 out of 330,000 people with TB in South Africa at any given time.
+The satellites, each weighing more than 1,000 pounds and traveling at about 17,500 miles per hour, will be 491 miles above Earth.
+Scientists say the explosion resulting from the slide was massive.
+Scientists are still trying to figure out the size of the asteroid and the effect it will have on Earth.
+The U.S. Defense Department's strategic command is tracking the debris.
+The results of the feasibility studies will be published on a public website.
+An Ohio doctor who worked at Children's Hospital of Pittsburgh in Pennsylvania will be charged with murder in the death of her mother, who was found dead in the trunk of her car Wednesday, authorities said.
+Dr. Malar Balasubramanian, 29, was found in Blue Ash, Ohio, which is about 15 miles north of Cincinnati, on the ground along the side of a road wearing only shorts and a tank top while suffering from apparent drug intoxication.
+She led police to her black Oldsmobile, which was parked 500 feet away.
+They found the body of Sreedevi Balasubramanian, 53, covered in blood and wearing a blood-stained blouse.
+Police said the body had been there for about a day.
+The first reports of the outbreak were received at the end of July.
+The disease is transmitted to humans through pigs, which act as vectors, transmitting the disease to humans through mosquito bites.
+The epidemic has prompted the Indian government to take steps such as deploying catchers for pigs in seriously-affected areas, distributing millions of mosquito nets and spraying pesticides.
+The government also has several million doses of the encephalitis vaccine, which health agencies can easily prepare for next year.
+Plans to deliver vaccines to the country's hardest-to-reach areas have been delayed due to funding shortfalls and other diseases being deemed a higher priority.
+In 1956, Slaney moved to Sweden, where he began working for the Swedish Post Office and became its chief engraver three years later.
+He designed more than 1000 postage stamps for Sweden and 28 other countries.
+His works are of such high quality and detail that they are regarded as one of the few "hidden gems" of philately. Some collectors specialise in only collecting his issues.
+His 1,000th stamp was the extraordinary "Great Swedish Kings" by David Klöcker Ehrenström in 2000, which is in the Guinness Book of World Records.
+He has also been involved in the design of banknotes for a number of countries and recent examples of his work include the portraits on the front of Canada's new $5 and $100 banknotes.
+Gibson was taken to a hospital, where he was pronounced dead a short time later.
+The truck's 64-year-old driver was not hurt in the crash.
+The vehicle had been removed from the scene by about 1200 GMT on the same day.
+A mechanic working nearby said: "There were kids waiting to cross the road who were all screaming and crying."
+All of them came from the scene of the accident.
+Other points on the Bali agenda include saving what remains of the world's forests and sharing technology to help developing nations grow without felling trees.
+It also hopes to finalise the creation of a fund to help developing countries cope with the effects of global warming.
+The money can be used to build flood-resistant houses, better control water and diversify farming.
+Fluke wrote that the efforts of some to silence women speaking out on women's health have been unsuccessful.
+She came to that conclusion after receiving positive comments and encouragement from both men and women who wanted birth control deemed a basic health need.
+After the riot ended and the injured were treated, about 40 of the remaining inmates stayed outside and refused to return to their cells.
+While negotiators have been trying to work out a deal, it is not clear what the inmates are demanding.
+Between 22:00 and 23:00 MDT inmates started a fire in the courtyard.
+A short time later, riot police moved into the courtyard and held back the onlookers with a line of riot vans and officers in riot gear.
+The firefighters had the blaze contained by 11:35 p.m.
+The construction of the dam in 1963 prevented seasonal flooding which was spreading sediment along the river.
+The landscaping was necessary to create beaches and dunes to serve as habitat for wildlife.
+As a result, two species of fish have been wiped out and another two have become endangered, including the sturgeon.
+Although the floodwaters are expected to recede only a few feet, officials hope it will be enough to carry away the sediment that has been gathering at the bottom of the runoff.
+No tsunami warning was issued and the Geophysics Agency in Jakarta said there was no likelihood of a tsunami with the magnitude 6.5 quake.
+Despite no tsunami threat, residents began fleeing and leaving their homes and offices.
+While Winfrey wiped away tears, she told viewers that she wasn't going anywhere.
+This is not about me. This is the end of one chapter and the beginning of another."
+Namibia's incumbent president Hage Geingob has been re-elected with an overwhelming majority in the country's presidential and parliamentary elections, final results showed.
+The ruling African National Congress (ANC) has also won a majority in parliamentary elections.
+The coalition and Afghan forces were on the ground to secure the area and coalition jets were sent in to help.
+The accident happened in mountainous terrain and is believed to be the result of hostile fire.
+The search had been hampered by bad weather and rugged terrain.
+The health charity Medecins Sans Frontieres (MSF) and the World Health Organization (WHO) have both described it as the worst epidemic in the country's history.
+Richard Vann, a spokesperson for Doctors Without Borders, said, "Angola is expecting the worst epidemic so far and the situation is already tense in Angola."
+The action got underway at 10:00 am local time on what was a glorious day for outdoor rugby, with only a brief spell of rain in the middle of the morning interrupting what was an excellent day for sevens.
+The hosts got off to the perfect start, though, with a comfortable 26-00 win over fifth-ranked Zambia.
+While it may have been a lethargic performance against the sisters from the south, South Africa can take heart from the manner in which they improved as the tournament progressed.
+Their discipline, their ball skills and their teamwork stood out, and there is no doubting they are the team to beat.
+The city of Amsterdam and the Anne Frank House say the tree is diseased and a danger to public health, and they argue that it is also at imminent risk of collapse.
+It was due to be extradited on Thursday but was saved by a last-minute court ruling.
+All of the entrances to the cave are characterized by a diameter of at least 100 to 250 meters (328 to 820 feet) wide.
+Infrared imaging showed the temperature differences between day and night are probably due to the caves' entrances and exits.
+They are cooler than the surrounding ground during the day and warmer at night.
+Unlike large caves on the Earth, which often maintain a fairly consistent temperature, these pits are deep enough that they tend to be consistent with the ground temperature below," said Glenn Kushing, a geologist with the U.S. Geological Survey and based at Northern Arizona University in Flagstaff, Arizona.
+Voting in France is traditionally a low-tech experience: Voters withdraw into booths, fill out printed ballot papers with their chosen candidate's name on the cover.
+After authorities check the voter's identity, he or she casts a ballot into the voting box and signs the voter's list.
+French election law is very prescriptive about the process.
+Since 1988, voting booths have had to be transparent, so that voters and observers can see that there are no extra ballots in the beginning of the voting and that no more ballots are added than there are registered and authorized voters.
+Candidates can send representatives to observe any part of the process. Votes are counted by volunteers under close supervision following special procedures.
+The ASUS Eee PC, launched worldwide for its portability and features, was the talk of the IT Month event in Taipei for 2007.
+But the laptop-computer market will be radically different and in for a major shakeout after ASUS won Taiwan's 2007 Corporate Sustainability Award from the island's government.
+On the station's website, the show is described as "an old fashioned radio drama with a new and extremely modern twist!"
+In its early days, the show only went out on the long-running internet radio station TogiNet Radio, which specialises in talk radio.
+In late 2015, Toginet established AstroNet as a sister station.
+The show originally used local amateur radio actors from eastern Texas.
+Widespread looting was reportedly rampant throughout the night with police nowhere to be found on the streets of Bishkek.
+One onlooker described Bishkek as being in a state of "anarchy" with gangs roaming the streets and looting shops selling consumer goods.
+Some residents of Bishkek have blamed the protesters from the south for the disorder.
+South Africa defeated All Blacks (New Zealand) in a rugby match of the Three Nations Tournament at the Royal Bafokeng Stadium in Rustenburg, South Africa.
+The final result was a one-point win, 21-20, to end All Blacks' 15-match winning streak.
+It was a fifth consecutive loss for the Springboks.
+It was the last match for All Blacks, who had already won the trophy two weeks ago.
+The series wraps up next Saturday at Ellis Park in Johannesburg, where the Springboks face Australia.
+A moderate earthquake struck western Montana at 10:08 p.m. Monday.
+There are no immediate reports of injuries or damage, according to the U.S. Geological Survey and its National Earthquake Information Center.
+The epicenter of the quake was located about 20 km (15 miles) north northeast of Dillon and about 65 km (40 miles) south of Butte.
+It has been confirmed that the H5N1 avian influenza virus, which is lethal to humans, has infected a dead wild duck found on Monday in a marsh near Lyon in eastern France.
+Following Austria, Germany, Slovenia, Bulgaria, Greece and Italy, France is the seventh EU country to be hit by the virus.
+Cases suspected of H5N1 in Croatia and Denmark are still unconfirmed.
+Chamberlain pleaded with God "for the end of this wide-spread killing, destruction, and terrorization of millions and millions of people all over the world."
+Chambers, an agnostic, argues that his suit is "frivolous" and that "anyone can sue anyone."
+The story presented in the French opera by Camille Saint-Saëns is of an artist "whose life was dictated by drugs and Japan."
+As a result, scientists are firing up joints of cannabis on stage, and even encouraging the audience to join in.
+Former Speaker of the House Newt Gingrich, Texas Gov. Rick Perry and Rep. Michele Bachmann round out the top four, in that order.
+After the results came in, Gingrich praised Santorum but had harsh words for Romney, who had run negative ads against Gingrich in Iowa.
+Perry said, "I'm going to go back to Texas and I'm going to take a hard look at the results of tonight and determine whether or not there's a path forward for me," but later said he would stay in the race and participate in the South Carolina primary on February 21.
+Bachmann, who won the straw poll in August, has decided to pull out of the race.
+The photographer was taken to the Ronald Reagan UCLA Medical Center where he was later pronounced dead.
+He was in his 20s, according to a statement released by Bieber, who said, "While I was not there nor was I directly involved in the altercation, my heart goes out to the family of the victim."
+Entertainment website TMZ found the photographer stopped on the opposite side of the "Sepulveda" street and tried to take pictures of the police confrontation before he was ordered back by a California Highway Patrol officer twice.
+The driver of the vehicle that struck the photographer is unlikely to be charged, police said.
+With only eighteen medals to be won each day, many countries were not able to get on the podium.
+Here comes the Netherlands, with Anna Jochemsen finishing ninth in the women's super-G, and Finland's Katja Sarinen in 10th.
+Australia's Mitchell Gourley finished 11th in the men's Super-G. Czech skier Ondrej Jelinek was 14th in the men's Super-G.
+Mexico's Arly Velasquez was fifth in the women's super-G and New Zealand's Adam Hall was ninth in the men's super-G.
+The Polish skier with a disability Maciej Krezel and his guide Anna Ogarzynska finished thirteenth in the Super-G. Jung Seok Park of South Korea was second in the men's visually impaired Super-G.
+UN peacekeepers who arrived in Haiti after the devastating 2010 earthquake have been accused of spreading a cholera epidemic that began near a military camp.
+According to the suit, the UN camp was not properly disinfected after the outbreak, allowing bacteria to enter the Artibonite River, one of Haiti's largest.
+Haiti has been plagued by disease outbreaks since at least the 19th century.
+Haiti's justice and democracy institute has called for independent inquiries to find out whether UN peacekeepers from Nepal brought cholera to the country.
+Daniele Lantagne, the UN's expert on infectious diseases, said the outbreak was probably due to malnutrition.
+Hamilton said the patient is currently stable at Howard University Hospital.
+The patient had also travelled to Nigeria, where several cases of the Ebola virus have been reported.
+The hospital followed its infectious control protocol, which included isolating the patient to prevent any further spread of infection.
+Before The Simpsons, Simon worked on a number of shows in a variety of capacities.
+In the 1980s he worked on shows including Taxi, St Elsewhere and the Tracey Ullman Show.
+In 1989, he co-created The Simpsons with Brooks and Groening, and was responsible for hiring the show's writing staff.
+Although he left the show in 1993, he still holds the title of executive producer and continues to take home tens of millions of dollars per season.
+China's state news agency Xinhua said earlier that an airplane had been hijacked.
+According to later reports, the aircraft had been loaded with a bomb and was on its way back to Afghanistan when it crashed in Kandahar.
+Initial reports suggested the plane had been diverted back to Afghanistan after it was denied permission to land in Urumqi.
+Aircraft accidents are common in Iran because of the country's ageing fleet of both civilian and military aircraft.
+With international sanctions in place, it is impossible to procure new aircraft.
+Three people were killed and three more injured when a police helicopter crashed early Sunday.
+Last month, Iran suffered its worst ever air crash when a plane headed for Armenia crashed, killing all 168 passengers and crew on board.
+Another airline crashed onto a runway in Meshed in the same month, killing seventeen people.
+Aerosmith cancels remaining tour dates.
+The band was due to tour the United States and Canada until September 16.
+The band canceled the tour after frontman Steven Tyler injured his shoulder after falling off the stage during a show on August 5.
+Maree lost the first set in a break of serve and did not win a service point in the second set.
+Del Potro had the edge in the second set, but also needed a tie-break to take the lead 6-6.
+He was then treated on the sideline, but was able to return to the game.
+The program started at 8:30 a.m. local time (1500 UTC).
+Prominent scholars in the country have been paying their tributes in the form of bhajans or kirtans to Shri Shyama.
+Sangeeta Sharma started the evening, followed by Jai Shankar Chaudhary. Lakhwinder Singh presented the bagpipes jugalbandi. Vocalist Raju Kandelwal was the accompanist.
+Then Lucky Sing took over with a bag of wickets.
+108 portions of prasadam (food offered to a deity in Hinduism, consisting of 56 different items including sweets, fruits, vegetables, grains, nuts and seeds offered to a deity) were served to Baba Syama.
+Lakshmi Shankar also sang and played the tambura. The musician Raju Kodavalli was the accompanist.
+In a presentation at the Tokyo Game Show on Thursday, Nintendo President Satoru Iwata unveiled the design of the controller for the company's new Revolution console.
+Similar to a remote control for a TV, the controller uses two sensors placed next to the user of the TV to triangulate its position in three dimensions.
+This will allow gamers to have more control over the actions and movements in video games with the motion of the controller in the air.
+Jankarlos Fisichella lost control of the car and ended the race early.
+His teammate Fernando Alonso led for a large part of the race but faded as he approached the pits and was probably hampered by his car's right front tire.
+Michael Schumacher ended the race not long after Alonso, having been hampered by suspension problems in a number of battles throughout the race.
+She's very attractive, and she can sing pretty well," he said, according to the pre-conference transcript.
+I get emotional every time I see this," he said, getting choked up.
+Within about 3 minutes of liftoff, a camera inside the rocket showed a large number of pieces of the polyurethane foam insulation separating from the fuel tank.
+However, it was not thought there was any damage to the shuttle.
+NASA shuttle program manager, N. Wayne Hale Jr., said the foam came off "after it was no longer a threat."
+Within five minutes of the start, a breeze had picked up, by about the 10th minute it had reached 70km/h ... then it started to back off, but it was still so strong and gusty that it was like being pelted with pins and needles and then the rain started and people were running through it, ducking for cover.
+I lost my sister and her friend, and on the way there were two people in wheelchairs, who people jumped and pushed," said Armand Versace.
+There was also news from NHK that the nuclear power plant at Kashiwazaki Kariwa in Niigata prefecture was operating normally.
+Hokuriku Electric Power Company said there were no reports of any damage from the quake and that reactors 1 and 2 at its Shika nuclear power plant had been shut down.
+According to the report, nearly 9,400 homes in the region were without water and about 100 were without power.
+Some roads were damaged, railway services were disrupted in the affected areas and Noto airport in Ishikawa prefecture remained closed.
+A bomb exploded in front of the governor's office.
+Three more bombs were detonated near government buildings over the course of two hours.
+Some reports said the death toll stood at eight, but officials said up to 30 people were injured. The final toll was not yet known.
+In samples of urine from the dead pigs, cyanuric acid and melamine were found to be the main contaminants.
+Researchers at the University said the two compounds can interact to create crystals that can block the function of the kidneys.
+The researchers observed crystals forming in cat urine when they added melanin and uric acid.
+The composition of these crystals matches the peaks in the infrared spectra of the affected millet grains.
+I don't know if you know this or not, but a lot of the good stuff from Central America comes in duty free.
+However, eighty percent of our exports were traded through tariffs in Central American countries.
+It didn't make sense to me; it wasn't fair.
+The message I have for you is that you shouldn't treat us like we treat you.
+California Governor Arnold Schwarzenegger has signed into law a bill that will ban the sale or rental of violent video games to minors.
+The legislation would require violent video games sold in California to carry an "18" sticker, and would fine retailers $1,000 for selling to minors.
+The Crown Prosecution Service's Director of Public Prosecutions, Kier Starmer QC, issued a statement this morning announcing the charges against Hoon and Price.
+Hannan is stepping down and will be replaced by backbencher Edward Davey, who is tipped to take on the business minister role vacated by Davey.
+Hoon and Price are due to appear before Westminster Magistrates' Court on February 16.
+Nicholas Alden, 25, and Zachary Cadbек, 21, were killed in the crash. Cadbек was the driver.
+Edgar Vega suffered a knee and wrist injury, while Christopher Schnieder was in need of facial reconstructive surgery.
+Yuka's weapon had been embedded in the fifth man's head, leaving Schmeisser in constant pain, with one eye blinded, part of his skull missing and a titanium plate in his face.
+Schneider testified via video link from Australia for his father's trial.
+In addition to his win on Wednesday, Carpanedo raced to two individual victories in the Championships.
+First was the Salomon, where she did not finish the race. 36 of 116 racers had the same result in that race.
+In her next race, the Velsaloppet, she finished tenth in the women's race with a combined time of 4:41.30, 2:11 behind winner Claudia Loesch of Austria and 1:09.02 behind ninth-place finisher Jenny Danyi of Hungary.
+Four skiers in the women's giant slalom event did not finish, and 45 of the 117 skiers competing in the event overall did not make it to the second run.
+The police in Madhya Pradesh have traced and recovered a stolen laptop and a mobile phone.
+Deputy General Inspector D.K. Arya said, "We have arrested five persons who assaulted a Swiss woman and recovered her mobile phone and laptop."
+The accused have been identified as Baba Kanjar, Buta Kanjar, Rampu Kanjar, Gaja Kanjar and Vishnu Kanjar.
+Police Commissioner K. Chandrashekar said the accused were produced before the court with their faces covered.
+Although three people were in the house at the time of the crash, no injuries were reported.
+The rider suffered a serious head injury, however.
+The road was closed for some time as emergency services attended the scene and the driver of the red Audi TT was trapped.
+He was initially admitted to James Paget Hospital in Great Yarmouth.
+He was then transferred to Addenbrooke's Hospital in Cambridge.
+She has since been charged with her son's murder and remanded in custody.
+She is in custody awaiting indictment and trial, but what evidence, if any, witnesses could offer has been cast into doubt with the release of the footage.
+It is commonplace in the UK but the Scottish judicial system is different and courts can deem the publication of such images to be a potential contempt of court.
+Professor Pamela Ferguson, of Dundee University, said, "It certainly seems to be the case that news organisations are walking a fine line when they publish photos and videos of suspects."
+A spokesperson for the state's attorney's office, which is responsible for the prosecution, said no further comment would be made until the indictment is returned.
+According to the source, the document relates to the border dispute in which the Palestinians want the pre-1967 war borders restored.
+Like other issues, the future of Jerusalem, which is holy to both peoples and the site of the River Jordan, is said to be a sticking point.
+Israel has insisted on a continuous military presence in the valley for 10 years after the agreement takes effect, while the Palestinians have agreed to a five-year presence.
+Shooters carrying out pest control would have been overseen by rangers, who would observe and assess the effectiveness of the cull.
+The National Volunteer Worker Scheme, in conjunction with the National Parks and Wildlife Service (NPWS) and the National Volunteer Worker Scheme of Australia (NJV), has seen a number of qualified volunteers join.
+According to Mike O'Flynn, chief executive of the National Parks and Wildlife Service of the NPWS, the four selected archers have been provided with safety instructions and training.
+Martelly was sworn in yesterday as the new nine-member interim Election Commission (CEI).
+This is the fifth time in four years that Martelly has called for an election.
+Last month, the presidential commission suggested that the SER should resign as part of a package of measures to prepare the country for new elections.
+The Martelly commission was set up in response to widespread anti-government protests that began in October.
+Violent protests have sometimes been triggered by election disputes, and some date back to 2011.
+About 60 iPod units were reported to have overheated, resulting in a total of six fires, and four people received minor burns.
+Japan's Ministry of Economy, Trade and Industry (METI) said it was aware of 27 accident reports related to the devices.
+Last week, METI announced that it had received reports from Apple of another 34 cases of overheating, which the company deemed "non-serious."
+In its response, the ministry said that Apple's delay in releasing the report was "truly regrettable."
+The earthquake struck at 7:19 a.m. Friday (9:19 a.m. GMT).
+The Northern Mariana Islands Office of Emergency Management said there were no reports of damage in the country.
+The Pacific Tsunami Warning Center said there was no tsunami threat.
+A former Philippine police officer held tourists from Hong Kong hostage by seizing their bus in Manila, the Philippine capital.
+Rolando Mendoza fired his M16 rifle at the tourists.
+A number of hostages were rescued and at least six have been confirmed dead.
+Six hostages, including children and an elderly man, were freed early, as were the Filipino photographer and his assistant.
+He was replaced later by an elderly woman who had to go to the toilet. Mendoza was shot.
+Following in his father's footsteps, Lyginns pursued a career in medicine.
+She studied midwifery and began working at the National Women's Hospital in Auckland in 1959.
+While working at Lying-In Hospital, he began studying pregnancy in his spare time.
+His research showed that if the hormone was introduced it would speed up the development of the baby's white matter.
+Xinhua reported that government investigators had found two "black boxes" for flight recordings on Wednesday.
+Luna was honored with a tribute and colleagues paid their respects.
+Tommy Driemler said, "Luna was the first Queen of Extreme. My first manager. Luna died in the evening at the age of two months. Quite unique, just like her. A strong woman."
+Dustin "Goldust" Rhodes commented that "The moon was out that night... maybe more than the moon... I loved it and I missed it... I hope it's in a better place."
+From the 2010 federal election survey of 1,400 people, the number who were against Australia becoming a republic rose 8 per cent from 2008.
+Prime Minister Julia Gillard made the claim during the 2010 federal election campaign that Australia should become a republic after the reign of Queen Elizabeth II is over.
+34 per cent of those surveyed said they wanted Queen Elizabeth II to be the last monarch of Australia.
+According to the poll, 29 per cent of respondents said Australia should become a republic, while 31 per cent said Australia should never become a republic.
+The Olympic gold medallist was due to compete in the 100 metres and 200 metres individual events as well as the 4x100 metres relay at the Commonwealth Games but pulled out due to illness.
+He was unable to get the drugs he needed to manage his pain because they were banned by 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.
+Several researchers had confirmed the findings using different hardware and software by the beginning of February, and it was announced on Tuesday.
+Comets may have been the source of water on Earth, in addition to the organic material that could have given rise to proteins and supported life.
+Scientists hope to find out how planets are made, in particular how the Earth was made, because comets have been smashing into the Earth for billions of years.
+The 53-year-old Cuomo began his term as governor earlier this year and last month signed into law a bill legalizing same-sex marriage.
+He called the claims "political mudslinging and innuendo."
+He is reportedly going to run for president in 2016.
+NextGen, the FAA says, will allow planes to fly more direct routes, saving millions of gallons of fuel per year and reducing carbon emissions.
+It uses a satellite-based technology, rather than the older ground-based radar, to help air traffic controllers more accurately track planes and provide pilots with real-time information.
+There is no dedicated supporter transport, and tube trains will not call at Wembley Park or Wembley Central and there is no public transport parking or park and ride at the stadium.
+The fear of travel disruption is heightened by the possibility of a no-deal Brexit, which would leave the team stranded without their supporters.
+A study published Thursday in the journal Science revealed the formation of a new bird species on the Galapagos islands of Ecuador.
+Researchers from Princeton University in the U.S. and Uppsala University in Sweden have found that the new species arose in just two generations, even though it was thought to have taken much longer due to interbreeding between the Galapagos finches Geospiza fortis and the large cactus finch Geospiza conirostris.
+Gold can be worked in any form. It can be bent into small forms.
+It can be woven into a thin thread, which can be woven and twisted. It can be hammered out or rolled into sheets.
+It can be made very thin and can be applied to other metals. It was sometimes used to decorate handmade books called illuminated manuscripts.
+This is called the chemical pH value. You can make an indicator using red cabbage juice.
+The acidity or alkalinity (basicity) of the chemicals changes the color of the juice.
+The pH level is indicated by the amount of hydrogen ions (H+) present in the solution.
+The hydrogen ions are protons with their electrons stripped off (because the hydrogen atoms are composed of a proton and an electron).
+Mix the two dry ingredients together and then, using clean, damp hands, pat them into a ball.
+The moisture in your hands will react with the outside layers, making them feel unusual and forming a sort of skin.
+The cities of Harappa and Mohenjo-daro had bathrooms with running water for almost every house, linked by a sophisticated sewer system.
+Remains of sewerage systems have been found in the Minoan-era towns of Crete and Santorini in Greece.
+Bathrooms existed in ancient Egypt, Persia, and China. In the Roman civilization, in some circumstances, bathrooms were part of public baths where men and women went in together.
+When you call someone who is thousands of miles away, you use a satellite.
+Satellite in space gets pinged, then pings back almost instantly.
+The satellite was launched into space by a rocket. Scientists use telescopes in space because the Earth's atmosphere blocks some of our light and vision.
+A giant rocket, standing taller than 100 stories, is necessary to launch a satellite or telescope into space.
+The invention of the wheel changed the world in an amazing way. The best thing the wheel did for us was to provide a faster and easier means of transportation.
+It did not allow cars, trucks, and other vehicles.
+Under them are more medium-sized cats that eat medium-sized prey ranging in size from rabbits to antelopes and deer.
+Eventually, there are many small mammals (including bats) that eat many more small animals, including insects, bats, rodents, and birds.
+The secret to their success is the domain concept, a specialization that prevents the cats from competing with each other.
+Lions are the most social cats, living in large groups called prides.
+The herd consists of one to three adult males, along with as many as thirty females and young.
+Women are usually very closely associated with each other, forming a large family of sisters and cousins.
+Lynx purr like cats or dogs, animals which are surprisingly similar to lynx (but not to other big cats) in their behaviour, as well as being vicious killers of their prey.
+As a sibling to the sportsman, the tiger can run (though not very well), swim, leap great distances and pull with five times the strength of the strongest man.
+Tigers are in the same genus (Panthera) as lions, leopards and jaguars. The four big cats are the only felines that can roar.
+The tiger's roar is not like the full-throated scream of the lion, but rather a series of growls and snarls.
+Ocelots prefer to eat small animals. If they can, they will catch monkeys, snakes, bats and birds. Nearly all of the animals that the ocelot hunts are much smaller than the ocelot itself.
+Scientists have discovered that bears follow and find animals to eat (prey) by smelling the ground where they were.
+They hunt in the dark using their night vision and move quietly, also. Ocelots hunt by stalking their prey and then pouncing on it.
+When a small group of organisms (a small population) becomes isolated from the rest of the population from which it descended (e.g., if it moves over a mountain range or a river or an ocean, or if it colonizes an island from which it cannot easily return), it may become different in the course of time from the stock from which it was derived.
+The new environment will have different resources and different competitors, so the new population will need different traits or adaptations to be a strong competitor, compared to what was needed before.
+The original population was not changed in any way, they still need the same adaptations as before.
+Over time, the new population began to adapt to their new environment and became less like the other population.
+Eventually, after thousands or even millions of years, the two populations will become so different that they can no longer be considered the same species.
+This process is called speciation, which means the formation of new species. Speciation is an inevitable result and a very important part of evolution.
+The plants produce oxygen, which people breathe out, and they take in carbon dioxide, which people breathe out (i.e. exhale).
+Plants make their own food from the sun using photosynthesis. They also give off shade.
+Our homes are made out of plants, and our clothes are made out of plants. Plants are the main part of the food we eat. Without plants, animals could not have lived.
+Mosasaurus was a voracious predator in its time and was not afraid of anything except other mosasaurs.
+His long jaws were armed with more than 70 sharp teeth, in addition to another row in the upper jaw, so he was not to be messed with.
+We don't know for sure, but he may have had a beak and eaten fish, other mosasaurs, and maybe even been cannibalistic.
+It would have attacked anything that went in the water; even a giant dinosaur like a Tyrannosaurus rex would have been at risk.
+While most of what the Romans ate is unknown, they did have some bizarre or exotic delicacies on occasion, such as wild boar, ostrich, peacock, and a kind of grain called polenta.
+Another difference was that while poor people and women ate their food while sitting on the ground, rich people preferred to have communal feasts where they would rest while eating their meals.
+Ancient Rome's diet certainly did not include products that came from America or Asia in later centuries.
+For example, they did not have honey, bread, cheese, chocolate, and no Roman ever tasted ice cream.
+The Babylonians built a special temple for each of their gods, which was considered to be the home of the god.
+People brought offerings to the gods, and priests sought to please the gods through ritual and festivals.
+Each temple had an open courtyard and an inner sanctuary where only the priests could enter.
+Sometimes, separate towers were built in the form of pyramids, called ziggurats, which were part of the temple.
+The top of the hill was crowned by a special sanctuary of the god.
+In the warm climate of the Middle East, houses were not as important.
+Much of ancient Jewish family life was lived out in the open.
+Women cooked in the courtyard; the shops were simply counters jutting out into the street. The stone was used to build houses.
+Since there were few forests in the land of Canaan, wood was a very costly commodity.
+Greenland was rarely inhabited. According to the Old Norse sagas, Erik the Red was outcast from Iceland for murder and went west to discover Greenland, which he called Greenland.
+However, despite his discovery, the Eskimos had already been living there for a long time.
+Even though all of the countries were "Scandinavian," there were many differences between the people, kings, customs, and history of Denmark, Sweden, Norway, and Iceland.
+If you saw the movie National Treasure, you may believe that there is a map to the treasure on the back of the Declaration of Independence.
+However, this is not true. Even though there is something written on the back of the document, it is not a wealth card.
+The words "Original Declaration of Independence of July 4, 1776" were written on the back of the Declaration of Independence. The text was wrapped around the bottom of the document.
+While it is not known for certain who wrote it, it is known that the large scroll (29¾ inches by 24½ inches) was rolled up for safe keeping at some stage.
+So, maybe the notation could just be a simple footnote.
+The D-Day landings and subsequent battles had freed the north of France but the south was still occupied.
+The Vichy French were those who had signed an armistice with the Germans in 1940 and had collaborated with the occupiers rather than resisting them.
+On August 15, 1940, the Allies invaded Southern France and the invasion was code named Operation Dragoon.
+In just two weeks, the Americans and Free French forces had liberated southern France and were on the way to Germany.
+A civilization is a specific culture developed by a large group of people living and working together, a society.
+The word "civilization" is derived from the Latin word "civilis", meaning "citizen", and "civitas", meaning "city" or "city-state", and it refers to a certain level of development of a society.
+Civilizations are the parents of nations. Civilizational culture transmits knowledge across several generations, leaves a lasting cultural imprint, and is quite expansive.
+Small cultures often disappear without leaving any significant historical record and are not recognized as true civilizations.
+During the American Revolutionary War, the thirteen states initially formed a weak central government with Congress as the sole component-per the Articles of Confederation.
+The Congress had no power to levy taxes, and as there was no national executive or judiciary to enforce its laws, the states had to step in to fill the void.
+There was also no authority to tax and regulate commerce between the states.
+The members demanded unanimous consent from all countries before any changes could be made, and the countries took the central government so lightly 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, having won the FIFA World Cup in 2006.
+Some of the most popular sports include association football, basketball, volleyball, water polo, gymnastics, rugby, cycling, ice hockey, roller hockey and Formula 1 car racing.
+Winter sports are most popular in the northern regions, where Italians also compete in international and Olympic events.
+Japan has almost 7,000 islands (Honshu is the seventh largest island in the world!)
+Because of Japan's many islands, it is often geographically referred to as an archipelago
+Taiwan's beginnings can be traced back to the 15th century, when European mariners called it Ilha Formosa, or Beautiful Island.
+In 1624, the Dutch East India Company established a base at Fort Zeelandia in southern Taiwan, beginning a change in the local diet from indigenous tuber crops to grain and sugar cane cultivation, and bringing Chinese contract laborers to work on its plantations.
+In 1683, the forces of the Qing Dynasty (1644–1912) took control of the coastal areas of western and northern Taiwan and established Taiwan as a province of the Qing Empire in 1885.
+In 1895, following the defeat in the First Sino-Japanese War (1894–1895), the Qing government signed the Shimonoseki Treaty, ceding sovereignty over Taiwan to Japan, which governed the island until 1945.
+Machu Picchu was home to three main buildings, namely the Intihuatana, the Temple of the Sun and the Room of the Three Windows.
+Most of the outbuildings in the complex have been restored to make them look as they did originally.
+By 1976, thirty percent of Machu Picchu had been restored and restoration continues to this day.
+For example, 35 mm was the most common film format in still photography throughout the age of analog photography.
+It is still manufactured today, but it is important to note that its resolution is inherited from the sensor resolution of a digital camera.
+The 35 mm format is actually quite a bit disorienting, 36 mm wide by 24 mm tall.
+The aspect ratio of this format (divided by 12 to get the simplest ratio) is therefore 3:2.
+Many common formats (e.g. APS group formats) are identical or very nearly the same as the corresponding ratios.
+By far the most abused and most often ridiculed thirds law is simply a rule of thumb that creates a dynamic and maintains order in the picture.
+It emphasizes that the main subject should be placed at the intersection of the lines that make up the thirds of the vertical and horizontal planes (see example).
+During this period of European history, the Roman Catholic Church, which had become wealthy and powerful, was under criticism.
+Despite differences in languages and customs, Christianity has united European countries for over a thousand years.
+Her influence was felt from the king to the commoner.
+One of the main Christian principles is that wealth is to be used to lessen suffering and poverty and that the church's money is to be used only for that purpose.
+The central power of the church had been in Rome for a thousand years, and the concentration of power and wealth had led to widespread accusations of corruption.
+Within a year of hostilities breaking out, Britain had begun a naval blockade of Germany.
+The strategy proved to be effective, cutting off much-needed supplies for the army and the population, although the blockade was in violation of international law codified in several international agreements over the past two centuries.
+The United Kingdom mined international waters to prevent ships from entering certain parts of the ocean, which posed a risk even to neutral vessels.
+With few means to counter this tactic, Germany expected a similar response to their unrestricted submarine warfare.
+During the 1920s, isolationism and pacifism were widespread among citizens and nations.
+Following the horrors and atrocities of World War I, the nations sought to avoid a repeat in the future.
+In 1884, Tesla moved to the United States to work for Edison's company in New York.
+He came to the United States with four cents in his pocket, a collection of poems and a letter of recommendation from Charles Bachelor (his former boss) to Thomas Edison.
+Ancient China had only one way of showing different periods of time; each dynasty or family that ruled was given a separate era.
+There have also been periods of instability between dynasties, such as the Three Kingdoms period which lasted for 60 years between the Han and Zhou dynasties.
+This period saw intense power struggles between many of the realms as they fought for supremacy.
+The Three Kingdoms period is one of the bloodiest in Chinese history, with thousands of people dying in battles to take control of the highest seat in the grand hall of Xiang.
+There were many social and political influences, such as the metric system, the shift from absolutism to republicanism, nationalism and the belief that the country was owned by the people rather than a single ruler.
+Revolutionary-era job openings were also open to all male candidates, allowing the most ambitious and successful to advance.
+This was also true in the military, where instead of ranking being based on class, it was now based on caliber.
+The French Revolution inspired other oppressed people of the working class in other countries to start their own revolutions.
+Muhammad was very much interested in calling people to the life after death. He often went to a cave called "Jabal an-Nar" (Mountain of Light) to meditate.
+It is enclosed in a cave that has survived through the ages, giving a vivid picture of Muhammad's spiritual inclinations.
+Situated atop a mountain north of Mecca, the cave is largely isolated from the rest of the world.
+Indeed, it is not easy to find even though someone knew where it was. Once inside the cave, it is a complete isolation.
+Little can be seen in the way of scenery except for the clear, beautiful sky and the many surrounding mountains. Very little of this world can be seen or heard from the inside of the cave.
+Of the Seven Wonders, only the Great Pyramid at Giza remains standing today.
+Built by the Egyptians in the third century B.C., the Great Pyramid is one of many large pyramidal structures built to serve as tombs for the deceased king.
+The Giza Plateau in Egypt's Valley of the Kings contains the Great Pyramid, several smaller pyramids, a number of tombs, and the Great Sphinx.
+The Great Pyramid was built in honor of King Khufu, while most of the smaller pyramids, tombs and temples were built in honor of Khufu's wives and his immediate family.
+The upper-case "L" looks like a V, and the lower-case "l" looks like an L with the bottom half missing.
+The top line means that you have to start from the top and work your way down, and the bottom line means that you have to start at the bottom and work your way up.
+The upward motion of the blade gives a softer sound, while the downward motion of the blade gives a louder and more aggressive sound.
+Feel free to write in your notes, but remember that printed notes are there for musical reasons and are therefore best to be heeded.
+On October 6, 1789, King Louis XVI, Queen Marie-Antoinette, their two young children (11-year-old Marie-Thérèse and four-year-old Louis-Charles) and King Louis' sister, Madame Élisabeth, were forcibly abducted from the Palace of Versailles by a group of women from the marketplace.
+Accompanied by crowds waving flags and cheering, the carriages made their way back to Paris, where they were mobbed by well-wishers showing their support for the king and queen.
+A crowd of people then forced the King and Queen to get out of the carriage by opening all the windows.
+At one point, a man in the crowd shouted "Long live the king" before plunging his axe into the head of a royal bodyguard at Versailles in front of the stunned queen.
+The cost of the American empire's conquest of the Philippines was borne by the Filipinos themselves.
+They were forced to pay taxes to the American colonial government to help defray the costs and the rate of the levy was variable, subject to changes by the Philippine government through the banking system on Wall Street.
+Of course, the super profits derived from the long-term exploitation of the Filipinos represented the main gains of American imperialism.
+To understand the Templars, it is necessary to understand the context in which they were created.
+The period in which these events took place is usually referred to as the High Middle Ages, a period in European history between the 11th, 12th and 13th centuries (1000–1300).
+It followed the Early Middle Ages and was followed by the Late Middle Ages, which ended around 1500.
+Technological determinism is a broader concept that encompasses a number of ideas in practice, ranging from technological imperative to technological determinism to a strong belief that humanity's destiny is bound by the fundamental laws of science and their manifestation in technology.
+Most interpretations of technological determinism rest on two general ideas: that the development of technology, in itself, follows a path that largely overrides cultural or political influence and that technology, on the other hand, has "impacts" on societies that are independent of social conditions.
+For instance, someone might argue that motorized vehicles are necessary for the development of roads.
+However, a network of state roads is not economically feasible for only a few cars, so new methods of production are being developed to lower the cost of owning a car.
+The invention of the car also led to an increase in road traffic accidents and thus the invention of new techniques in medicine to treat for traumatic injuries.
+Romanticism contained an important element of cultural determinism, taken from writers like Goethe, Fichte, and Schlegel.
+In the context of romanticism, geography formed the individuals, and over time developed customs and culture relating to geography, which were in harmony with the whole of society, these were preferable to randomly imposed laws.
+Like Paris is now the fashion capital of the modern world, Constantinople was the fashion capital of medieval Europe.
+His reputation as the epicenter of luxury lasted from about 400 B.C. until about 1100 A.D.
+His fortunes waned in the 12th century, partly because of the Crusaders' return with gifts of silk and spices, which were more valuable than the Viennese market could offer.
+During this period, the title "Capital of Fashion" moved from Constantinople to Paris.
+The Gothic style reached its peak in the 10th and 11th centuries and in the 14th century.
+In the beginning, the clothing was influenced by the Byzantine culture in the east.
+However, due to the slow channels of communication, the fashion of the West was only 25–30 years behind.
+About the end of the Middle Ages, Western Europe began to develop its style. One of the major events of this time was the Crusades, during which people began to use girdles to support their clothing.
+Sustainable agriculture is farming in a way that meets the needs of the present without compromising the ability of future generations to meet their own needs.
+Existential farming is a simple, often organic system that uses heirloom seeds that come from the ecoregion in combination with crop rotation or other relatively simple techniques to maximize production.
+In the past, most farmers were subsistence farmers, producing enough to feed their families, which is still the case in many developing countries.
+Subcultures bring together like-minded individuals who feel disenfranchised by the mainstream and allow them to explore their identity.
+Cultures may differ due to age, ethnicity, class, location, and/or position of members within the group.
+The qualities that make a culture distinct can include linguistic, aesthetic, religious, political, sexual, geographic, or any combination of factors.
+Members of a subculture often identify their membership through a distinctive and symbolic use of style that may include fashion, manners, and argot.
+One common method used to illustrate the importance of socialization is to point out several instances in which children who were neglected, abused, or intentionally malnourished by their adult caregivers nevertheless grew up to be fully socialized adults.
+Such children are sometimes called "feral children" or "wild children". Some feral children were abandoned by humans (often their parents), and in some cases this abandonment was the result of the parents' inability to cope with their child's severe mental or physical disability.
+These children may have experienced severe abuse or trauma prior to being abandoned or running away.
+Others are said to have grown to giant size; some say they lived in the wilderness.
+When wholly raised by humans, feral children display behaviors (in physical boundaries) much like those of the person who cared for them, whether fearful or indifferent to humans.
+While project-based learning is meant to make learning easier and more interesting, the technique called "skeleton building" is taking it to the next level.
+The technique called "building scaffolding" is not a learning method per se, but rather a supportive tool to help individuals go through new learning experiences such as using a new computer program or starting a new project.
+Skeletons can be virtual or real, with other meanings, one teacher is a type of skeleton, but so is a human with a skull and crossbones in Microsoft Office.
+The virtual tutors are built into the software and are designed to prompt, encourage and explain procedures that may have been beyond the student's ability to tackle alone.
+Children are placed in foster care or adoptive homes for reasons that range from neglect to abuse to exploitation.
+No child should be raised in an environment that is not nurturing, caring, and educational, but they do grow up.
+We believe the care system is a safe place for these children.
+Our caregiving system needs to provide secure homes, compassionate caregivers, stable education, and a secure health system.
+Their concern should be to provide for all of the needs that were lacking in the home from which they came.
+The Internet contains elements of both mass communication and interpersonal communication.
+The specific characteristics of the Internet lead to additional dimensions of uses and gratifications.
+For example, "learning" and "socialization" have been suggested as important motivations for internet use (James et al., 1995).
+Amy and McCord (1998) identified "personal learning" and "ongoing relationships" as new motivational aspects, studying the reactions of users to web pages.
+The use of video recording has led to significant findings in the interpretation of micro-expressions, or fleeting facial expressions that last a fraction of a second.
+It is currently alleged that it may be possible to tell if someone is lying by looking at micro-expressions.
+Oliver Sacks, in his book "The President's Speech," noted that people who are unable to understand speech because of brain damage are often able to judge the speaker's sincerity.
+He argues that such skills in interpreting human behaviour may have been shared with animals such as the domestic dog.
+Research in the twentieth century established that there are two groups of genetic variants: those that are hidden and those that are expressed.
+The mutation introduces a new genetic variant and the selection allows the group of expressed variants to be removed.
+The segregation and recombination place a variation forward and backward between the two groups in each generation.
+It is difficult for the digestive system of a herbivore to obtain all of its requirements for amino acids from available plant sources.
+If this does not happen, there will be serious consequences: stunted growth, malnutrition and eventually death.
+The most easily available plant resources would be the proteins in leaves and stems, but these are difficult to digest except by humans.
+In contrast, animal food (ants, termites, eggs) is not only easily digestible, but also provides a high protein content that contains all essential amino acids.
+Taking into account all the circumstances, we should not be surprised if our ancestors solved their "protein problem" in much the same way that chimpanzees do today.
+A sleep disruption is a process of waking up for a while during your normal sleep and sleeping again shortly after (10-60 minutes).
+This can easily be done by using a relatively quiet alarm to wake you without fully rousing you.
+If you happen to hit the snooze button while you're asleep, you can put it on the other side of the room so that you have to get out of bed to turn it off.
+Other options based on biorythms include drinking a lot of fluids (especially water or tea, which is known as a diuretic) before bedtime, because you have to pee.
+The amount of inner peace a person has is relative to the amount of tension in their body and mind.
+The more pressure, the more positive energy is present. Every person has the potential to find absolute peace and contentment.
+Anyone can achieve enlightenment. The only thing that prevents us from reaching our goal is the pressure and negativity of us.
+Tibetan Buddhism is based on the teachings of the Buddha, which were elaborated by the Mahayana path of love and the many techniques of Indian yoga.
+In essence, Tibetan Buddhism is quite simple. It is composed of kundalini yoga, meditation, and the path of compassionate love.
+With kundalini yoga, the kundalini energy (energy of enlightenment) is awakened through kundalini yoga poses, breath work, mantras, and visualizations.
+The center of Tibetan meditation is "divine yoga". Through visualization of several deities, the energy channels are cleansed, the chakras are activated, and enlightenment is achieved.
+Germany was a common enemy in World War II, which led to cooperation between the Soviet Union and the United States. After the war, differences in the systems, processes, and culture led to disagreements between the two countries.
+Two years after the war ended, the former allies became enemies and began the Cold War.
+It was to last for the next 40 years and take the form of a widespread insurgency, with proxy wars being fought from Africa to Asia, in Afghanistan, Cuba and many other places.
+By 17 September 1939, the Polish defense forces had already been defeated and the only hope was to retreat and reorganize behind the Romanian Bridgehead.
+However, these plans were outdated almost overnight when more than 800,000 troops of the Red Army of the Soviet Union invaded from the east, creating a Belarusian and Ukrainian front and invading eastern Poland, violating the Riga Peace Treaty, the Polish-Soviet Non-Aggression Pact, and other international bilateral and multilateral agreements.
+Shipping goods by boat is by far the most efficient way to move a large number of people and goods across an ocean.
+Traditionally, the job of the Navy has been to make sure your country can move troops and supplies around, while making it hard for the enemy to do the same.
+One of the most prominent recent examples of this was the North Atlantic Campaign of World War II, in which the United States sought to transport people and supplies across the Atlantic Ocean to help Britain.
+Meanwhile, the German Navy, mainly using U-Boats, tried to prevent such traffic.
+If the allies had been defeated, Germany would have been able to invade Britain just as easily as they had taken the rest of Europe.
+It is likely that goats were first domesticated around 10,000 BCE in the Zagros Mountains of Iran.
+Ancient cultures and civilizations began to selectively breed for easy milk, wool, meat, and leather production.
+Herds were usually kept together in flocks or folds and guarded by herdsmen, who were often children or adolescents, similar to the more familiar shepherds. These methods of herding are still in use today.
+Horse-drawn trams were introduced in England in the 16th century.
+Although wagons were primarily built of parallel wooden planks, they could be drawn by horses at a faster rate and carried a larger load over rough roads than the carts of the day.
+Rails were introduced early on to keep the wheels on the track. However, it gradually became apparent that wheels would be more efficient if they had a metal strip on top.
+This became a regular practice, but the iron wheels caused more wear to the wooden planks of the wagons.
+Eventually, wooden rollers were replaced by iron ones. In 1767, the first train with all-iron rolling stock was introduced.
+The first known method of locomotion was walking upright; humans began walking upright about two million years ago with the advent of Homo erectus (upright man).
+Their ancestors, the australopithecines, were not as good at walking upright.
+Bipedalism may have begun in the australopiths between 4.2–3.9 million years ago, though the Sahelanthropus may have been bipedal as early as seven million years ago.
+We can begin by being good neighbors to the environment, joining the environmental movement, and even becoming activists to mitigate future suffering to some degree.
+In many cases, this is just symptomatic treatment. However, if no permanent solution is sought, then the root of the problem must be identified and dealt with.
+It is quite clear that the world has changed dramatically for the human race due to the advancement of science and technology, and problems have become more rampant due to overpopulation and the extravagant lifestyle of the human race.
+After being ratified by Congress on July 4, the draft was sent for printing a couple of blocks away at John Dunlap's printing office.
+Between 150 and 200 pages were produced overnight, which became known as the "Danlap Papers".
+The first public reading of the document was by John Nixon on the steps of the Independence Hall on July 8.
+One copy was sent to George Washington on July 6 and was read to his troops in New York on July 9. A copy was also sent to London on August 10.
+The 25 Danlape documents that still exist are the oldest surviving copies of the document. The original manuscript is not known to have survived.
+Many paleontologists today believe that one group of dinosaurs survived and are still alive today. They are called birds.
+Many people don't consider them dinosaurs because they have feathers and can fly.
+However, there is much work to be done in studying birds because they are still so similar to the dinosaurs.
+They have claws on their feet and a tail, lay eggs and move on their two hind legs just like a Tyrannosaurus rex.
+Almost all computers in use today are based on manipulating binary numbers.
+A binary number can have only one of two values, i.e. 0 or 1, and these are called binary digits or, more commonly, bits.
+Internal bleeding may not be visible right away. The symptoms, such as abdominal pain, are fairly nonspecific so it may take a while to diagnose.
+The best indication of an internal fire may be the presence of an open flame with medications or toxic household chemicals.
+Check the label on the specific first aid kit for the particular poison.
+For this group of insects, entomologists use the word "butterfly" in a formal sense.
+This term is derived from an ancient association with insects that are well adapted to parasitize humans.
+Both the bees and the parasites are specialized to live in nests or on the host bees.
+There are approximately 400,000 known cases of multiple sclerosis (MS) in the United States, making it the most common neurological disease to affect young and middle-aged adults.
+MS is a disease that affects the central nervous system, which comprises the brain, optic nerves and spinal cord.
+Research has suggested that women are twice as likely to be diagnosed with multiple sclerosis than men.
+The couple may decide that having a baby is not in their best interest or in the best interest of their child.
+These couples have the option of making a plan to adopt for their baby.
+Adoptive parents terminate their parental rights so that another couple can become the child's legal parents.
+The main goal of science is to understand the way the world works through a systematic method. In fact, most of scientific research is conducted in this manner.
+However, it is not only the experimentation, an experiment is a test to eliminate one or more possible hypotheses, asking questions and observation also lead to scientific inquiry.
+Naturalists and philosophers he focused on classical texts, especially the Latin Bible.
+Aristotle's views on all matters scientific, including psychology, were accepted.
+As the knowledge of the Greek language dwindled, the West became disconnected from its Greek philosophical and scientific roots.
+Many physiological and behavioral rhythms in biology are underpinned by endogenous rhythms and their entrainment by biological clocks.
+The regular rhythms, which are not just responses to external periodic signals, are widespread in all living things, including bacteria, algae, plants and animals.
+Biological clocks are self-sustaining oscillators that continue with a free-running period even in the absence of external cues.
+The experiment by Hershey and Chase was one of the leading assumptions that DNA was the genetic material.
+Hersh and Chase used phages or viruses to introduce their own DNA into bacteria.
+They performed two experiments in which they labeled either the DNA in the phage with radioactive phosphorus or the protein in the phage with radioactive sulfur.
+Mutations can have different effects depending on the type of mutation, the significance of the affected gene, and whether or not the affected cells are diploid.
+Only mutated germ cells can be passed on to children, while mutated cells anywhere else in the body can cause cell death or cancer.
+Nature-based tourism attracts people interested in visiting natural areas to enjoy the landscape, including the flora and fauna.
+Examples of activities at the site include hunting, fishing, photography, bird watching, park visits and learning about the ecosystem.
+An example of this is visiting, photographing and learning about orangutans in Borneo.
+Every morning, people leave small towns in their cars to go to work, passing each other on the way to their own jobs.
+This dynamic ridesharing has the effect of supporting the privately owned car-based transportation system in some way.
+Science is now showing that this massive economy based on wood is disrupting the biosphere in ways that have supported human evolution for the past two million years.
+Everyone participates in society and uses the transportation systems. Almost everyone complains about the transportation systems.
+In developed countries, you seldom hear complaints about the quality of the water or bridges collapsing.
+Why are transport systems so rubbish, why do they keep letting us down? Is it because transport engineers just aren't up to the job? Or is there something more fundamental going wrong?
+Traffic flow is the study of the movement of individual vehicles and pedestrians between two points and the interactions they have with each other.
+Unfortunately, studying traffic patterns is difficult in part because of the inherent unpredictability of driver behavior.
+On Saturday, racers are aware that they need to hold their nerve; so the racing lines need to be ridden in a reasonably consistent manner, and the maths can be roughly worked out.
+For a better understanding of the traffic pattern, relations were established between the three main characteristics: (1) the protocol, (2) the density and (3) the speed.
+These reports help in planning, designing and maintenance of field facilities.
+Insects were the first animals to take to the air. Their ability to fly helped them escape predators and find food and mates more efficiently.
+Many insects have the advantage of being able to tuck their wings back along the body.
+This gives them a wider range of places to hide from predators.
+Today, the only insects that cannot fold their wings are the dragonflies and one-day butterflies.
+About a thousand years ago, a man named Aristarchus said that the Sun was the center of the solar system.
+Some people thought he was right, but most believed the opposite; that the Sun and the rest of the solar system go around the Earth.
+That makes sense, because you don't feel the Earth moving, do you?
+The Amazon River is the second longest and largest river on Earth. It has more than eight times the volume of the world's second largest river.
+The Amazon is also the widest river on Earth, in some places reaching up to six miles in width.
+As much as 20 percent of the water that flows into the oceans from rivers around the world is Amazon River water.
+The main stem of the Amazon River has a length of 6,387 km (3,980 mi). The Amazon collects water from hundreds of tributaries.
+Although stone pyramids were built until the end of the Old Kingdom, the pyramids at Giza were never exceeded in size and technical sophistication of construction.
+The ancient Egyptians of the New Kingdom were in awe of the monuments left by their ancestors who were already over a thousand years old by then.
+The population of the Vatican is around 800. It is the smallest independent state in the world and the country with the lowest population.
+The legislation and official communications of the Vatican are in Italian.
+While Italian is used every day by people who work in the country, Latin is often used in religious ceremonies.
+All of the citizens of Vatican City are Roman Catholics.
+Humans have known about the basic chemical elements such as gold, silver, and copper since ancient times, since all of these can be found naturally in elemental form and were relatively easy to extract using primitive tools.
+The philosopher Aristotle considered it to be a composite of one or more of the four elements: earth, water, air, and fire.
+This is sort of like the four states of matter (in the same order): solid, liquid, gas, and plasma, though I thought they were just changing into new substances to make what we see.
+The alloys are actually a mixture of two or more metals. Note that the periodic table contains many elements.
+Metals include elements like calcium and potassium. Of course, there are metals like silver and gold.
+There may also be trace amounts of non-metallic elements such as carbon in the alloy.
+Everything in the Universe is made out of stuff called "atoms". The atoms are very small particles.
+Atoms are so small that you could fit trillions of them in the period at the end of this sentence.
+So prayer became a good companion for many when it appeared.
+Unfortunately, with the introduction of new writing methods, its status and use have decreased.
+People now write messages on computers and never have to get close to a pencil.
+Some people may only wonder what the keyboard will do when something new pops up.
+The physics of the atomic bomb is based on the need for a large amount of energy to create a nucleus of many protons and neutrons.
+It's sort of like a roller coaster going up a hill. Then, with the split of the nucleus, some of that energy is released.
+Some atoms have unstable nuclei, which means they tend to break down with or without a little nudge.
+The surface of the Moon is covered in craters and dust. The outer layer of the Moon is called the "crust".
+The crust is about 70 km thick on the near side and 100 km thick on the far side.
+Potential energy is higher in the mountains and lower in the valleys.
+There may be more basaltic lava flows on the near side because the crust is thinner. It is easier for the lava to get to the surface.
+Content theories focus on discovering what excites or interests people.
+According to these theories, people have certain needs and/or desires that are acquired as they mature from childhood to adulthood.
+These theories look at how some people get the urge to do things that they do, and what kinds of things in their environment will get them to do or not do certain things.
+Two popular content theories are Maslow's hierarchy of needs theory and Herzberg's two-factor theory.
+In general, there are two ways that leaders can go when they start managing their former peers. One is to try to be "one of the guys" (or girls).
+These types of managers have a harder time making unpopular decisions, taking disciplinary action, holding people accountable, and giving credit where credit is due.
+On the opposite end of the spectrum, you have the personality that believes that he or she has to come in and change everything about what that team has been doing and make it their own.
+The head coach has ultimate responsibility for the team's success and failure.
+This can often lead to conflict between the leaders and the rest of the team.
+Virtual teams operate to the same standards of excellence as regular teams, but there are some differences.
+Virtual team members often function as a point of contact for their immediate physical team.
+They often have more independence than conventional team members, since their teams may be scattered across different time zones, which may not be apparent to their local management.
+The presence of a "virtual invisible team" (Larson and LaFasto, 1989, p109) is also a key component of a virtual team.
+The management team is the "invisible team" to which everyone is accountable. The management team sets the standards for everyone.
+Why would an organization want to go through the long process of creating a learning organization? One reason is innovation.
+When all available resources are effectively utilized by all the functional departments of the organization, creativity and genius will prevail.
+As a result, the collaborative process of overcoming the obstacle can lead to a new innovative way of servicing customer needs.
+For an organization to be innovative, its leadership must create an innovation culture, along with shared knowledge and organizational learning.
+Angel (2006) explains the approach of continuous improvement as a method that helps organizations to reach a higher level of performance.
+Neurobiological findings have provided a physical basis for the theoretical approach to the study of consciousness. This has made the area of inquiry much more focused and precise.
+The link between brain pathology and behavior is the basis for the scientists' study.
+It has been known for a long time that various types of brain damage, trauma, lesions and tumors affect behavior and cause changes in some mental functions.
+The advent of new technologies has allowed us to see and study structures and processes in the brain that were invisible to us before.
+Here you will find a lot of information and materials to create a model for simulation that will help us to understand the processes in our minds.
+While AI has a strong association with science fiction, AI is an important branch of computer science which deals with the understanding, learning and intelligent adaptation of machines.
+Artificial intelligence research includes making machines capable of automating tasks that would normally require intelligent behavior.
+Examples include controlling, planning, and scheduling, diagnosing and answering user queries, and recognizing handwriting, speech, and faces.
+These became separate disciplines, focusing on providing solutions to real-world problems.
+After being embedded in several home computer operating systems and video games, the VR system is now being used in economics, medicine, engineering, and the military.
+Field trips are a large part of many school curriculums. Often, a teacher would like to take their class on a trip to places that are inaccessible by bus.
+Technology offers a solution with virtual field trips. Students can "visit" a museum to view artifacts, take a tour of an aquarium or admire beautiful artwork while sitting in their classroom.
+Virtual tour sharing is also a good way to reminisce about travel and to share experiences with future classes.
+For instance, each year students at Bennett College in North Carolina design a website to showcase their travels to the state capital, and each year the website is rebuilt but the old ones are kept online to serve as an album.
+Blogging can also help improve students' writing skills, though they often begin their blogging experience with poor grammar and spelling. The presence of an audience is a major factor in improving students' writing.
+As students are the most critical audience, the blogger started trying to improve his writing to avoid criticism.
+Blogging also "forces students to become more aware of the world around them." The need to feed the interest of the audience inspires students to become knowledgeable and interesting (Toto, 2004).
+Blogging is a tool that encourages collaboration and allows students to extend their learning beyond the classroom in a meaningful way.
+The use of blogs "can encourage students to be more analytical and critical about what they read; by actively engaging with online texts, students can define and articulate their own views on specific issues (Oravetz, 2002).
+The charming, bilingual capital of Canada is home to a number of art galleries and museums that showcase Canada's past and present.
+South of the Niagara Falls, the north is home to the pristine natural beauty of the Muskoka and beyond.
+All of these things and more make Ontario the quintessential Canadian province, as foreigners would see it.
+Much of the north is very sparsely populated, and portions of it are virtually uninhabited wilderness.
+For one thing, there are more African-Americans who live in the U.S. than there are Canadians.
+The Seychelles are an archipelago in the Indian Ocean, off the eastern coast of Africa.
+Although Madagascar is by far the largest and stand-alone continent when it comes to the animal kingdom.
+Most of the smaller islands are independent nations or are part of France's overseas territories and are known for being luxurious beach resorts.
+The Arabs also brought Islam to the islands and it quickly spread to the Comoros and Mayotte.
+European influence and colonialism began in the 15th century with the discovery of the sea route to India by the Portuguese explorer Vasco da Gama.
+To the north, the region borders the Sahel, and to the south and west, the Atlantic Ocean.
+Women: It is advisable for all women travelling to declare themselves married, regardless of their actual marital status.
+It also helps to carry a wedding band (but not one that looks too flashy.
+Women should be aware that cultural differences can lead to what they would consider harassment and it is not an unusual experience to be stared at, groped, etc.
+Be firm with men and don't be afraid to stand your ground (with or without cultural differences, that doesn't mean it's OK!).
+The modern city of Casablanca was founded by Berber fishermen in the 10th century AD, and the Phoenicians, Romans, and Merinids all used it as a strategic harbor called Anfa.
+The Portuguese destroyed and rebuilt it in the 18th century under the name of Casa Branca, but they left after the 1755 earthquake.
+The Moroccan sultan who rebuilt the city called it Dar al-Baida, but the Spanish traders who established a trading post there called it Casablanca.
+Casablanca is one of the most interesting places to shop in all of Morocco.
+Near the Old Medina, it is easy to find shops selling traditional Moroccan goods such as leather goods, pottery, jewelry and a wide range of inexpensive souvenirs, but all for tourists.
+Goma is a tourist city in the Democratic Republic of the Congo, in the far east near Rwanda.
+In 2002, Goma was devastated by lava from the eruption of Mount Nyiragongo, which flowed through most of the city, especially the city center.
+While Goma is relatively safe, it is essential to get out of Goma to find out the situation on the ground in North Kivu province.
+The town is also a base for trekking up Mount Nyirangongo, and some of the cheapest gorilla tracking in Africa.
+You can use bodabodas (motorcycle taxis) to go around Goma. The usual (local) rate is around 500 Congolese francs for short rides.
+Together with its relative inaccessibility, "Timbuktu" began to be used as a metaphor for distant, exotic lands.
+Although it is a tourist attraction and has an airport, Timbuktu is a destitute city today.
+In 1990, it was added to the List of World Heritage in Danger due to the threat of encroaching sand dunes.
+He was one of the main characters in the PBS special "Wonders of the African World" hosted by Henry Louis Gates.
+The city is in stark contrast to the rest of the country being more Arab than African.
+The Kruger National Park (KNP) is in northeast South Africa, bordering Mozambique to the east, Zimbabwe to the north and the Crocodile River to the south.
+The park covers an area of 19,500 square kilometres and is divided into 14 different ecozones, each with its own distinct wildlife.
+It is one of the major attractions of Southern Africa and is considered to be a flagship of the South African National Parks (SANParks).
+Like all South African national parks, it has daily ranger-led safaris and park entrances.
+It may also be worthwhile for a person to purchase a "Wildcard" which allows one to enter any South African national park or all of the South African national parks.
+The name Hong Kong is derived from the island of Hong Kong which is the heart of the territory and is the focus for many visitors.
+Towering skyscrapers punctuate the Hong Kong skyline, and are reflected in the waters of Victoria Harbour.
+To get the best view in Hong Kong, leave the island and walk along the coast opposite Kowloon.
+Much of Hong Kong's urban development is concentrated along the north shore of the island.
+This is where the British colonists made their home, so if you're looking for evidence of the colonial past of the territory, this is a good place to start.
+The Sundarbans is the world's largest contiguous mangrove forest, spreading over 80 km (50 miles) along the Bay of Bengal in Bangladesh and India.
+The Sundarbans has been declared a World Heritage Site by UNESCO. The Indian portion of the Sundarbans is protected as the Sundarbans National Park.
+But the swamps are not just wetlands with riparian forests - they retain some of the last vestiges of the great jungles that once covered the Ganges Plain.
+The Sundarbans has an area of 3,850 km2, of which about a third is water or marsh.
+Since 1966, Sundarbans has been a tiger reserve and is estimated to contain 400 Royal Bengal tigers and around 30,000 spotted deer.
+Buses depart regularly throughout the day from the intercity bus terminal (on the other side of the river), although most of the ones going to the east and to Jaka/Bumang Bumang leave between 06:30 and 07:30.
+Since intercity buses are often full, it is advisable to book well in advance.
+In most areas, small Japanese minibuses are used, which are comfortable and sturdy.
+Tuk-tuks are a quick and efficient way to get around nearby destinations such as Paro (150 ngultrums) and Punakha (200 ngultrums).
+The Oyapock River Bridge is a suspension bridge. It spans the Oyapock River to connect the Brazilian city of Oiapoque with the French Guiana town of Saint-Georges-de-l'Oyapock.
+The two towers are 83 metres high, 378 metres long and have two 3.5 metres wide walkways.
+The vertical space under the bridge is 15 metres high. Construction was completed in August 2011 but it was not opened to traffic until March 2017.
+The plan is for the bridge to be fully functional by September 2017, when Brazil's customs points are due to be completed.
+The Guarani were the most important indigenous group in the present-day eastern Paraguay, living as semi-nomadic hunters who also practiced some farming for subsistence.
+Other indigenous peoples inhabited the Chaco, including the Guarani and Payaguá, who lived by hunting, gathering and fishing.
+In the 16th century, Paraguay, formerly called the "Great Province of South America", was born out of the marriage of Spanish conquerors and indigenous groups.
+The Spanish began a three centuries long period of colonization.
+Since the founding of Asunción in 1537, Paraguay has managed to preserve much of its indigenous character and identity.
+Argentina is known for some of the best soccer players and teams in the world.
+The year's biggest tournament is set for December at the JW Marriott Desert Springs Resort & Spa in Palm Desert.
+Smaller tournaments and competitions can also be found throughout the year.
+For tournament news and ticket information, please visit the Asociación Argentina de Polo (Argentine Polo Association) website.
+The official currency is the Falkland pound (FKP), which has the same value as the British pound (GBP).
+The money changes hands at the only bank on the islands, which is located in Stanley, right next to the FIC West supermarket.
+The British pounds are mostly used in the islands and in conjunction with Stanley's credit cards, and U.S. dollars are also widely accepted.
+It is unlikely that remote islands will accept credit cards, although it may be possible to pay in U.S. dollars or British pounds; it is best to check with owners to see what type of payment they accept.
+It is nearly impossible to exchange Falkland pounds outside of the islands, so be sure to exchange your money before leaving the islands.
+Montevideo is south of the equator so it is summer there when it is winter in the northern hemisphere and vice versa.
+Montevideo has a subtropical climate; in the summer, it is not uncommon for temperatures to reach 30 °C (86 °F).
+Winter can be deceptively cold, with temperatures rarely dipping below freezing, but the wind and dampness combine to make it feel colder than the thermometer suggests.
+There are no real "rainy" or "dry" seasons: the amount of rainfall remains more or less the same throughout the year.
+While many of the animals in the park are used to seeing people, it is still wild animals and should not be fed or approached.
+According to park service guidelines, you must be at least 100 yards/meters away from bears and wolves and 25 yards/meters away from all other wildlife!
+Regardless of how cute they may appear, bears, moose, bison, and virtually all other large animals could potentially attack.
+Each year, dozens of visitors are injured in encounters with these wild and potentially dangerous animals, so give them their space.
+Also, be aware that scents can attract bears and other wildlife, so avoid carrying or cooking food with strong scents and keep your campsite clean.
+Apia is the capital of Samoa. The town is located on the island of Upolu and has a population of about 40,000 people.
+Apia was founded in the 1850s and has been the capital of Samoa since 1959.
+In 1889, there was a notable maritime standoff at the docks when seven ships from Germany, the United States, and Britain refused to leave.
+All of the ships except one British battleship were sunk and nearly 200 Americans and Germans were killed.
+The pro-independence movement organized a peaceful rally in the city that was violently dispersed, with the movement's leader, Tupua Tamasese Lia'ofa III, among those killed.
+There are many beaches because Auckland has two harbours. The most popular ones are in three areas.
+The beaches on the north coast (in North Haven) face the Pacific Ocean and extend from Long Beach in the north to Davenport in the south.
+Almost all of the beaches are safe for swimming, and many have shady areas provided by palm trees.
+The beaches of Tamaki Drive are on the waterfront at Waitamata, in the wealthy suburbs of the Manukau Harbour and Saint Heliers in central Auckland.
+These are family beaches where there is sometimes a bit of a crowd, with a good selection of shops right on the beach. Swimming is safe.
+The most famous local beer is called "Nam Beer," which is easy to pronounce, tasty and refreshing. Another local beer is called "Manthe."
+There are many French wines that can be acquired, but wines from New Zealand and Australia can travel better.
+Tap water is perfectly safe to drink, but bottled water is easily available if you prefer.
+Australians do not have a concept of "regular white" coffee. Short blacks are "espressos", cappuccinos are very milky (not frothy), and tea is drunk without milk.
+The hot chocolate is made to Belgian standards and while expensive, the fresh juices are great.
+Travel along the spine is common year round and seldom results in injury to the spine.
+Nevertheless, heed the advice of local authorities, pay attention to warning signs and heed the advice of safety announcements.
+From October to April, cubomedusas can be found along beaches and river mouths, north of 1770. They can be found occasionally outside of this time.
+Yes, sharks do exist, but they very rarely attack humans. In fact, most sharks are afraid of humans and will swim away.
+Saltwater crocodiles do not live permanently in the ocean; their natural habitat is in river estuaries north of Rockhampton.
+By booking ahead, a traveler can rest assured that they will have a place to stay the moment they arrive at their destination.
+Tour agencies usually have contracts with certain hotels, though you can also book a room elsewhere, such as a camp, through a tour agency.
+Travel agencies usually offer packages which include airfare, ground transportation, or even a combined package of flight and hotel.
+They may also keep the reservation on hold for you, to give you time to think about the offer or to gather other documents for your destination (e.g. a visa).
+All changes and additions or cancellations must be made through the travel agent and cannot be made directly with the hotel.
+At some festivals, the majority of attendees choose to camp on site, and for many it is an integral part of the experience.
+If you want to be close to the action, you'll have to get there early and claim a spot for camping close to the music.
+Remember that even though the main stage music has finished for the night, there are still parts of the festival that are still going strong until the early hours.
+Some festivals have dedicated camping areas for families with small children.
+If you cross the Baltic Sea in winter, check the location of the cabin as the sound of cracking ice can be terrifying to the uninitiated.
+Tours of St. Petersburg also include a panoramic city tour. Visas are not required for tours (check for visa requirements).
+Casinos go to great lengths to maximize both the time and money spent by patrons. Windows and clocks are few in number, and it can be difficult to find exits.
+They usually have special offers on food, drink and entertainment to keep the customers in and to get them to stay longer.
+Some rooms serve alcoholic drinks at the table. Nevertheless, intoxication impairs one's judgment and all good players know the importance of staying sober.
+Anyone travelling at altitude or through mountainous areas should be aware of the possibility of snow, ice or sub-zero temperatures.
+On ice and snow, tires grip little and can't be driven as fast as on asphalt.
+During a snowstorm, it can get enough snow for a brief time to become a blizzard.
+Visibility can be limited by falling or blowing snow, or by condensation or frosting of windshields.
+On the other hand, frost and snow are normal conditions in many countries and traffic runs all year round.
+Safari is probably the biggest tourist attraction in Africa and certainly the most distinctive.
+The term safari is more popularly used to refer to a land-based excursion to observe and study the beautiful African wildlife, especially in the savannah.
+Some animals, such as elephants and giraffes, have a tendency to approach vehicles, so normal viewing equipment can provide a good view.
+Lions, leopards and cheetahs can sometimes be seen at close quarters and are best viewed with binoculars.
+A "safari walk" (also called a "jungle walk", "hillwalking" or "hill trekking") is a walk in the countryside.
+The Paralympic Games will be held from August 24 to September 5, 2021. Part of the events will be held at other locations in Japan.
+Tokyo will become the first Asian city to have hosted both the summer and winter Olympics, having hosted the games in 1964.
+If you had booked a flight and a place to stay for 2020 before the postponement was announced, you may be able to get a refund.
+There are differences in the cancellation policies, but as of March 2020, most cancellation policies due to the coronavirus were not extending cancellations to July 2020, which is when the Olympics were scheduled to be held.
+Tickets are expected to range between ¥2,500 and ¥130,000, with the average being around ¥7,000.
+Hanging wet clothes out to dry can help them dry out. Many hotels provide clothes racks and clothes lines that are available to borrow, even if they are not in your room.
+If you don't have bobby pins, or if you don't want to use bobby pins, then you can try using a hair straightener, if you have one.
+Be careful not to let the material get too hot (which can cause shrinkage, or in extreme cases, burning).
+While there are various ways to purify water, some are more effective against specific challenges.
+In some areas, boiling the water for a minute is enough, while in others several minutes are necessary.
+Filters vary in effectiveness and need to be considered, and bottled water should be purchased from a reputable company in sealed containers.
+Travelers may encounter wild animals that are not native to the regions they are visiting.
+Parasites can take over a host's ability to obtain food, cause inflammation or, in severe cases, allergic reactions, toxins or infections.
+The actual infectious diseases, or dangerous animals capable of injuring or killing humans by force, are not considered pests.
+Cross-border shopping is the purchase of goods from another country where they may be cheaper due to not having to pay taxes and duties in that country.
+Travellers visiting high-tax countries can sometimes save a lot of money, especially on purchases of alcoholic drinks and tobacco.
+The stretch of highway between Point Marion and Ferguson offers the most scenic driving of the Buffalo-Pittsburgh Road, winding through isolated woodlands.
+If you're not used to driving on a rural road, take care: there are a lot of steep hills, a narrow road and sharp corners.
+The published speed limits are considerably lower than in the preceding and following sections, which are usually 35–40 mph (56–64 km/h), so it is important to strictly adhere to them.
+However, for some reason, cell service is much better here than in other areas of the state, such as the Pennsylvania Wilds.
+German bread is very good, and Bavarian bread is particularly good and varied, similar to their southern neighbor Austria.
+It is usual to make pies with this fruit, with apple in the pastry all year round, and in summer you can get pies with peaches and plums.
+Many German cakes contain nuts, raisins and other dried fruits. Popular cakes include a delicious combination with a strong cup of coffee.
+For small but richly filled sweet buns try a Berliner, a Fankuchen or a Krapfen depending on where you are.
+Carrito is a meal of rice and beans, with or without meat or vegetables.
+Carrageenan can be "dry" or "wet", depending on the amount of water.
+In northern India and Pakistan, yogurt is usually used to prepare curries; in southern India and some coastal regions, coconut milk is more common.
+Indonesian cuisine is a general term for the many regional cuisines of the country's 17,000 islands.
+However, when used without any qualifiers, the term usually refers to food originating from the central and eastern parts of the main island of Java.
+Now ubiquitous throughout the archipelago, Javanese cuisine offers a range of simply cooked dishes, and the dominant flavours are kecap manis (a sweet dark sauce), chilli, ginger, coconut (especially Javanese coconut milk) and various aromatic spices.
+The ushnia are supports for the saddle that hang on either side of the saddle.
+They will provide more stability for Java, but there may be security implications in relying on them.
+If a horse steps on a snake but doesn't get bitten, it can still carry the snake. If the horse runs away from the snake, it can drag the snake along. To minimize the risk, there are a number of precautions that can be taken.
+First, most Javanese men would wear shoes with a heel and a tight, long, pointed toe.
+Next, some saddles, particularly English saddles, have safety rolls which allow the girth to drop off the saddle if the rider falls.
+The Valle de la Luna (Moon Valley) is the main destination for rock climbing in Chile and is often compared to Yosemite in California for its granite cliffs and rock formations.
+Trekking offers views that take your breath away. Alpinists from all over the world are constantly creating new routes through the infinite potential of the mountain landscapes.
+Winter sports are sports which are played in winter. Snowboarding and skiing are popular winter sports.
+Skiing is the main activity for many enthusiasts, sometimes referred to as "ski bums", who travel to follow the snow.
+The history of skiing is very old - there are drawings of skiers dating from 5000 B.C.!
+Skiing as a sport can be traced back to at least the 18th century, and the first recreational club was founded in Australia by Norwegians in 1861.
+Backcountry skiing, also called ski touring, ski mountaineering, or ski trekking, is the activity of skiing in the backcountry.
+It can involve, but is not limited to, skiing or mountaineering, which are activities that take place in rugged terrain and require a great deal of physical fitness and specialized gear such as skis and boots.
+Look at the ski trail as if it were a hiking trail.
+In good conditions they can cover more distance than you can walk - but seldom at skiing speeds without a heavy pack and on rough trails.
+Europe is a relatively small continent, but it contains many independent countries. In normal circumstances, traveling through multiple countries would involve frequent visa and passport controls.
+The Schengen area does, however, function as a single country for this purpose.
+As long as you remain in this zone, in principle you can pass frontiers without having to go through passport control points.
+Similarly, with a Schengen visa, you do not have to apply for a visa for each Schengen country individually, thus saving time, money and documentation.
+There is no universally agreed upon definition of what constitutes an antique; some authorities may consider an item to be an antique if it is 100 years old or more.
+The definition varies geographically, with the upper limit tending to be lower in North America than in Europe.
+Pottery can be defined as an antique if it is not a mass-produced item.
+For the Lappish people, reindeer herding is by far the most important means of existence, and the culture associated with this trade is also of great importance to many other professions.
+But even traditionally, not all Lapps were involved in reindeer herding, as they lived off fishing, hunting and the like, while the reindeer were mostly used as draught animals.
+Today, many Sami people work in modern professions. Tourism is an important source of income for the Sami people in Sápmi.
+While the word "Gypsy" is used a lot, especially by non-Roma, it is considered to be pejorative because of its association with negative stereotypes and misconceptions of the Roma people.
+If the country you are visiting issues travel advisories, it could have implications for your travel insurance or cancellation cover.
+You may want to get advice from other governments, but their advice is tailored to their citizens.
+For instance, American citizens in the Middle East may face different challenges than Europeans or Arabs.
+Recommendations are only a brief outline of a country's political situation.
+Representations are often superficial, general, and oversimplified in comparison to the detailed information available elsewhere.
+Extreme weather is a generic term for any destructive weather phenomenon that has the potential to cause damage, serious disruption, or loss of life.
+Bad weather can happen at any time of the year and there are more types associated with particular geography, topography and weather patterns.
+Strong winds, heavy rainfall, landslides, and wildfires are common weather hazards, as are thunderstorms, tornadoes, floods, and cyclones.
+Regional and seasonal weather phenomena can include blizzards, snowstorms, sandstorms and dust storms.
+Travelers are advised to be aware of the potential for unfavorable weather conditions that may affect the area and their plans.
+Anyone planning to visit a country that is considered to be a war zone should receive professional training.
+Checking the Internet under "Course in an Enemy's Environment" is probably going to get you an address for a local company.
+The course covers in detail all the issues that are discussed here, usually in a practical way.
+The course normally lasts 2 to 5 days, and will involve playing roles, a lot of first aid, and sometimes weapons training.
+Many books and articles have been written on survival in the wilderness, but few on the subject of military survival.
+Travellers planning to undergo surgery overseas should ensure they hold valid travel documents for the return journey.
+The willingness of governments to issue passports or documents with a changed name or sex varies.
+The willingness of foreign governments to issue these documents is variable.
+Security at airports became much tighter after 9/11.
+Trans patients should not have to expect to be scanned out without their privacy and dignity being invaded.
+A breaker is the wave that breaks on the beach, often a surfboard or similar.
+Because of the undersea topography, the return flow collects in the deep basins and can become concentrated as a deep water current.
+Most of the deaths occur while trying to swim against the current, which can be impossible.
+When you come out of the stream, going back isn't any harder than usual.
+Try to get to higher ground if possible, or, depending on your skills and if you are noticed, you may want to wait for help to arrive.
+The culture shock can come sooner than the reverse culture shock (it has a shorter honeymoon period), can last longer, and can be more intense.
+Sometimes, after easily adapting to a new culture, travelers have trouble readjusting to their home culture.
+When you come back home after living in a foreign country, you are adapted to the new culture and forget some habits of your home culture.
+When you travel for the first time, people may be patient and understanding, knowing that travelers need to get accustomed to a new country.
+Many people would not have predicted that patience and understanding would also be necessary virtues for the returnees.
+The sound and light show at the pyramids is one of the most interesting things to do for kids in this area.
+The pyramids can also be seen in the dark and you can see them in silence before the start of the show.
+The sound of tourists and vendors is usually constant. The imagery of the sound and light is like a painting.
+The Sphinx is presented as a backdrop and narrator of an infinite story.
+Images are projected onto the pyramids and different pyramids are lit.
+The South Shetland Islands, discovered in 1819, are claimed by more than one nation and have the largest number of bases, seventeen of which were active in 2020.
+The archipelago is located 120 kilometres (75 mi) north of the peninsula. The largest of the islands is King George, which contains the town of Villa Las Estrellas.
+Elsewhere, the volcanic islands of the Seychelles include the spectacularly scenic Desroches Island and the underwater ruins of the drowned volcano at Aldabra Atoll.
+The Ellsworth Land is a region south of the Peninsula that is bounded by the Bellingshausen Sea.
+The mountains of the Peninsula then give way to a plateau that rises again to form the Sawtooth Mountains which run for 360 km along the eastern side of the Peninsula, broken by the Minnetonka Glacial Spillway.
+The highest mountains in Antarctica are found in the northern part of the Ellsworth Mountains, the Vinson Massif, which includes the highest point in Antarctica, Vinson Peak at 4,892 m.
+In remote locations without a cell phone network, 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 line of sight to the satellite to make a call.
+The service is often used by ships and yachts, as well as expeditions needing to send data and voice over a long distance.
+Your local phone carrier should be able to provide more information on how to connect to this service.
+A much more popular option for those who are planning to take a break from studying is to travel while learning.
+It is particularly popular with school-leavers, who get the chance to take a year out before starting university, without jeopardising their education.
+In many cases, studying abroad in a gap year can improve your chances of getting into university when you return to your home country.
+Typically, there will be an entrance exam for these education programs.
+Finland is a great place to explore by boat, with thousands of islands in both the lakes and along the coastal archipelagos.
+In archipelagos and lakes, you do not need a yacht.
+While the coastal archipelago and largest lakes are big enough for any size boat, getting out on smaller craft or even canoes and kayaks provides a completely different experience.
+Boating is a national hobby in Finland and a boat can be found in nearly every seventh or eighth household.
+Something similar can be found in Norway, Sweden and New Zealand, and is otherwise quite unique (for example, in the Netherlands it is one in forty).
+Most visits to the impressive Baltic Sea include a longer stay in Russia's Saint Petersburg.
+This means you can spend a couple of days exploring the historical town and then return to the ship for the night.
+If you go by boat for excursions, you won't need a separate visa (since 2009).
+Some cruise itineraries do include a visit to Berlin in Germany. As you can see above, Berlin is not right by the water so a visit to the city is not included in the cost of the cruise.
+Flying can be a traumatic experience for people of all ages and backgrounds, especially if they have not flown before or if they have had a traumatic experience.
+There's no need to be embarrassed by this: it's no different to the fears and phobias that many people suffer from.
+For some, understanding how airplanes work and what happens during the summer months can help alleviate the fear of the unknown or the loss of control.
+Couriers are paid well to deliver things quickly. Time is often of the essence for business documents, stock or spare parts for emergency repairs.
+For some lines, the larger companies do have their own planes, but it is a problem for other lines and smaller firms.
+If they are shipped by air, some routes may take days to transit and clear customs.
+The only way to get it there faster is to send it as checked baggage. Airline regulations won't allow you to send baggage without a passenger. That's where you come in.
+The obvious way to travel in first or business class is to pay the extra money for the privilege (or better still, leave it to your business to do it for you).
+However, this is not cheap: while it is generally considered a budget option, expect to pay four times as much for a business class seat than an economy one, and eleven times as much for first class!
+In general, it is not worth it to ask for discounts on business class or first class direct flights from A to B.
+Airlines are well aware that there is a certain group of travelers who are willing to pay a premium in U.S. dollars for the privilege of getting there quickly and comfortably, and so they charge accordingly.
+The capital of Moldova is Chişinău. The local language is Romanian, but Russian is also widely spoken.
+Moldova is a multiethnic republic that has seen ethnic conflict in the past.
+In 1994, the conflict gave rise to the self-proclaimed Pridnestrovska Moldavska Respublika (PMR) in eastern Moldova, which has its own government and currency but is not recognized by any UN member state.
+Despite the failure of political talks, economic relations are being restored between the two parts of Moldova.
+The largest religion in Moldova is Orthodox Christianity.
+İzmir is Turkey's third-largest city, with a population of about 3.7 million, after Istanbul and Ankara, and a very good transportation hub.
+The once ancient city of Smyrna is today a modern, developed and bustling commercial center, spread along a huge bay and encircled by mountains.
+High-rise buildings, glass fronted skyscrapers, and modern shopping malls are interspersed with traditional red-tiled roofs, 18th-century marketplaces, and old churches and mosques, though the atmosphere of the city is more reminiscent of Mediterranean Europe than of traditional Turkey.
+The village of Haldarsvik offers a view of the nearby island of Aesturoy, and has an unusual octagonal church.
+Some of the tombs in the courtyard of the church have interesting marble sculptures of doves.
+Each moment of this half-hour stroll through the picturesque village is worth savouring.
+Nearby to the north is the romantic and fascinating city of Sintra, made famous by Lord Byron's praise of its glorious beauty.
+Scoturb's 403 bus regularly runs to Sintra, terminating at Cabo da Roca.
+Also, visit the large Fatima Shrine (Basilica) in the north where the world-famous apparitions of the Blessed Virgin Mary took place.
+Please remember that you are actually visiting a mass grave site and a place that has great significance to a large portion of the world's population.
+There are still some elderly men and women who survived who are still alive today, and many more who had escaped who were killed or worked to death there, Jews and non-Jews.
+Please do not trivialize or make jokes about the Holocaust or the Nazis.
+Do not deface or scrawl graffiti on buildings.
+The official languages of Barcelona are Catalan and Spanish. About half of the population prefers to speak Catalan, and a vast majority understands and can speak Spanish.
+However, most signs are only in Catalan, since it is the first official language.
+However, Spanish is widely spoken in public transportation and other establishments.
+Standard announcements on the metro are made only in Catalan, but unscheduled announcements are made by an automated system in many languages including Spanish, English, French, Arabic and Japanese.
+Parisians will tell you they are self-absorbed, unfriendly and arrogant.
+While it is often a stereotype, the best way to get by in Paris is to be as cultured as possible, to act like someone who is "bien élevé" (well-bred). This will make your stay much easier."
+The rough exterior of the Parisians quickly melts away once you show a little basic courtesy.
+The Plitvice Lakes National Park is abundant in forests, mainly beech, spruce and fir, and is characterized by a mixture of alpine and Mediterranean vegetation.
+There are significant variations in plant communities due to differing microclimate, varied soils and changing altitude.
+The area is also home to an extreme diversity of animal and bird life.
+Rare fauna such as the European brown bear, wolf, eagle, bison, lynx, wild cat and pine marten can be found there, as well as many other endangered species
+When they visit the monasteries, women are required to wear skirts that cover their legs, and their shoulders should also be covered.
+Most monasteries will provide robes for women who come ill-prepared, but if you bring your own, especially some in bright colors, you will get a chuckle out of the monk or nun at the door.
+Men should also be wearing breeches, which should cover the knees.
+This can also come from what is available at the entrance, but this clothing is not washed after every use, so you may find it uncomfortable to wear these garments. There is a universal size for men!
+Majorcan cuisine, like similar ones in the Mediterranean, is based on bread, green vegetables and meat (especially pork), and olive oil.
+A simple popular meal, especially in summer, is "pa amb olí": bread with extra-virgin olive oil, tomatoes, cucumbers, onions, etc.
+All capitals, including Sie für Sie, always start with a capital letter, even in the middle of a sentence.
+This is a good way to distinguish verbs from nouns.
+Reading is easy enough, though writing is somewhat complicated in needing to know whether a verb or an adjective is used in the nominative form.
+The Italian language is relatively easy to pronounce because most words are pronounced exactly as they are spelled
+The most important letters to watch out for are "c" and "g" because their pronunciation varies depending on the following vowel.
+Also, try to pronounce the r's and rr's differently: caro means dear, and carro means cart.
+Persian is a relatively easy language to learn with a mostly systematic grammar.
+For that reason, reading a grammar book will help you learn a lot about the grammar of the Persian language and help you understand sentences better.
+It should also be noted that, if you already know a Romance language, learning Portuguese will be easy for you.
+However, people who know a little Spanish may find Portuguese to be similar enough to not have to be learned separately.
+Many of the observatories built in the pre-modern era are now museums or educational sites in their own right.
+As they became more popular, the lighting in them was not as good as it is today, usually found in towns or boarding schools and easy to get to compared to those built today.
+Most modern telescopes are very large objects in remote locations with desirable atmospheric conditions.
+Watching the cherry blossoms, known as hanami, is a part of Japanese culture dating back to the 8th century.
+The concept comes from China, where the peach blossom is the national flower.
+In Japan, the first amusements under cherry blossoms were enjoyed only by the emperor and members of the aristocracy in the immediate vicinity of the palace.
+Plants are at their best when they are growing in nature. So, resist the temptation to bring them indoors and "just one" will do.
+If you find yourself in a formally landscaped garden, it may be best to just walk on by without making a fuss.
+In general, Singapore is a very safe place to visit and it is easy to get around and things are cheap enough that you can buy almost everything when you arrive.
+But, given its location just a few degrees north of the equator, you'll have to contend with both the heat (it is consistently hot) and the sun (it is relentless when the sky is clear).
+There are also buses that go north to Hebron, where tradition says the biblical patriarchs Abraham, Isaac, Jacob and their wives are buried.
+Make sure the bus you think is going to Hebron is actually going to Hebron and not just the nearby Jewish settlement of Kiryat Arba.
+Inland waterways can be a good topic to base a holiday around.
+For example, visit castles in the Loire Valley, in the Rhine Valley, or interesting towns along the Danube, or take a boat trip along the Canal du Midi.
+They also mark trails for popular hiking and biking routes.
+Easter is one of the most important Christian festivals, commemorating the crucifixion and resurrection of Jesus.
+Many traditions and customs of the holiday are observed by non-Christians in Christian countries and by non-Christians around the world.
+There is a tradition for Easter Sunday to be spent outdoors, to see the sunrise.
+There are Christian theological explanations for this tradition, but it may be a pre-Christian ritual celebrating the return of spring and fertility.
+Traditional churches often hold an Easter Vigil service on Saturday night during the Easter weekend, with a gathering that begins at sundown to celebrate Jesus' resurrection.
+All of the animals that originally came to the islands got there by swimming, flying, or floating.
+Because of its isolation from the mainland, the Galapagos were never out of range for the giant tortoise.
+Humans introduced many mammals to the Galapagos when they arrived there, including goats, horses, cows, pigs, rats, cats, and dogs.
+You can experience a polar night by visiting the Arctic or Antarctic in winter, when the sun doesn't rise above the horizon.
+This provides a good opportunity to see the aurora borealis as the sky will be dark for nearly the whole 24 hours.
+Since the ground is seldom populated, and given that light pollution is rarely a problem, you can enjoy the stars.
+Japan's work culture is more hierarchical and formal than what a westerner may be accustomed to.
+Costumes are considered standard business attire, and co-workers are addressed either by last name or by title.
+The harmony of the workplace is paramount, and this means group work over individual praise.
+Workers often have to get approval from supervisors for any decision they make and are expected to follow instructions without question.
diff --git a/test-mk-en.bleu b/test-mk-en.bleu
new file mode 100644
index 0000000000000000000000000000000000000000..e8739e3280c2d22472474e76a5336b42150a158c
--- /dev/null
+++ b/test-mk-en.bleu
@@ -0,0 +1 @@
+BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 31.47 62.7/37.5/24.8/16.8 (BP = 1.000 ratio = 1.003 hyp_len = 24805 ref_len = 24721)
diff --git a/test-mk-en.comet b/test-mk-en.comet
new file mode 100644
index 0000000000000000000000000000000000000000..de2913cea4db4180dbd00547b596b68ecd5d1070
--- /dev/null
+++ b/test-mk-en.comet
@@ -0,0 +1,1013 @@
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 0 score: 0.7421
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 1 score: 0.8878
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 2 score: 0.8857
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 3 score: 0.8109
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 4 score: 0.8394
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 5 score: 0.7841
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 6 score: 0.8863
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 7 score: 0.8256
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 8 score: 0.8803
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 9 score: 0.8277
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 10 score: 0.8711
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 11 score: 0.8405
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 12 score: 0.8693
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 13 score: 0.8564
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 14 score: 0.8250
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 15 score: 0.8037
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 16 score: 0.8627
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 17 score: 0.9156
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 18 score: 0.9119
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 19 score: 0.8511
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 20 score: 0.9285
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 21 score: 0.8422
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 22 score: 0.8752
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 23 score: 0.8746
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 24 score: 0.8124
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 25 score: 0.9199
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 26 score: 0.8584
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 27 score: 0.8476
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 28 score: 0.7540
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 29 score: 0.7237
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 30 score: 0.7880
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 31 score: 0.7754
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 32 score: 0.7618
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 33 score: 0.9082
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 34 score: 0.8610
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 35 score: 0.9247
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 36 score: 0.8773
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 37 score: 0.8635
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 38 score: 0.8167
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 39 score: 0.7367
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 40 score: 0.8203
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 41 score: 0.9278
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 42 score: 0.9352
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 43 score: 0.9076
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 44 score: 0.7759
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 45 score: 0.7929
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 46 score: 0.8703
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 47 score: 0.8794
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 48 score: 0.9076
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 49 score: 0.8505
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 50 score: 0.8454
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 51 score: 0.8814
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 52 score: 0.8970
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 53 score: 0.9072
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 54 score: 0.8802
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 55 score: 0.8702
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 56 score: 0.7789
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 57 score: 0.8203
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 58 score: 0.9028
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 59 score: 0.9598
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 60 score: 0.7349
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 61 score: 0.8630
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 62 score: 0.7810
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 63 score: 0.9153
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 64 score: 0.8442
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 65 score: 0.6794
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 66 score: 0.8186
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 67 score: 0.6919
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 68 score: 0.9093
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 69 score: 0.7795
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 70 score: 0.6794
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 71 score: 0.8568
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 72 score: 0.8086
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 73 score: 0.8416
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 74 score: 0.8084
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 75 score: 0.7273
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 76 score: 0.8521
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 77 score: 0.8627
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 78 score: 0.9767
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 79 score: 0.8679
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 80 score: 0.8922
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 81 score: 0.8798
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 82 score: 0.8135
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 83 score: 0.7635
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 84 score: 0.8015
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 85 score: 0.6768
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 86 score: 0.7668
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 87 score: 0.8741
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 88 score: 0.9017
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 89 score: 0.8309
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 90 score: 0.7846
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 91 score: 0.8802
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 92 score: 0.8374
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 93 score: 0.5400
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 94 score: 0.9095
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 95 score: 0.9309
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 96 score: 0.8174
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 97 score: 0.8255
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 98 score: 0.8227
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 99 score: 0.8665
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 100 score: 0.8526
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 101 score: 0.8316
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 102 score: 0.8331
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 103 score: 0.8932
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 104 score: 0.8298
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 105 score: 0.8345
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 106 score: 0.8551
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 107 score: 0.8896
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 108 score: 0.8276
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 109 score: 0.7716
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 110 score: 0.8043
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 111 score: 0.9329
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 112 score: 0.8410
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 113 score: 0.8500
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 114 score: 0.8809
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 115 score: 0.8134
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 116 score: 0.8678
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 117 score: 0.8957
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 118 score: 0.9273
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 119 score: 0.8230
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 120 score: 0.8588
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 121 score: 0.8658
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 122 score: 0.8417
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 123 score: 0.8771
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 124 score: 0.8738
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 125 score: 0.8786
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 126 score: 0.6897
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 127 score: 0.8522
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 128 score: 0.8686
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 129 score: 0.8918
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 130 score: 0.9073
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 131 score: 0.8265
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 132 score: 0.8665
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 133 score: 0.8558
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 134 score: 0.8624
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 135 score: 0.6901
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 136 score: 0.8618
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 137 score: 0.8595
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 138 score: 0.7834
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 139 score: 0.8758
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 140 score: 0.8226
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 141 score: 0.8261
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 142 score: 0.8846
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 143 score: 0.7480
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 144 score: 0.7971
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 145 score: 0.8238
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 146 score: 0.8699
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 147 score: 0.8831
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 148 score: 0.8855
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 149 score: 0.8413
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 150 score: 0.8632
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 151 score: 0.8653
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 152 score: 0.7798
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 153 score: 0.7763
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 154 score: 0.7881
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 155 score: 0.8432
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 156 score: 0.8505
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 157 score: 0.7101
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 158 score: 0.8288
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 159 score: 0.7891
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 160 score: 0.8939
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 161 score: 0.8035
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 162 score: 0.8338
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 163 score: 0.8533
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 164 score: 0.8310
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 165 score: 0.7977
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 166 score: 0.8736
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 167 score: 0.8174
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 168 score: 0.8220
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 169 score: 0.8799
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 170 score: 0.8667
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 171 score: 0.9028
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 172 score: 0.8984
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 173 score: 0.8847
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 174 score: 0.8623
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 175 score: 0.9105
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 176 score: 0.8583
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 177 score: 0.9054
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 178 score: 0.8180
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 179 score: 0.9370
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 180 score: 0.8483
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 181 score: 0.9391
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 182 score: 0.8669
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 183 score: 0.9141
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 184 score: 0.8841
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 185 score: 0.8879
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 186 score: 0.9486
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 187 score: 0.8132
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 188 score: 0.9186
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 189 score: 0.8862
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 190 score: 0.8095
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 191 score: 0.7781
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 192 score: 0.8482
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 193 score: 0.8430
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 194 score: 0.8239
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 195 score: 0.8900
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 196 score: 0.8310
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 197 score: 0.7745
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 198 score: 0.8877
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 199 score: 0.8658
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 200 score: 0.7904
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 201 score: 0.8026
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 202 score: 0.7590
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 203 score: 0.8076
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 204 score: 0.8433
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 205 score: 0.8666
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 206 score: 0.7198
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 207 score: 0.7702
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 208 score: 0.7765
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 209 score: 0.8946
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 210 score: 0.9128
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 211 score: 0.8688
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 212 score: 0.8830
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 213 score: 0.8458
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 214 score: 0.9131
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 215 score: 0.8852
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 216 score: 0.8926
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 217 score: 0.8229
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 218 score: 0.8826
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 219 score: 0.8545
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 220 score: 0.9040
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 221 score: 0.8622
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 222 score: 0.8926
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 223 score: 0.8456
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 224 score: 0.8545
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 225 score: 0.9387
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 226 score: 0.8749
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 227 score: 0.7805
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 228 score: 0.8760
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 229 score: 0.7272
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 230 score: 0.9203
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 231 score: 0.7641
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 232 score: 0.7424
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 233 score: 0.4481
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 234 score: 0.8200
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 235 score: 0.6720
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 236 score: 0.8830
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 237 score: 0.8367
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 238 score: 0.8765
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 239 score: 0.8526
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 240 score: 0.7489
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 241 score: 0.7856
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 242 score: 0.8320
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 243 score: 0.5422
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 244 score: 0.8199
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 245 score: 0.8642
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 246 score: 0.8164
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 247 score: 0.7614
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 248 score: 0.7943
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 249 score: 0.8961
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 250 score: 0.8943
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 251 score: 0.8884
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 252 score: 0.9211
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 253 score: 0.9174
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 254 score: 0.9215
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 255 score: 0.9084
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 256 score: 0.8243
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 257 score: 0.8810
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 258 score: 0.8734
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 259 score: 0.6447
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 260 score: 0.8626
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 261 score: 0.7832
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 262 score: 0.9219
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 263 score: 0.7716
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 264 score: 0.9334
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 265 score: 0.8610
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 266 score: 0.8612
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 267 score: 0.8016
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 268 score: 0.8968
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 269 score: 0.8396
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 270 score: 0.8312
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 271 score: 0.7789
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 272 score: 0.7385
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 273 score: 0.7783
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 274 score: 0.7215
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 275 score: 0.7637
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 276 score: 0.7704
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 277 score: 0.8709
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 278 score: 0.8632
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 279 score: 0.8920
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 280 score: 0.8439
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 281 score: 0.8495
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 282 score: 0.8231
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 283 score: 0.8138
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 284 score: 0.9188
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 285 score: 0.9276
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 286 score: 0.7909
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 287 score: 0.8009
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 288 score: 0.8689
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 289 score: 0.8657
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 290 score: 0.8313
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 291 score: 0.8369
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 292 score: 0.7961
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 293 score: 0.8703
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 294 score: 0.7646
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 295 score: 0.6571
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 296 score: 0.8163
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 297 score: 0.7961
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 298 score: 0.6393
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 299 score: 0.8559
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 300 score: 0.9101
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 301 score: 0.8422
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 302 score: 0.8678
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 303 score: 0.9258
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 304 score: 0.9184
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 305 score: 0.9032
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 306 score: 0.8349
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 307 score: 0.8475
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 308 score: 0.9081
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 309 score: 0.8986
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 310 score: 0.9628
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 311 score: 0.9170
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 312 score: 0.8990
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 313 score: 0.6962
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 314 score: 0.9370
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 315 score: 0.8808
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 316 score: 0.7794
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 317 score: 0.8002
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 318 score: 0.8740
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 319 score: 0.6901
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 320 score: 0.7866
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 321 score: 0.6203
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 322 score: 0.8897
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 323 score: 0.8664
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 324 score: 0.9017
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 325 score: 0.8642
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 326 score: 0.7981
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 327 score: 0.8744
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 328 score: 0.8996
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 329 score: 0.8697
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 330 score: 0.8594
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 331 score: 0.8395
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 332 score: 0.9068
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 333 score: 0.7762
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 334 score: 0.9406
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 335 score: 0.8802
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 336 score: 0.8785
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 337 score: 0.8035
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 338 score: 0.6981
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 339 score: 0.8865
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 340 score: 0.8281
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 341 score: 0.8349
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 342 score: 0.8289
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 343 score: 0.8430
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 344 score: 0.9202
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 345 score: 0.7974
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 346 score: 0.8938
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 347 score: 0.8834
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 348 score: 0.8739
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 349 score: 0.8062
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 350 score: 0.8619
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 351 score: 0.8838
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 352 score: 0.8738
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 353 score: 0.9382
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 354 score: 0.7637
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 355 score: 0.8900
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 356 score: 0.8414
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 357 score: 0.8481
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 358 score: 0.5067
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 359 score: 0.8690
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 360 score: 0.7359
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 361 score: 0.8032
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 362 score: 0.9567
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 363 score: 0.8275
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 364 score: 0.8955
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 365 score: 0.7058
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 366 score: 0.8053
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 367 score: 0.8622
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 368 score: 0.8325
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 369 score: 0.8561
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 370 score: 0.8269
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 371 score: 0.7489
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 372 score: 0.7521
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 373 score: 0.9091
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 374 score: 0.9215
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 375 score: 0.9106
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 376 score: 0.9167
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 377 score: 0.9263
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 378 score: 0.8708
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 379 score: 0.9030
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 380 score: 0.8813
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 381 score: 0.8620
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 382 score: 0.6790
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 383 score: 0.7458
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 384 score: 0.7669
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 385 score: 0.7950
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 386 score: 0.8224
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 387 score: 0.8446
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 388 score: 0.7586
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 389 score: 0.8915
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 390 score: 0.8741
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 391 score: 0.9233
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 392 score: 0.8666
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 393 score: 0.8013
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 394 score: 0.9250
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 395 score: 0.8570
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 396 score: 0.8120
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 397 score: 0.9126
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 398 score: 0.7955
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 399 score: 0.8841
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 400 score: 0.9218
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 401 score: 0.8620
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 402 score: 0.8340
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 403 score: 0.8015
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 404 score: 0.8286
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 405 score: 0.7367
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 406 score: 0.8960
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 407 score: 0.8252
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 408 score: 0.9126
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 409 score: 0.9159
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 410 score: 0.8989
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 411 score: 0.8052
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 412 score: 0.7979
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 413 score: 0.9102
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 414 score: 0.8904
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 415 score: 0.8448
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 416 score: 0.8181
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 417 score: 0.8530
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 418 score: 0.8995
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 419 score: 0.8681
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 420 score: 0.9227
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 421 score: 0.8845
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 422 score: 0.8545
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 423 score: 0.7910
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 424 score: 0.8133
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 425 score: 0.9096
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 426 score: 0.9010
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 427 score: 0.8941
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 428 score: 0.7816
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 429 score: 0.9376
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 430 score: 0.8445
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 431 score: 0.7965
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 432 score: 0.8322
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 433 score: 0.8467
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 434 score: 0.7455
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 435 score: 0.6925
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 436 score: 0.7922
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 437 score: 0.9271
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 438 score: 0.8939
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 439 score: 0.7932
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 440 score: 0.8551
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 441 score: 0.8270
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 442 score: 0.9162
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 443 score: 0.8737
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 444 score: 0.8595
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 445 score: 0.8631
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 446 score: 0.8710
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 447 score: 0.8730
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 448 score: 0.8841
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 449 score: 0.8462
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 450 score: 0.8651
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 451 score: 0.8317
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 452 score: 0.7941
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 453 score: 0.8474
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 454 score: 0.8667
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 455 score: 0.8883
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 456 score: 0.8813
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 457 score: 0.9059
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 458 score: 0.8005
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 459 score: 0.8172
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 460 score: 0.9055
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 461 score: 0.8568
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 462 score: 0.8666
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 463 score: 0.8872
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 464 score: 0.8530
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 465 score: 0.8130
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 466 score: 0.8704
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 467 score: 0.6100
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 468 score: 0.5144
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 469 score: 0.7659
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 470 score: 0.7589
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 471 score: 0.7486
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 472 score: 0.7208
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 473 score: 0.7877
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 474 score: 0.7467
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 475 score: 0.8550
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 476 score: 0.7800
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 477 score: 0.8972
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 478 score: 0.8393
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 479 score: 0.9237
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 480 score: 0.8134
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 481 score: 0.8527
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 482 score: 0.8891
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 483 score: 0.8409
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 484 score: 0.8858
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 485 score: 0.8017
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 486 score: 0.8949
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 487 score: 0.8079
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 488 score: 0.8609
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 489 score: 0.9087
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 490 score: 0.8308
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 491 score: 0.8306
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 492 score: 0.9176
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 493 score: 0.9061
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 494 score: 0.8494
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 495 score: 0.8022
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 496 score: 0.6406
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 497 score: 0.8688
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 498 score: 0.8860
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 499 score: 0.8756
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 500 score: 0.8897
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 501 score: 0.9304
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 502 score: 0.9167
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 503 score: 0.7776
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 504 score: 0.8237
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 505 score: 0.8564
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 506 score: 0.6798
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 507 score: 0.8152
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 508 score: 0.8431
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 509 score: 0.8438
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 510 score: 0.6770
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 511 score: 0.8125
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 512 score: 0.8837
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 513 score: 0.8456
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 514 score: 0.8891
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 515 score: 0.8665
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 516 score: 0.7921
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 517 score: 0.9273
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 518 score: 0.8944
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 519 score: 0.9501
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 520 score: 0.8645
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 521 score: 0.8884
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 522 score: 0.8607
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 523 score: 0.8459
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 524 score: 0.8799
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 525 score: 0.8714
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 526 score: 0.8017
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 527 score: 0.8130
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 528 score: 0.7654
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 529 score: 0.8583
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 530 score: 0.8089
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 531 score: 0.9037
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 532 score: 0.8669
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 533 score: 0.8421
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 534 score: 0.8573
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 535 score: 0.7520
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 536 score: 0.8316
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 537 score: 0.8357
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 538 score: 0.7861
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 539 score: 0.8246
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 540 score: 0.8586
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 541 score: 0.8920
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 542 score: 0.8837
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 543 score: 0.8771
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 544 score: 0.8860
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 545 score: 0.9208
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 546 score: 0.8168
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 547 score: 0.8812
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 548 score: 0.8563
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 549 score: 0.8953
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 550 score: 0.7796
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 551 score: 0.8944
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 552 score: 0.8705
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 553 score: 0.8605
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 554 score: 0.8750
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 555 score: 0.7404
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 556 score: 0.8005
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 557 score: 0.7981
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 558 score: 0.7957
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 559 score: 0.8438
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 560 score: 0.8917
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 561 score: 0.8558
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 562 score: 0.8827
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 563 score: 0.7753
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 564 score: 0.8117
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 565 score: 0.8659
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 566 score: 0.8321
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 567 score: 0.8651
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 568 score: 0.7715
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 569 score: 0.7863
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 570 score: 0.9093
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 571 score: 0.9028
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 572 score: 0.8360
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 573 score: 0.9179
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 574 score: 0.9287
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 575 score: 0.7446
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 576 score: 0.8249
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 577 score: 0.8705
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 578 score: 0.9140
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 579 score: 0.7715
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 580 score: 0.7662
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 581 score: 0.8886
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 582 score: 0.8147
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 583 score: 0.8436
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 584 score: 0.6785
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 585 score: 0.8889
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 586 score: 0.8898
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 587 score: 0.8730
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 588 score: 0.8869
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 589 score: 0.8886
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 590 score: 0.8777
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 591 score: 0.8781
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 592 score: 0.8274
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 593 score: 0.8035
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 594 score: 0.9159
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 595 score: 0.8897
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 596 score: 0.8089
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 597 score: 0.8560
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 598 score: 0.8728
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 599 score: 0.8718
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 600 score: 0.8667
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 601 score: 0.8804
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 602 score: 0.8491
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 603 score: 0.8835
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 604 score: 0.8828
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 605 score: 0.9132
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 606 score: 0.8351
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 607 score: 0.7842
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 608 score: 0.7577
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 609 score: 0.7859
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 610 score: 0.9360
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 611 score: 0.9118
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 612 score: 0.8546
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 613 score: 0.8593
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 614 score: 0.8021
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 615 score: 0.6394
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 616 score: 0.8637
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 617 score: 0.8100
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 618 score: 0.9109
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 619 score: 0.8571
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 620 score: 0.9044
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 621 score: 0.8193
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 622 score: 0.8605
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 623 score: 0.8716
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 624 score: 0.8177
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 625 score: 0.8922
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 626 score: 0.8996
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 627 score: 0.8880
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 628 score: 0.8776
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 629 score: 0.8737
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 630 score: 0.8594
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 631 score: 0.8893
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 632 score: 0.8801
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 633 score: 0.8963
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 634 score: 0.9697
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 635 score: 0.9090
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 636 score: 0.8757
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 637 score: 0.8842
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 638 score: 0.8785
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 639 score: 0.9214
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 640 score: 0.8315
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 641 score: 0.9000
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 642 score: 0.8675
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 643 score: 0.6494
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 644 score: 0.7801
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 645 score: 0.8527
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 646 score: 0.7225
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 647 score: 0.8346
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 648 score: 0.7984
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 649 score: 0.8999
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 650 score: 0.8437
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 651 score: 0.9539
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 652 score: 0.5825
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 653 score: 0.8076
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 654 score: 0.8989
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 655 score: 0.8988
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 656 score: 0.8699
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 657 score: 0.8883
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 658 score: 0.8002
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 659 score: 0.8289
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 660 score: 0.8000
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 661 score: 0.8508
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 662 score: 0.9077
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 663 score: 0.9108
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 664 score: 0.9544
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 665 score: 0.8657
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 666 score: 0.8977
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 667 score: 0.8623
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 668 score: 0.8719
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 669 score: 0.9070
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 670 score: 0.8661
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 671 score: 0.9158
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 672 score: 0.8976
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 673 score: 0.8648
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 674 score: 0.8832
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 675 score: 0.9084
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 676 score: 0.8865
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 677 score: 0.8619
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 678 score: 0.9037
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 679 score: 0.8911
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 680 score: 0.8472
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 681 score: 0.9241
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 682 score: 0.8593
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 683 score: 0.8631
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 684 score: 0.8920
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 685 score: 0.8460
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 686 score: 0.8725
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 687 score: 0.8729
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 688 score: 0.8820
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 689 score: 0.8954
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 690 score: 0.9104
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 691 score: 0.8643
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 692 score: 0.8975
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 693 score: 0.8464
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 694 score: 0.8517
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 695 score: 0.9027
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 696 score: 0.7776
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 697 score: 0.8244
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 698 score: 0.8159
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 699 score: 0.8708
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 700 score: 0.8339
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 701 score: 0.9065
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 702 score: 0.8794
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 703 score: 0.8280
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 704 score: 0.8105
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 705 score: 0.8180
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 706 score: 0.8435
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 707 score: 0.8847
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 708 score: 0.8689
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 709 score: 0.8588
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 710 score: 0.9093
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 711 score: 0.8223
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 712 score: 0.9196
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 713 score: 0.8271
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 714 score: 0.7876
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 715 score: 0.8438
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 716 score: 0.8895
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 717 score: 0.9214
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 718 score: 0.8915
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 719 score: 0.8418
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 720 score: 0.8299
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 721 score: 0.8150
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 722 score: 0.8628
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 723 score: 0.9022
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 724 score: 0.9317
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 725 score: 0.7638
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 726 score: 0.8307
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 727 score: 0.8484
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 728 score: 0.6983
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 729 score: 0.8881
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 730 score: 0.8252
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 731 score: 0.8966
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 732 score: 0.8339
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 733 score: 0.8588
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 734 score: 0.8680
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 735 score: 0.8759
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 736 score: 0.8623
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 737 score: 0.8434
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 738 score: 0.8737
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 739 score: 0.8585
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 740 score: 0.7173
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 741 score: 0.8271
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 742 score: 0.8024
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 743 score: 0.9051
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 744 score: 0.8884
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 745 score: 0.8995
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 746 score: 0.8689
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 747 score: 0.8025
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 748 score: 0.8766
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 749 score: 0.9236
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 750 score: 0.8807
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 751 score: 0.6288
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 752 score: 0.8360
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 753 score: 0.8010
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 754 score: 0.8902
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 755 score: 0.8375
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 756 score: 0.7930
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 757 score: 0.8618
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 758 score: 0.9029
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 759 score: 0.9103
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 760 score: 0.8660
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 761 score: 0.9184
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 762 score: 0.9346
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 763 score: 0.8677
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 764 score: 0.9009
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 765 score: 0.8661
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 766 score: 0.8414
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 767 score: 0.8930
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 768 score: 0.9326
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 769 score: 0.9560
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 770 score: 0.8446
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 771 score: 0.8844
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 772 score: 0.8101
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 773 score: 0.8935
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 774 score: 0.8516
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 775 score: 0.8382
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 776 score: 0.8198
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 777 score: 0.8728
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 778 score: 0.8240
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 779 score: 0.8573
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 780 score: 0.8368
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 781 score: 0.8271
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 782 score: 0.8944
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 783 score: 0.5786
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 784 score: 0.8445
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 785 score: 0.7622
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 786 score: 0.9094
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 787 score: 0.9100
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 788 score: 0.8641
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 789 score: 0.8565
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 790 score: 0.8571
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 791 score: 0.8652
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 792 score: 0.8356
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 793 score: 0.8885
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 794 score: 0.9029
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 795 score: 0.8200
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 796 score: 0.9597
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 797 score: 0.7794
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 798 score: 0.7896
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 799 score: 0.7933
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 800 score: 0.8633
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 801 score: 0.8436
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 802 score: 0.8790
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 803 score: 0.7551
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 804 score: 0.7467
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 805 score: 0.9034
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 806 score: 0.8778
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 807 score: 0.8506
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 808 score: 0.8628
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 809 score: 0.8514
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 810 score: 0.8237
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 811 score: 0.8027
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 812 score: 0.9090
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 813 score: 0.9133
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 814 score: 0.8487
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 815 score: 0.8122
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 816 score: 0.8627
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 817 score: 0.7776
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 818 score: 0.6573
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 819 score: 0.8982
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 820 score: 0.8906
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 821 score: 0.9315
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 822 score: 0.8490
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 823 score: 0.8133
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 824 score: 0.7619
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 825 score: 0.8838
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 826 score: 0.7261
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 827 score: 0.8676
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 828 score: 0.8266
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 829 score: 0.8640
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 830 score: 0.8605
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 831 score: 0.8430
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 832 score: 0.8327
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 833 score: 0.7358
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 834 score: 0.8086
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 835 score: 0.7837
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 836 score: 0.7300
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 837 score: 0.7945
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 838 score: 0.8559
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 839 score: 0.8382
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 840 score: 0.9077
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 841 score: 0.8113
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 842 score: 0.7342
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 843 score: 0.5930
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 844 score: 0.6431
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 845 score: 0.6869
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 846 score: 0.7612
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 847 score: 0.7915
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 848 score: 0.7761
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 849 score: 0.6601
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 850 score: 0.7623
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 851 score: 0.8603
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 852 score: 0.9001
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 853 score: 0.8145
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 854 score: 0.7858
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 855 score: 0.8080
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 856 score: 0.7720
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 857 score: 0.8907
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 858 score: 0.8719
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 859 score: 0.9137
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 860 score: 0.8767
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 861 score: 0.8390
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 862 score: 0.8301
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 863 score: 0.6865
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 864 score: 0.8237
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 865 score: 0.7912
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 866 score: 0.8342
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 867 score: 0.8807
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 868 score: 0.8442
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 869 score: 0.8673
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 870 score: 0.9226
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 871 score: 0.8951
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 872 score: 0.8942
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 873 score: 0.9025
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 874 score: 0.8339
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 875 score: 0.8764
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 876 score: 0.9140
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 877 score: 0.8547
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 878 score: 0.9539
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 879 score: 0.6529
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 880 score: 0.8662
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 881 score: 0.9200
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 882 score: 0.8173
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 883 score: 0.8211
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 884 score: 0.7786
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 885 score: 0.8073
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 886 score: 0.7916
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 887 score: 0.7745
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 888 score: 0.5300
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 889 score: 0.8264
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 890 score: 0.8627
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 891 score: 0.7596
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 892 score: 0.7550
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 893 score: 0.8126
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 894 score: 0.8592
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 895 score: 0.8739
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 896 score: 0.8763
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 897 score: 0.8065
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 898 score: 0.9086
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 899 score: 0.8925
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 900 score: 0.8076
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 901 score: 0.8536
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 902 score: 0.8174
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 903 score: 0.9013
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 904 score: 0.8675
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 905 score: 0.6276
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 906 score: 0.9184
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 907 score: 0.7497
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 908 score: 0.8143
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 909 score: 0.9403
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 910 score: 0.8771
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 911 score: 0.7989
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 912 score: 0.9252
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 913 score: 0.8666
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 914 score: 0.8962
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 915 score: 0.8940
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 916 score: 0.7777
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 917 score: 0.8183
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 918 score: 0.9175
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 919 score: 0.8499
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 920 score: 0.8431
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 921 score: 0.8051
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 922 score: 0.8370
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 923 score: 0.8325
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 924 score: 0.8750
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 925 score: 0.8483
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 926 score: 0.8822
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 927 score: 0.8248
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 928 score: 0.8198
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 929 score: 0.8240
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 930 score: 0.8742
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 931 score: 0.8355
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 932 score: 0.8439
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 933 score: 0.8682
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 934 score: 0.8394
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 935 score: 0.8311
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 936 score: 0.8705
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 937 score: 0.9493
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 938 score: 0.9261
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 939 score: 0.8625
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 940 score: 0.8799
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 941 score: 0.9560
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 942 score: 0.8960
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 943 score: 0.8999
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 944 score: 0.8465
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 945 score: 0.8821
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 946 score: 0.8729
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 947 score: 0.8156
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 948 score: 0.8331
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 949 score: 0.8944
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 950 score: 0.7906
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 951 score: 0.8851
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 952 score: 0.8248
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 953 score: 0.7392
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 954 score: 0.7808
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 955 score: 0.9130
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 956 score: 0.8808
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 957 score: 0.9158
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 958 score: 0.8615
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 959 score: 0.7629
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 960 score: 0.8091
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 961 score: 0.8538
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 962 score: 0.8731
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 963 score: 0.8544
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 964 score: 0.9247
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 965 score: 0.8579
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 966 score: 0.8852
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 967 score: 0.8111
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 968 score: 0.7705
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 969 score: 0.7331
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 970 score: 0.8958
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 971 score: 0.8255
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 972 score: 0.7212
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 973 score: 0.8494
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 974 score: 0.8393
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 975 score: 0.9184
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 976 score: 0.8798
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 977 score: 0.8260
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 978 score: 0.9025
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 979 score: 0.8419
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 980 score: 0.8192
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 981 score: 0.8324
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 982 score: 0.8516
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 983 score: 0.7658
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 984 score: 0.8738
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 985 score: 0.8809
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 986 score: 0.8629
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 987 score: 0.8034
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 988 score: 0.6737
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 989 score: 0.6290
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 990 score: 0.8626
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 991 score: 0.8122
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 992 score: 0.8819
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 993 score: 0.8366
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 994 score: 0.9318
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 995 score: 0.8526
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 996 score: 0.9338
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 997 score: 0.7983
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 998 score: 0.8305
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 999 score: 0.7859
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 1000 score: 0.8956
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 1001 score: 0.8290
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 1002 score: 0.9064
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 1003 score: 0.6514
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 1004 score: 0.8453
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 1005 score: 0.8501
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 1006 score: 0.8583
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 1007 score: 0.8503
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 1008 score: 0.9235
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 1009 score: 0.8749
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 1010 score: 0.8265
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en Segment 1011 score: 0.8728
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-mk-en score: 0.8430
diff --git a/test-ru-en b/test-ru-en
new file mode 100644
index 0000000000000000000000000000000000000000..d66360652d24c468835232aa0943ae06d439f56c
--- /dev/null
+++ b/test-ru-en
@@ -0,0 +1,1012 @@
+We now have four-month-old mice that no longer have diabetes," he added.
+According to Dr. Ehud Ur, professor of medicine at Dalhousie University in Halifax, Nova Scotia, and chair of the clinical research committee for the Canadian Diabetes Association, the research is still in its early stages.
+Like some other experts, he doubts that type 1 diabetes can be cured, noting that these findings don't apply to people already diagnosed with type 1 diabetes.
+On Monday, Sara Danius, Permanent Secretary of the Nobel Committee for Literature at the Swedish Academy, announced on Swedish Radio's Sveriges that the committee, which had been unable to get in touch with Bob Dylan to tell him he had won the Nobel Prize in Literature for 2016, was giving up on trying to contact him.
+Dannius said, "Right now we're not doing anything. I've emailed and called his closest staff member and received very friendly responses. For now, of course, that's enough."
+Earlier, Ring CEO Jamie Siminoff noted that this company started because he didn't hear the doorbell in his garage workshop.
+He said he created a Wi-Fi-enabled doorbell.
+Simmons said sales took off after his appearance on Shark Tank in 2013, in which he was rejected by the show's investors.
+In late 2017, Simmons appeared on the shopping channel QVC.
+Ring has also settled a legal battle with competitor ADT Corp.
+While there is an experimental vaccine to prevent the Ebola virus, there is currently no cure for those who have already contracted the disease.
+ZMapp, an antibody cocktail, initially showed promising results in this area, but official studies have indicated that it is less effective at preventing death than had been anticipated.
+In the PALM trial, ZMapp served as the control, meaning scientists used it as the base to compare three other treatments to.
+USA Gymnastics is in full support of the letter sent by the United States Olympic & Paralympic Committee and agrees with the absolute necessity of providing a safe environment for all of our athletes.
+We agree with the USOC's statement that it is in the best interests of our athletes, our clubs, and our sports to move forward with the reforms within our organization rather than face the cancellation of our recognition.
+USA Gymnastics supports an independent investigation to determine how the abuse described by Larry Nassar's victims could have gone undetected for so long and supports any and all necessary changes to ensure that it never happens again.
+USA Gymnastics and the United States Olympic & Paralympic Committee share the same goal of making gymnastics and all sports as safe as possible for the athletes to pursue their goals in a positive environment and be held accountable.
+In the 1960s, Brzezinski was an adviser to John F. Kennedy and Lyndon B. Johnson.
+During the 1976 election, he was an adviser to Carter on foreign policy and then served as national security adviser from 1977 to 1981, succeeding Henry Kissinger.
+As National Security Adviser, he helped Carter on foreign policy, including the 1978 Camp David Accords, U.S. normalization of relations with China in the 1970s, the Iranian Revolution and hostage crisis of 1979, and the Soviet invasion of Afghanistan in 1979.
+The film, starring Ryan Gosling and Emma Stone, is nominated for awards 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 Film Editing, Best Original Score, Best Production Design, Best Sound, and Best Adapted Screenplay.
+Two songs from the film, Audition (The Fools Who Dream) and City of Stars, were nominated for Best Original Song, and Lionsgate led all studios with 26 nominations.
+U.S. President Donald Trump said late on Sunday that U.S. forces would withdraw from Syria.
+The statement came after Trump spoke by phone with Turkish President Recep Tayyip Erdogan.
+Turkey will also take a leading role in the issue of the captured ISIS fighters, of whom European countries have refused to take back, according to the statement.
+Not only does it confirm that at least some dinosaurs had feathers, which is already a well-established theory, but it also provides details that are rarely seen in the fossil record, such as colour and three-dimensional structure.
+Scientists say that the plumage of this animal was olive-brown on top and either pale or pigmented with carotenoids on the underside.
+The find also allows to trace the evolution of feathers in birds.
+Because the feathers of the dinosaurs lacked a well-developed rachis, or central shaft, researchers concluded that the rachis must have developed later on in evolution from other features called barbules and barbicels.
+The structure of the feathers suggests that they were not used for flight, but rather for temperature regulation and display, the researchers said, adding that although it is a juvenile's tail, the sample represents adult plumage rather than the down of a chick.
+The researchers suggested that despite being the tail of a juvenile, the specimen was feathered like an adult rather than being downy like a chick.
+A car bomb exploded in front of a police station in Gaziantep, Turkey, yesterday morning, killing two police officers and wounding more than 20 people.
+The governor's office said 19 of the injured were police officers.
+Police said the suspected ISIS militant was behind the attack.
+They discovered that the Sun is subject to the same basic principles as the rest of the stars: the activity of a star is determined by its brightness, rotation, and nothing else.
+The total luminosity and rotation rate are used to determine the number of Rossby numbers associated with the plasma flow.
+The fewer Rossby waves, the less active the star is in terms of magnetic field reversals.
+Iwasaki often found himself in trouble during his travels.
+He has been robbed by pirates, bitten by a rabid dog in Tibet, avoided a wedding in Nepal and arrested in India.
+The 802.11n standard operates on both frequencies - 2.4 GHz and 5.0 GHz.
+This will make it backward compatible with 802.11a, 802.11b and 802.11g provided that the base station has a dual receiver.
+802.11n is much faster than its predecessors, with a maximum theoretical throughput of 600 Mbit/s.
+Duval, who is married and has two adult children, did not appear to make much of an impression on Miller, who was told the story.
+When asked for comment, Miller said, "I didn't really listen to Mike a lot during the hearings, because I was prepping for this."
+We will work to achieve a significant reduction in carbon dioxide emissions per unit of GDP by 2020 compared with the 2005 level," Hoo said.
+He did not give a figure for the cuts, saying they would be based on the performance of China's economy.
+Hoe called on developing countries to "avoid the old pattern of first polluting and then cleaning up."
+He added, however, that "we should not ask them to take on responsibilities that go beyond their stage of development, their capacity and their ability."
+The Iraq Inquiry's report was published today at 12:00 BST.
+He warned that "no one can predict that any course of action in Iraq now will stop the religious war, the sectarian violence and the looming chaos."
+The report begins with a call for open discussions and consensus-building in the United States on Middle East policy.
+The report is highly critical of nearly every aspect of the current US policy on Iraq and calls for an immediate change of course.
+The first of the 78 recommendations is to launch a new diplomatic initiative by the end of this year to strengthen Iraq's borders to prevent any hostile interference and to resume diplomatic relations with neighboring countries.
+Argentina's current senator and first lady, Cristina Fernandez de Kirchner, announced her plans to run for the presidency last night in La Plata, a city 50 kilometers (31 miles) south of Buenos Aires.
+Ms. Kirchner announced her intention to run for the presidency at the Argentine Theater, where she launched her campaign for the Senate in 2005 as a member of the Buenos Aires provincial delegation.
+The debate comes amid disagreements over the cost of the Hurricane Katrina recovery and rebuilding efforts, which some fiscal conservatives have derisively dubbed "Bush's New Orleans policy."
+The liberal criticism of the reconstruction efforts has focused on contracts being awarded to firms with links to the government.
+More than four million people went to Rome to attend the funeral.
+The crowd was so large that not everyone who wanted to could get into St. Peter's Square for the funeral.
+Throughout Rome, large screens were set up so that people could watch the proceedings.
+Such sites have been set up in many other Italian cities and around the world, including in Poland.
+Historians have criticized the FBI's previous policy of focusing on easily solved cases, especially car thefts, in order to increase the agency's success rate.
+Congress began funding the initiative in fiscal 2005 and mandated that the FBI assign 10 agents to combat adult pornography.
+Robyn Uthappa made a record 70 runs off 41 balls with 11 fours and 2 sixes.
+Middle-order batsmen Sachin Tendulkar and Rahul Dravid put on an unbeaten 100-run partnership to guide India to victory.
+However, after losing the toss, India managed only 36 runs in the first innings, losing 7 wickets in the process.
+U.S. President George W. Bush arrived in Singapore on Sunday for a week-long tour of Asia.
+He was greeted by Singapore's Deputy Prime Minister Wong Kan Seng and later discussed trade and terrorism with Singapore's Prime Minister Lee Hsien Loong.
+In the week following the midterm elections, Bush announced to the press that he would be expanding trade with Asia.
+Prime Minister Stephen Harper has agreed to send the Clean Air Act to a parliamentary committee for review before second reading, following a 25-minute meeting with NDP leader Jack Layton in Parliament Hill Tuesday.
+Speaking after the meeting with the Prime Minister, Mr Layton asked for the legislation to be "completely rewritten" by the Conservatives.
+Since the federal government stepped in to fund the Mersey Hospital in Devonport, Tasmania, the state government and some federal MPs have been critical of the move, saying it was an election stunt ahead of the federal election, which is due to be held in November.
+But Prime Minister John Howard said the move was only to protect the hospital from the Tasmanian Government's cuts of $45 million.
+Tsunami waves were observed in the wake of the quake, according to the Pacific Tsunami Warning Center's latest bulletin, and a tsunami threat was ongoing for the nearby islands of Tonga and Niue.
+There were no immediate reports of major damage or casualties from Tonga, but communications were disrupted making it unclear whether a warning had been issued by the Pacific Tsunami Warning Center in Hawaii.
+Fourteen schools on Hawaii's coastline or nearby were closed Wednesday, even though no watches or warnings were in effect.
+U.S. President George W. Bush welcomed the announcement.
+Gordon Johndroe, a spokesman for Mr. Bush, called the North Korean pledge "a big step in the right direction in achieving the denuclearization of the Korean peninsula."
+Today, Subtropical Storm Jerry has formed in the Atlantic Ocean, which is the tenth named storm of the 2019 Atlantic hurricane season.
+Jerry no longer poses any threat to land, according to the National Hurricane Center.
+The head of the U.S. Army Corps of Engineers said 6 inches (15 centimeters) of rainfall could cause damaged levees to breach.
+The Ninth Ward, which was flooded to a depth of 20 feet during Hurricane Katrina, is now waist deep in water as a nearby levee was not high enough to hold back the water.
+Water flows over the dam on a 100-foot-wide section.
+Commons administrator Adam Cuerden expressed his disappointment in the deletions in a conversation last month with Wikinews.
+He [Wales] was basically lying to us from the get-go. First of all, by acting like he had to do it for legal reasons. Second, by pretending to listen to us until he removed the images.
+The backlash led to steps being taken to develop a policy on sexual content for the site, which hosts millions of media files under open licenses.
+The work was mostly theoretical, but the program was designed to simulate observations of the Sagittarius galaxy.
+The effect the team was looking for can be caused by tidal forces between the dark matter in the galaxy and the dark matter in the Milky Way.
+The Milky Way is pulling on the Sagittarius galaxy in much the same way that the Moon pulls on the Earth, causing tides.
+Scientists have been able to conclude that dark matter interacts with other dark matter in a similar way to the way ordinary matter does.
+According to this theory, most of the dark matter surrounding the galaxy is in the form of a halo and consists of many small particles.
+TV reports white smoke billowing from the plant.
+Officials warned residents living near the station to stay indoors, turn off their air conditioning units and not to drink water from the tap.
+Radioactive cesium and iodine were found at the plant, according to Japan's nuclear regulator.
+Authorities suspect a possible breach and leak at the plant's containers holding uranium fuel.
+While conducting research in South Africa's KwaZulu-Natal province, Dr. Tony Moll discovered tuberculosis with an extremely high level of drug resistance (XDR-TB).
+In an interview, he said that the new strain "causes a lot of concern because it has a very high mortality rate."
+Some patients may have acquired the infection at the hospital, Dr. Mole said, and at least two were health care workers at the hospital.
+An infected person can infect 10 to 15 people in one year with close contact.
+However, the percentage of people with multi-drug resistant tuberculosis remains low, at about 6,000 out of 330,000 currently infected in South Africa.
+The spacecraft, each weighing more than 1,000 pounds and traveling at about 17,500 miles per hour, collided at an altitude of 491 miles.
+Scientists say the explosion resulting from the collision was very powerful.
+Scientists are still trying to figure out the size of the asteroid and how much damage it will do to Earth.
+The U.S. Defense Department's strategic command is on the lookout for debris.
+The results of the analysis will be published on a public website.
+A murder charge has been filed against a doctor who worked at Children's Hospital of Pittsburgh in Pennsylvania 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 in Blue Ash, Ohio, a suburb about 15 miles north of Cincinnati, lying on the ground next to a road in a T-shirt and underwear, apparently under the influence of a powerful narcotic.
+She sent officers to her black Oldsmobile Intrigue, which was 500 feet away.
+They found the body of 53-year-old Saroja Balasubramanian, covered in blood-stained blankets.
+Police said the body had probably been there for about a day.
+The first cases of the disease were reported this season in July.
+Pigs are the reservoir hosts and transmit the disease to humans through mosquitoes.
+The outbreak has prompted the Indian government to take steps including installing pig traps in seriously affected areas, distributing thousands of mosquito nets and spraying pesticides.
+The government has also pledged several million doses of the encephalitis vaccine to help the health system prepare for next year.
+Plans to deliver vaccines to the hardest-hit areas this year have been put on hold for lack of funds and because other diseases were deemed a higher priority.
+In 1956, Slaney moved to Sweden, where he began working for the Swedish Postal Service and became their chief engraver three years later.
+He designed more than 1000 stamps for Sweden and 28 other countries.
+His work is so well known for its quality and detail that he is one of the few "household names" in the field of stamp collecting. Some specialise in only collecting his work.
+His magnificent 2000 Swedish kronor note is the "Great Swedish Kings" series by David Klöcker Ehrenström and is listed in the Guinness World Records for being the world's largest banknote.
+He has also been involved in the design of banknotes for many countries, including the portrait on the front of Canada's new $5 and $100 banknotes.
+Gibson was taken to a hospital, where he later died.
+The 64-year-old lorry driver was uninjured in the crash.
+The car was removed from the scene on the same day, at about 12:00 BST.
+A man working in a nearby garage said: "There were kids standing there waiting to cross and they were all screaming and crying.
+Everyone ran from the scene of the accident.
+Other issues on the agenda for Bali include conserving the world's remaining forests and technology transfer to help developing countries grow without emitting more pollution.
+The UN also hopes to complete the creation of a fund to help countries vulnerable to global warming to cope with its impact.
+The money can be used to build flood-resistant houses, to manage water resources in a sustainable way and to diversify crops.
+Fluke wrote that attempts to get women to keep quiet about women's health had been unsuccessful.
+She came to this conclusion after receiving numerous positive comments and support from both women and men who argued that contraception should be considered a medical necessity.
+After the fight ended and the injured were treated, about 40 inmates remained in the yard and refused to return to their cells.
+Negotiators have been working to resolve the standoff, but it was not clear what demands the inmates were making.
+Between 10 p.m. and 11 p.m. Thursday, inmates started a fire in the courtyard.
+Soon after, riot officers in riot gear entered the courtyard and forced the inmates back into their cells by using pepper spray.
+Firefighters had the blaze contained by 11:35 p.m.
+After the dam was built in 1963, seasonal floods no longer carried sediment down the river.
+The sediment was needed to form beaches and dune systems that were habitat for wildlife.
+This has led to the extinction of two fish species and is threatening another two, including the European chub.
+Although the water level is only expected to rise a few feet, officials hope it will be enough to restore the eroded sand dunes below.
+There were no tsunami warnings in place and none were expected as the magnitude of the quake was below 6.5, the Jakarta Geophysics Agency said in a statement.
+Despite no tsunami threat, people began panicking and evacuating offices and homes.
+While tears filled Winfrey's eyes during the farewell, she made sure to let viewers know she wasn't going anywhere.
+It won't be a farewell, it will be the closing of one chapter and the opening of another."
+Namibia's incumbent president Hage Geingob has been re-elected with an overwhelming majority in the country's presidential and parliamentary elections.
+The ruling South West Africa People's Organization (SWAPO) also won a majority in parliamentary elections.
+Coalition and Afghan forces were moving in to secure the area and another coalition airplane was heading to the scene to provide support, NATO said in a statement.
+The crash happened in high altitude and is believed to have been caused by hostile fire.
+Attempts to locate the crash site have been hampered by bad weather and the rugged terrain.
+Médecins Sans Frontières (MSF) and the World Health Organization (WHO) have both described it as the worst outbreak in the country's history.
+Richard Virman, a spokesperson for Doctors Without Borders, said, "Angola is currently experiencing its worst outbreak ever and the situation in Angola remains very serious."
+The matches got underway at 10:00 am local time on a picture perfect day for sevens, save for some early morning drizzle that gave way to blue skies.
+The tournament favourites got off to the perfect start with a 26-00 win over Zambia, who are ranked fifth in the world.
+While they were clearly second best to their southern neighbours, South Africa did at least improve as the tournament progressed.
+Their discipline at the back, their quality on the ball and the excellence of their teamwork was on another level to anything else on the pitch and it was no surprise that they were the team to beat.
+Officials from the city of Amsterdam and the Anne Frank House say the tree is infested with decay and is a danger to the public because it is at risk of falling over.
+It was due to be felled on Tuesday but was saved by an emergency injunction.
+All of the entrances to the cave system collectively known as the "Seven Sisters" are at least 100 metres (328 ft) to 250 metres (820 ft) in diameter.
+Based on infrared imaging, the difference between daytime and nighttime temperatures is such that caves are more likely, according to the report.
+They are colder than the surrounding ground during the day and warmer at night.
+Their thermal characteristics are not as stable as those of the large caves on Earth that often maintain a nearly constant temperature, but they are consistent with what you'd expect in a deep pit in the ground, said Glenn Kushing, a planetary geologist with the U.S. Geological Survey and Northern Arizona University in Flagstaff, Arizona.
+Traditionally, voting in France has been done using low-tech methods: the voter goes into a booth and submits a pre-printed piece of paper indicating their choice of candidate in a sealed envelope.
+After officials verify a voter's identity, the voter drops the envelope in the ballot box and signs the voter rolls.
+French election laws are fairly prescriptive about the procedures.
+Beginning in 1988, the ballot boxes had to be transparent so that voters and observers could verify that there were no envelopes inside at the beginning of the vote and that no other envelopes were added during the vote except those of the people who were admitted to vote and whose votes were counted correctly.
+Candidates can send their representatives to oversee the whole process. The votes are counted by volunteers under the supervision of a special procedure in the evening.
+The ASUS Eee PC, launched worldwide with a focus on portability and affordability, was a hot topic at the 2007 Information Technology Month in Taipei.
+But the consumer notebook market would never be the same after ASUS was awarded the Taiwan Excellence Award in 2007 by the Executive Yuan of the Republic of China.
+The station's website describes the show as "traditional radio theater with a new and insanely inappropriate twist!"
+In its early days, the show was only streamed on the long-running online talk radio station TogiNet Radio.
+In late 2015, TogiNet established AstroNet Radio as a sister station.
+The show was originally voiced by a group of amateur voice actors from East Texas.
+Mass looting was reported to be rampant throughout the night with no police to be found on the streets of Bishkek.
+One reporter described Bishkek as "descending into anarchy" as groups of people ran through the streets and looted shops selling consumer goods.
+Some residents of Bishkek accused the protesters from the south in lawlessness.
+South Africa defeated the All Blacks (New Zealand) in the Rugby Union Three Nations Cup match at Royal Bafokeng Stadium in Rustenburg, South Africa.
+The final score was 21-20, ending the All Blacks' winning streak at 15 matches.
+It ended a five-match losing streak for the Springboks.
+It was the last match for the All Blacks, who had won the cup two weeks ago.
+The final match of the season will be played at Ellis Park in Johannesburg next Saturday, when the Springboks face Australia.
+A moderate earthquake struck western Montana at 10:08 p.m. Monday.
+The U.S. Geological Survey and its National Earthquake Information Center did not receive any immediate reports of damage.
+The epicenter of the earthquake was about 20 km (15 miles) northeast of Dillon and about 65 km (40 miles) south of Butte.
+The H5N1 strain of avian influenza, which is deadly to humans, has been confirmed in a wild duck found dead in a marsh in Leon in eastern France on Monday, officials said.
+France is the seventh EU country to be hit by the virus, after Austria, Germany, Slovenia, Bulgaria, Greece and Italy.
+Suspected H5N1 cases in Croatia and Denmark remain unconfirmed.
+Chambers is suing God for "disseminating death, destruction, and devastation on millions and millions of people throughout the world."
+Agnostic Chambers says his suit is "frivolous" and "anybody can sue anybody for anything."
+The story told in the French opera by Camille Saint-Saens is about a painter who is "ruled by his love for drugs and Japan."
+As a result, the actors on stage are smoking joints with marijuana, and the theater itself encourages the audience to participate.
+Former Speaker of the House Newt Gingrich, Texas Gov. Rick Perry and Rep. Michele Bachmann rounded out the top five.
+After the results were announced, Gingrich heaped praise on Santorum but took a swipe at Romney, who had been running negative ads against Gingrich in Iowa.
+Perry said he would head back to Texas to "take a hard look at the results tonight and determine whether or not I move forward with this campaign," but later said he would continue running and would compete in South Carolina's primary on Feb. 21.
+Bachmann, who won the August primary in the district, has decided to bow out of the race.
+The photographer was taken to Ronald Reagan UCLA Medical Center, where he was later pronounced dead.
+He was in his 20s or 30s, according to reports, and 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."
+The entertainment and news website TMZ reported that the photographer stopped his car on the opposite side of Sepulveda Boulevard to take photos of the traffic stop, before crossing the street to continue. A California Highway Patrol officer stopped traffic twice to get the man to come back.
+The driver of the car that struck the photographer is unlikely to face criminal charges, police said.
+With only eighteen medals to be won on the day, several countries were left without a podium finish.
+They include the Netherlands, with Anna Jochemsen finishing ninth in the women's giant slalom standings yesterday, and Finland, with Kata Saarinen in tenth.
+Australian Mitchell Gourley came in eleventh in the men's standing super-G and Czech Ondrej Jelinek was sixteenth.
+Arly Velasquez of Mexico was fifteenth in the men's super-G sitting. New Zealander Adam Hall was ninth in the men's super-G standing.
+Polish skier Maciej Krezel, who is visually impaired, and sports presenter Anna Ogarzynska finished thirteenth in the super-G. South Korean skier Park Jeong-seok came in twenty-fourth in the men's standing super-G.
+UN peacekeepers have been accused of spreading a cholera outbreak in Haiti after the 2010 earthquake.
+According to the suit, the UN camp did not properly treat its wastewater, allowing bacteria to flow into the Artibonite River, which is one of Haiti's largest.
+The country of Haiti had not had a case of the disease since the early 1900s prior to the arrival of the troops.
+The Haitian Institute of Justice and Democracy cited an independent study that suggested the Nepalese UN peacekeeping battalion may have inadvertently introduced the outbreak in Haiti.
+Daniel Lantagne, a UN expert on the disease, said the outbreak was probably linked to the peacekeepers.
+Hamilton said the patient was in stable condition at Howard University Hospital.
+The patient had traveled to Nigeria, where several cases of Ebola infection have been reported.
+The hospital followed infectious control protocols, including isolating the patient, to prevent the possible spread of infection to others.
+Before The Simpsons, Simon had worked in various capacities on a number of shows.
+He worked in the 1980s on shows including Taxi, The Tracey Ullman Show and It's Garry Shandling's Show.
+In 1989, with Brooks and Groening, he helped create The Simpsons and was responsible for hiring the show's original writing staff.
+Despite leaving the show in 1993, he remained an executive producer and was still pocketing tens of millions of dollars every series.
+Earlier, the Chinese news agency Xinhua reported that the plane had been hijacked.
+It was later reported that the plane had received a bomb threat and was turned back to Afghanistan where it landed in Kandahar.
+Earlier reports suggested the plane was heading back to Afghanistan after being denied an emergency landing in Urumqi.
+Aircraft crashes are common in Iran, where the ageing fleet is poorly maintained and both civilian and military operations can be hampered by bad weather.
+International sanctions made it impossible to buy new aircraft.
+Three people were killed and three others injured earlier this week when a police helicopter crashed.
+Last year, an airliner headed for Armenia crashed in Iran, killing all 168 people on board, in the country's worst aviation disaster in decades.
+Another airliner had overrun a runway in Meshed in the same month and crashed into a wall, killing seventeen people.
+Aerosmith Cancels Remaining Tour Dates.
+The rock band was due to tour the US and Canada until September 16.
+The band canceled the tour after frontman Steve Tyler injured his shoulder after falling off the stage during a concert on August 5.
+Murray lost the first set in a tie-break after both men held serve throughout.
+Del Potro had the early advantage in the second set but also needed a tie-break after reaching 6-6.
+He was attended to for a while for his shoulder and was able to return to the game.
+The program started at 8:30 p.m. local time (1500 UTC).
+Prominent singers from all over the country performed bhajans or devotional songs in praise of Shree Shyama.
+The evening started with a bhajan by Sanjay Sharma, followed by Jay Shankar Chaudhary. He presented the chhappan bhog bhajan as well. He was accompanied by singer Raju Khandelwal.
+Then Lakhwinder Singh took over the mantle of leading the bhajans.
+Baba Shyam was offered 108 dishes of Chappan Bhog (56 different dishes in Hinduism, including sweets, fruits, nuts and other dishes offered to the deity).
+Lakhka Singh performed the Chappan Bhog bhajan, which was sung by singer Raju Khandelwal.
+Nintendo President Satoru Iwata unveiled the design of the new Nintendo Revolution gaming console at a press conference for the Tokyo Game Show on Thursday.
+The controller, which looks like a TV remote, uses two sensors next to the user's TV to track its position in 3D space.
+By moving the device in the air, players will be able to control actions and movements in the video games.
+Jankarlo Fisichella lost control of his car and ended the race soon after the start.
+His teammate Fernando Alonso was the man to beat for much of the race but he faded after his pit stop, possibly because of a loose right front wheel.
+Michael Schumacher ended the race soon after Alonso after suffering damage to his suspension in a series of overtaking moves during the race.
+She's very nice, and she sings beautifully," he said, according to a transcript of the press conference.
+I was genuinely moved every time we rehearsed it."
+Within about 3 minutes after launch, ground cameras showed numerous pieces of insulation foam shedding from the fuel tank.
+However, it is believed that they did not cause any damage to the shuttle.
+NASA shuttle program manager Wayne Hale Jr. said the foam came off "at a time that causes us some concern."
+Five minutes before the fireworks started, the wind started picking up, and by the time they did, it was about 70 miles per hour... Then it started raining, and it was like needles hitting you, and then hail started coming down and people were screaming and running all over the place.
+I lost my sister and her friend, and on my way I saw two disabled people in wheelchairs, people just jumped over them and pushed them," said Arman Versace.
+NHK also reported that the Kashiwazaki Kariwa nuclear power plant in Niigata prefecture was operating normally.
+Hokuriku Electric Power Co. said there were no immediate effects from the quake and that reactors 1 and 2 at its nuclear plant in Shika had been shut down.
+Around 9,400 homes in the region were left without water and about 100 without power, officials said.
+Some roads were damaged and rail and air transportation were disrupted in the affected areas, and the Noto airport in Ishikawa prefecture remained closed.
+One of the bombs exploded near the governor's office.
+Three more bombs were detonated near government buildings in the next two hours.
+According to some reports, the official death toll has reached eight, and officials confirmed that up to 30 people were injured; but the final toll is not yet known.
+Both cyanuric acid and melamine were found in samples of animal urine taken from pets that had eaten the tainted pet food.
+Researchers at the university said the two compounds react to form crystals that can block the function of the kidneys.
+During observations, researchers found crystalline formations in cat urine when cyanuric acid and melamine were added.
+Comparing the crystals using infrared FT-IR spectroscopy revealed that their composition matched that of crystals found in the urine of infected pets.
+I don't know if you are aware or not but most of the goods from Central America were brought into this country duty free.
+However, eighty percent of our products were taxed at Central American rates.
+It didn't seem worth it; of course it wasn't fair.
+I tell people, you get treated how you treat people.
+California Governor Arnold Schwarzenegger has signed into law a bill that will ban the sale or rental of violent video games to minors.
+The law requires that violent video games sold in California display a "18" sticker, and that retailers be fined $1,000 for selling to minors.
+This morning the Director of Public Prosecutions, Kier Starmer, the QC, announced that both Hoon and Price will be prosecuted.
+Hewitt is standing down and will be replaced in the cabinet by backbencher Ed Davey, who is tipped to take on the business minister role vacated by Norman Lamb.
+Hewitt and Price are due to appear at Westminster Magistrates' Court on February 16.
+Nicholas Alden, 25, and Zachary Caddelbeck, 21, were killed in the crash. Caddelbeck was the driver.
+Edgar Vega suffered hand and facial wounds while Christophfer Schnyder required facial reconstructive surgery.
+Uky's weapon malfunctioned as he was about to shoot the fifth man in the head, Schnyder said, adding that he felt constant pain, was blind in one eye, was missing part of his skull and had his face reconstructed using titanium.
+Schneider testified via video link from a U.S. Air Force base in his home country.
+Besides Wednesday's competitions, Karpendo participated in two individual competitions at the championships.
+Her first race was a slalom, in which she did not finish. 36 of the 116 competitors did not finish that race.
+In another race, this time in the giant slalom, she finished tenth among women with a combined time of 4:41.30, 2:11.60 minutes behind winner Claudia Lesch of Austria and 1:09.02 minutes behind Hungary's Dienes Danyi in ninth.
+Four skiers in the women's sitting group did not finish their runs and 45 of 117 skiers in the giant slalom were eliminated in the first run.
+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 people who gang-raped the Swiss woman and recovered her mobile phone and laptop."
+The accused have been identified as Baba Kandhar, Bhoota Kandhar, Rampro Kandhar and Vishnu Kandhar.
+The accused were produced before the judges with their faces covered, said Chandrashekhar Solanki, the superintendent of police.
+Although there were three people inside at the time of the crash, no injuries were reported.
+However, the rider suffered a serious head injury.
+The road was temporarily closed while emergency services worked to free the driver from the red Audi TT.
+He was initially admitted to James Paget Hospital in Great Yarmouth.
+He was later moved to Addenbrooke's Hospital in Cambridge.
+Adekoye has since been charged with the murder of his son by the Sheriff Court in Edinburgh.
+She is in custody awaiting indictment and trial, but any testimony she gives could be tainted by the widespread media coverage of her popularity.
+It is standard practice in other parts of the UK, but Scottish justice works in a different way and the courts found the publication of the photographs could be potentially prejudicial.
+Professor Pamela Fergusson, of Dundee University, said: "Journalists appear to be operating at the edge of the law in terms of publishing photographs and other data about suspects.
+A spokesperson for the Crown Prosecution Service, which is responsible for the prosecution of the case, said no further comment would be made at this stage.
+The document, according to the leak, will discuss the borders that Palestine seeks to establish on the basis of those that existed before the 1967 Six-Day War.
+Other issues reportedly discussed include the future of Jerusalem, which is holy to both peoples, and the issue of the Jordan Valley.
+Israel has insisted on maintaining a military presence in the valley for ten years after the agreement is signed, while the PNA has been willing to tolerate such a presence for only five years.
+The scouts had to be under the ranger's supervision to participate in the pest scouting, because this scouting was being monitored and its effectiveness was being evaluated.
+As part of a partnership between NPWS and the NSW Field Archery Association, qualified volunteers have been recruited to assist with the archery program.
+Mike O'Flynn, acting director of park and heritage protection for the NSW National Parks and Wildlife Service, said the four shooters selected to carry out the first round of culling had been fully trained and briefed on safety.
+Yesterday, Martinez swore in a new Temporary Election Commission (TEC), consisting of nine members.
+It is Martinez's fifth CEP in four years.
+Last month, a presidential commission recommended that the previous interim electoral council be ousted as part of a package of measures to move the country toward new elections.
+The commission was set up in response to mass protests against the country's authoritarian government, which started in October.
+The sometimes violent protests were over the long-delayed elections, some of which should have been held as far back as 2011.
+About 60 cases of overheating iPods have been reported, resulting in six fires and four people receiving minor burns.
+Japan's Ministry of Economy, Trade and Industry (METI) said it was aware of 27 incidents related to the devices.
+The Ministry for Economy, Labour and Industry said last week that Apple had informed it of 34 more cases of overheating, which the company described as "non-serious."
+The department described Apple's delay in releasing the report as "very unfortunate."
+The earthquake struck at 7:19 a.m. local time (2119 GMT Friday) in the Marianas.
+The Northern Mariana Islands Office of Emergency Management said there were no reports of damage from the storm.
+The Pacific Tsunami Warning Center said there were no tsunami threat.
+A former Philippine police officer hijacked a tourist bus in Manila, the Philippines' capital, and took Hong Kong tourists hostage.
+Rolando Mendoza fired his M16 rifle at the tourists.
+Several hostages were rescued and at least six people were killed in the siege, which is ongoing.
+Six hostages, including children and the elderly, were released earlier, as were the Filipino photographers.
+Later, photographers took the elderly woman's place, as she went to the toilet, and Mendoza was killed.
+Liggins followed in his father's footsteps by pursuing a career in medicine.
+He qualified in obstetrics and gynaecology and started work at the National Women's Hospital in Auckland in 1959.
+While working at the hospital, Liggins began investigating the cases of preeclampsia in his spare time.
+His study showed that if the hormone is injected, it will accelerate the maturation of the child's lungs during fetal development.
+The two flight recorders, also known as "black boxes," were found by state investigators on Wednesday, according to Xinhua.
+Colleagues in the wrestling world have also paid tribute to Luna.
+Here's what Tommy Driemler said about Luna: "Luna was the first Queen of Extreme. She was my first manager. Luna passed away on the night of two full moons. This is such a unique event, just like Luna herself. A strong woman."
+Dustin "Goldust" Rhodes said, "The moon was just as crazy as I am... maybe even more so... I love her and I'm gonna miss her... I hope she's in a better place."
+The number of people opposed to Australia becoming a republic has risen by eight per cent since 2008, a survey of 1400 people conducted before last year's federal election revealed.
+Australia should become a republic after the reign of Queen Elizabeth II, Australia's acting prime minister Julia Gillard has said during the 2010 federal election campaign.
+34 per cent of those surveyed agreed that Queen Elizabeth II should be the last monarch of Australia.
+The poll found 29 per cent of respondents were in favour of Australia becoming a republic, while 31 per cent said it did not need one.
+The Olympic gold medallist was due to compete in the 100m and 200m freestyle and the 4x100m, 4x200m and 4x100m medley relays at the Commonwealth Games but his participation is now in doubt over his fitness.
+He was unable to take any pain-relieving drugs as they are banned in 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.
+It was announced on Tuesday that several people had confirmed the discovery using various hardware and software.
+Comets may have been the source of water on Earth and also the source of organic compounds essential for the formation of proteins and for life.
+Scientists hope to understand how planets form, in particular how the Earth formed, as comets have been colliding with the Earth for a very long time.
+The 53-year-old Cuomo began his term as governor earlier this year and signed legislation legalizing same-sex marriage into law last month.
+He called the rumors "political gossip and nonsense."
+He is expected to run for president in 2016.
+NextGen is a system that the Federal Aviation Administration says will allow planes to fly more direct routes and save millions of gallons of fuel each year and reduce carbon emissions.
+It uses satellite technology rather than the old ground-based radar, which will allow air traffic controllers to track planes more accurately and give pilots more precise information.
+There will be no extra transport to Wembley and there will be no overground trains to and from the stadium on the day. There are also no car parks or park and ride options at the ground.
+Concerns over the lack of transportation led to the suggestion that the match may have to be played behind closed doors.
+A new species of bird has been discovered on the Galapagos islands in Ecuador, according to a study published on Thursday in the journal Science.
+Researchers from Princeton University (U.S.) and Uppsala University (Sweden) have found that the Darwin's finch (Geospiza fortes) hybridized with the cactus finch (Geospiza conirostris) and evolved into a new species in just two generations, whereas it was believed that this process would take much longer.
+Gold can be made into any shape. It can be rolled into very small shapes.
+It can be drawn into a thin wire which can be woven and hammered. It can be stamped or rolled into sheets.
+It can be made very thin and attached to another metal. It can be made so thin that it was sometimes used to decorate illuminated manuscripts, hence the name "chaplet."
+This is called pH of a chemical substance. You can make an indicator with red cabbage juice.
+The cabbage juice changes color depending on whether the chemical substance is acidic or alkaline.
+The pH is an indication of the concentration of hydrogen ions (H+) in a solution.
+Hydrogen ions are protons minus an electron (hydrogen atoms consist of one proton and one electron).
+Get a new mixture by combining two dry powders in one container, and then shape a ball from the mixture using your clean, wet hands.
+The moisture in your hands will react with the upper layer, which will be unusual, and then form a kind of shell.
+Nearly all the houses in the cities of Harappa and Mohenjo-daro had bathrooms with flush toilets connected to a sophisticated drainage system.
+Remnants of the sewer systems were found in the ruins of the Minoan cities at Crete's Santorini and Thira in Greece.
+The ancient Egyptians, Persians, and Chinese also had toilets. In the Roman civilization, toilets were sometimes part of public baths where men and women bathed together.
+When you call someone who is thousands of miles away from you, you are using a satellite.
+The satellite in space picks up the call and reflects it back down almost instantly.
+The satellite was launched into space by a rocket. Scientists use telescopes in space because the Earth's atmosphere, to some extent, blocks our view and our light.
+It takes a giant rocket more than 100 feet tall to launch a satellite or telescope into space.
+The wheel changed the world in an incredible way. The most important thing the wheel did for us was to make transportation much easier and quicker.
+It gave us the train, the car, and many other means of transportation.
+Beneath them are more medium-sized cats that eat smaller prey from rabbits to antelopes and deer.
+Finally, many small cats (including pet cats allowed to roam outdoors) eat and hunt many more small things, including insects, rodents, lizards and birds.
+The secret to their success is in their niche, the specialised work that cats do which keeps them out of direct competition with other species.
+Lions are the social cats, living in large groups called prides.
+The pride consists of one to three adult male relatives, plus females and cubs numbering up to thirty.
+Females are usually related to each other and form a group of sisters and daughters.
+Lion prides behave much like wolf packs or dog packs, which are animals that behave in a manner similar to lions (but not other big cats) and are also very dangerous to their prey.
+Being a well-rounded athlete, tigers can climb trees (though not very good at it), swim, jump far and pull with the strength of five men.
+Tigers are part of the same genus (Panthera) as lions, leopards and jaguars and are the only cat that can roar.
+The tiger's roar is not like the full-throated roar of the lion, but more like a string of incoherent words.
+Ocelots love to eat small animals. If given the chance, they will hunt monkeys, snakes, rodents and birds. Nearly all of the animals the ocelot hunts are much smaller than the ocelot.
+Scientists believe that ocelots follow the scent trail of animals and find their prey by smell, tracking their movements on land with their sense of smell.
+They are nocturnal hunters with excellent night vision and can move almost silently, stalking their prey and then springing out of the shadows to ambush them.
+When a small group of organisms (a small population) becomes isolated from the rest of the population from which they came (e.g., if they move over a mountain range or a river, or if they move to a new island from which they can't easily return), they often find themselves in a situation that is different from what they experienced before.
+The new environment will have different resources and different competitors, so the new population will need different characteristics or changes from what they had before to be able to be a strong competitor.
+The original population has not changed in any way - it still needs the same adaptations as before.
+Over time, as the new population begins to adapt to the new environment, it becomes less and less like the rest of the population.
+Over time, these two populations will become so different that they will no longer be the same species.
+We call this process the origin of species, which is to say the beginning of new species. The origin of species is an inevitable consequence and a highly significant part of the evolutionary process.
+Plants produce oxygen, which humans need to breathe, and they also take in carbon dioxide, which humans breathe out.
+Plants get their energy from the sun through photosynthesis. They also give off shade.
+We build our houses and make our clothes from plants. Most of our food is from plants. Without plants, animals couldn't live.
+The Mosasaurus was the apex predator of its time so it didn't have anything to fear except for other mosasaurs.
+It had a long snout lined with more than 70 sharp teeth, and it also had an additional row of teeth in its jaw so that there was no way its prey could have escaped.
+We don't know for sure, but it's possible his tongue was forked. He ate turtles, big fish, other mosasaurs, and may have been a cannibal.
+It also attacked anything that went in the water; even a giant dinosaur such as a Tyrannosaurus rex would have been no match for it.
+Although much of what the Romans ate would be familiar to us, they did have some strange and unusual dishes at feasts, such as boar, peacock, snails and a rodent called a dormouse.
+Another difference was that while poor people and women ate while sitting on chairs, rich people preferred to have communal feasts where they ate while lying on their sides.
+The diet of the ancient Romans could not have included products that came from America or Asia in later centuries.
+For instance, they did not have corn, tomatoes, potatoes, or chocolate, and no ancient Roman ever tasted turkey.
+The Babylonians built a separate main sanctuary for each god, where the god was believed to live.
+People made sacrifices to the gods, and priests sought to please the gods through ritual and festivals.
+Each temple had an open courtyard and an inner sanctuary which was only entered by the priests.
+Sometimes, special pyramid-shaped towers called ziggurats were built as part of the temple.
+The top of the tower was a special sanctuary for the god.
+In the warm climate of the Middle East, houses were not important.
+Much of the life of the Jewish family was spent outdoors.
+Women cooked in the courtyard; shops had open counters on the street. Stone was used to build houses.
+There were no large forests in the land of Canaan, so timber was very expensive.
+Greenland was sparsely inhabited. According to the Norse sagas, Erik the Red was outlawed in Iceland for murder and went on to discover Greenland and give it its name.
+However, it was uninhabited at the time of its discovery by Europeans.
+Although all the countries were Scandinavian, there were many differences between the peoples, rulers, traditions and history of Denmark, Sweden, Norway and Iceland.
+If you saw the movie National Treasure, you may have the impression that the back of the Declaration of Independence has a map to the treasure.
+However, this is not true. Although something is written on the back of the document, it is not a treasure map.
+The back of the Declaration of Independence states: "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. We hold these truths to be self-evident, that all men are created equal, that they are endowed by their Creator with certain unalienable Rights, that among these are Life, Liberty and the pursuit of Happiness. -- That to secure these rights, Governments are instituted among Men, deriving their just powers from the consent of the governed, -- That whenever any Form of Government becomes destructive of these ends, it is the Right of the People to alter or to abolish it, and to institute new Government, laying its foundation on such principles and organizing its powers in such form, as to them shall seem most likely to effect their Safety and Happiness. Prudence, indeed, will dictate that Governments long established should not be changed for light and transient causes; and accordingly all experience hath shewn, that mankind are more disposed to suffer, while evils are sufferable, than to right themselves by abolishing the forms to which they are accustomed. But when a long train of abuses and usurpations, pursuing invariably the same Object evinces a design to reduce them under absolute Despotism, it is their right, it is their duty, to throw off such Government, and to provide new Guards for their future security. -- Such has been the patient sufferance of these Colonies; and such is now the necessity which constrains them to alter their former Systems of Government. The history of the present King of Great Britain is a history of repeated injuries and usurpations, all having in direct object the establishment of an absolute Tyranny over these States. To prove this, let Facts be submitted to a candid world. He has refused his Assent to Laws, the most wholesome and necessary for the public good. He has forbidden his Governors to pass Laws of
+While it is not known for certain who created it, it is known that the large parchment document (29 3/8" by 24 1/2") was folded at the beginning for easier storage.
+Thus, it is quite likely that the recording was added just as a note.
+As a result of Operation Neptune and subsequent battles, northern France had been liberated but southern France was still occupied.
+It was under Vichy French rule. These were the French who had made peace with the Germans in 1940 and had collaborated with the occupiers rather than resisting.
+On August 15, 1940, the Allies invaded southern France in an operation code-named "Dragoon".
+In just 2 weeks, the Free French Forces and the Americans had liberated southern France and were on their way to Germany.
+A civilization is a culture that is shared by a large group of people who live and work together in a society.
+The word "civilization" is derived from the Latin civilis, which means "civil" and is the root of the words civis, meaning "citizen," and civitas, meaning "city" or "city-state." It also connotes a certain size of society.
+Cities are the precursors of nations. Civilizational culture entails the transmission of knowledge over several generations, continuous cultural presence, and enduring expansion.
+Smaller civilizations often disappear without leaving any historical record and thus cannot be judged as genuine civilizations.
+During the American Revolutionary War, thirteen states, in accordance with the Articles of Confederation, initially formed a very weak central government, of which the Congress was the sole organ.
+The Congress had no power to levy taxes, and as there was no national executive or judiciary, it had to rely on the states to carry out its acts and often found the states reluctant to cooperate and reluctant to enforce its laws.
+He also did not have the power to overrule state tax laws and rates.
+According to the articles, amendments can only be made with the unanimous consent of all the states, but the states have been so uncooperative with the central government that their representatives were often absent.
+The Italian national football team, along with Germany, is the second most successful in the world, having won the FIFA World Cup in 2006.
+The most popular sports are association 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 of Italy. The natives of Italy from these regions participate in international competitions and Olympics.
+There are approximately 7,000 islands in Japan (the largest being Honshu), which makes Japan the 7th largest island country in the world!
+Geographically, Japan is often thought of as an archipelago because of its group/cluster of islands.
+Taiwan's beginnings can be traced back to the 1500s, when European sailors passing by the island referred to it as Ilha Formosa, or the "Beautiful Island."
+In 1624, the Dutch East India Company established a base at Fort Zeelandia in southern Taiwan, introducing grain cultivation techniques and bringing in Chinese laborers to work on their rice and sugar plantations.
+The Qing Dynasty (1644–1912) took control of the western and northern coastal areas of Taiwan in 1683 and declared Taiwan a province of the Qing Dynasty in 1885.
+In 1895, after the Qing government was defeated in the First Sino-Japanese War (1894–1895), it signed the Simsung Treaty, under which it ceded the rights to Taiwan to Japan, which governed the island until 1945.
+Machu Picchu is composed of three main structures: the Intihuatana, the Temple of the Sun and the Room of the Three Windows.
+Most of the buildings at the edges of the complex have been refurbished to give visitors a better idea of how they would have originally looked.
+By 1976, 30% of Machu Picchu had been restored and work continues to this day.
+For example, the most common film format for still photography is 35 mm, and it was the dominant film format at the end of the analog era.
+It is still made today, but what is more important is that its aspect ratio is the same as that of digital cameras.
+The 35 mm format is actually a little misleading, it is 36 mm wide by 24 mm high.
+The aspect ratio of this format (divided by 12 to give a ratio of small whole numbers) is therefore 3 by 2.
+Many common aspect ratios (e.g. the APS family) are or are very close to these ratios.
+A frequently used and often ridiculed rule of thirds is simply a guideline that creates tension while still maintaining a sense of order in the image.
+It says the best place for the main subject is at the intersection of lines that divide the image into thirds, both horizontally and vertically (see example).
+During this period of European history, the Catholic Church, which had become wealthy and powerful, became the object of scrutiny.
+For more than a thousand years, Christianity has united European nations despite their differences in language and traditions.
+Its pervasive power touched everyone, from kings to commoners.
+One of the main Christian principles is that wealth is to be used to relieve the suffering and poverty of others and that the money the church collects is to be used for this purpose.
+The center of church power had been in Rome for a thousand years, and the concentration of wealth and power led to widespread doubt that the doctrine was being upheld.
+Shortly after the outbreak of hostilities, Britain instituted a naval blockade of Germany.
+This strategy proved effective in cutting off vital military and civilian supplies while this blockade was in violation of international law cited in several international agreements over the past two hundred years.
+Britain laid minefields in international waters to prevent ships from entering whole sectors of the oceans, even neutral ones, putting them at risk.
+As there was no reaction to this tactic, Germany expected a similar reaction to its unrestricted submarine warfare.
+During the 1920s, pacifism and isolationist sentiments were widespread among most citizens and nations.
+Having seen the horrors and atrocities of World War One, governments were determined to avoid a repeat in the future.
+In 1884, Tesla moved to the United States and accepted an offer to work in Edison's company in New York.
+He came to the United States with four cents in his pocket, a book of poems, and a recommendation from Charles Batchelor, who had been his boss in his previous job, to Thomas Edison.
+The ancient Chinese had a unique way of marking the passage of time; each period of Chinese history or each ruling family was a "dynasty" in its own right.
+In addition, each dynasty was plagued by disunity and instability between rulers. The Three Kingdoms period, spanning 60 years across the Han and Jin dynasties, is the most well known example of this.
+During this period there were violent power struggles between many of the notable people jockeying for the throne.
+The Three Kingdoms era was one of the bloodiest in ancient China's history, with thousands dying in battles to take control of the throne in the opulent palaces of Xiang.
+There are many such social and political effects of the metric system, the switch from absolute to republican government, nationalism and the belief that the country belongs to the people rather than a single ruler.
+After the Revolution, opportunities opened up for everyone, including men, which allowed the most ambitious and talented to succeed.
+The same was true in the military, where rank was based on ability rather than heritage.
+The French Revolution also inspired many other repressed members of the working class in other countries to start their own revolutions.
+Muhammad was very interested in things that were not of this world. He often went to a cave called Hira' in Jabal Nur (Mountain of Light) to meditate and reflect.
+But the cave that was preserved to this day gives a very vivid idea of Muhammad's spiritual aspirations.
+The cave is located on top of a mountain to the north of Mecca and is completely isolated from the rest of the world.
+It is very hard to find even for those who know about its existence. A person is completely isolated in the cave.
+There is nothing to be seen but the pure beautiful sky above one's head and many surrounding mountains. From the depths of the cave one can only see and hear a very small part of this 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 was built by the Egyptians in the third century B.C. and is one of several large pyramidal structures built to serve as tombs for the pharaoh.
+The Giza Plateau, or the Giza Necropolis, is the area of the Giza Plateau in Egypt that is home to the Great Pyramid of Giza, several smaller pyramids and a number of tombs and temples, including the Great Sphinx.
+The Great Pyramid was built for King Cheops and many smaller pyramids, tombs and temples were built for his wives and relatives.
+The up arrow looks like a V and the down arrow looks like a comma or a square with no bottom.
+Up bow means that you start from the tip and bring the bow up, and down bow means that you start from where your hand is holding the bow and bring it down.
+The bow moving up produces a softer sound, while the bow moving down produces a louder and more forceful sound.
+You can draw your own bar lines, but remember that bar lines are printed for musical reasons and are usually best followed.
+On October 6, 1789, an infuriated mob of women from the marketplace forced the king, Louis XVI, the 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 Elisabeth to return to Paris from Versailles, where they had taken refuge in fear of the mob.
+They returned to Paris in a carriage, surrounded by a mob shouting insults at the king and queen.
+A crowd of people got the King and Queen to open the windows wide.
+At one point, a participant in the mob shouted at a member of the Royal Guard who was beheaded at Versailles in front of the terrified queen.
+It was the Filipinos themselves who paid for the American empire's conquest of the Philippines.
+They had to pay taxes to the American colonial government to cover for most of the expenses and interest payments on the bonds issued by the Philippine government through Wall Street bankers.
+Of course, the super-profits brought in by the long-term exploitation of the Filipinos were the main source of income for U.S. imperialism.
+To understand the Templars, you have to understand the context that led to the creation of the order.
+The era in which these events took place is sometimes referred to as the High Middle Ages, a period in European history spanning the 11th, 12th and 13th centuries (1000s–1300s AD).
+The High Middle Ages followed the Early Middle Ages and preceded the Late Middle Ages, which ended around 1500.
+Technological determinism is the broad umbrella term for a range of practical ideas, from the belief in the inevitability of technological progress or the technological imperative to a strict view that it is the underlying logic of science that determines the fate of human beings.
+Most views of technological determinism share two common ideas: that the direction of technology is practically immune to cultural or political influence and that the "effects" of technology on society are independent of the society.
+For instance, one could argue that cars are a necessary cause of roads.
+However, the national road network is economically inefficient only for a small group of vehicles, so new production methods are being developed to reduce the cost of owning a car.
+The invention of the automobile also led to an increase in traffic accidents, which in turn led to the invention of new methods of treating traumatic injuries in the field of healthcare.
+Romanticism had much in common with the cultural determinism of such writers as Goethe, Fichte, and Schlegel.
+In the context of Romanticism, geography shaped the people and, over time, customs and culture developed that were more in harmony with the environment of a particular society than were the arbitrary laws imposed by that society.
+Much as Paris is considered to be the modern world's fashion capital, Constantinople was the fashion capital of medieval Europe.
+Its reputation as a centre of luxury lasted from about 400 AD until about 1100 AD.
+Its status declined in the twelfth century, partly because the crusaders brought back such luxuries as silk and spices, which were more highly valued than the goods available in the Byzantine markets.
+It was at this point that the title "Capital of Fashion" passed from Constantinople to Paris.
+The Gothic style was at its peak between the 10th and 11th centuries and the 14th century.
+At first, clothing was strongly influenced by the Byzantine culture in the east.
+However, due to slow internet connections, styles in the west may be 25–30 years behind.
+Western European styles began to take shape in the late Middle Ages. One of the great innovations of the Crusades was the use of buttons to close clothing.
+Sustainable agriculture is farming that produces enough food to sustain only the farmer and his/her family.
+Natural agriculture is a simple, often organic, farming system that uses seeds of plants indigenous to the ecosystem, along with crop rotation and other relatively simple techniques to increase productivity.
+Historically, most farmers were subsistence farmers, producing enough to feed their families, and this is still the case in many developing countries.
+Subcultures bring together like-minded people who feel disenfranchised by the mainstream and allow them to explore their identity.
+There may be differences between subcultures due to age, nationality, socioeconomic status, geographic location, and/or gender.
+Characteristics which mark a subculture as distinct may be linguistic, aesthetic, religious, political, sexual, geographic, or some combination of factors.
+A subculture may be identified by a distinctive style of dress, for example, which may be conveyed through fashion, manners, and vocabulary.
+One of the most common methods used to illustrate the importance of socialization is to cite several sad cases in which children were deprived of adult contact because of neglect, bad circumstances or deliberate cruelty and suffered as a result.
+These children are sometimes referred to as "feral" or "wild" children. In some cases, the abandonment of a child stemmed from the parent's inability to accept the child's severe intellectual or physical disability.
+Children living on the streets may have experienced severe forms of violence or trauma prior to running away or being abandoned.
+Others were apparently raised by animals; some of them lived in the wild on their own.
+If the feral child has been raised entirely by animals rather than humans, he will display behaviors (within the bounds of physical limitations) that are nearly identical to those of the specific animal that raised him - for example, his fear or indifference to humans.
+While project-based learning should be easier and more fun, scaffolding outperforms many technologies.
+Coaching is not a teaching method; rather, it is a way to help people who are going through 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, the teacher is a form of scaffolding, but so is Scribble in Microsoft Office.
+VR scaffolding, to help learning, is built into the software and designed to remind, explain and ask questions about procedures that might be too difficult for the learner to tackle on their own.
+Children are taken into care for a variety of reasons ranging from neglect to violence and even extortion.
+Children should not be raised in an environment where they are not nurtured, cared for, and educated, but they are.
+We believe the foster care system is safe for children.
+Our care system should provide safe homes, loving carers, stable education and good health.
+The foster care should provide for all the needs that were lacking in the home from which the child was removed.
+The Internet combines elements of both mass communication and interpersonal communication.
+The distinctive features of the Internet lead to additional dimensions in terms of approach and satisfaction.
+Thus, it has been argued that "learning" and "socialization" are important motivating factors for Internet use (James et al., 1995)
+Akamai and McCord (1998) also identified "personal participation" and "long-term relationships" as new facets of motivation when they studied how people reacted to websites.
+The use of video recording has led to important discoveries in the field of microexpression interpretation - facial movements lasting a few milliseconds.
+In particular, it is claimed that it is possible to determine whether a person is lying by interpreting his micro-expressions correctly.
+In an article titled "The President's Speech," Oliver Sacks described how people who are unable to understand speech due to brain injury can nevertheless judge the speaker's sincerity accurately.
+According to his hypothesis, such abilities to interpret human behavior can be possessed by animals, for example, domestic dogs.
+Research in the twentieth century showed that there are two types of genetic variation: hidden and expressed.
+The mutation introduces a new genetic variant while selection removes it from the set of expressed variants.
+With each generation, segregation and recombination shuffle the variants between the two pools.
+It is difficult for primates with a digestive system like that of a human to get enough essential amino acids from available plant resources in the savanna.
+Moreover, failure to do so will result in serious consequences such as stunted growth, malnutrition, and eventually death.
+Among plant-based resources, proteins in leaves and beans would have been most readily available but would have been difficult for a primate like ourselves to digest in their raw state.
+On the contrary, animal food (ants, termites, eggs) is not only easily digestible, but is also a rich source of proteins containing all essential amino acids.
+Given all of this, it should come as no surprise that our ancestors solved the protein problem much the same way that chimpanzees in the savanna do today.
+Sleep interruption is the process of purposefully waking up during normal sleep and falling asleep again shortly after (10-60 minutes).
+This can easily be done with a relatively quiet alarm clock to wake you up and not fully rouse you.
+If you find yourself resetting your alarm clock in your sleep, you can put it on the other side of the room so that you have to get out of bed to turn it off.
+Other options that are based on biological rhythms include drinking a large amount of a diuretic like water or tea before bed so that the person has to wake up to urinate.
+The amount of inner peace a person has is inversely proportional to the amount of tension in his body and soul.
+The lower the tension, the more positive is the life force present in you. Every human being has the potential to attain absolute serenity and a sense of well-being.
+Everyone can achieve enlightenment. The only thing that stands in the way of this goal is our own tension and negative attitude.
+Tibetan Buddhism is based on the teachings of the Buddha, but it was supplemented with the Mahayana path of love and many techniques of Indian yoga.
+The essence of Tibetan Buddhism is very simple. It consists of kundalini yoga, meditation, and the path of all-pervading love.
+The energy of kundalini (the energy of enlightenment) is awakened through yoga poses, breathing exercises, mantras, and visualization in kundalini yoga.
+The heart of Tibetan meditation is Yoga of the Deities. Through visualization of various deities, energy channels are cleansed, chakras are activated and enlightenment of the mind is achieved.
+Germany was the common enemy in World War II, which led to cooperation between the Soviet Union and the United States. After the war, disagreements over the system, process, and culture led to a rift between the countries.
+Two years after the end of the war, former allies became enemies and the Cold War began.
+It would last another 40 years, with real wars from Africa to Asia, in Afghanistan and Cuba and many other places around the world.
+By September 17, 1939, the Polish defenses had been broken through and the only hope was a withdrawal and reorganization along the Romanian frontier.
+However, these plans became irrelevant overnight, when about 800,000 soldiers of the Soviet Red Army formed the Belorussian and Ukrainian fronts after capturing the eastern regions of Poland in violation of the Riga Peace Treaty, the Soviet-Polish Non-Aggression Pact, and other international agreements, bilateral and multilateral.
+Ships are by far the most effective way to move large numbers of people and goods across oceans.
+Traditionally, the function of the Navy has been to provide the country with the ability to move its people and goods, and to deny the enemy the ability to do the same.
+One of the more notable recent examples of this was during World War II, when the United States tried to send supplies and troops across the Atlantic Ocean to help Britain.
+At the same time, the German Navy, mostly using its submarines, tried to stop this movement.
+If the anti-Hitler coalition had failed, Germany would have probably been able to invade Britain just as easily as it had invaded the rest of Europe.
+Goats were probably first domesticated around 10,000 BCE in the Zagros Mountains of Iran.
+Ancient cultures and tribes began keeping them for milk, wool, meat and hides.
+Herds of goats were usually allowed to graze on hills or other rough pasture, where they were often tended by a herdsman, who may have been a child or a teenage boy, a role which may have been similar to that of a shepherd. These methods of herding are still practiced today.
+Roads for wheeled vehicles were first introduced in England in the 16th century.
+While the roads were merely logs laid perpendicular to each other, they allowed horses to carry larger loads and at greater speeds than could be managed on the slightly rougher roads of the time.
+Sleepers have been in use for a long time to keep the rails in place. However, it became apparent later on that the rails were more effective with an iron plate on top.
+It became a common practice, but the iron wheels led to a greater wear of wooden rolling stock.
+Over time, wooden wheels were replaced by iron ones. In 1767, the first all-iron rails were introduced.
+The first known form of transportation was on foot, and humans have been walking upright for about 2 million years with the appearance of Homo erectus (upright man).
+Their ancestors, the australopithecines, were not yet fully bipedal.
+Bipedal specializations can be seen in the fossils of Australopithecus dating to 4.2–3.9 million years ago, though the Sahelanthropus may have been bipedal as early as 7 million years ago.
+We can start by caring more for the environment. We can join the environmental movement and even be activists to alleviate some of the future suffering.
+It's usually symptomatic treatment. If we're not just looking for a temporary fix, then we have to get to the root of the problem and address that.
+It is quite obvious that the world has changed dramatically due to the scientific and technological progress of humanity, and because of overpopulation and extravagant lifestyle of people, problems have become more serious.
+After Congress adopted the Declaration of Independence on July 4, the engrossed copy, signed by President of Congress John Hancock and Secretary Charles Thomson, was sent a few blocks away to be printed by John Dunlap.
+150–200 copies were produced overnight, now known as "Dunlap broadsides".
+The first public reading of the document was given by John Nixon on the steps of the Independence Hall on July 8.
+On July 6, one copy was sent to George Washington, who ordered it to be read to his troops in New York on July 9; a copy also arrived in London on August 10.
+The 25 known copies of the Dunlap broadsides are the oldest surviving copies of the document. The original manuscript is lost.
+Today, many paleontologists believe that one group of dinosaurs survived and lived to see our present day. We call them birds.
+They are often not considered to be dinosaurs because they had feathers and were able to fly.
+But there is much to say about birds that still look like dinosaurs.
+They have claws and scales on their feet and lay eggs and walk on their hind legs just like the T-Rex.
+Almost all computers in use today are based on processing information in the form of binary numbers.
+A binary number can have only one of two values, either 0 or 1. These are called "binary digits" - or "bits" in computer jargon.
+It can be difficult to immediately identify oral poisoning. Symptoms such as vomiting are too general to quickly identify the diagnosis.
+The best sign of internal poisoning may be the presence of an open container of medication or a toxic household chemical.
+Be sure to read the label for any special instructions for treating a poisoning from this specific substance.
+The term "beetle" is formally used by entomologists to refer to a group of insects.
+This concept comes from the ancient bed bugs, insects that have been adapted to parasitize humans since ancient times.
+Bats and bed bugs are both roost-dwelling species, meaning they are adapted to living in the roosts or dwellings of their host.
+Approximately 400,000 people in the U.S. have been diagnosed with MS, making it the most common neurological disease in young adults and middle-aged individuals.
+Multiple sclerosis is an illness that affects the central nervous system, which is made up of the brain, spinal cord and optic nerves.
+Studies have shown that women are twice as likely to be affected by multiple sclerosis.
+A couple may decide that parenting is not in their best interests or the best interests of their child.
+These couples can choose to create an adoption plan for their child.
+In adoption or foster care, biological parents give up their parental rights so that another couple can adopt the child.
+The main goal of science is to find out how the world is put together by using the scientific method. This method is really the backbone of most scientific endeavors.
+However, it is not the only one. Science is also guided by experimentation (an experiment is a test conducted to exclude one or more hypotheses), questioning, and observation.
+Naturalists and philosophers studied ancient texts and especially the Bible in Latin.
+Aristotle's views were accepted in all areas of knowledge, including psychology.
+As the knowledge of the Greek language declined, the West became disconnected from its philosophical and scientific Greek roots.
+Many of the rhythms observed in physiology and behavior are often greatly dependent on the presence of endogenous cycles and their entrainment by the biological clock.
+Periodic rhythms that are not simply responses to external periodic stimuli are found in most living things, including bacteria, fungi, plants and animals.
+Biological clocks are self-sustaining oscillators that will continue their regular cycling for a period of time even in the absence of external cues.
+The experiment by Hershey and Chase was one of the first suggestions that DNA was the genetic material.
+Hersh and Chase inserted their DNA into a bacterium using phages, which are viruses.
+They conducted two experiments, marking the DNA of a bacteriophage with radioactive phosphorus and the protein of a bacteriophage with radioactive sulfur.
+Mutations can produce a wide variety of different results, depending on the type of mutation, the importance of the affected piece of genetic material, and whether or not the mutated cells are cells of the germ line.
+Only mutations in cells of the germ line can be passed on to children, while mutations elsewhere may cause cell death or cancer.
+Nature tourism is for those who enjoy going out in nature to enjoy the landscapes, including wild animals and plants.
+Examples of active pursuits include hunting, fishing, photography, bird-watching, park visits and eco-tourism.
+An example would be visiting, photographing and studying orangutans in Borneo.
+Every morning the people leave the small towns in the countryside to go to their jobs and pass by the people on their way to their jobs who live in the towns they just left.
+In this busy traffic, everyone is in some way connected to the car-based transportation system and supports it.
+Science is now showing that the vast hydrocarbon economy has impacted one of the stable states of the biosphere that has supported the evolution of Homo sapiens for the past two million years.
+Everyone is a member of society and uses the transportation systems. Almost everyone complains about these systems.
+In developed countries, you seldom hear complaints about the quality of the water or bridges collapsing.
+Why are there so many complaints about transportation systems, and why do they break down so often? Is it because transportation engineers are incompetent, or is there something more fundamental going on?
+The study of the movement of individual vehicles and drivers between two points, and their interaction with each other, is part of the study of traffic flow.
+Unfortunately, it is difficult to study the intensity of traffic flow, because it is impossible to predict the behavior of the driver with 100% accuracy.
+Fortunately, the behavior of drivers is often sufficiently regular that the traffic as a whole is reasonably regular and can be described mathematically.
+To better represent the traffic flow, relationships were established between three main variables: (1) flow, (2) density, and (3) speed.
+These relationships help in the planning, design and operation of railway facilities.
+Insects were the first animals to take to the air, and their ability to fly helped them escape predators, find food and partners.
+Most insects have the ability to fold their wings along the body, which gives them an advantage.
+This gives them more places to hide from predators.
+Dragonflies and damselflies are the only insects that can't fold their wings back.
+Thousands of years ago, a man named Aristarchus said that the Solar System goes around the Sun.
+Many people thought he was right, but many believed the opposite: that the Solar System revolved around the Earth, including the Sun (and even other stars).
+It seems like a reasonable idea, since we don't feel the Earth moving, right?
+The Amazon River is the second longest river in the world and the largest in terms of volume of water. It carries more than eight times the volume of the world's second largest river.
+The Amazon is also the widest river on Earth; it is sometimes six miles wide.
+A whopping 20 percent of the water that flows into the oceans from rivers around the world is Amazon River water.
+The Amazon River has a length of 6,387 km (3,980 mi). It has thousands of tributaries.
+Although construction of stone pyramids continued until the end of the Old Kingdom, the size and technical sophistication of the Giza pyramids was never again equaled.
+The ancient Egyptians were in awe of the monuments left by their predecessors a thousand years before.
+The Vatican has an estimated population of 800. It is the smallest independent country in the world by population, and the country with the lowest population.
+Italian is also used in legislation and official communications in Vatican City.
+Italian is also a daily language for most working people in the country, while Latin is often used in religious ceremonies.
+All citizens of Vatican City are Catholic.
+Humans have been aware of the basic chemical elements such as gold, silver, and copper since ancient times, since they can be found naturally and can be obtained easily using primitive tools.
+The Greek philosopher Aristotle believed that everything was made of one or more of four elements: earth, water, air, and fire.
+They were like the four states of matter (in the same order): solid, liquid, gas, and plasma, though he also suggested they transitioned to a new state to give rise to what we see.
+Alloys are essentially a mixture of two or more metals. Don't forget that there are a lot of elements in the periodic table.
+Elements like calcium and potassium are considered metals. Of course, there are also metals like silver and gold.
+These alloys can also be made with a small amount of non-metallic elements like carbon.
+Everything in the universe is made of stuff. The stuff is made out of the smallest bits of stuff, called atoms.
+Atoms are so incredibly tiny that trillions of them can fit in the period at the end of this sentence.
+Thus, the pencil became a good friend for many people when it appeared.
+It is sad that as new ways of writing were introduced the pencil lost its former status and was used less.
+Nowadays people write on computer screens and never have to sharpen a pencil.
+Only time will tell what the future holds for the keyboard, with newer technologies on the rise.
+The atomic bomb is based on the principle that, in order for many protons and neutrons to be in the same nucleus, energy is required.
+It's sort of like pushing a heavy cart uphill. Then, when the nucleus splits again, some of that energy is released.
+Some atoms have an unstable nucleus, which means they are likely to break down when hit by a small amount of energy, or even without it.
+The surface of the Moon is made out of rocks and dust. The outer-layer of the Moon is called the crust.
+The oceanic crust is about 70 km thick while the continental crust is about 100 km thick.
+It is thicker under the mountains and thinner under the seas.
+There may be more lunar maria on the visible side of the moon because the crust is thinner. Lava was able to reach the surface more easily.
+Content theories are concerned with finding out what makes people do stuff or what might interest them.
+These theories suggest that humans have certain needs and/or desires that build up over the course of growing up.
+These theories look at what makes a specific person want to do what they do and what their environment makes them do or not do.
+Two popular theories of content are Maslow's Hierarchy of Needs and Herzberg's Two-Factor Theory of Motivation.
+Typically, there are two extremes of behavior when managers start managing people who used to be peers. One extreme is trying to be the "guy's guy" (or girl's girl).
+It is difficult for such managers to make unpopular decisions, take disciplinary measures, evaluate the results of work, distribute responsibilities and hold employees accountable.
+At the other end of the spectrum, the person becomes an unrecognisable individual who believes they have to change everything the team did and take the credit for it.
+After all, the head coach is ultimately responsible for the team's success or failure.
+This can often lead to conflict between the leader and the rest of the team.
+Virtual teams follow the same standards of excellence as regular teams, but there are some differences.
+Virtual team members often serve as a point of contact for their physical group.
+They tend to be more autonomous than traditional team members, since their teams can be based in different time zones and may not always be understood by the local management.
+The presence of a real "invisible team" (Larsen and LaFasto, 1989, p. 109) is also a unique component of a virtual team.
+The "invisible team" is the team of leaders to whom each participant is accountable. The invisible team sets the standards for each participant.
+Why would an organization go through the arduous process of becoming a learning organization? Innovation is one of the reasons.
+When all available resources are effectively utilized by all functional areas of the organization, then creativity and innovation can take place.
+Eventually, a united effort within the organization to overcome the obstacle can lead to a new innovation process that is customer-centric.
+Before the organization can become innovative, leaders must create a culture of innovation, knowledge sharing, and learning.
+Angel (2006) explains the Continuum approach as a method used to help organizations achieve a higher level of performance.
+Neurobiology provides physical evidence for a theoretical approach to the study of consciousness, thus narrowing the scope of the inquiry and making it much more precise.
+Scientists use the relationship between brain pathology and behavior in their research.
+It has long been known that various types of damage, injuries, lesions and tumors of the brain affect behavior and cause changes in some mental functions.
+The introduction of new technologies has allowed us to see and study brain structures and processes that were previously unknown to us.
+This provides us with a large amount of data and materials to create simulation models to help us understand the processes going on in our mind.
+Despite being associated with science fiction, AI is a very important area of computer science, which deals with the behavior and learning of machines and "teaching" them to be intelligent.
+Artificial intelligence research includes the creation of machines that can automate tasks that require intelligent behavior.
+Here are some examples of things that can be automated: scheduling and queueing, response to diagnoses and customer questions, facial recognition, handwriting recognition, and voice recognition.
+Such questions are highlighted in separate disciplines, the purpose of which is to solve the problems we face in everyday life.
+Artificial intelligence is currently being utilized in a range of economic, medical, engineering, and military applications, and is increasingly being incorporated into home computers and video games.
+Teachers are often keen to take their classes on educational trips and often want to go to places that are inaccessible by coach.
+The technology offers a solution that allows students to take virtual tours of museums, aquariums, and art galleries, all from the comfort of their classroom.
+Posting the tour to a virtual space for everyone to see is also a great way to refresh the tour and share your knowledge with future classes.
+For example, students at Bennett Elementary School in North Carolina create a website every year about their visit to the state capitol, and each year the website is updated but the old ones are still available to view - they are a scrapbook of memories.
+Blogs can also help improve students' writing skills. Though students often begin their blogs with poor grammar and spelling, this is often improved due to the nature of having an audience.
+As students are often the most critical audience, the blogger begins to hone his writing skills to avoid criticism.
+Also, through blogging, "students begin to understand the world around them." Students are inspired to be smart and interesting and to attract readers (Toth, 2004).
+Blogging is a tool that encourages collaboration and motivates learners to take the acquisition of knowledge beyond the traditional school day.
+Proper use of blogs can help students become more analytical and critical. By actively responding to online materials, students can position themselves in relation to others' work, as well as articulate their own views on specific issues (Oravek, 2002).
+Ottawa is a beautiful bilingual Canadian capital city with an abundance of art galleries and museums to explore the past and present of Canada.
+To the south lies Niagara Falls and to the north is the pristine wilderness of the Mushkegowuk and surrounding areas.
+All of this, and much more, makes Ontario something truly Canadian in the eyes of foreigners.
+The northern areas are quite sparsely populated, and some of them are virtually uninhabited wilderness.
+Interesting population comparison: There are more African-Americans in the U.S. than there are Canadians in Canada.
+The East African islands are in the Indian Ocean, off the eastern coast of Africa.
+Madagascar is by far the larger of the two, and is a unique continent in terms of its wildlife.
+Almost all of the smaller islands are independent countries or French overseas territories and are known for their luxurious beach resorts.
+The Arabs also brought Islam to the region, especially entrenched in the Comoros and Mayotte.
+European influence and colonization began in the 15th century with the discovery of a sea route there from Europe to India by the Portuguese explorer Vasco da Gama.
+The north is bounded by the Sahel, while the south and west are bounded by the Atlantic Ocean.
+For women: It is advisable for all female travellers to claim to be married, regardless of their actual marital status.
+It is also useful to wear a ring (but not too expensive-looking).
+Women should be aware that due to cultural differences it may appear to them that they are being harassed, women are often stalked, grabbed, touched, etc.
+Be firm with men and don't be afraid to stand your ground (this is not culturally acceptable in any way!).
+The modern city of Casablanca was founded by Berber fishermen in the 10th century A.D. It was used as a strategic port by the Romans, Phoenicians, and Moroccans called Anfa.
+The Portuguese rebuilt it and called it Casa Branca, but they left after the 1755 earthquake.
+The Sultan of Morocco rebuilt the city under the name of Ed-Dar-el-Beyda, and the Spanish merchants who established trading posts there called it Casablanca.
+Casablanca is one of the least interesting places to shop in Morocco.
+Around the old medina it is easy to find shops selling traditional Moroccan items such as tagines, pottery, leatherware, pipes and a wide range of tourist souvenirs.
+Goma is a tourist town in the eastern Democratic Republic of Congo, on the border with Rwanda.
+In 2002 the city of Goma was buried in lava from the eruption of Mount Nyiragongo, which covered most of the city center in particular.
+Although Goma is relatively safe, it is advisable to check beforehand on the security situation for any travel outside Goma to understand the level of conflict ongoing in the North Kivu province.
+The town also serves as a base for trekking up the nearby Nyiragongo volcano and is one of the best places in Africa to see mountain gorillas in their natural habitat, including one of the cheapest places to do so.
+You can take a bodaboda (mototaxi) to Goma. The usual (local) rate is 500 Congolese francs for a short ride.
+Due to its relative inaccessibility, Timbuktu became a byword for a distant exotic land.
+Today, Tombouctou is a poor town but its reputation attracts visitors and it has an airport.
+It was listed as a World Heritage Site in Danger in 1990 due to the threat posed by encroaching desert sands.
+Henry Louis Gates's PBS series Black in Latin America made a significant stop here.
+This city is very different from other cities in the country, since it has an Arab rather than an African flavor.
+The Kruger National Park is in northeast South Africa, along the border with Mozambique on the east and Zimbabwe to the north, and it is bounded on the south by the Crocodile River.
+The park's area is 19,500 km²; it contains 14 different ecozones, each of which is home to a different set of wildlife.
+It is one of the major attractions of Southern Africa and is the flagship of the South African National Parks (SANParks).
+As in all South African national parks, there is a daily fee for the park's protection and maintenance.
+It can also be advantageous to buy a Wild Card, which allows you to visit South Africa's national parks either piecemeal or all of them.
+The territory of Hong Kong was named after the island of Hong Kong, which many tourists consider to be the main object of their attention.
+The line of skyscrapers along the Hong Kong skyline is likened to a glittering bar graph, highlighted by the waters of Victoria Harbour.
+To see Hong Kong at its most scenic, you'll have to leave the island and head for the shores of the neighboring Kowloon Peninsula.
+Much of the new development in Hong Kong is concentrated in the reclamation that has taken place along the north coast of the island.
+This is where the British colonists took over, and if you're looking for evidence of the colonial past of the territory, this is a good place to start.
+The Sundarbans is the world's largest mangrove forest, spreading over 80 km (50 miles) along the coast in Bangladesh and India.
+The Sundarbans was declared a UNESCO World Heritage Site in 1987, and a National Park of India in 1997.
+These forests are not just mangrove swamps - they also represent some of the last vestiges of the mighty jungles that once clothed the Gangetic Plain.
+The Sunderbans covers an area of 3,850 km2, of which about a third is water or marsh.
+Since 1966, the Sundarbans has been a wildlife sanctuary, and is estimated to be home to about 400 Bengal tigers and around 30,000 spotted deer.
+Buses depart regularly throughout the day from the inter-district bus station (across the river), though most departures are between 06:30 and 07:30 for destinations to the east and to Jakarta/Bumbang.
+Since intercity buses are often full, it is advisable to purchase a ticket a few days in advance.
+Most areas are serviced by small Japanese Coaster buses, which are comfortable and reliable.
+A bus is a quick and easy way to get to nearby destinations like Paro (150 ngultrums) and Punakha (200 ngultrums).
+The Oyapock Bridge is a cable-stayed bridge spanning the Oyapock River to connect the Brazilian city of Oiapoque and French Guiana's Saint-George-de-l'Oyapock.
+The two towers are 83 metres high and the bridge itself is 378 metres long and has two lanes, each 3.5 metres wide.
+The viaduct is 15 metres high. Construction was completed in August 2011 and it was not opened to traffic until March 2017.
+The bridge is scheduled to be fully operational by September 2017, when the Brazilian customs checkpoints are expected to be completed.
+The Guarani were the largest indigenous group in the area of present-day eastern Paraguay, living as semi-nomadic hunters who also practiced subsistence agriculture.
+The Chacoan Ancestral Puebloans were the ancestors of the modern Puebloan peoples, who had lived in the Chaco Canyon region for centuries before the arrival of European explorers in the 16th century. The ancestral Puebloans supported themselves through a combination of hunting, gathering and farming.
+During the 16th century, Paraguay was referred to as "a great province of India" and was the scene of a confrontation between the Spanish conquerors and the indigenous groups.
+The Spanish began a three-century period of colonization.
+Since the founding of Asunción in 1537, Paraguay has largely managed to preserve its indigenous character and identity.
+Argentina is known for having one of the best teams, as well as some of the best players in the world, in the sport of polo.
+The biggest tournament of the year takes place in December at the La Quinta Polo & Golf Club.
+The smaller tournaments and matches can also be found at other times of the year.
+To find out more about the matches and where to buy tickets, visit the Argentine Polo Association website.
+The official currency of the Falkland Islands is the Falkland Island pound (FKP), which has the same value as the British pound sterling (GBP).
+You can exchange money at the only bank on these islands, which is located in Port Stanley, in front of the FIC West store.
+Pound sterling is usually accepted everywhere in the islands; in Stanley dollars and US dollars are also widely accepted.
+Credit cards may not be accepted in remote locations, though British pounds and U.S. dollars may be accepted; it is advisable to ask in advance what type of payment is acceptable.
+It is difficult to exchange currency for the Falkland Islands pound outside of the islands, so be sure to exchange your money before leaving.
+Since Montevideo is south of the equator, summer is when it is winter in the northern hemisphere and vice versa.
+Montevideo has a subtropical climate. In summer, temperatures above 30 °C (86 °F) are not uncommon.
+Winter can be deceptively cold: temperatures seldom drop below freezing, but the combination of wind and moisture can make it feel colder than the thermometer indicates.
+There is no real "rainy" and "dry" seasons: rainfall is more or less evenly distributed throughout the year.
+While many animals in the park are used to seeing people, it is still a wild environment and animals should not be fed or disturbed.
+The park warns: "Do not approach bears or wolves within 100 yards/meters, and all other wildlife within 25 yards/meters!"
+It doesn't matter how docile they look — moose, elk, bears, and just about any large animal can be dangerous.
+Each year dozens of visitors are injured because they get too close, these are wild animals and can be dangerous if you get too close, so respect their space.
+Also, remember that scents can attract bears and other wildlife, so avoid cooking or carrying scented foods, and keep your camp site clean.
+Apia is the capital of Samoa. The city is located on the island of Upolu and has an estimated population of just under 40,000.
+Apia was founded in the 1850s and has been the official capital of Samoa since 1959.
+The bay was the site of a notable naval standoff in 1889, when seven ships from Germany, the United States, and Britain refused to leave.
+All of the ships sank except for one British cruiser, and about 200 American and German sailors were lost.
+During the struggle for independence waged by the Mau movement, a peaceful gathering in the town led to the killing of paramount chief Tupua Tamasese Lealofi III.
+There are many beaches as Auckland is situated between two harbours and the most popular beaches are in the three areas below.
+The beaches of North Shore (between North Haven and Devonport) overlook the Tasman Sea and extend from Long Bay in the north to Devonport in the south.
+Almost all of these beaches are sandy with safe swimming and many of them are shaded by trees like the Pohutukawa.
+Stretching along the shores of the Waitemata Harbour, the beaches of Tamaki Drive in central Auckland are home to the affluent suburbs of Mission Bay and St Heliers.
+These are sometimes over-crowded family beaches with a good selection of shops lining the beach road. Swimming is safe.
+The most popular local beer is Number One, which has a simple, pleasant and refreshing taste. Another local beer is Manta.
+There are many French wines that can be drunk, but New Zealand and Australian wines can travel better.
+Tap water is perfectly safe to drink but if you prefer bottled water it is easily available.
+Australians do not understand the idea of "flat white". "Little black" is an espresso, cappuccino is served with a high layer of whipped cream (not with foam), and tea without milk.
+The hot chocolate complies with Belgian standards. Although fruit juices are expensive, they are of excellent quality.
+The reef is visited year-round, and injuries resulting from any of these reasons are rare.
+Nevertheless, please follow the advice of the authorities, obey all signs and heed all safety warnings.
+The cubomedusan can be found near beaches and river mouths north of 1770 from October to April, sometimes outside of this period.
+Sharks do exist, but they rarely attack humans. Most sharks are afraid of humans and will swim away.
+Saltwater crocodiles do not live an active life in the ocean and are mostly found in coastal habitats north of Rockhampton.
+Advance booking ensures that a traveler does not have to worry about where to stay on arrival at their destination.
+Tour agents often deal directly with particular hotels but you can also book through a tour agent other forms of accommodation such as campsites.
+Travel agents generally sell packages which include breakfast, airport transfers or even combined packages which include flights and hotel accommodation.
+In addition, they can keep the reservation on hold for you, if you need time to consider the offer or to obtain other documents for the destination (e.g. visas).
+Any changes or requests must be made through the travel agent and not directly to the hotel.
+At some music festivals, the vast majority of attendees camp out on-site, and many see it as an essential part of the experience.
+If you want to be close to the action, you'll need to arrive early to claim a spot for camping close to the music.
+Remember that just because the music stops at the main stages doesn't mean the festival is over, there may still be areas that play music into the night.
+Some festivals have special family camping areas for families with small children.
+If you cross the Baltic Sea in winter, find out where your cabin is, as the ice-cracking can be quite noisy and can keep more sensitive people awake.
+Cruises to St. Petersburg include city tours. Passengers on cruises are visa-free (please check the conditions).
+In general, casinos go to great lengths to encourage you to spend as much time and money as possible on their premises. Windows and clocks are few in number and it can be difficult to find your way out.
+These often include a special menu, drinks, and entertainment to encourage people to stay longer and spend more money.
+In some establishments, free alcohol is served. However, intoxication clouds the mind and all good players know how important it is to stay sober.
+Those intending to travel in the highlands or mountains should be aware of the possibility of snow, ice or frost.
+Ice and snow have low friction and you won't be able to drive like you do on normal asphalt.
+Enough snow can fall in a very short time to cause a blizzard.
+Visibility may also be hampered by snowfall, blizzard, condensation or ice on windshields.
+On the other hand, weather conditions with snow and ice are normal in many countries and road traffic continues all year round almost without interruption.
+Safari is probably the biggest draw for tourists to Africa and the main event for many travelers.
+In common usage, "safari" means a journey by land to see the wonders of Africa's wildlife, especially in the savannah.
+Some animals, such as elephants and giraffes, often come close enough to get a good view in normal binoculars.
+Lions, leopards and cheetahs can sometimes be skittish and are best viewed with binoculars.
+A walking safari (also called bushwalking, bushwhacking or bush hiking) is a multi-day hike.
+The Paralympic Games will be held from August 24 to September 5, 2021. Some of the events will be held at various locations around Japan.
+Tokyo will become the only Asian city to have hosted the Summer Olympics twice, after the games were held there in 1964.
+If you had booked your flights and accommodation for 2020 before the postponement was announced, you may find yourself on the wrong end of a cancellation.
+Cancellation policies can vary, but as of the end of March, most coronavirus-related cancellation policies were not in effect for July 2020, when the Olympics were scheduled to be held.
+Most of the event tickets are priced between 2,500 yen and 130,000 yen, with the standard ticket priced at 7,000 yen.
+Ironing damp clothes helps them to dry out. Many hotels provide an iron and board for hire, even if they are not in the room.
+If you don’t have an iron or don’t like the idea of ironing your socks, you can try a hair dryer if you have one.
+Do not expose the fabric to excessive heat (which can cause shrinkage or in very rare cases burns).
+There are different ways to purify water and some are more effective against specific threats.
+In some places, boiling the water for a minute is enough, while in others a few minutes are required.
+Filters vary in effectiveness and if in doubt, consider buying bottled water and from a reputable company.
+Travelers may encounter pests they don't see in their home countries.
+Pests can spoil food, cause irritation, or, in the worst cases, cause allergic reactions, release toxins, or transmit infections.
+Infectious diseases in their own right, or dangerous animals capable of causing injury or death to humans are not normally considered pests.
+Duty-free shopping is the ability to purchase goods in certain shops without taxes and customs fees.
+Travellers heading to high taxation countries can sometimes save a significant amount, especially on items such as alcohol and tobacco.
+The stretch of road between Point Marion and Ferguson has the most difficult driving on the Buffalo-Pittsburgh Road, often winding through isolated and forested areas.
+If you're not used to driving on country roads, take care: there are a lot of steep hills, narrow streets and sharp corners.
+The speed limits are significantly lower than on the adjacent roads — usually 35–40 mph (56–64 km/h) — and are strictly enforced.
+However, for some reason, cell phone service is much better here than in many other parts of the trail, such as Pennsylvania's Pine Grove Furnace.
+German pastry is quite good. It is quite abundant and varied in Bavaria and resembles the pastry of its southern neighbor, Austria.
+Fruit pies are common, and apple pie is year-round; summer brings peach and plum pies.
+Nuts such as almonds and walnuts are often used in German baking. Popular cakes often go well with a strong coffee.
+If you're looking for a small but filling baked good, try what is variously called a doughnut or a donut with filling, depending on where you are.
+Curry is a dish that uses a combination of herbs and spices with meat or vegetables.
+Depending on the liquid content, curry can be "dry" or "wet".
+In the interior regions of Pakistan and North India, yogurt is a common ingredient in curries. In South India and some coastal regions of the subcontinent coconut milk is more common.
+Indonesian cuisine, with its 17,000 islands to choose from, is an umbrella term for the wide variety of regional cuisines found throughout the country.
+However, without further qualification, this term usually refers to food originating from the central and eastern parts of the island of Java.
+Javanese cuisine, ubiquitous throughout the archipelago, is characterised by a simple array of flavours. The Javanese favour aromatic spices, coconut sugar, chilli, and peanuts.
+The stirrups are the supports for the rider's feet that hang down on either side of the saddle.
+They provide the rider with better stability but can pose safety issues as there is a risk of foot entrapment.
+If a horse throws a rider but the rider's foot gets caught in the stirrup, the running horse can drag the rider along. There are a number of precautions that can be taken to reduce the risk of this happening.
+First of all, most jockeys wear riding boots with a heel, which have a smooth and fairly thin sole.
+In addition, certain saddles, particularly English saddles, are equipped with safety bars to prevent the leather from falling off the saddle if the rider falls back.
+The Valle de Coyhaique is the main area for climbing in Chile and is often compared to Yosemite in California for its granite cliffs and rock formations.
+At the top, you can enjoy amazing mountain scenery. Rock climbers from all over the world are constantly creating new routes in its huge potential for rock climbing.
+Downhill skiing and snowboarding are popular winter sports which involve descending a snow-covered mountain on skis or a snowboard.
+Skiing is the main tourist activity for many ski enthusiasts (sometimes called "ski bums") who plan to take a vacation centered around skiing at a particular place.
+The idea of skiing is very old: rock carvings showing skiers date back to 5000 BCE!
+Skiing as a sport can be traced back to at least the 17th century and in 1861, Norwegians established Australia's first ski club.
+Cross-country skiing This activity is also called backcountry skiing, ski touring or ski hiking.
+It is related but usually doesn't involve climbing to the summit and then descending the unprepared slopes, as backcountry skiing requires stiffer skis and boots.
+Imagine that the ski trail is a hiking trail.
+In good conditions, you can cover a much larger distance than on foot, but this speed on skis can be achieved only in very rare cases, when you don't have a heavy backpack and there is a prepared ski track.
+Europe is a small continent, but it has many independent countries. In normal circumstances, traveling through multiple countries would involve applying for multiple visas and passing through numerous passport controls.
+But the Schengen area functions as a single country in this regard.
+While in this area, you can usually cross the border without having to go through immigration checkpoints again.
+Similarly, if you have a Schengen visa, you do not need to apply for a separate Schengen visa for each Schengen country you will be visiting, which will save you time and money as well as bureaucratic hassle.
+There is no universally agreed upon definition for what constitutes "antique" items. Some tax authorities consider items to be antiques if they are over 100 years old.
+This has geographical variations and in some areas, for example North America, the age limit may be lower than in Europe.
+Handmade items can be classified as antiques even though they are not as old as their mass-produced counterparts.
+Reindeer herding is an important source of livelihood for the Sami people and the surrounding culture is also important for many other professions.
+Although it was a tradition, not all of the Sami people engaged in reindeer husbandry; they lived by fishing, hunting, and other similar pursuits, using reindeer mostly as pack animals.
+Today, many Sami are employed in modern professions. Tourism is an important source of income in the Sami region of Lapland.
+Although the word "Gypsy" is widely used, especially by non-Romani people, it is often considered offensive due to its associations with negative stereotypes and misconceptions about the Romani people.
+If travel advisories are in place for the country you are visiting, this may affect your travel insurance cover or your cancellation cover.
+You may also want to seek advice from other governments, but their recommendations will be for their citizens.
+Here's one example: U.S. citizens in the Middle East can find themselves in situations in which Europeans or Arabs would not.
+The information bulletins only briefly describe the political situation in one country.
+The opinions expressed are often superficial, vague, and oversimplified in comparison to the available in-depth information.
+A weather hazard is a general term for any dangerous weather with the potential to cause damage, disruption, or loss of life.
+Adverse weather conditions can be found all over the world, and they can take many different forms, which are affected by geography, topography, and atmospheric conditions.
+High winds, hail, heavy rain and forest fires are all manifestations and effects of extreme weather events such as storms, tornadoes, waterspouts and hurricanes.
+Regional and seasonal weather hazards include blizzards, snowstorms, ice storms, and dust storms.
+Travelers are advised to monitor for any risks of severe weather in their area as it could impact any travel plans.
+Anyone intending to visit a country that may be considered a war zone should receive professional training.
+A search on the Internet for "hostile environment training" may bring up a local company.
+The course usually goes into much more detail on all of these topics and often includes some hands-on training.
+The course is typically 2 to 5 days long and includes scenario play, a large amount of first aid training, and sometimes weapons training.
+Books and magazines about survival in the wild are common, but publications about war zones are scarce.
+People planning to undergo gender reassignment surgery overseas should make sure they have valid travel documents to get back.
+The willingness of governments to issue passports without a gender (X) option, or documents that can be updated to show a preferred name and gender, varies.
+The willingness of foreign governments to abide by these commitments is just as varied.
+Airport security also became much tighter after 9/11.
+Transgender individuals preparing to undergo surgery should not expect to be able to pass through metal detectors without their privacy and dignity being violated.
+Breaker set — the waves breaking on the shore, or sometimes on a reef or something similar.
+The reverse current is concentrated in a few deeper areas, where a swift current may go down to greater depths due to the underwater topography.
+Most of the deaths occur while trying to go back to shore against the current, which can be impossible.
+Once you are out of the current, going back won't be any harder than usual.
+Try to go where you won't be caught again, or depending on your skills and whether you were seen, you may have to wait for rescue.
+The culture shock when you return to your home country comes sooner, is shorter in duration, and can be more intense than when you go to a foreign country.
+For travelers who adapt easily to new cultures, it can sometimes be difficult to readjust to their home culture.
+When you come back home after living abroad, you are adapted to a new culture and lose some habits of your native culture.
+When you first went overseas, people were probably tolerant and understanding in the knowledge that it can take a while to get to grips with a new country.
+It may come as a surprise to people that patience and understanding need to be extended to the returnees as well.
+The sound and light show at the foot of the pyramid is one of the most interesting things to do in the area for families.
+You can see the pyramids in the dark and you can also see them in silence before the show.
+There is usually the sound of tourists and traders going about their business. The history of sound and light is like a book of stories.
+The Sphinx is the backdrop and narrator of a long story.
+Scenes are shown on the pyramids and different pyramids are lit up.
+Several countries claim the South Shetland Islands, which were first explored in 1819 and are the site of more bases than anywhere else in Antarctica, with sixteen in operation as of 2020.
+The archipelago is 120 kilometres (75 mi) offshore from the peninsula. The largest of the islands is named King George Island and has a settlement called Villa Las Estrellas.
+Others include the islands of Livingston and Desolation, where the sunken caldera of an active volcano is a marvelous natural harbor.
+The Ellsworth Land is a region in Antarctica south of the Antarctic Peninsula, facing the Bellingshausen Sea.
+The mountains of this peninsula merge with the plateau, and then rise again to form the 360-mile long Ellesmere Island Mountains, which are divided by the Minnesota Glacier.
+The highest mountains in Antarctica are in the Sentinel Range which includes Vinson Massif, the highest peak of which is 4,892 metres high and called Vinson Peak.
+In remote areas where there is no cell phone service, a satellite phone may be your only option.
+In general, a satellite phone is not a substitute for a cell phone, since you need to be outdoors in the line of sight of the satellite to make a call.
+The service is often used in the shipping industry, including ferries and high-speed craft, where remote data and voice communications are required.
+In general, you should be able to get more information on how to connect this service by contacting your local telephone service provider.
+An increasingly popular option for those taking a gap year is to travel and learn.
+It is particularly popular among school leavers, allowing them a gap year before going to university without jeopardising their education.
+In many cases, studying abroad during academic breaks can actually increase your chances of getting into higher education back home.
+Fees are generally charged for studying these courses.
+Finland is an excellent place for boat tourism. The country of a thousand lakes also has thousands of islands in its lakes and coastal archipelagos.
+While exploring the archipelago or visiting the lakes, you can easily do without a yacht.
+While coastal archipelagos and major lakes can accommodate any size yacht, smaller boats or even kayaks can leave a very different impression.
+Boating is a national pastime in Finland with one boat for every seven or eight people.
+This is similar to the situation in Norway, Sweden and New Zealand, but in other cases it is fairly unique (for example, in the Netherlands it varies from one to forty).
+Most Baltic cruises include an extended stay in Russian Saint Petersburg.
+This means you can spend several full days exploring this historic town and then return to the ship for the night.
+If you go ashore only as part of a ship tour, then you do not need a separate visa (since 2009).
+Some cruise brochures show Berlin, Germany. As you can see on the map above, Berlin is a long way from the sea and a visit to the city is not included in the cruise price.
+Flying can be daunting for anyone at any age or social status, especially if it is your first time flying or if you have had any traumatic events in your past.
+There is no reason to be ashamed of this: it is no different from personal dislike and fear of other things that many people have.
+Understanding how the plane works and what is going on during the flight can help to overcome the fear that comes from the unknown or the inability to control the process.
+Delivery services are often paid well to get things there quickly. Often the speed of getting commercial documentation, goods or spare parts for an emergency repair there is very important.
+For some routes, the larger airlines operate their own flights, but for other routes and for smaller airlines, this has been a problem.
+If they were shipping it as air freight, it could take a few days to offload and clear customs on some routes.
+The only way to expedite this is to check it in as registered baggage. Airline regulations do not allow baggage to be checked without a passenger present, so this is where you come in.
+The most obvious way to fly first or business class is to pay for the privilege (or alternatively, get your company to pay for you).
+However, this is not cheap at all — based on experience, you will pay four times more for business class and eleven times more for first class!
+In general, it is not worth even looking for discounts on business class or first class for direct flights from A to B.
+Airlines know full well that there is a core group of passengers who are willing to pay a premium to be treated right, so they charge accordingly.
+The capital of Moldova is Chisinau. The local language is Romanian, but Russian is also widely spoken.
+Moldova is a multiethnic republic that became a victim of an ethnic conflict.
+In 1994, this conflict led to the establishment of the self-proclaimed Pridnestrovskaia Moldavska Republic in the east of Moldova, which has its own government and currency but is not recognized by any UN member state.
+Despite the failure of political talks, economic relations between the two parts of Moldova were restored.
+The main religion in Moldova is Orthodox Christianity.
+Izmir is Turkey's third-largest city with around 3.7 million inhabitants, after Istanbul, and the country's largest port, and a good transportation hub.
+Once an ancient city, Smyrna is now a modern, bustling commercial center situated along a large bay and encircled by hills.
+Wide boulevards, modern glass-fronted shopping malls, traditional roofs with red tiles, an 18th-century market, old mosques and churches abound, though the city has more of a Mediterranean European feel than a traditional Turkish one.
+From the village of Haldorsvik, there is a view of the neighboring island of Esturoy, and there is an unusual octagonal church.
+There are some interesting marble sculptures of doves on some tombs in the churchyard.
+It is worth spending half an hour and taking a walk around this unusual village.
+Not far to the north, the romantic and charming town of Sintra was immortalized by Lord Byron and is now famous throughout the world.
+Scotturb bus 403 makes regular trips to Sintra and stops at Cabo da Roca.
+North of there, you can also visit the great Fatima Shrine (tomb) - the site of the world-renowned apparitions of the Blessed Virgin Mary.
+Please remember that you are, in essence, standing on a war memorial, as well as a site that is hugely important to a large percentage of the world's population.
+Many of the men and women who survived their time there are still alive, but there are also many people whose relatives were killed there or who worked there until they died, whether Jews or non-Jews.
+Please treat this place with all the dignity, seriousness and respect that it deserves. Do not joke about the Holocaust and Nazis.
+Do not defile this place by tagging or carving graffiti on objects around.
+The official languages of Barcelona are Catalan and Spanish. About half of the population prefers to speak Catalan, which is understood by the majority, while nearly all are able to speak Spanish.
+However, most signs are only in Catalan, since it is the first official language.
+Nevertheless, Spanish is also widely spoken in public transportation and other public places.
+Normal announcements on the metro are only made in Catalan, but unscheduled announcements are made by an automated system in various languages including Spanish, English, French, Arabic and Japanese.
+Parisians are known for being egotistical, rude, and snobby.
+While it is often a false stereotype, the best way to succeed in Paris is to be as "bien élevé" (well-mannered) as possible. This will make adjusting to the city much easier.
+The gruff exterior of a Parisian will melt away the moment you show some basic manners.
+The National Park of Plitvice Lakes is heavily forested, mainly with beech, spruce and pine trees, and is a mixture of alpine and Mediterranean vegetation.
+Its diversity of microclimates, soils and altitudes support a particularly wide diversity of plant communities.
+The area is home to an abundance of wildlife and birds.
+Here you can find rare species of fauna, such as the brown bear, the wolf, the eagle, the owl, the lynx, the wild cat and the capercaillie, as well as many other common species of animals.
+Women must cover their shoulders and wear skirts that fall below the knee when visiting monasteries.
+Most monasteries will provide robes for women who come unprepared, but if you bring your own, especially one in a bright color, the monk or nun at the door will probably smile at you.
+Likewise, men should wear trousers that cover the knees.
+These can also be rented at the entrance, but these clothes are not washed after each use, so you may feel uncomfortable in these skirts. One size for all men!
+The cuisine of Majorca, like that of the rest of the Mediterranean, is based on vegetables, bread and meat, especially pork, with olive oil being ubiquitous.
+A simple and popular dish for lunch, especially in summer, is Pa amb olí: bread rubbed with olive oil, tomatoes and whatever fillings are available, such as cheese, tuna and so on.
+All nouns and the pronoun Sie, meaning You, are always spelled with a capital letter even in the middle of a sentence.
+It is important to distinguish between verbs and adjectives.
+This also makes it easier to read, while writing is slightly more complicated because you have to figure out if the verb or adjective is substantivized.
+Italian pronunciation is relatively easy because a large number of words are pronounced exactly as they are written.
+One must be particularly careful with the letters c and g, as their pronunciation changes depending on the following vowel.
+Don't forget that r and rr are pronounced differently: caro means "expensive," and carro means "carriage."
+Persian has a relatively easy and regular grammar.
+Therefore, reading this Persian grammar book will help you learn a lot of new things and understand expressions better.
+Obviously, if you speak a Romance language, you will find it easier to learn Portuguese.
+However, people who know a little Spanish may quickly assume that Portuguese is similar enough to not need to be learned separately.
+Many ancient observatories are now museums or educational institutions.
+Since light pollution was not as bad as it is today during their heyday, they are usually found in towns or campuses that are easier to get to than those built in modern times.
+Most modern research telescopes are large structures at remote sites with good seeing.
+The practice of viewing cherry blossoms, called hanami, dates back to the eighth century.
+The idea originated in China, where the plum blossom was a favourite flower.
+In Japan, the first cherry blossom viewing parties were held only by the emperor for himself and other members of the nobility at the imperial court.
+The plants look best in their natural habitat, so resist the temptation to take at least one home.
+Visiting an officially organized garden to take "samples" will also get you kicked out without any talking.
+Singapore is in general a very safe place to be, easy to get around and most things can be bought once you arrive.
+But once you get to the "deep tropics" just a few degrees north of the equator, you will have to contend with both heat (it is hot all the time) and sun (whenever the sky is clear, which is more often than not).
+There are also several buses going north to Hebron, the legendary burial place of the Biblical patriarchs Abraham, Isaac and Jacob, and their wives.
+Make sure the bus you are about to board is going all the way to Hebron and not just the nearby Jewish settlement of Kiryat Arba.
+Inland waterways can be a good theme for a celebration.
+For example, visiting castles in the Loire Valley, the Rhine Valley, a sightseeing cruise on the Danube, or a canal boat trip on the Erie Canal.
+They also mark paths for popular pedestrian and bicycle routes.
+Christmas is one of the most important festivals in Christianity and is celebrated as the birthday of Jesus.
+Many of the traditions and customs surrounding the holiday were also adopted by non-Christian countries and non-Christian people around the world.
+It is traditional to spend the eve of Easter outdoors to welcome in the sunrise.
+Of course, this tradition has a Christian theological explanation, but it may also be a pre-Christian rite of spring and fertility.
+More traditional churches often hold a Paschal Vigil on Saturday night during the Easter Octave, with Mass at midnight marking the beginning of the celebration of the Resurrection of Christ.
+All of the animals that originally arrived on these islands did so by swimming, flying, or being washed ashore by waves.
+Because of its isolation from the mainland, mammals were unable to get to the Galapagos, leaving the giant tortoise as the archetypal herbivore of the islands.
+Humans have introduced many mammals to the Galapagos since the first settlers arrived, including goats, horses, cows, rats, cats, and dogs.
+If you visit the Arctic or Antarctic in winter, you will experience polar night, when the sun never rises.
+This provides a good opportunity to see the Northern Lights as the sky will be dark enough to see them throughout the 24 hours.
+Since these areas tend to be sparsely populated, light pollution is often not a problem and you can enjoy the stars.
+Japanese work culture is hierarchical and more formal than what people in the West are accustomed to.
+Business suits are the standard business attire, and colleagues address each other by their last name or by their titles.
+Harmony at work is very important, and the results of teamwork are valued more than individual achievements.
+In general, employees are required to obtain their supervisor's approval before making any decisions and are required to follow their supervisor's orders without question.
diff --git a/test-ru-en.bleu b/test-ru-en.bleu
new file mode 100644
index 0000000000000000000000000000000000000000..8c9bf01426c57a83fa5d506bbb1e5053d95e315e
--- /dev/null
+++ b/test-ru-en.bleu
@@ -0,0 +1 @@
+BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 30.09 61.7/36.1/23.5/15.7 (BP = 1.000 ratio = 1.025 hyp_len = 25347 ref_len = 24721)
diff --git a/test-ru-en.comet b/test-ru-en.comet
new file mode 100644
index 0000000000000000000000000000000000000000..d00868d988386ccbbbdd45f9d3fea7f8792389f6
--- /dev/null
+++ b/test-ru-en.comet
@@ -0,0 +1,1013 @@
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 0 score: 0.8273
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 1 score: 0.8799
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 2 score: 0.8746
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 3 score: 0.7934
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 4 score: 0.8867
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 5 score: 0.7662
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 6 score: 0.8586
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 7 score: 0.8251
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 8 score: 0.8848
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 9 score: 0.8252
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 10 score: 0.8394
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 11 score: 0.8799
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 12 score: 0.8739
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 13 score: 0.8746
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 14 score: 0.8576
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 15 score: 0.8428
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 16 score: 0.8425
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 17 score: 0.8879
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 18 score: 0.8972
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 19 score: 0.8371
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 20 score: 0.9124
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 21 score: 0.9556
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 22 score: 0.8411
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 23 score: 0.8638
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 24 score: 0.7713
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 25 score: 0.8931
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 26 score: 0.8073
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 27 score: 0.8516
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 28 score: 0.8721
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 29 score: 0.8952
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 30 score: 0.7936
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 31 score: 0.8331
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 32 score: 0.7332
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 33 score: 0.8930
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 34 score: 0.9349
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 35 score: 0.8840
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 36 score: 0.8730
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 37 score: 0.8068
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 38 score: 0.8313
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 39 score: 0.8873
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 40 score: 0.8297
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 41 score: 0.8996
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 42 score: 0.9101
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 43 score: 0.9155
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 44 score: 0.8531
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 45 score: 0.8281
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 46 score: 0.8874
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 47 score: 0.9095
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 48 score: 0.8873
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 49 score: 0.9012
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 50 score: 0.8430
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 51 score: 0.8837
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 52 score: 0.8836
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 53 score: 0.9086
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 54 score: 0.8756
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 55 score: 0.8722
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 56 score: 0.8640
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 57 score: 0.8517
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 58 score: 0.8833
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 59 score: 0.9558
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 60 score: 0.8257
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 61 score: 0.8648
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 62 score: 0.6939
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 63 score: 0.8953
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 64 score: 0.8732
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 65 score: 0.7772
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 66 score: 0.7643
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 67 score: 0.7767
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 68 score: 0.9054
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 69 score: 0.8964
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 70 score: 0.7978
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 71 score: 0.8559
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 72 score: 0.7657
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 73 score: 0.8766
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 74 score: 0.8337
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 75 score: 0.7517
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 76 score: 0.8202
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 77 score: 0.8561
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 78 score: 0.9734
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 79 score: 0.8788
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 80 score: 0.8718
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 81 score: 0.8552
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 82 score: 0.8553
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 83 score: 0.8619
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 84 score: 0.8354
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 85 score: 0.8890
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 86 score: 0.8248
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 87 score: 0.8523
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 88 score: 0.9070
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 89 score: 0.8626
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 90 score: 0.8193
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 91 score: 0.8638
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 92 score: 0.8647
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 93 score: 0.8911
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 94 score: 0.8962
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 95 score: 0.9185
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 96 score: 0.8181
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 97 score: 0.8083
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 98 score: 0.8855
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 99 score: 0.8431
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 100 score: 0.8905
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 101 score: 0.8196
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 102 score: 0.8537
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 103 score: 0.9264
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 104 score: 0.8139
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 105 score: 0.7979
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 106 score: 0.8713
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 107 score: 0.8824
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 108 score: 0.8499
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 109 score: 0.8036
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 110 score: 0.8998
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 111 score: 0.9256
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 112 score: 0.9437
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 113 score: 0.7619
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 114 score: 0.8911
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 115 score: 0.8577
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 116 score: 0.8745
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 117 score: 0.9025
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 118 score: 0.9510
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 119 score: 0.8704
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 120 score: 0.7408
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 121 score: 0.8458
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 122 score: 0.8264
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 123 score: 0.8488
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 124 score: 0.8388
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 125 score: 0.8364
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 126 score: 0.8509
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 127 score: 0.8568
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 128 score: 0.8869
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 129 score: 0.8769
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 130 score: 0.8678
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 131 score: 0.8827
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 132 score: 0.8775
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 133 score: 0.8626
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 134 score: 0.8290
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 135 score: 0.8374
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 136 score: 0.8596
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 137 score: 0.8696
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 138 score: 0.8936
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 139 score: 0.8421
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 140 score: 0.8872
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 141 score: 0.8110
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 142 score: 0.8963
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 143 score: 0.7886
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 144 score: 0.8601
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 145 score: 0.8198
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 146 score: 0.8929
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 147 score: 0.8756
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 148 score: 0.8852
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 149 score: 0.8869
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 150 score: 0.8445
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 151 score: 0.8760
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 152 score: 0.7903
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 153 score: 0.7722
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 154 score: 0.7578
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 155 score: 0.7663
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 156 score: 0.8365
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 157 score: 0.8086
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 158 score: 0.8803
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 159 score: 0.7991
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 160 score: 0.8849
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 161 score: 0.8319
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 162 score: 0.8759
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 163 score: 0.9155
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 164 score: 0.8580
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 165 score: 0.8255
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 166 score: 0.8427
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 167 score: 0.8707
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 168 score: 0.7898
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 169 score: 0.8631
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 170 score: 0.8660
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 171 score: 0.9430
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 172 score: 0.8713
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 173 score: 0.8462
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 174 score: 0.8691
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 175 score: 0.8934
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 176 score: 0.8572
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 177 score: 0.8530
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 178 score: 0.9288
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 179 score: 0.8924
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 180 score: 0.8954
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 181 score: 0.9374
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 182 score: 0.8944
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 183 score: 0.9209
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 184 score: 0.8750
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 185 score: 0.9149
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 186 score: 0.9613
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 187 score: 0.8318
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 188 score: 0.8320
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 189 score: 0.8540
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 190 score: 0.8152
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 191 score: 0.7249
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 192 score: 0.8305
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 193 score: 0.8529
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 194 score: 0.7578
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 195 score: 0.8940
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 196 score: 0.8374
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 197 score: 0.8161
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 198 score: 0.9042
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 199 score: 0.8266
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 200 score: 0.8050
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 201 score: 0.7882
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 202 score: 0.8056
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 203 score: 0.7797
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 204 score: 0.7861
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 205 score: 0.8673
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 206 score: 0.8673
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 207 score: 0.8209
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 208 score: 0.8812
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 209 score: 0.8891
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 210 score: 0.9117
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 211 score: 0.8802
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 212 score: 0.9056
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 213 score: 0.7773
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 214 score: 0.9135
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 215 score: 0.8649
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 216 score: 0.9200
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 217 score: 0.8892
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 218 score: 0.8747
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 219 score: 0.8625
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 220 score: 0.9220
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 221 score: 0.8833
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 222 score: 0.8738
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 223 score: 0.8735
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 224 score: 0.7091
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 225 score: 0.9502
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 226 score: 0.8714
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 227 score: 0.8545
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 228 score: 0.9024
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 229 score: 0.6877
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 230 score: 0.9571
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 231 score: 0.7982
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 232 score: 0.8377
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 233 score: 0.8131
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 234 score: 0.8092
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 235 score: 0.8147
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 236 score: 0.8678
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 237 score: 0.8507
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 238 score: 0.8981
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 239 score: 0.8975
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 240 score: 0.7249
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 241 score: 0.7688
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 242 score: 0.8729
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 243 score: 0.8848
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 244 score: 0.8559
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 245 score: 0.8905
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 246 score: 0.8080
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 247 score: 0.7770
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 248 score: 0.8438
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 249 score: 0.9445
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 250 score: 0.8855
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 251 score: 0.8671
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 252 score: 0.8980
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 253 score: 0.9137
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 254 score: 0.9157
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 255 score: 0.9052
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 256 score: 0.8752
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 257 score: 0.8841
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 258 score: 0.8788
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 259 score: 0.8548
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 260 score: 0.9105
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 261 score: 0.8183
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 262 score: 0.8312
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 263 score: 0.7375
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 264 score: 0.9334
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 265 score: 0.8639
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 266 score: 0.8454
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 267 score: 0.8123
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 268 score: 0.9089
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 269 score: 0.8554
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 270 score: 0.8321
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 271 score: 0.7993
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 272 score: 0.9132
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 273 score: 0.7619
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 274 score: 0.7555
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 275 score: 0.7529
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 276 score: 0.8083
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 277 score: 0.9241
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 278 score: 0.8703
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 279 score: 0.8592
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 280 score: 0.8430
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 281 score: 0.7992
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 282 score: 0.8879
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 283 score: 0.8812
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 284 score: 0.9177
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 285 score: 0.9176
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 286 score: 0.8364
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 287 score: 0.8358
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 288 score: 0.9002
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 289 score: 0.8525
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 290 score: 0.8365
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 291 score: 0.8373
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 292 score: 0.8889
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 293 score: 0.8592
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 294 score: 0.7859
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 295 score: 0.7746
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 296 score: 0.8015
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 297 score: 0.8535
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 298 score: 0.8808
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 299 score: 0.8881
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 300 score: 0.8670
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 301 score: 0.7954
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 302 score: 0.8923
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 303 score: 0.9088
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 304 score: 0.8530
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 305 score: 0.8738
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 306 score: 0.8683
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 307 score: 0.8022
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 308 score: 0.8614
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 309 score: 0.8863
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 310 score: 0.9651
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 311 score: 0.8228
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 312 score: 0.9159
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 313 score: 0.6793
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 314 score: 0.9398
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 315 score: 0.8855
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 316 score: 0.8668
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 317 score: 0.8579
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 318 score: 0.8241
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 319 score: 0.8370
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 320 score: 0.8351
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 321 score: 0.8017
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 322 score: 0.8497
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 323 score: 0.8173
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 324 score: 0.8890
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 325 score: 0.8194
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 326 score: 0.7531
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 327 score: 0.8393
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 328 score: 0.8943
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 329 score: 0.8632
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 330 score: 0.8570
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 331 score: 0.8698
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 332 score: 0.9018
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 333 score: 0.9106
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 334 score: 0.9398
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 335 score: 0.8847
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 336 score: 0.8874
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 337 score: 0.8031
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 338 score: 0.8448
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 339 score: 0.8855
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 340 score: 0.8002
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 341 score: 0.8378
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 342 score: 0.8290
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 343 score: 0.8088
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 344 score: 0.8931
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 345 score: 0.9024
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 346 score: 0.8579
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 347 score: 0.8622
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 348 score: 0.7818
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 349 score: 0.8308
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 350 score: 0.8508
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 351 score: 0.8052
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 352 score: 0.8764
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 353 score: 0.9466
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 354 score: 0.9129
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 355 score: 0.8783
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 356 score: 0.9029
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 357 score: 0.8679
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 358 score: 0.8966
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 359 score: 0.8489
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 360 score: 0.8189
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 361 score: 0.8469
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 362 score: 0.9095
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 363 score: 0.8083
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 364 score: 0.8568
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 365 score: 0.8333
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 366 score: 0.7782
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 367 score: 0.8343
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 368 score: 0.8508
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 369 score: 0.8300
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 370 score: 0.7948
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 371 score: 0.7653
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 372 score: 0.8598
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 373 score: 0.8915
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 374 score: 0.9194
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 375 score: 0.9119
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 376 score: 0.8509
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 377 score: 0.8468
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 378 score: 0.8679
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 379 score: 0.8717
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 380 score: 0.9107
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 381 score: 0.8693
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 382 score: 0.7890
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 383 score: 0.7886
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 384 score: 0.8801
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 385 score: 0.8431
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 386 score: 0.7876
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 387 score: 0.8609
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 388 score: 0.8992
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 389 score: 0.8044
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 390 score: 0.8749
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 391 score: 0.8959
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 392 score: 0.8965
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 393 score: 0.9447
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 394 score: 0.8933
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 395 score: 0.8806
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 396 score: 0.8335
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 397 score: 0.9492
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 398 score: 0.7796
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 399 score: 0.7146
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 400 score: 0.9015
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 401 score: 0.8435
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 402 score: 0.9211
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 403 score: 0.4296
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 404 score: 0.8297
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 405 score: 0.8325
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 406 score: 0.8001
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 407 score: 0.8548
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 408 score: 0.8891
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 409 score: 0.8929
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 410 score: 0.8756
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 411 score: 0.8191
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 412 score: 0.8478
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 413 score: 0.8739
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 414 score: 0.8787
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 415 score: 0.8425
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 416 score: 0.8326
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 417 score: 0.8188
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 418 score: 0.8898
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 419 score: 0.8611
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 420 score: 0.8515
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 421 score: 0.9001
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 422 score: 0.8537
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 423 score: 0.8050
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 424 score: 0.8570
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 425 score: 0.8959
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 426 score: 0.8715
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 427 score: 0.9068
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 428 score: 0.8853
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 429 score: 0.9213
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 430 score: 0.8838
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 431 score: 0.7664
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 432 score: 0.8489
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 433 score: 0.7799
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 434 score: 0.6562
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 435 score: 0.8370
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 436 score: 0.9018
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 437 score: 0.9215
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 438 score: 0.8732
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 439 score: 0.8860
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 440 score: 0.8549
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 441 score: 0.8698
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 442 score: 0.9484
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 443 score: 0.8737
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 444 score: 0.8418
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 445 score: 0.8707
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 446 score: 0.8738
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 447 score: 0.8685
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 448 score: 0.8845
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 449 score: 0.8405
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 450 score: 0.8458
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 451 score: 0.8194
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 452 score: 0.8731
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 453 score: 0.8377
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 454 score: 0.8571
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 455 score: 0.7973
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 456 score: 0.7960
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 457 score: 0.9195
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 458 score: 0.8572
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 459 score: 0.8406
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 460 score: 0.9143
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 461 score: 0.8019
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 462 score: 0.7958
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 463 score: 0.8557
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 464 score: 0.8613
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 465 score: 0.7780
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 466 score: 0.8274
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 467 score: 0.7152
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 468 score: 0.7848
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 469 score: 0.8038
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 470 score: 0.7248
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 471 score: 0.7496
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 472 score: 0.8461
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 473 score: 0.7084
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 474 score: 0.7818
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 475 score: 0.8057
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 476 score: 0.8310
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 477 score: 0.8796
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 478 score: 0.8946
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 479 score: 0.9250
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 480 score: 0.8547
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 481 score: 0.8222
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 482 score: 0.8445
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 483 score: 0.7731
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 484 score: 0.8716
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 485 score: 0.8274
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 486 score: 0.8664
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 487 score: 0.8458
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 488 score: 0.8766
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 489 score: 0.8919
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 490 score: 0.8536
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 491 score: 0.8681
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 492 score: 0.9285
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 493 score: 0.9032
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 494 score: 0.8206
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 495 score: 0.8196
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 496 score: 0.7685
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 497 score: 0.8736
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 498 score: 0.8921
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 499 score: 0.8627
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 500 score: 0.8680
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 501 score: 0.9343
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 502 score: 0.8145
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 503 score: 0.8380
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 504 score: 0.8144
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 505 score: 0.8460
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 506 score: 0.8354
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 507 score: 0.8485
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 508 score: 0.8095
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 509 score: 0.8400
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 510 score: 0.7816
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 511 score: 0.7472
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 512 score: 0.8296
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 513 score: 0.6753
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 514 score: 0.8558
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 515 score: 0.8604
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 516 score: 0.8404
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 517 score: 0.9511
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 518 score: 0.8206
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 519 score: 0.8916
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 520 score: 0.8818
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 521 score: 0.9076
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 522 score: 0.9075
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 523 score: 0.8609
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 524 score: 0.8652
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 525 score: 0.9076
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 526 score: 0.8536
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 527 score: 0.7979
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 528 score: 0.8628
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 529 score: 0.8825
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 530 score: 0.8136
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 531 score: 0.8848
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 532 score: 0.8192
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 533 score: 0.8975
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 534 score: 0.7914
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 535 score: 0.8187
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 536 score: 0.8124
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 537 score: 0.8545
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 538 score: 0.8666
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 539 score: 0.9235
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 540 score: 0.8728
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 541 score: 0.8952
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 542 score: 0.8693
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 543 score: 0.8646
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 544 score: 0.8868
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 545 score: 0.9208
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 546 score: 0.7761
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 547 score: 0.8445
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 548 score: 0.8491
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 549 score: 0.9063
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 550 score: 0.7820
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 551 score: 0.8691
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 552 score: 0.8609
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 553 score: 0.8433
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 554 score: 0.8841
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 555 score: 0.8272
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 556 score: 0.7852
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 557 score: 0.7875
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 558 score: 0.8163
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 559 score: 0.7781
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 560 score: 0.8102
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 561 score: 0.9069
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 562 score: 0.8537
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 563 score: 0.7147
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 564 score: 0.8548
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 565 score: 0.8800
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 566 score: 0.8267
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 567 score: 0.8730
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 568 score: 0.7975
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 569 score: 0.8595
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 570 score: 0.9059
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 571 score: 0.9056
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 572 score: 0.8395
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 573 score: 0.8629
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 574 score: 0.8398
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 575 score: 0.8366
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 576 score: 0.8543
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 577 score: 0.8832
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 578 score: 0.9149
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 579 score: 0.8673
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 580 score: 0.9185
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 581 score: 0.8311
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 582 score: 0.8462
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 583 score: 0.8328
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 584 score: 0.8091
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 585 score: 0.8208
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 586 score: 0.8573
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 587 score: 0.8275
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 588 score: 0.8013
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 589 score: 0.9188
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 590 score: 0.8603
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 591 score: 0.8807
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 592 score: 0.8387
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 593 score: 0.8686
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 594 score: 0.8968
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 595 score: 0.8923
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 596 score: 0.8603
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 597 score: 0.8896
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 598 score: 0.8803
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 599 score: 0.8902
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 600 score: 0.8492
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 601 score: 0.8319
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 602 score: 0.8557
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 603 score: 0.9045
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 604 score: 0.8428
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 605 score: 0.8667
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 606 score: 0.8073
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 607 score: 0.7729
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 608 score: 0.7692
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 609 score: 0.8335
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 610 score: 0.8929
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 611 score: 0.9092
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 612 score: 0.8978
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 613 score: 0.8649
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 614 score: 0.8337
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 615 score: 0.8421
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 616 score: 0.9250
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 617 score: 0.9275
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 618 score: 0.8759
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 619 score: 0.8688
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 620 score: 0.8570
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 621 score: 0.8008
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 622 score: 0.9087
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 623 score: 0.8901
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 624 score: 0.8527
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 625 score: 0.8647
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 626 score: 0.9441
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 627 score: 0.8885
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 628 score: 0.8676
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 629 score: 0.8604
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 630 score: 0.8276
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 631 score: 0.8440
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 632 score: 0.8972
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 633 score: 0.9104
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 634 score: 0.9674
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 635 score: 0.8802
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 636 score: 0.8936
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 637 score: 0.8777
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 638 score: 0.9199
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 639 score: 0.9621
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 640 score: 0.9034
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 641 score: 0.8458
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 642 score: 0.9104
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 643 score: 0.8987
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 644 score: 0.8252
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 645 score: 0.8217
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 646 score: 0.7473
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 647 score: 0.8383
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 648 score: 0.8584
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 649 score: 0.8403
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 650 score: 0.9321
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 651 score: 0.8258
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 652 score: 0.8326
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 653 score: 0.7915
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 654 score: 0.8666
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 655 score: 0.8748
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 656 score: 0.8362
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 657 score: 0.8599
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 658 score: 0.7896
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 659 score: 0.8426
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 660 score: 0.8216
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 661 score: 0.8754
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 662 score: 0.8979
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 663 score: 0.9013
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 664 score: 0.9433
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 665 score: 0.8666
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 666 score: 0.9108
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 667 score: 0.8751
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 668 score: 0.8152
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 669 score: 0.8953
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 670 score: 0.8530
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 671 score: 0.9022
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 672 score: 0.9326
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 673 score: 0.8795
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 674 score: 0.8833
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 675 score: 0.8886
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 676 score: 0.8805
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 677 score: 0.9042
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 678 score: 0.8746
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 679 score: 0.9245
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 680 score: 0.7892
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 681 score: 0.8296
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 682 score: 0.8816
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 683 score: 0.7321
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 684 score: 0.8357
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 685 score: 0.7626
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 686 score: 0.8744
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 687 score: 0.8699
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 688 score: 0.8863
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 689 score: 0.8368
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 690 score: 0.8942
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 691 score: 0.8757
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 692 score: 0.8612
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 693 score: 0.7842
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 694 score: 0.8490
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 695 score: 0.9179
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 696 score: 0.8312
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 697 score: 0.9420
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 698 score: 0.8494
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 699 score: 0.8686
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 700 score: 0.8381
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 701 score: 0.8707
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 702 score: 0.8925
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 703 score: 0.8522
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 704 score: 0.8535
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 705 score: 0.7966
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 706 score: 0.8265
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 707 score: 0.8810
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 708 score: 0.8616
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 709 score: 0.8620
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 710 score: 0.9313
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 711 score: 0.8101
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 712 score: 0.8984
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 713 score: 0.8155
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 714 score: 0.8522
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 715 score: 0.7733
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 716 score: 0.8532
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 717 score: 0.8295
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 718 score: 0.8524
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 719 score: 0.8278
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 720 score: 0.7217
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 721 score: 0.8583
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 722 score: 0.8620
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 723 score: 0.8871
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 724 score: 0.9318
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 725 score: 0.8957
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 726 score: 0.8410
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 727 score: 0.8570
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 728 score: 0.7822
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 729 score: 0.8239
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 730 score: 0.7519
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 731 score: 0.8958
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 732 score: 0.8262
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 733 score: 0.7730
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 734 score: 0.8860
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 735 score: 0.8354
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 736 score: 0.8753
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 737 score: 0.8432
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 738 score: 0.9049
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 739 score: 0.9087
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 740 score: 0.7442
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 741 score: 0.8363
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 742 score: 0.8607
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 743 score: 0.8706
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 744 score: 0.9347
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 745 score: 0.8990
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 746 score: 0.6680
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 747 score: 0.7880
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 748 score: 0.8413
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 749 score: 0.9103
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 750 score: 0.8724
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 751 score: 0.7878
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 752 score: 0.8621
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 753 score: 0.8377
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 754 score: 0.8861
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 755 score: 0.8863
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 756 score: 0.7508
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 757 score: 0.8424
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 758 score: 0.8165
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 759 score: 0.8661
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 760 score: 0.8828
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 761 score: 0.9266
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 762 score: 0.9029
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 763 score: 0.8882
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 764 score: 0.8464
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 765 score: 0.8632
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 766 score: 0.8268
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 767 score: 0.8881
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 768 score: 0.9137
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 769 score: 0.9677
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 770 score: 0.9001
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 771 score: 0.8978
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 772 score: 0.9056
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 773 score: 0.8787
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 774 score: 0.8475
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 775 score: 0.8601
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 776 score: 0.8049
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 777 score: 0.9154
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 778 score: 0.8643
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 779 score: 0.8419
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 780 score: 0.8415
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 781 score: 0.7881
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 782 score: 0.8902
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 783 score: 0.8195
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 784 score: 0.8688
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 785 score: 0.7142
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 786 score: 0.9288
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 787 score: 0.8686
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 788 score: 0.8471
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 789 score: 0.8612
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 790 score: 0.8766
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 791 score: 0.8788
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 792 score: 0.8667
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 793 score: 0.8895
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 794 score: 0.9007
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 795 score: 0.8300
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 796 score: 0.9489
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 797 score: 0.7589
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 798 score: 0.8693
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 799 score: 0.7553
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 800 score: 0.7784
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 801 score: 0.8237
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 802 score: 0.8339
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 803 score: 0.8147
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 804 score: 0.7894
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 805 score: 0.8904
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 806 score: 0.8917
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 807 score: 0.8696
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 808 score: 0.8518
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 809 score: 0.7549
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 810 score: 0.8527
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 811 score: 0.7446
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 812 score: 0.8817
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 813 score: 0.9056
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 814 score: 0.8076
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 815 score: 0.8725
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 816 score: 0.8010
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 817 score: 0.8400
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 818 score: 0.8145
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 819 score: 0.8671
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 820 score: 0.9412
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 821 score: 0.8806
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 822 score: 0.8641
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 823 score: 0.8443
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 824 score: 0.9259
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 825 score: 0.8503
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 826 score: 0.8635
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 827 score: 0.8847
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 828 score: 0.8738
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 829 score: 0.8719
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 830 score: 0.8405
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 831 score: 0.8023
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 832 score: 0.8195
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 833 score: 0.7380
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 834 score: 0.8371
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 835 score: 0.6177
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 836 score: 0.8675
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 837 score: 0.9035
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 838 score: 0.8681
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 839 score: 0.9038
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 840 score: 0.8682
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 841 score: 0.8181
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 842 score: 0.8647
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 843 score: 0.8358
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 844 score: 0.7911
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 845 score: 0.8490
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 846 score: 0.8053
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 847 score: 0.8234
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 848 score: 0.7648
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 849 score: 0.8531
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 850 score: 0.8400
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 851 score: 0.8992
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 852 score: 0.8827
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 853 score: 0.8873
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 854 score: 0.7720
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 855 score: 0.7250
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 856 score: 0.7965
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 857 score: 0.8944
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 858 score: 0.8742
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 859 score: 0.8672
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 860 score: 0.8309
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 861 score: 0.8761
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 862 score: 0.8839
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 863 score: 0.8619
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 864 score: 0.8567
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 865 score: 0.8288
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 866 score: 0.7877
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 867 score: 0.9108
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 868 score: 0.8633
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 869 score: 0.8780
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 870 score: 0.8176
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 871 score: 0.8127
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 872 score: 0.8928
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 873 score: 0.8751
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 874 score: 0.8814
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 875 score: 0.8783
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 876 score: 0.9076
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 877 score: 0.8842
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 878 score: 0.9462
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 879 score: 0.8185
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 880 score: 0.8214
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 881 score: 0.8903
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 882 score: 0.9083
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 883 score: 0.8344
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 884 score: 0.8558
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 885 score: 0.8940
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 886 score: 0.8073
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 887 score: 0.8314
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 888 score: 0.6538
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 889 score: 0.8220
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 890 score: 0.8223
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 891 score: 0.8076
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 892 score: 0.8163
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 893 score: 0.7501
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 894 score: 0.8415
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 895 score: 0.8866
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 896 score: 0.8627
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 897 score: 0.7580
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 898 score: 0.8858
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 899 score: 0.9117
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 900 score: 0.8077
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 901 score: 0.9016
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 902 score: 0.8732
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 903 score: 0.8104
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 904 score: 0.8620
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 905 score: 0.8434
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 906 score: 0.7434
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 907 score: 0.8298
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 908 score: 0.8392
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 909 score: 0.9249
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 910 score: 0.8805
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 911 score: 0.8204
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 912 score: 0.8725
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 913 score: 0.9253
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 914 score: 0.8932
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 915 score: 0.8660
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 916 score: 0.8118
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 917 score: 0.8649
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 918 score: 0.7442
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 919 score: 0.8498
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 920 score: 0.9226
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 921 score: 0.8349
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 922 score: 0.8952
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 923 score: 0.8537
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 924 score: 0.8985
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 925 score: 0.8715
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 926 score: 0.8258
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 927 score: 0.8907
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 928 score: 0.8626
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 929 score: 0.7911
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 930 score: 0.8466
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 931 score: 0.8729
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 932 score: 0.8195
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 933 score: 0.8543
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 934 score: 0.7597
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 935 score: 0.8498
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 936 score: 0.8010
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 937 score: 0.9324
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 938 score: 0.9053
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 939 score: 0.8591
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 940 score: 0.8818
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 941 score: 0.9580
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 942 score: 0.8752
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 943 score: 0.8915
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 944 score: 0.8480
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 945 score: 0.8012
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 946 score: 0.8856
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 947 score: 0.8586
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 948 score: 0.8157
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 949 score: 0.9204
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 950 score: 0.7837
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 951 score: 0.8220
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 952 score: 0.8495
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 953 score: 0.9225
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 954 score: 0.7872
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 955 score: 0.8861
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 956 score: 0.8714
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 957 score: 0.8965
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 958 score: 0.8563
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 959 score: 0.9123
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 960 score: 0.8123
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 961 score: 0.7907
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 962 score: 0.9064
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 963 score: 0.8591
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 964 score: 0.8870
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 965 score: 0.8365
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 966 score: 0.8480
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 967 score: 0.8327
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 968 score: 0.8850
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 969 score: 0.8229
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 970 score: 0.8795
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 971 score: 0.8399
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 972 score: 0.7876
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 973 score: 0.8291
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 974 score: 0.8423
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 975 score: 0.8889
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 976 score: 0.8494
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 977 score: 0.7804
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 978 score: 0.9557
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 979 score: 0.8446
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 980 score: 0.8340
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 981 score: 0.8643
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 982 score: 0.8457
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 983 score: 0.8533
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 984 score: 0.8139
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 985 score: 0.8271
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 986 score: 0.9000
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 987 score: 0.8634
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 988 score: 0.7905
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 989 score: 0.7586
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 990 score: 0.9030
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 991 score: 0.8336
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 992 score: 0.9110
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 993 score: 0.8773
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 994 score: 0.8714
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 995 score: 0.8597
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 996 score: 0.8370
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 997 score: 0.9380
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 998 score: 0.8744
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 999 score: 0.6873
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 1000 score: 0.8902
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 1001 score: 0.7922
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 1002 score: 0.8404
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 1003 score: 0.7532
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 1004 score: 0.8906
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 1005 score: 0.8674
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 1006 score: 0.7742
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 1007 score: 0.9043
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 1008 score: 0.9265
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 1009 score: 0.8868
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 1010 score: 0.8636
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en Segment 1011 score: 0.8649
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-ru-en score: 0.8534
diff --git a/test-sr-en b/test-sr-en
new file mode 100644
index 0000000000000000000000000000000000000000..fdd298b306d6d6e8380ab47f6b78d3bc835cb9cc
--- /dev/null
+++ b/test-sr-en
@@ -0,0 +1,1012 @@
+We now have four-month-old mice that aren't diabetic and used to be diabetic," he added.
+Dr. Hugh Urd, a professor of medicine at Dalhousie University in Halifax, Nova Scotia, and president of the Canadian Diabetes Association's clinical and scientific committee, cautioned that the study is still in its early stages.
+Like some other experts, he is skeptical about whether type 1 diabetes can be cured, noting that these findings are not likely to benefit people already diagnosed with type 1 diabetes.
+On Monday, Sara Danius, Permanent Secretary of the Nobel Committee for Literature at the Swedish Academy, publicly announced during a radio show on Sveriges Radio in Sweden that the committee had given up trying to reach Bob Dylan, who won the Nobel Prize in Literature in 2016.
+Dannius said, "Right now, we're not doing anything. I've emailed his closest colleague and got back very friendly responses. For now, that's probably enough."
+Ring CEO Jamie Siminoff previously said the company was born out of his frustration at not being able to hear the doorbell chime from his garage.
+He said he made a WiFi phone.
+Since his appearance on Shark Tank, Siminoff said he has seen an uptick in sales.
+In late 2017, Siminof appeared on QVC, a shopping TV channel.
+The Ring has also agreed to a legal settlement with rival security contractor ADT Corp.
+While an experimental vaccine has been shown to be effective in preventing deaths from Ebola, there is currently no proven cure for those who have already contracted the disease.
+An antibody cocktail called ZMapp was initially promising but official studies showed it was not as effective at preventing Ebola deaths as had been hoped.
+In the PALM trial, ZMapp was the control, meaning that scientists used it as the starting point to compare it to three other treatments.
+The U.S. Gymnastics Federation is supporting the U.S. Olympic Committee's letter and the absolute necessity for the Olympic family to promote a safe environment for all of our athletes.
+We agree with the USOC's statement that it would be in the best interests of our athletes, our clubs, and our sport to move forward with the significant reforms within our organization rather than face de-certification.
+U.S. Gymnastics is supporting an independent investigation to understand how the abuse described by Larry Nassar's victims could have gone undetected for so long and will take whatever steps are necessary to ensure that it never happens again.
+The USA Gymnastics and the United States Olympic & Paralympic Committee have the same goal - to make gymnastics, and all sports, as safe as possible so that athletes can pursue their dreams in a positive and supportive environment.
+In the 1960s, Brzezinski was an advisor to John F. Kennedy and later served in Lyndon B. Johnson's administration.
+During the 1976 election he was Carter's foreign policy advisor and then National Security Advisor from 1977 to 1981, succeeding Henry Kissinger.
+As NSC adviser, he helped Carter deal with world affairs, including the 1978 Camp David Accords, the normalization of U.S.-China relations in the 1970s, the Iranian Revolution and the 1979 Iran hostage crisis, and the Soviet invasion of Afghanistan in 1979.
+The film, starring Ryan Gosling and Emma Stone, is nominated for awards in every major category.
+Gosling and Stone have both been nominated for Best Actor and Actress respectively.
+Other nominations included best picture, best director, cinematography, costume design, film editing, original score, production design, sound editing, sound mixing and best original screenplay.
+Two songs from the film were nominated for Best Original Song, "Audition (Bring on the Night)" and "La Vie en Rose." Lionsgate led all studios with 26 nominations.
+U.S. President Donald Trump said late on Sunday that U.S. troops would withdraw from Syria.
+The statement followed a phone call between Trump and Turkish President Recep Tayyip Erdogan.
+Turkey would also take on the responsibility of holding ISIS fighters who are unable to be repatriated by European countries, according to the statement.
+As well as confirming that at least some dinosaurs were covered in feathers, which is already a well-established theory, it also gives us details that fossils alone can never reveal, such as the colour and three-dimensional nature of the feathers.
+Scientists say the bird's feathers were a chestnut brown colour on top and a pale or carotenoid colour below.
+The discovery also sheds new light on the evolution of feathers in birds.
+Because the feathers of the dinosaur do not have a well-developed central shaft, called a rachis, but do have other features of feathers - barbs and barbules - researchers have concluded that the rachis is probably a later evolutionary development from these other features.
+The structure of the feathers suggests they were not for flight but for temperature regulation and display, said the researchers, adding that although it was a juvenile dinosaur, the pattern of the feathers suggested it was an adult not a juvenile.
+Although this is a juvenile dinosaur, the feathers in the sample are indistinguishable from those of an adult, the researchers said.
+An explosion in a car parked outside a police station in the Turkish city of Gaziantep killed two policemen and injured more than twenty people yesterday.
+Nineteen officers have been injured, the governor's office said.
+Police said they suspected the alleged Daesh (ISIS) soldier was behind the attack.
+They concluded that the Sun was working in much the same way as the rest of the stars: it was the light and rotation of the Sun that drove the solar system's activity, not anything else.
+Brightness and rotation are used together to establish the coronal mass ejection's (CME) estimated size, which is the amount of plasma.
+The fewer the number of Rosby's, the less active the star is in its magnetic field reversal.
+Ivaska often found himself in hot water during his travels.
+He has been robbed by thieves, chased by a rabid dog in Tibet, avoided marriage in Nepal and arrested in India.
+The standard 802.11n operates on both frequencies of 2.4Ghz and 5.0Ghz.
+This will ensure compatibility with older versions - 802.11a, 802.11b and 802.11c, if the access point has dual radios.
+The speeds of the 802.11n standard are significantly higher than those of its predecessors, with a maximum theoretical throughput of 600 Mbit/s.
+Duval, who is married with two adult children, made a lasting impression on Miller, who was the subject of the story.
+Asked to comment, Myers said, "Mike talked a lot during the hearing ... I wasn't paying attention to what he was saying."
+We will work to significantly reduce the carbon dioxide emissions per BDP by 2020 compared to the 2005 level," Hoo said.
+He did not give a figure for the reduction, saying the numbers would be worked out based on China's economic output.
+He urged developing countries to "avoid the old path of first polluting and then cleaning up."
+He added, however, that "it should not be asked of them to take on responsibilities that go beyond their stage of development, capacities and maturity."
+The Iraqi study group is to present its findings today at 1200 GMT.
+It is impossible to say with any degree of certainty that a particular course of action in Iraq at this point will end the sectarian war, reduce the violence or avert chaos.
+The report calls for a national debate and consensus on U.S. policy in the Middle East.
+The report is highly critical of nearly every aspect of the current US policy on Iraq and calls for an immediate change of direction.
+His first of 78 recommendations is to launch a new diplomatic initiative by the end of this year to ensure Iraq's borders are protected from hostile intervention and to rebuild relations with neighboring countries.
+Current senator and first lady of Argentina, Cristina Fernandez de Kirchner, announced her plans to run for the 2015 presidential election last night in La Plata, a city 50 kilometers (31 miles) south of Buenos Aires.
+Ms. Kirchner announced her intention to run for the presidency at the Teatro Argentino, the same place where she launched her campaign for the Senate in 2005 as a member of the Buenos Aires provincial delegation.
+The debate was sparked by controversy over the cost of Hurricane Katrina relief and reconstruction, which some fiscal conservatives have wryly dubbed "Bush's New Orleans Goodies."
+Liberal criticism of the push for a renewal has focused on awarding contracts to powerful Washington insiders.
+More than 4 million people went to Rome to attend the funeral.
+So many people turned out that it was impossible for everyone to attend the funeral at St Peter's Square.
+Several big screens have been set up around Rome so that people can watch the ceremony.
+Similar screens were set up in many other Italian towns and across the world, particularly in Poland.
+Historians have criticized the FBI's current policy of focusing resources on easily solved cases, especially car thefts, in order to increase the agency's success rate.
+Congress began funding the initiative in fiscal 2005 and mandated that the FBI hire 10 agents specializing in pornography targeted at adults.
+Robyn Uta'o led all scorers with 70 points on 41 balls, hitting 11 fours and 2 sixes.
+Middle-order batsmen Sachin Tendulkar and Rahul Dravid had a good partnership of 100 runs.
+But after losing the captaincy, India managed to score only 36 runs and lost 7 wickets before the end of the innings.
+U.S. President George W. Bush arrived in Singapore on November 16 for a week-long tour of Asia.
+He was greeted by Singapore's Deputy Prime Minister, Wong Kan Seng, and discussed trade and terrorism with Singapore's Prime Minister Lee Hsien Loong.
+Following a series of defeats in mid-term elections, Bush announced to the press that he would push for the expansion of trade in Asia.
+Prime Minister Stephen Harper agreed on Tuesday, after a 25-minute meeting with NDP leader Jack Layton in his office, to allow his "Clean Air Act" to go to committee for all parties to hash out before it is voted on again.
+Mr Layton asked for changes to the Conservatives' environmental legislation during a meeting with the Prime Minister, demanding a "root and branch review" of the party's green policies.
+Since the federal government stepped in to fund the Mersey Hospital in Devonport, Tasmania, the state government and some federal MPs have criticised the move as an election stunt ahead of the federal election, to be held on May 18.
+But Prime Minister John Howard said the move was to ensure the hospital buildings were not degraded by the Tasmanian government, adding $45 million.
+Tsunami waves have been observed and a tsunami warning is in effect for the area within 300 km of Pago Pago and Niue, according to the latest information.
+No major damage or injuries were reported in Tonga, though there was a brief power outage that prevented the Tongan authorities from issuing a tsunami warning through the Pacific Tsunami Warning Center (PTWC).
+Fourteen schools on Hawaii's coastline or nearby were closed for the day Wednesday, even though no tsunami was detected.
+U.S. President George W. Bush applauded the announcement.
+North Korea's pledge is a "big step in the right direction in achieving the denuclearization of the Korean peninsula," Bush's spokesman Gordon Johndroe said.
+The tenth named storm of the Atlantic hurricane season, Hurricane Jerry, has formed in the Atlantic Ocean today.
+The National Hurricane Center does not expect Jerry to threaten the mainland at this time.
+The United States Army Corps of Engineers estimated that 6 inches of additional rainfall could cause the already damaged levees to break.
+In the Ninth Ward, which was flooded up to 20 feet during Hurricane Katrina, water is now flowing over a levee.
+Water was flowing over the levee at 100th Street.
+Commons Speaker John Bercow expressed his frustration at the deletions when he spoke to Wikinews last month.
+He [Wales] has lied to us all along. First, when he said it was all legal. Second, when he said he was listening to us and then deleted his art."
+Community dissatisfaction has led to current efforts to draft guidelines for sexual content on a website which hosts millions of media under open licenses.
+The work was mostly theoretical, but the program was designed to simulate observations of the Sagittarius galaxy.
+The effect the team was looking for would have been caused by tidal forces between the dark matter in the galaxy and the dark matter in the Milky Way.
+Like the moon's gravity pulling on the earth, causing the tides and eclipses, the Milky Way's gravity is pulling on the Sagittarius galaxy, causing the tides and eclipses.
+Scientists have concluded that dark matter interacts with other dark matter just as normal matter does.
+According to this theory, most of the dark matter surrounding a galaxy is located in a halo around the galaxy in the form of tiny particles.
+Television footage showed a white cloud billowing out of the plant.
+Local authorities are advising people living near the nuclear power plant to stay indoors, turn off ventilation systems and not to drink water from the tap.
+According to the Japanese Nuclear Regulation Authority, radioactive cesium and iodine have been detected at the site.
+This suggests that the containers holding the uranium fuel may have ruptured and are leaking, authorities said.
+Dr. Tony Moll has discovered a strain of extremely drug-resistant tuberculosis (XDR-TB) in South Africa's KwaZulu-Natal province.
+In an interview, he said the new variant was "extremely contagious and threatening because of its high mortality rate."
+Doctor Mole believes some patients may have contracted the disease at the hospital, and at least two health workers at the hospital have been confirmed to have contracted the disease.
+During one year an infected person can transmit the disease to between 10 and 15 close contacts.
+However, the prevalence of XDR-TB in the group of TB patients is still relatively low - 6,000 out of 330,000 people infected at any time in South Africa.
+Both satellites, weighing more than 1,000 pounds and traveling at about 17,500 mph, came together 491 miles above Earth.
+Scientists say the explosion resulting from the crash was massive.
+Scientists are still trying to work out the size of the asteroid and how it will affect Earth.
+The U.S. Defense Department's strategic command is on the hunt for the debris.
+The results of the analysis will be published on a public website.
+A doctor who worked at Children's Hospital of Pittsburgh in Pennsylvania has been charged with murder in the death of her mother, who was found dead in the trunk of her car Wednesday, authorities in Ohio said.
+Dr. Malar Balasubramanian, 29, was found in Blue Ash, Ohio, a suburb of Cincinnati that is about 15 miles north of the city, lying on the ground in short sleeves and sandals, apparently under the influence of drugs.
+She pointed police to her black Oldsmobile Intrigue, which was 500 feet away.
+They found the body of Sagar Balasubramaniyan, 53, covered in blood-stained blankets.
+Police said the body had probably been there for one day.
+The first cases of the season were reported at the end of July.
+The disease is present in pigs and is transmitted to humans by mosquitoes.
+The outbreak has prompted the Indian government to take steps such as deploying pig catchers in the worst-hit areas, distributing thousands of mosquito nets and spraying pesticides.
+The government has also pledged several million doses of the encephalitis vaccine to help health facilities prepare for the next year.
+Plans to deliver vaccines to the hardest-hit areas this year have been put on hold for lack of funding and because other diseases were deemed a higher priority.
+In 1956, Slaney moved to Sweden, where he began working for the Swedish Post Office and became its chief engraver after three years.
+He designed more than 1000 stamps for Sweden and for 28 other countries.
+His work is so highly regarded, so distinguished and so well known that he is one of the very few "household names" in the field of philately. Individuals have made a career out of collecting only his work.
+His thousand-dollar stamp was the magnificent "Great Swedish Kings" of David Klocker Ehrenstrahl in 2000, a record-breaker in the Guinness Book of Records.
+He has also been involved in the design of banknotes for a number of countries and recent examples of his work include the portraits on the new Canadian $5 and $100 banknotes.
+Gibson was taken to a hospital where he was later pronounced dead.
+The truck's 64-year-old driver was not hurt in the crash.
+The vehicle was removed from the scene at about 12:00 p.m. ET the same day.
+A worker at the nearby garage said: "There were kids waiting to cross the road who were screaming and crying."
+Everyone had fled the scene of the accident.
+Other issues on the agenda for Bali include saving the world's remaining forests and technology exchanges to help developing nations grow without emitting more pollution.
+The UN also hopes to complete the design of a fund to help developing countries cope with the impact of global warming.
+The money could be used to protect homes from flooding, improve water infrastructure and diversify crops.
+Fluke wrote that there had been "attempts by some to silence women's voices on women's health."
+She came to this conclusion after receiving an overwhelming amount of positive comments and encouragement from women and men alike urging her to push for contraceptive medication to be considered a medical necessity.
+When the fighting stopped and the injured were taken away, about 40 remaining inmates were left in the yard and refused to return to their cells.
+Talks have been ongoing to try to resolve the situation but it is not clear what the inmates' demands are.
+Between 10.00 and 11.00 BST on Friday, prisoners started a fire in the courtyard.
+Officers were quickly equipped with riot gear and entered the courtyard to push the inmates back using a water cannon.
+Firefighters were able to contain the blaze by 11:35 p.m.
+After the dam was built in 1963, seasonal floods no longer carried sediment to the river.
+Sediments were necessary to create sand dunes and beaches, which provided habitats for plants and animals.
+This has resulted in the extinction of two fish species and has put another two at risk including the bumblebee shrimp.
+While the water level will only rise a few feet following the flood, officials are hopeful that will be enough to restore the eroded sand dunes that line the river downstream.
+No tsunami warning was in effect, and Indonesia's geophysics agency said there would be none because the magnitude was below 6.5.
+Although there was no tsunami threat, people started panicking and began to leave their businesses and homes.
+While tears filled Winfrey's eyes during her farewell, she made sure to let viewers know she wasn't going anywhere.
+It's not going to be easy. It's the end of one chapter and the beginning of another."
+Namibia's incumbent president Hage Geingob has been re-elected with an overwhelming majority in the country's presidential and parliamentary elections.
+The ruling party, the South West Africa People's Organisation (Swapo), has also won a majority in parliamentary elections.
+The coalition and Afghan troops have been moving in to secure the area and other coalition jets have been sent to help.
+The helicopter crashed in mountainous terrain and was believed to have been brought down by hostile fire.
+Attempts to find the crash site have been hampered by bad weather and difficult terrain.
+The outbreak is considered to be the worst in the country's history, according to Doctors Without Borders and the World Health Organization.
+A spokesperson for Medecins Sans Frontieres said: "Angola is currently facing its worst cholera outbreak ever and the situation in Angola remains critical."
+The games got underway at 10am in glorious sunshine and, apart from a brief spell of rain in the morning, it was the perfect day for sevens rugby.
+South Africa, the highest-ranked side in the tournament, got off to a good start with a comfortable 26-0 win over Zambia, who are ranked fifth in the world.
+While they may have looked a little jittery in their opening match of the tournament against their southern neighbours, South Africa gradually improved as the tournament progressed.
+Their disciplined defense, ball skills, and teamwork were what stood out, and it was clear that they were the team to beat.
+The municipality of Amsterdam and the Anne Frank House announced that the tree is infested with fungi and is a danger to public safety due to its imminent collapse.
+It was due to be heard on Tuesday but has now been postponed for an emergency hearing.
+The entrances to the caves, collectively known as the "Seven Sisters", range in length from 100 to 250 metres (328 to 820 feet).
+The infrared images, which show the difference between daytime and night-time temperatures, indicate that these are probably caves.
+They are cooler than the adjacent land during the day and warmer at night.
+Their thermal behavior is not as consistent as in large caves on Earth, which often maintain a reasonably constant temperature, but it is clear that this is because they are such deep holes in the ground, said Glynn Kushner of the U.S. Geological Survey and Northern Arizona University in Flagstaff, Arizona.
+Traditionally, voting in France has been very straightforward in terms of technology: voters go into a booth and put a stamped ballot paper in the box.
+When officials verify a voter's identity, he or she will be given a ballot to place in the voting booth and will be asked to sign the voter rolls.
+France's election law is very strictly codified.
+Since 1988, ballot boxes have had to be transparent so that voters and observers can see that there is no stuffing of the ballot box at the beginning of the vote and that no ballots are added except those of the voters listed and authorized to vote.
+Candidates can send representatives to participate in any part of the process. Tonight, volunteers will be counted under the watchful eye of observers, following specific procedures.
+The ASUS Eee PC, launched worldwide for its portability and price, was the main focus of the IFA month in Taipei in 2007.
+But the laptop computer market will radically change and diversify after the CEO of the Republic of China, Mr. Yuan, awarded ASUS the Taiwan Sustainability Award in 2007.
+The station's website describes the show as "an old-fashioned radio play with a brand new twist!"
+In its early days, the show was only streamed online on TogiNET Radio, which has a long history and a focus on radio interviews.
+In late 2015, TogiNet established AstroNet Radio as a subsidiary.
+The show originally featured amateur voice actors from East Texas.
+The looting reportedly continued through the night in several areas while law enforcement was absent from the streets of Bishkek.
+One onlooker described Bishkek descending into anarchy, with gangs roaming the streets and looting shops selling consumer goods.
+Some citizens of Bishkek blamed the demonstrators from the south for the anarchy.
+South Africa have defeated the All Blacks (New Zealand) in the Four Nations in the Royal Bafokeng Stadium in Rustenburg, South Africa.
+The final result was a win by one point, 21-20, to conclude a 15-match winning streak for the All Blacks.
+It was a fifth straight defeat in five matches for the Springboks.
+It was the last match of the All Blacks, who had already won the trophy two weeks ago.
+The final match of the series is due to be played at Ellis Park in Johannesburg next Saturday, when the Springboks face Australia.
+A moderate earthquake struck western Montana at 22:08 on Monday.
+There were no immediate reports of damage from the United States Geological Survey (USGS) and its National Earthquake Information Center.
+The earthquake was centered about 20 km (15 miles) northeast of Dillon, which is about 65 km (40 miles) south of Butte.
+It has been confirmed that the H5N1 strain of avian influenza, which is deadly to humans, has infected a wild duck found dead in a marsh near Lyon in eastern France on Monday.
+France is the seventh European Union country to be hit by the virus, after Austria, Germany, Slovenia, Bulgaria, Greece and Italy.
+Possible H5N1 cases in Croatia and Denmark have yet to be confirmed.
+Chambers accused God of "inflicting death, destruction, and terror on millions of people all over the planet."
+Chambers, an agnostic, argues that his suit is "frivolous" and that "anyone can sue anyone."
+The story presented by Camille Saint-Saens in the French opera is of an artist "whose life is controlled by his love for drugs and Japan."
+The performers then fire joints of cannabis onto the stage, inviting the audience to participate.
+Former U.S. Speaker of the House Newt Gingrich, Texas Gov. Rick Perry and U.S. Rep. Michelle Bachmann rounded out the top four and five spots, respectively.
+After the results were in, Gingrich heaped praise on Santorum but had harsh words for Romney, who had run a negative advertising campaign against Gingrich in Iowa.
+Perry said, "I'm going to go back to Texas and I'm going to take a hard look at it and see if I continue on with this run," but later said he would stay in the race and compete in the South Carolina primary on February 21.
+Buckman, who won the August primary unopposed, has decided to wrap up his campaign.
+The photographer was taken to the Ronald Reagan UCLA Medical Center, where he was later pronounced dead.
+He was in his twenties at the time and was not on the scene or directly involved in the tragic accident, but Bieber said in a statement, "While I was not directly involved in the accident, my heart goes out to the family of the victim."
+TMZ, the entertainment news website, reported that the photographer stopped his car on the other side of Sepulveda Boulevard and tried to take pictures of the police activity, before crossing the street and continuing on, weaving in and out of traffic, California Highway Patrol officers told him to pull over twice.
+The driver of the vehicle that struck the photographer will likely not be criminally charged, police said.
+With only eighteen medals to be awarded per day, many countries were not able to place on the podium.
+Those included the Netherlands, where Anna Jochems finished ninth in the women's Super-G, and Finland, where Katja Sarinen came in tenth.
+Australian Michael Gouliard finished in 11th place in the men's Super-G standings. The Czech skier Ondrej Jelinek came in 16th in the men's Super-G standings.
+Mexico's Arly Velasquez was 15th in the men's super-G, while New Zealander Adam Hall was ninth in the standing super-G.
+The Polish skier with a visual impairment, Maciej Krezel, and his guide, Anna Ogarzinska, finished in 13th place in the super-G. North Korean skier Jong Seorak Park came in 24th in the men's super-G.
+The UN peacekeeping force in Haiti, which took over after the 2010 earthquake, has been blamed for the outbreak, which started near a military camp.
+The suit alleges that the U.N. camp's sewage system was not properly maintained, leading to bacteria flowing into the Artibonite River, which is one of Haiti's largest.
+Haiti had not had problems with the disease since the 1800s prior to the arrival of the troops.
+The Haitian Institute for Justice and Democracy cited independent investigations that suggested the Nepalese UN peacekeeping battalion had inadvertently introduced cholera to Haiti.
+UN health expert Daniel Lantagne said the outbreak was likely due to peacekeepers.
+Hamilton said the Howard University Hospital is treating the patient, who is in stable condition.
+The patient had been in Nigeria, which has seen some Ebola cases.
+The hospital followed an infection control protocol, including isolating patients, to prevent others from being infected.
+Before The Simpsons, Simon was involved in several shows in various capacities.
+He worked on shows including Taxi, Cheers and The Tracey Ullman Show in the 1980s.
+With Brooks and Groening, he helped create The Simpsons in 1989 and hired the show's original writers.
+Although he left the show in 1993, he still holds the title of executive producer and continues to take home tens of millions of dollars per series.
+China's state news agency Xinhua said earlier the plane had been hijacked.
+Subsequent reports suggested the plane had been diverted back to Afghanistan and landed in Kandahar.
+Earlier reports suggested the plane had been diverted back to Afghanistan after it was denied an emergency landing in Urumqi.
+Air accidents are frequent in Iran, which has an old and poorly maintained fleet of both civilian and military aircraft.
+International sanctions meant that no new aircraft could be bought.
+Three people were killed and three others injured when a police helicopter crashed earlier this week
+Iran was hit last month by its worst air crash in years when a plane bound for Armenia crashed, killing all 168 aboard.
+Also in the same month, another passenger plane crashed in Mashhad, hitting a wall and killing seventeen people.
+Aerosmith canceled the remainder of their tour.
+The rock band was scheduled to tour the United States and Canada until September 16.
+The band canceled the tour after frontman Steven Tyler injured his shoulder in a fall from the stage on August 5.
+Mari lost the first set in the tie-break after both players held their service games.
+Del Potro also took an early lead in the second set but he too was broken back at 6-6.
+Potro received treatment for a shoulder injury but was able to return to the game.
+The program started at 8:30 p.m. local time (1500 UTC).
+Prominent singers across the country have been rendering bhajans, or devotional songs, in praise of Shri Shyam.
+Sangeeta Sharma started the evening, followed by Jai Shankar Chaudhary, who sang the bhajan Chappan Bhog. Raju Kandelwal followed.
+Then Lucky Singh took over the mantle of leading the bagpiper band.
+Eighty-eight Chappan Bhog (fifty-six different food items in Hinduism, including sweets, fruits, dry fruits, foodgrains and other offerings) were served to Baba Shyam.
+Lakshmi Shankar also introduced a god of mischief. He was followed by a singer Raul Xandeval.
+Nintendo president Satoru Iwata unveiled the design of the new Nintendo Switch controller during a keynote address at the Tokyo Game Show on Thursday.
+Like a remote control for a TV, the controller uses two sensors next to the user's TV to triangulate its position in 3D space.
+This will allow gamers to control the action and movements in video games by shifting the device in the air.
+Giancarlo Fisichella lost control of his car and ended up in the gravel trap soon after the start.
+His teammate Fernando Alonso had been the first to stop for tyres, and came out of the pits just ahead of Vettel, but the four-time world champion was the quicker of the two and swept by on the inside.
+Schumacher ended his race not long after Alonso did, because of damage incurred in a number of wheel-to-wheel battles during the race.
+She's very sweet and she sings beautifully, he said, according to a transcript of the press conference.
+I always got emotional when we practiced that."
+About three minutes after launch, a camera inside the rocket showed many pieces of the insulation material separating from the fuel tanks.
+However, it is believed that they did not cause any damage to the shuttle.
+Nascar's VP of Racing Development, Wayne Haye, Jr. said, "It's unfortunate that it took this long to figure it out."
+Five minutes into the event, the winds begin to pick up; after one minute, the winds reach 70 km/h... Then it begins to rain, but the rain is so heavy and so intense that it feels like needles piercing your skin; then hail starts to fall from the sky and people start to panic and scream and run all over each other.
+I lost my sister and her friend, and on the way there were two disabled people in wheelchairs, people were jumping over them and pushing them," said Armand Versace.
+NHK also reported that the nuclear plant at Kashiwazaki Kariwa in Nagata prefecture is operating normally.
+The Hokuriku Electric Power Company said there were no aftershocks and that reactors 1 and 2 at the Shika nuclear power plant had been shut down.
+About 9,400 homes in the region were reported to be without water, while about 100 were without power.
+Some roads were damaged, railway services were disrupted in the affected areas and Noto airport in Ishikawa prefecture remained closed.
+One bomb exploded in front of the General Governor's office.
+Three more bombs were detonated near government buildings in the span of two hours.
+Eight people were officially reported to have been killed and as many as 30 injured, according to some reports. The final toll was not yet known.
+Both cyanuric acid and melamine were found in samples of pet food that sickened and killed animals after they ate the tainted pet food.
+The two compounds can interact to form crystals that can block the function of the kidneys, according to the university's researchers.
+Scientists have noticed that crystals are formed in the cat's urine by adding melamine and cyanuric acid.
+The composition of these crystals matches that found in the urine of the affected animals, when compared using infrared spectroscopy (FTIR).
+I don't know if you know this or not but most of the products from Central America come into this country duty free.
+And by the way, eighty percent of our products are made outside of Central America and we're still paying those tariffs. We're taking the hit for you.
+It didn't seem to make any sense; it wasn't fair.
+All I have to say to people is to treat me how I treat them.
+California Gov. Arnold Schwarzenegger has signed into law a bill that will make it illegal to sell or rent violent video games to minors.
+The proposed legislation would require violent video games sold in California to carry an "18" sticker, and would fine retailers $1,000 for selling to minors.
+Director of Public Prosecutions, Kier Starmer QC, said this morning that both Hune and Price will be prosecuted.
+Hwang has resigned and will be replaced by backbencher Ed Davey, who is tipped to take over as Chancellor from Rishi Sunak when he stands down.
+Hine and Price are due to appear at Westminster Magistrates' Court on February 16.
+Nicholas Alden, 25, and Zachary Kudebek, 21, were killed in the crash. Kudebek was the driver.
+Edgar Vega suffered a broken hand and cheekbone, while Christopher Schnieder will undergo facial reconstruction surgery.
+Schindler's weapon got stuck in the fifth man's head. Schindler constantly feels pain, he is blind in one eye, he is missing part of his skull and his face was reconstructed using titanium.
+Schneider testified via video link from a U.S. Air Force base in his home country.
+As well as competing on Wednesday, Carpanedo raced in two individual events at the Championships.
+Her first race was the Slalom, where she finished with a DNF. 36 of 116 competitors finished with a DNF in that race.
+In her second race of the day, the Great Hall of Fame, she came in tenth in the women's group, with a combined time of 4:41.30, 2:11.60 minutes behind first-place finisher Claudia Loesch of Austria, and 1:09.02 minutes behind ninth-place finisher Gyongy Daniel of Hungary.
+Four skiers in the eighth category did not finish their races and 45 of 117 skiers in the giant slalom did not make it to the rankings.
+The police in Madhya Pradesh have recovered a stolen laptop and a mobile phone.
+Deputy Inspector General D.K. Arya said, "We have arrested five people for raping the Swiss woman and recovered her mobile phone and laptop."
+The accused have been identified as Baba Kanjar, Buta Kanjar, Rampu Kanjar, Gaja Kanjar and Vishnu Kanjar.
+Police superintendent Chanda Sharad Solanki said the suspects appeared in court with their faces covered.
+No one was hurt when the car struck the house, although three people were inside at the time.
+The rider, however, suffered a serious head injury.
+The road was temporarily closed while emergency services attended to the driver of the red Audi TT.
+He was initially admitted to James Paget Hospital in Great Yarmouth.
+He was later moved to Addenbrooke's Hospital in Cambridge.
+Adekoya has since been charged with murder in Edinburgh Sheriff Court.
+She is being held in custody awaiting indictment and trial, but any evidence gleaned from eyewitnesses could be tainted by the fact that her image was splashed across many media outlets.
+It is a common practice in other parts of the UK, but the Scottish legal system functions differently and courts have found that the publication of photographs can be potentially defamatory.
+Professor Pamela Ferguson, of Dundee University, said: 'Journalists seem to be treading a very fine line in terms of what they can and can't publish'
+A spokesperson for the Crown Office and Procurator Fiscal Service, which oversees criminal prosecutions in Scotland, said it would not be commenting further at this stage.
+According to the leaked document, the discussions will focus on the borders of a future Palestinian state, which the Palestinians want to be based on the pre-1967 Six-Day War boundaries.
+Other issues reportedly discussed included the future of Jerusalem, which is claimed by both nations, and the Jordan Valley.
+Israel has demanded continuing military presence in the valley for ten years after the agreement is signed, while the Palestinians are willing to see that presence limited to five years.
+Shooters had to be under the supervision of a ranger at all times and the effectiveness of the cull had to be monitored.
+The partnership between NPWS and the NSW Archery Association (NSWAA) has seen qualified volunteers brought in to assist with the NSWAA's archery program.
+According to Mike Offer, acting director for the NPWS's park protection and heritage, the four marksmen selected to carry out the first round of targeted shootings have all been provided with comprehensive safety and training.
+A new nine-member CEC was sworn in yesterday under Martelly.
+It is Marteille's fifth election as mayor in four years.
+Last month, the presidential commission recommended the CEP's resignation as part of a package of measures to pave the way for new elections.
+The commission was set up in response to widespread anti-government protests that started in October.
+Violent protests have sometimes been triggered by election delays, some of which have been ongoing since 2011.
+About 60 cases of overheating iPods have been reported, resulting in six fires and minor burns to four people.
+Japan's Ministry of Economy, Trade and Industry said it was aware of 27 incidents related to the devices.
+Last week, METI said Apple had informed it of 34 additional incidents of overheating, which the company described as "non-consequential."
+The department responded by calling Apple's delay in releasing the report "truly regrettable."
+The earthquake struck at 7:19 a.m. local time (9:19 p.m. Friday GMT)
+The Northern Mariana Islands Office of Emergency Management said there were no reports of damage in the territory.
+The Pacific Tsunami Warning Center also said there was no tsunami threat.
+A former Philippine police officer held tourists hostage in Hong Kong by hijacking their bus in Manila, the Philippines' capital.
+Ronaldo Mendoza fired an M16 rifle at the tourists.
+A number of people have been rescued and at least six have been confirmed dead.
+Six people, including a child and an elderly man, were released earlier. A Filipino photographer was also freed.
+Photos later showed the elderly woman being wheeled away in a wheelchair for some toilet paper. Mendoza was shot with a firearm.
+Following in his father's footsteps, Lyginski began a career in medicine.
+He studied midwifery and started work at the National Women's Hospital in Auckland in 1959.
+While working at the hospital, Liggins began researching preeclampsia in his spare time.
+His research showed that the use of hormones would hasten the fetal development of the baby's lungs.
+On Wednesday, government investigators said they had found two "black boxes" containing flight data, Xinhua reported.
+Luna's fellow wrestlers also paid tribute to her.
+Tommy Driemler said, "Luna was the first queen of extreme. She was my first manager. Luna passed away two months ago. She was a very strong woman."
+Dustin "Goldust" Rhodes commented, "The moon was just as odd as I am...maybe more so...I love her and I miss her...hopefully she's in a better place."
+The number of people who said they were against Australia becoming a republic has increased by eight percentage points since 2008, the survey of 1400 people conducted before last year's federal election found.
+During the 2010 federal election campaign, interim prime minister Julia Gillard said she believed Australia should become a republic after the reign of Elizabeth II.
+Thirty-four per cent of those surveyed said they wanted Queen Elizabeth II to be the last Australian monarch.
+In the extremes of the poll, 29 per cent of respondents said Australia should become a republic as soon as possible, while 31 per cent said Australia should never become a republic.
+The Commonwealth Games gold medallist was due to compete in the 100m and 200m individual events as well as the 4x100m relay at the Games but his participation has been thrown into doubt by his complaints.
+He was unable to take the painkillers he needed because they are banned in the Olympics.
+On February 25, mathematician and computer scientist Curtis Cooper of the University of Central Missouri discovered the largest known prime number.
+Several people had confirmed the discovery using various hardware and software by early February, and it was disclosed on Tuesday.
+Comets may have been the source of water to be brought to Earth by organic material that could have formed proteins and allowed for the beginning of life.
+Scientists hope to understand how planets form, in particular how the Earth formed, since it has been hit by comets in the past.
+The 53-year-old became governor earlier this year and signed a law last month legalizing same-sex marriage.
+He called the rumors "political gossip and nonsense."
+He is reportedly going to run for president in 2016.
+The FAA says NextGen will allow planes to fly more direct routes, saving millions of gallons of fuel per year and reducing carbon emissions.
+It uses satellite-based technology, rather than ground radar, to allow air traffic controllers to track aircraft more accurately and provide pilots with more precise information.
+No extra tube trains will call at Wembley and there are no overground park-and-ride or park-and-ride-and-ride facilities.
+Fears over travel disruption have heightened the chances of the match being played behind closed doors.
+A new species of bird has been discovered on the Galapagos islands of Ecuador, according to a study published in the journal Science on Thursday.
+Researchers from Princeton University in the United States and Uppsala University in Sweden reported that the new species had evolved in just two generations, although the process is believed to have taken much longer due to interbreeding between the native Darwin's finches, Geospiza fortes, and the introduced cactus finches, Geospiza conirostris.
+Gold can be worked in all sorts of forms. It can be rolled into fine grains.
+It can be woven into a thin cord, which can be twisted or braided. It can be woven into a checkerboard pattern or folded into a leaf-like shape.
+It can be made in a very thin form and attached to some other metal. It can be so thin that it is sometimes used to decorate the illuminated (illuminated) manuscripts.
+This is called the pH of a chemical. You can make an indicator by using red cabbage juice.
+The juice from the cabbage changes color depending on whether the chemical is acidic or alkaline (basic).
+The pH level is the concentration of hydrogen ions (H+ in pH) in a solution.
+The hydronium ions are the protons that have lost their electrons (since the hydrogen atoms are composed of one proton and one electron).
+Mix the two dry ingredients together and then knead into a ball with your wet hands.
+The moisture in your hands will react with the outer layers, giving you a weird feeling and forming a sort of wrap.
+The cities of Harappa and Mohenjo-daro had sewers and bathrooms in nearly every home, which were connected to a sophisticated drainage system.
+Remains of the sewer system have been found in the houses of the Minoan cities at Crete and Thera in Greece.
+The ancient Egyptians, Persians, and Chinese also had toilets. In the Roman civilization, toilets were sometimes part of public baths, where men and women went in the same place.
+When you call someone who is thousands of miles away, you use a satellite.
+The satellite in space hears the call and then comes back to you almost in the same moment.
+The rocket has sent a satellite into space. Scientists use telescopes in space because the Earth's atmosphere blocks some of the light and makes a picture blurry.
+Sending a satellite or a telescope into space requires a massive rocket, over 100 feet tall.
+The wheel changed the world in an amazing way. The biggest thing the wheel did for us was to make transportation much easier and quicker.
+This has brought us the train, the car, and many other means of transportation.
+Below them are medium-sized cats that eat medium-sized prey, from rabbits to antelopes and deer.
+In the end, there are many small cats (including pet cats) that eat many more small things including insects, bats, rodents and birds.
+The secret to their success is the concept of an ecological niche, a specialised job that each cat does which stops them competing with each other.
+Lions are the most social of the cat family and live in large groups called prides.
+The herds consist of one to three adult males, along with as many as thirty females and young.
+Females are usually related to each other, making up a large group of sisters and cousins.
+Lion prides behave much like wolf packs or herds of cattle, animals that are behaviorally surprisingly similar to lions (though not to other large cats) and are also very deadly to their prey.
+As a multi-talented athlete, the tiger can run (though not very fast), swim, leap great distances, and pull things that are five times heavier than they are.
+The tiger is in the same genus (Panthera) as lions, leopards and jaguars, and is the only one of the four big cats that can roar.
+The roar of a tiger is not like the loud roar of a lion, but is more like a sentence full of sharp, snarling words.
+Jaguars like to eat small animals. They will catch monkeys, snakes, rodents and birds if they can. Almost all of the animals that jaguars hunt are much smaller than the jaguar itself.
+Scientists have discovered that cougars track and seek out animals they will eat (prey) by smelling the scent left in the ground by the prey.
+They can see very well in the dark with night vision and they move very quietly. The ocelots hunt by stalking their prey and then charging.
+When a small group of organisms (a small population) becomes isolated from the rest of the population from which it descended (for example, when it moves over a mountain range or a river or when it colonizes an island that makes it difficult for them to move back) they often find themselves in a different environment from the one they came from.
+The new environment will have different resources and different competitors, so the new population will have to be different in character or adapt to be a more powerful competitor than before.
+The original population has not changed much, so they still need the same adaptations as before.
+Over time, as the new population begins to adapt to its new environment, it becomes less and less like the parent population.
+Eventually, after thousands or even millions of years, the two populations will become so different that they can no longer be considered the same species.
+This process is called speciation, which just means the creation of new species. Speciation is an inevitable result and a very important part of evolution.
+Plants make oxygen which people breathe in and take in carbon dioxide which people breathe out (i.e. exhale).
+Plants make their own food from the sun using photosynthesis. They also provide us with cooling.
+Houses are made out of plants and our clothes are made out of plants. Most of the food we eat is from plants. Without plants, animals wouldn't be able to live.
+Mosasaurus was a top predator in its time and was not afraid of anything except other mosasaurs.
+His jaws were lined with more than 70 teeth, each one as sharp as a razor, and he had an additional set of teeth in the back of his jaw, meaning nothing was out of his reach.
+We can't say for sure, but he may have had a forked tongue. His diet consisted of fish, sharks, and other mosasaurs, and he may have even been a cannibal.
+It would have attacked anything that went in the water; even a huge dinosaur like a T-rex would not have been safe from it.
+While much of their food would be familiar to us, the Romans had some strange or unusual items on the menu, including wild boar, locusts, snails and a type of rodent called a porcupette.
+Another difference was that while poor people and women would eat while sitting on benches, the rich preferred to hold banquets while reclining.
+The ancient Roman diet could not have included the goods that came from America and Asia in later centuries.
+For instance, they didn't have corn, or pumpkins, or potatoes, or chocolate, and no ancient Roman ever tasted vanilla.
+The Babylonians built a primary temple for each of their gods, which was considered to be the home of the god.
+People would bring offerings to the gods and priests would try to please the gods through ritual and festivals.
+Each temple had an open courtyard in front of the temple and an inner sanctuary which was only entered by the priests.
+Sometimes the special tower-like buildings, called ziggurats, were built to be 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 as important.
+Much of daily life for the Hebrew family was outdoors.
+Women cooked in the courtyard; shops were simply open shelves facing the street. Stone was used to build houses.
+There was little timber in the land of Canaan, so wood was a very expensive commodity.
+Greenland was sparsely inhabited. According to the Norse sagas, Erik the Red was banished from Iceland for murder and went west to find a new land, which he called Greenland.
+But in spite of his discovery, there were already Eskimos living there at the time.
+Although all the countries were "Scandinavian," there were many differences between the nations, kings, customs, and histories of Denmark, Sweden, Norway, and Iceland.
+If you saw the movie National Treasure, you may believe that the map of the treasure was drawn on the back of the Declaration of Independence.
+However, this is not true. While something is written on the back of the document, it is not a treasure map.
+On the back of the Declaration of Independence were the words "The Original Declaration of Independence, July 4, 1776." The text appeared on the back of the document, upside down.
+While no one can say for sure who wrote it, it is known that this large document on parchment (29 3/8" by 24 1/2") was rolled up for storage at some stage early in its history.
+Well, it was probably added just for marking purposes.
+The landings on D-Day and the battles that followed freed northern France, but the south was still not free.
+They were "Vichy" French, the ones who had made peace with the Germans in 1940 and collaborated with them rather than fighting them.
+On August 15, 1940, the Allies invaded southern France in an operation called Operation Dragoon.
+In just two weeks the Americans and Free French forces had liberated southern France and were on the way to Germany.
+A civilization is a unique culture shared by a very large group of people who live and work together, i.e. a society.
+The word civilization is derived from the Latin civilis, which means "of a citizen," and civitas, which means "city" or "city-state," and thus more or less describes the size of the community.
+Nations are ephemeral; civilizations are permanent. A civilization is a culture that spans several generations, leaves a lasting imprint, and expands beyond its own borders.
+Smaller civilizations usually do not leave behind any significant historical evidence and are therefore not recognized as true civilizations.
+During the war for independence, thirteen states initially formed a weak central government - with Congress as the sole component - under the Articles of Confederation.
+The Congress had no power to levy taxes and, as there was no national executive or judiciary, it had to rely on the states to carry out all its legislation, which were often reluctant to do so.
+He also did not have the power to alter tax laws and tariffs between countries.
+Unanimous consent of all states was required before any changes could be made, and the states were so reluctant to cede any power that their representatives were often not even present for the meetings.
+The Italian national football team, along with the German national football team, is the second most successful in the world, having won the 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 parts of the country and Italians have competed in international games or the Olympics.
+Japan consists of almost 7,000 islands (the largest being Honshu), making it the world's 7th largest island country!
+Because of the group of islands that make up Japan, Japan is often referred to geographically as an archipelago.
+The beginnings of Taiwan can be traced back to the 15th century, when European mariners passing by the island referred to it as "Ilha Formosa", the Beautiful Island.
+In 1624, the Dutch East India Company established a base in the southwest of Taiwan, beginning the transformation of aboriginal farming practices and employing Chinese workers to tend its sugarcane and gambier plantations.
+In 1683, the Qing Dynasty (1644–1912) took control of the western and northern coastal areas of Taiwan and established Taiwan as a province of the Qing Empire in 1885.
+Following its defeat in the First Sino-Japanese War (1894–1895), the Qing government signed the Shimonoseki Treaty in 1895, under which Japan gained sovereignty over Taiwan until 1945.
+Machu Picchu is composed of three main buildings, the Intihuatana, the Temple of the Sun and the House of the Three Windows.
+Most of the buildings on the edges of the complex have been refurbished to give visitors a better idea of what they would have been like originally.
+By 1976, thirty percent of Machu Picchu had been restored and restoration continues to this day.
+For example, the most common format for still photography in the world is 35 mm, which was the dominant film format by the end of the analogue era.
+It is still made today, but what is more important is that its aspect ratio of 3:2 became the standard for digital image sensors in digital cameras.
+The 35 mm format is in fact 36 by 24 mm.
+It is believed that the aspect ratio of this format is 3 by 2 (divided by 12 to get the simplest whole number ratio).
+Many common formats (e.g. APS family of formats) are the same size or nearly the same size.
+The thirds rule, often misused and often ridiculed, is simply a guideline that creates tension and at the same time maintains a sense of order in the picture.
+It says here that the most prominent place for the main subject is at the intersection of the lines that divide the picture into thirds, vertically and horizontally (see example).
+During this period of European history, the Catholic Church, which had become wealthy and powerful, was beginning to be held accountable.
+Christianity has been uniting European markets for thousands of years, despite differences in language and customs.
+With her inexhaustible power, she influenced everyone, from kings to common people.
+One of the main Christian principles is that wealth is to be used to relieve the plight and poverty of others and for this reason tithing (giving one tenth of one's income) has been a mainstay of church finance.
+The central authority of the church had been based in Rome for more than a thousand years, and the concentration of power and wealth had led to widespread questioning of whether this was still the case.
+Immediately after the outbreak of hostilities, Britain began a naval blockade of Germany.
+The strategy proved effective in cutting off key military and civilian supplies, although this blockade is generally considered to be in violation of international law codified in several international agreements over the past two centuries.
+Britain has mined international waters to prevent any ship from entering large parts of the ocean, posing a risk even to neutral vessels.
+With limited answers to this tactic, Germany expected a similar response to their policy of unrestricted submarine warfare.
+During the 1920s, the overwhelming majority of both citizens and nations were pacifist and isolationist.
+After seeing the horrors and atrocities of World War I, nations sought to avoid such a situation in the future.
+In 1884, Tesla moved to the United States to accept a job with the New York company of Edison.
+He came to the U.S. with four cents in his pocket, a book of poems, and a letter of recommendation from Charles Bachelor (his former boss) to Thomas Edison.
+Ancient China had a unique way of distinguishing different periods of time; each dynasty or each ruling family represented a distinct period in China's history.
+There were also periods of instability between each dynasty, such as the Three Kingdoms period which lasted for six decades between the Han and Jin dynasties.
+During this period there was intense warfare between many of the lords who fought for the crown.
+The Three Kingdoms is one of the bloodiest periods in Chinese history, with thousands dying in a power struggle at the huge palace in Xi'an.
+There are many social and political results such as the metric system, the shift from absolute to republican government, nationalism and the belief that the state is for the people not one ruler.
+Jobs were also opened up after the revolution to any man who applied, allowing the most ambitious and successful to prosper.
+This is also true in the military, where ranks are now based on caliber rather than class.
+The French Revolution also inspired many other oppressed people of the working class in other countries to start their own revolutions.
+Muhammad used to go to a cave for meditation which later came to be known as "Hira" on the mountain called "Nour" (light).
+The cave itself, which has survived from different periods, gives a very clear picture of Muhammad's spiritual inclinations.
+Situated atop a mountain north of Mecca, the cave is completely isolated from the rest of the world.
+It is, in fact, hard to find, even if you know it is there. After entering the cave, there is complete isolation.
+There is nothing to be seen in the interior but the pure, beautiful sky and the many surrounding mountains. Very little of this world can be seen or heard from the interior of the cave.
+The Great Pyramid of Giza is the only one of the Seven Wonders of the World to still be standing.
+The Great Pyramid of Giza, built by the ancient Egyptians in the third century B.C., is one of many large pyramidal buildings to be found in the country that were meant to serve as eternal resting places for the pharaohs.
+The Giza Plateau in Egypt contains the Great Pyramid, several smaller pyramids, a number of tombs, and the Great Sphinx.
+The Great Pyramid was built for King Khufu and many smaller pyramids, tombs and temples were built for Khufu's wives and other members of his family.
+The "V" with the crossbar looks like a B, and the "V" without the crossbar is like a hyphen or a square with the bottom missing.
+The "up" motion means you start at the top of the guitar and pull the string towards you, while the "down" motion means you start at the bottom of the guitar and pull the string away from you.
+Raising the bell produces a quieter sound while lowering the bell produces a louder and more assertive sound.
+Feel free to write your notes in pencil, but remember that the printed notes are there for musical reasons and are usually best respected.
+On October 6, 1789, King Louis XVI, Queen Marie Antoinette and their two young children (11-year-old Marie-Thérèse and four-year-old Louis-Charles) as well as the king's sister, Madame Élisabeth, were forced to leave Versailles and head for Paris, with a mob of women from the marketplace leading the way.
+They made their way back to Paris by carriage, waving and shouting abuse at the king and queen as they passed.
+The crowd ordered the king and queen to open the carriage windows.
+At one point, a member of the royal guard, who was killed in the attack in Versailles, was cheered as he passed by the crowd.
+The war expenses of American imperialism in taking over the Philippines were paid by the Filipino people themselves.
+They had to pay taxes to the US colonial government to cover for most of the expenses and charges incurred by the Philippine government in holding deposits with the Wall Street banks.
+Of course, the long-term exploitation of the Filipino people represented the primary gain of American imperialism.
+To understand the Templars, you have to understand the context in which they were created.
+The period in which these events took place is often referred to as the High Middle Ages and includes the 11th, 12th and 13th centuries (1000s, 1100s, 1200s).
+The High Middle Ages were preceded by the Early Middle Ages and followed by the Late Middle Ages, which ended around 1500.
+Technological determinism is the broad umbrella term for a range of ideas in practice, from technological compulsion or imperative to a strict sense that human affairs are bound by the fundamental logic of science and its manifestations in technology.
+Most interpretations of technological determinism have two general ideas: that technological development is an independent force outside of cultural and political influences and that technology has its own "effects" on societies that are independent of social influences.
+For instance, it might be argued that motorized vehicles are necessary for the development of roads.
+However, the national road network is not economically sustainable with just a few cars, so new methods of production had to be developed to lower the cost of owning a car.
+The invention of the car also led to more accidents on the road, which in turn led to the development of new techniques in healthcare for treating traumatic injuries.
+Romanticism was tinged with a fair amount of cultural determinism, derived from writers like Goethe, Fichte, and Schlegel.
+In the context of Romanticism, geography shaped the individual, and over time customs and culture associated with a geography would be better than arbitrary laws imposed on a society.
+As Paris is known as the fashion capital of the modern world, Constantinople was the fashion capital of the medieval world.
+Its reputation as a center of luxury lasted from about the 4th century until about the 11th century.
+Its importance declined in the 12th century, partly because of the Crusaders bringing goods such as silk and spices which were more valuable than what the Byzantine markets could offer.
+It was in this period that the fashion capital moved from Constantinople to Paris.
+The Gothic style reached its peak between the 10th and 11th centuries and the 14th century.
+In the beginning, the clothing was influenced by the Byzantine culture in the east.
+However, due to the different communication channels, styles in the West may be behind by about 25–30 years.
+In the late Middle Ages, Western Europe began to develop its own style. One of the great inventions of the age resulting from the Crusades was the invention of the girdle to hold clothes in place.
+Subsistence farming is farming for the sole purpose of providing enough food for the farmer's family.
+Traditional agriculture is a simple, often organic system that uses heirloom seeds, indigenous to a particular ecoregion, in combination with crop rotation and other relatively simple techniques to increase yields.
+Historically, most farmers were self-sufficient farmers, and this is still the case in many developing countries.
+Subcultures bring together like-minded individuals who feel disenfranchised by social norms and allow them to explore their identity.
+Subcultures may be distinct due to age, ethnicity, class, location, and/or gender.
+Characteristics which define a subculture may include linguistic, aesthetic, religious, political, sexual, geographic, or any combination of factors.
+Members of a subculture often identify their membership through a distinct style which may include clothing, mannerisms and jargon.
+One of the most common methods used to illustrate the importance of socialization is to look at some of the sad cases of children who, due to neglect, abuse, or physical abuse, were not socialized by adults as they grew up.
+Such children are sometimes called "feral" or "wild" children. In some cases, such children have been abandoned by people (often their own parents); in some cases, such abandonment follows the parents' refusal to accept the child's serious intellectual and physical disabilities.
+The traumatized children may have suffered abuse or trauma before they were abandoned or ran away.
+Others were said to have been raised by animals or to have lived in the wilderness.
+When fully weaned from animals that are not human, feral children display behavior (within physical boundaries) that is nearly identical to that of the animals that cared for them, such as their fear or indifference to humans.
+While project-based learning is meant to make learning easier and more engaging, learning through a jigsaw system takes it one step further.
+Metacognitive scaffolding is not a learning method, but a pre-learning support that helps individuals go through a new learning experience, such as using a new computer program or starting a new project.
+The waving can be either virtual or real, i.e. the teacher is actually a waving person, but also a tiny paperclip in Microsoft Office.
+The software's virtual tutors are an integral part of the software and are designed to prompt, encourage and explain procedures that might otherwise be too complex for learners to work through on their own.
+Children are placed in foster care for a variety of reasons ranging from neglect to abuse to exploitation.
+No child should ever be raised in an environment that is not nurturing, supportive, and educational, but it does happen.
+We consider the foster care system to be the safety net for these children.
+Our foster care system should provide secure homes, loving caregivers, continuous learning, and dependable health care.
+The family accommodation should provide for all the comforts which were lacking in the houses from which the families were taken out.
+The Internet combines elements of both mass communication and interpersonal communication.
+The unique characteristics of the Internet have led to additional dimensions in both the use and acquisition of goods and services.
+For instance, "learning" and "socialization" have been cited as important purposes in using the Internet (James et al., 1995).
+In 1998, Ajami and McCord, in their study of user reactions to web sites, identified "personal involvement" and "maintained relationships" as new motivational factors.
+The use of video recording has led to significant discoveries in the interpretation of micro expressions, or fleeting facial expressions lasting a fraction of a second.
+In particular, it is said that if you read micro-expressions correctly, you can tell if someone is lying.
+Oliver Sacks illustrated in his book The President's Speech how people who are unable to understand speech due to brain damage can nevertheless judge the sincerity of the speaker.
+He even suggests that animals such as the domestic dog may have the ability to understand the human mind.
+Research in the 20th century showed there are two forms of genetic variation: hidden and revealed.
+Mutation introduces a new allele while selection removes alleles from the gene pool.
+Segregation and recombination ensure that there is always a mixture of variants in each generation.
+In the wild, the herbivore's digestive tract is similar enough to a human's to be able to obtain the amino acids available from plant sources.
+In fact, if this is not done, it can lead to serious consequences: depression, malnutrition and eventually death.
+The most easily available plant-based protein sources were the proteins in the leaves and seeds, but they were hard to digest unless cooked.
+On the other hand, animal food (ants, termites, eggs) is not only easy to cook, but also provides a large amount of protein that contains all essential amino acids.
+When considered in its entirety, it should come as no surprise that our ancestors solved their "protein problem" in much the same way that chimpanzees do today in the rainforest.
+A sleep disruption is the process of purposefully waking up during your normal sleep time and then falling back asleep shortly after (10-60 minutes).
+This can easily be achieved with a relatively quiet alarm clock that will wake you without fully rousing you.
+If you reset your alarm during your sleep, you can put it on the other side of the room so that you have to get out of bed to turn it off.
+Other options based on circadian rhythm include drinking plenty of fluids (especially water or tea, a diuretic) before bed, which encourages the person to wake for a toilet trip.
+The amount of internal peace a person has is inversely proportional to the amount of tension in their body and spirit.
+The lower the tension, the more positive life force. Every person has the capacity to find absolute peace and serenity.
+All of us can achieve enlightenment. The only thing that stands in the way of this is our own tension and negativity.
+Tibetan Buddhism is based on the teachings of the Buddha but was influenced by the path of love of the Mahayana and many of the techniques of Indian yoga.
+In essence, Tibetan Buddhism is a very simple thing. It consists of kundalini yoga, meditation, and the path of universal love.
+Kundalini yoga activates the kundalini energy (the energy of enlightenment) through yoga poses, breath work, mantras, and visualization.
+The center of Tibetan meditation is the deity Yoga. Through visualization of various deities, the energy channels are cleared, the chakras are activated and enlightened awareness is created.
+Germany was the common enemy in World War II, which led to cooperation between the USSR and the U.S. After the war, differences in the systems, processes, and cultures led to the two countries drifting apart.
+Two years after the war had ended, former allies were now enemies and the Cold War had begun.
+It was envisioned to last 40 years and was waged in a series of battles and skirmishes across Africa, Asia and the Americas, from the jungles of Cuba to the mountains of Afghanistan, among other places.
+By September 17, 1939, the Polish defense had already been broken and the only hope was a withdrawal and reorganization along the Romanian border.
+However, these plans became obsolete overnight when more than 800,000 Red Army troops of the Soviet Union invaded and created the Belarusian and Ukrainian fronts after occupying eastern Poland in violation of the Riga Peace Treaty, the Soviet–Polish Non-Aggression Pact, and other international agreements, both bilateral and multilateral.
+Overseas shipping is by far the most efficient way to move large numbers of people and large quantities of goods across an ocean.
+The Navy's job has traditionally been to make sure your country can move people and things around, and to make sure the bad guys can't do the same.
+One of the more prominent recent examples of this was the North Atlantic Campaign of World War II, in which the United States sought to transport people and supplies across the Atlantic Ocean to help Britain.
+The German Navy, mostly with submarines, tried to blockade the traffic.
+Had the Allies not succeeded, Germany would have been able to invade Britain just as it had conquered the rest of Europe.
+It appears that goats were first domesticated about 10,000 years ago in the Zagros Mountains of Iran.
+Ancient cultures and tribes began storing them for easy access to milk, cheese, meat and leather.
+The domestic goats are usually kept in herds which graze on hills or other rough ground, often accompanied by a herdsman, who may be a child or an adult, similar to the more familiar shepherds. These methods of herding are still in use.
+Railways were in use in England in the 16th century.
+Although early railways were composed only of parallel wooden planks, they allowed horses pulling carts to run at a faster rate of speed and to haul heavier loads than could be managed on rough roads of the time.
+Rails were introduced fairly early on to keep the wheels on the track. However, it was gradually realised that wheels would be more efficient if they had a metal spike on the top.
+This became a regular practice, but iron tires caused more damage to wooden wheels.
+Over time wooden rollers were replaced by iron ones. In 1767, the first iron rollers were introduced.
+The first known type of transportation was walking upright. Humans began walking upright about 2 million years ago with the appearance of Homo erectus (upright man).
+Their ancestors, the australopithecines, did not walk upright like we do.
+The evidence for bipedality in the Australopithecus fossils is between 4.2 to 3.9 million years old, though the Sahelanthropus may have walked upright as early as seven million years ago.
+We can begin to live in a more eco-friendly way, we can join the environmental movement, and even become activists to help mitigate future suffering.
+In many cases, this is just symptomatic treatment. However, if we don't want to just have a temporary fix, we need to find the root cause and put out the fire.
+It is quite obvious that the world has changed dramatically due to the scientific and technological progress of the human race, and problems have become more acute due to overpopulation and the extravagant way in which the human race lives.
+After being passed by Congress on July 4, a handwritten copy of the resolution signed by President of Congress John Hancock and Secretary Charles Thomson was sent a few blocks away to printer John Dunlap.
+Between 150 and 200 copies were produced overnight, and these became known as the "Dunlap Broadsides".
+John Nixon was the first to publicly read the document, on July 8 in the courtyard of the Independence Hall.
+A copy was sent to George Washington on July 6 and was read to his troops on July 9 at New York. Another copy was sent to London on August 10.
+The 25 Danlap documents that still exist are the oldest existing copies of the document. The original, hand-written document is not known to have survived.
+Many paleontologists today believe that one group of dinosaurs survived and are still alive today. They are called birds.
+Many people don't consider them dinosaurs because they have feathers and can fly.
+But there are many things about birds that still look reptilian.
+They have claws on their feet and toes, lay eggs and walk on two hind legs just like the Tyrannosaurus rex.
+Almost all computers in use today are based on manipulating information in the form of binary numbers.
+A binary number can have only one of two values, i.e. 0 or 1, and these values are called binary digits - or bits in computer jargon.
+It may not be immediately apparent that internal poisoning is the cause of symptoms such as vomiting. The symptoms are general enough that an internal poisoning diagnosis is not immediately apparent.
+The best indicator of internal contamination may be the presence of open drug packets or toxic household chemicals.
+Please see the placard for specific first aid instructions for that particular poison.
+Entomologists use the word "bug" in a formal sense to refer to this group of insects.
+This term is derived from the ancient knowledge of bed bugs, which are insects that are very well adapted to parasitize humans.
+Both the bats and the common vampire bats are social species that remain with their parents for a long time, becoming adapted to roosting or living with the host family.
+It is estimated that there are approximately 400,000 people with multiple sclerosis (MS) in the United States, making it the most common neurological disease in young and middle-aged adults.
+MS is a disease that affects the central nervous system, which comprises the brain, spinal cord and optic nerve.
+The study found women are twice as likely to experience MS symptoms than men.
+The couple may decide that parenting the child is not in their best interest or in the child's best interest.
+These couples may decide to go through the process of adopting a baby.
+In the process of adoption, biological parents give up their parental rights so that another couple can become the legal parents of a child.
+The main goal of science is to understand the way the world works using the scientific method. This method actually controls most scientific research.
+However, experimentation is not the only way, and the experiment is a test that is used to eliminate one or more possible hypotheses. Asking a question and observing is also a way to do scientific inquiry.
+Naturalists and philosophers he focused on classical texts, especially the Latin Bible.
+His views on all matters scientific, including psychology, were held in high regard by Aristotle.
+As the knowledge of Greek faded, the West became disconnected from its Greek philosophical and scientific roots.
+Many prominent rhythms in physiology and behavior often depend critically on the presence of endogenous cycles and their production via biological clocks.
+Most living things display regular biological rhythms that are not simply responses to daily changes in the environment. These rhythms are found in bacteria, fungi, plants and animals.
+Biological clocks are self-sustaining oscillators that continue with the free-running period even in the absence of external cues.
+The Hershey–Chase experiment was one of the leading indications that DNA was the genetic material.
+Hersh and Chase used bacteriophages, or viruses, to introduce their own DNA into bacteria.
+They performed two experiments in order to mark the DNA phage with radioactive phosphorus or the protein phage with radioactive sulfur.
+The effects of mutations can vary depending on the type of mutation, the significance of the genetic material affected, and whether or not the cells affected are reproductive.
+Only mutations in germ cells can be passed on to children, while mutations elsewhere can cause cell death or cancer.
+Nature-based tourism attracts people interested in visiting natural areas to enjoy and experience the landscape including its flora and fauna.
+Activities include things like hunting, fishing, photography, bird watching, park visits and ecosystem studies.
+For example, visiting, photographing and learning about orangutans in Borneo.
+Every morning, people leave the tiny villages in their cars to go to their jobs, passing by the people who live right in the villages they are passing through to get to their jobs.
+This dynamic transportation process involves everyone in some way and supports a transportation system based on private automobiles.
+Science now points to this carbon-intensive economy slowing down the biosphere's transition out of one of its stable states that have been around for the past two million years of human evolution.
+Everyone participates in society and uses the transportation systems. Nearly everyone complains about the transportation systems.
+Complaints about the quality of water or bridges collapsing are seldom heard in developed countries.
+Why are transportation systems so prone to failure, and why do we keep making the same mistakes over and over again? Is it because transportation engineers are just incompetent? Or is there something more fundamental going on?
+Traffic flow is the study of how individual vehicles and groups of vehicles move between points. It also looks at how they interact with each other.
+Unfortunately, it is difficult to study traffic flow because the behavior of the driver cannot be predicted with 100% certainty.
+Fortunately, drivers generally behave in a reasonably predictable manner; thus traffic flows can be represented by a reasonably predictable mathematical model.
+To represent traffic better, three main characteristics are linked: (1) flow, (2) density and (3) speed.
+These relationships help in planning, designing and executing projects on the road.
+Insects were the first animals to take to the air. Their ability to fly helped them avoid predators, and find food and mates more efficiently.
+Most insects have the advantage of being able to fold their wings against their body.
+This gives them a greater variety of small places to hide from predators.
+The only insects today that can't fold their wings are dragonflies and damselflies.
+Thousands of years ago, a man named Aristarchus said that the solar system goes around the sun.
+Some people believed he was right, but many believed the opposite; that the Sun orbits the Earth, including the Sun (and even other stars).
+This makes sense, since the Earth doesn't feel like it's moving, right?
+The Amazon River is the second longest river in the world and the largest in terms of volume of water. It carries eight times the volume of water as the world's second largest river.
+The Amazon is also the widest river on Earth, with its widest point being six miles.
+Twenty percent of the world's fresh water that flows into the oceans comes from the Amazon.
+The Amazon River is 6,387 km (3,980 mi) long. The Amazon collects water from a thousand tributaries.
+Although stone pyramids were continued to be built until the end of the Old Kingdom, there was nothing to rival the Giza pyramids in size and technical sophistication.
+The ancient Egyptians of the New Kingdom were in awe of the monuments left by their predecessors who had been dead for over a thousand years.
+The Vatican has about 800 inhabitants and is the smallest independent state in the world and the country with the lowest population.
+The Vatican uses Italian in its laws and official communications.
+Italian is also a daily language spoken by most working in the country, while Latin is often used in religious rituals.
+All citizens of the Vatican are Roman Catholics.
+Humans have been aware of basic chemical elements such as gold, silver, copper for a long time, since they can be found naturally and can be obtained relatively easily using primitive tools.
+Aristotle, a philosopher, had a theory that everything was made of a mixture of one or more of the four elements: earth, water, air, and fire.
+It more resembled the four states of matter (in the same order): solid, liquid, gaseous, plasma, though he also theorized that they change into new substances to give rise to what we see.
+The alloys are actually mixtures of two or more metals. Don't forget that there are a lot of elements in the periodic table.
+Elements such as calcium and potassium are considered metals. Of course, there are metals such as silver and gold.
+There are also alloys that consist of a small amount of non-metals like carbon.
+Everything in the universe is made out of stuff. The whole universe is made out of tiny particles called atoms.
+Atoms are so small that you could fit billions of them in the period at the end of this sentence.
+The Stoggies were a good friend to many people when they arrived.
+Unfortunately, as new writing methods were introduced, the pencil was relegated to a lower status and used less.
+People nowadays write messages on computer screens and have never even been near a typewriter.
+The only thing we can wonder is what the keyboard will turn into when we get something newer.
+A nuclear bomb works on the principle of taking energy to form a nucleus with many protons and neutrons.
+It's sort of like pushing a heavy cart uphill. The breaking of the shell then releases some energy.
+Some atoms have unstable nuclei, which means they tend to break down with a little or no prompting.
+The surface of the Moon is made out of rocks and dust. The outer-layer of the Moon is called the crust.
+The crust is about 70 km thick on the near side and 100 km thick on the far side.
+It is thinner under the sea and thicker on land.
+Maybe there are more lunar seas on the near side because the crust is thinner. It was easier for the lava to come out.
+Content theories seek to find out what drives people or what they like.
+These theories suggest that humans have certain needs and/or desires that are internalized as they mature into adults.
+These theories look at what makes certain people want to do the things they do, and what from their environment will make them do or not do certain things.
+Two popular theories of motivation are Maslow's hierarchy of needs and Herzberg's two-factor theory.
+In general, two tendencies can arise when managers begin to lead former peers: one is to try to remain "one of the guys" (or girls).
+This type of manager has a hard time making unpopular decisions, enforcing discipline, taking credit, giving credit, and holding people accountable.
+On the other end of the spectrum, a person may become an unrecognizable individual who feels the need to change everything that person has done and make it their own.
+In the end, it comes down to the head coach being responsible for the success and failures of the team.
+This can often lead to a rift between the leader and the rest of the team.
+Virtual teams need to meet the same quality standards as conventional teams, but there are subtle differences.
+Members of a virtual team often function as the point of contact for their physical group.
+They often have more autonomy than conventional team members, since their teams can span different time zones that local management may not be aware of.
+The presence of a real "invisible team" (Larson and LaFasto, 1989, p. 109) is also a unique element of a virtual team.
+The "invisible team" is the management team that each member reports to. The invisible team sets standards for each member.
+Why would an organization want to go through the long process of establishing a learning organization? One reason is innovation.
+When all available resources are effectively utilized by the functional departments of an organization, creativity and ingenuity can come to the fore.
+Thus, the process of organizing in which people work together to overcome challenges can lead to a new innovative process that will meet the customer's needs.
+Before an organization can be innovative, leadership must create a culture of innovation, as well as knowledge sharing and organizational learning.
+Angel (2006) explains the approach of continuous improvement as a methodology to help organizations achieve higher levels of performance.
+Neurobiological findings provide physical evidence for a theoretical approach to the study of cognitive abilities. This in turn narrows the field of inquiry and makes the study more focused and accurate.
+Scientists have backed up their findings with evidence linking brain pathology to behavior.
+It has been known for some time that different types of brain damage, trauma, lesions and tumors affect behavior and cause changes in certain mental functions.
+The development of new technologies is allowing us to see and investigate brain structures and processes that we have never seen before.
+This provides us with a lot of data and material to build simulation models that help us understand the processes in our mind.
+While AI has a strong connotation of science fiction, AI is a very important branch of computer science that deals with the behavior, learning, and intelligent adaptation of machines.
+Artificial intelligence research is concerned with the question of whether and to what extent intelligent machines can be built.
+Examples include control, planning and scheduling, ability to respond to customer diagnoses and queries, and recognition of handwriting, speech and faces.
+These things have become separate disciplines in their own right, focusing on providing real-world solutions.
+Artificial intelligence (AI) is increasingly being applied to fields including economics, medicine, engineering and the military, having been incorporated into a number of home computers and video games.
+Field trips are often an important part of any classroom experience, and teachers often like to take their classes to places that are inaccessible by bus.
+Technology offers solutions in the form of virtual field trips. Students can look at museum exhibits, visit an aquarium or admire beautiful art while sitting in their classroom.
+Virtually sharing the experience of a field trip is also a great way to reflect on the experience and to share the experience with future classes.
+For instance, each year students at Bennett College in North Carolina design a website about their pilgrimage to the state capital, and each year the website is redesigned but the old ones are kept online to serve as an album.
+Blogs can also help improve writing skills in students. While students may begin their experience with blogging with poor grammar and spelling, the presence of an audience generally encourages them to do better.
+Because students are often the most critical audience, the writer begins to hone his or her writing skills to avoid criticism.
+Also, blogging "forces students to become more aware of the world around them." The need to engage the audience motivates learners to be smart and interesting (Toth, 2004).
+Blogging is a tool that inspires collaboration and encourages learners to extend their learning beyond the traditional school day.
+The appropriate use of blogs "can help students become more analytical and critical; by actively engaging with materials on the web, students can define their opinions in the context of other texts, as well as articulating their own perspectives on particular issues (Oravetz, 2002).
+This charming, bilingual capital of Canada is home to a number of art galleries and museums that showcase Canada's past and present.
+Further south are the Niagara Falls, while the north is home to the pristine natural beauty of the Muskoka and Parry Sound areas.
+All of this further cements Ontario as what foreigners largely consider to be Canadian.
+The vast areas to the north are fairly sparsely populated, and some are virtually uninhabited wilderness.
+For one thing, there are more African-Americans who live in the U.S. than there are Canadian citizens.
+The East African islands are in the Indian Ocean, off the eastern coast of Africa.
+Although Madagascar is by far the largest island, and a continent in its own right, when it comes to wilderness.
+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 inland, and it was widely accepted in Comoros and Mayotte.
+European influence and colonialism began in the 15th century, with the Portuguese explorer Vasco da Gama finding a sea route from Europe to India.
+The region is bounded by the Sahel to the north and the Atlantic Ocean to the south and west.
+Women: It is advisable for all female travelers to claim to be married, regardless of their actual marital status.
+It's also useful to have a wedding band (not necessarily an expensive-looking one).
+Women should be aware that cultural differences can lead to what they may consider harassment, and it is not uncommon for them to be followed, touched, etc.
+Be resolute in rejecting men and don't be afraid to take a stand (cultural differences notwithstanding, that's not a bad thing!).
+The modern city of Casablanca was founded by Berber fishermen in the 10th century CE, and was used as a strategic port by the Phoenicians, Romans, and Merinids, who called it Anfa.
+The Portuguese destroyed and rebuilt it in the 16th century under the name of Castelo de São Jorge, only to abandon it after the 1755 earthquake.
+The Moroccan sultan who rebuilt the city called it Daru l-Badi, and the Spanish traders who established a trading post there called it Casablanca.
+Casablanca is one of the least interesting places to buy things in Morocco.
+In and around the old medina it is easy to find shops selling traditional Moroccan items such as tagines, pottery, leatherware, jewellery and a wide range of trinkets, but all are geared towards tourists.
+Goma is a city in the Democratic Republic of the Congo located at the northeastern corner of the country, near Rwanda.
+In 2002, the city was devastated by a lava flow from nearby Mount Nyiragongo, which flowed through most of the city, especially in the center.
+While Goma is relatively safe, it is essential to get a sense of the ongoing fighting in the surrounding North Kivu provinces before heading out.
+The town is also a base for trekking up Mount Nyirangongo, and some of the cheapest gorilla tracking in Africa.
+You can use moto-taxis (motorcycle taxis) to get around in Goma. The usual (local) rate is around 500 Congolese francs for shorter rides.
+Due to its relative inaccessibility, Timbuktu has been used as a metaphor for exotic, remote places.
+Today, Timbuktu is a ghost town, though its reputation as a tourist attraction is such that it has an airport.
+Threatened by the encroaching Sahara Desert, Timbuktu was listed as a World Heritage Site in Danger in 1990.
+It was one of the main bases for Henry Louis Gates's "African American Lives," on PBS.
+Unlike other cities in the country, this city has a more Arab than African feel to it.
+The Kruger National Park (KNP) is in northeastern South Africa, bordering Mozambique in the east, Zimbabwe to the north and the Crocodile River to the south.
+The park covers 19,500 km² and is divided into 14 distinct ecozones, each containing different wildlife.
+It is one of the major attractions of Southern Africa and is considered to be the main attraction of the South African National Parks (SANParks).
+As in all South African national parks, there are daily conservation and park entrance fees.
+It would also be worth considering the purchase of a park ranger's ticket, which allows entry into certain South African parks or all of South Africa's national parks.
+The island of Hong Kong gives the territory its name and is the place that many visitors come to see.
+The array of buildings that make up the Hong Kong skyline have been likened to a shining beacon, with the harbour's waters providing the perfect backdrop.
+To get the best view of Hong Kong, leave the island and head for the waterfront promenade at Kowloon across the harbour.
+Much of Hong Kong's urban development has been on reclaimed land along the north coast.
+British colonists took over the area, so if you're looking for evidence of the colonial past of the territory, this is a good place to start.
+The Sundarbans is the largest mangrove forest in the world, and it extends 80 km (50 miles) from the Bay of Bengal inland to Bangladesh and India.
+The Sundarbans has been designated as a World Heritage Site by UNESCO, and is home to the Sunderbans National Park, a protected area in India.
+However, the swamps are not just mangrove forests - they include some of the last remaining great forests that once covered the Ganges Plain.
+The Sundarbans has an area of 3,850 km2, of which one third is water and marsh.
+Since 1966, Sundarbans has been a wildlife sanctuary, and is estimated to contain 400 Royal Bengal tigers and around 30,000 spotted deer.
+Buses depart regularly throughout the day from the intercity bus station (on the other side of the river) although most, particularly those to the east and to Jaka/Bumtan, leave between 06:30 and 07:30.
+Since intercity buses are often full, it is advisable to buy a ticket a few days in advance.
+Most districts are served by Japanese minibuses, which are comfortable and durable.
+Taxis are a quick and easy way to get around, and are reasonably priced for short rides such as Paro (Nu 150) and Punakha (Nu 200).
+The Oyapock River Bridge is a cable-stayed bridge spanning the Oyapock River to connect the cities of Oyapock in Brazil and Cayenne, French Guiana.
+The towers are 83 metres high and the bridge is 378 metres long with two 3.5 metres wide lanes.
+The vertical opening below the bridge is 15 metres wide and was completed in August 2011 but didn't open to traffic until March 2017.
+The bridge is scheduled to open to traffic in September 2017, when the customs points on the Brazilian side are due to be completed.
+The Guarani were the main indigenous group in the present-day eastern Paraguay and lived as semi-nomadic hunters and gatherers who also practiced some sustainable agriculture.
+The Chacoan Ancestral Puebloans were the ancestors of other Native American tribes in the area, such as the Jicarilla Apache and the Puebloan peoples of New Mexico. They survived by hunting, gathering, and farming.
+Paraguay, once known as the "Spanish Province of the Indies", was established in the 16th century following the encounter between the Spanish conquerors and the indigenous peoples.
+The Spanish began a three-century period of colonization.
+Since the founding of Asunción in 1537, Paraguay has managed to preserve much of its indigenous character and identity.
+Argentina is known for having one of the best soccer teams and players in the world.
+The biggest tournament of the year is held in December at the La Quinta Country Club.
+You can also find smaller tournaments and matches here during other parts of the year.
+For all tournament news and information on where to buy tickets for the polo matches, please visit the Argentine Polo Association (Asociacion Argentina de Polo).
+The official currency of the Falkland Islands is the Falkland pound (FKP), which has the same value as the British pound (GBP).
+You can exchange money at a bank on the island in Stanley, across the road from the FIC West.
+Pound sterling is widely accepted throughout the islands and in Stanley, and US dollars are also readily accepted.
+Credit cards are unlikely to be accepted on remote islands, although British pounds and U.S. dollars may be; it is best to check with the establishments beforehand to see what type of payment is accepted.
+It is nearly impossible to exchange Falkland pound outside of the islands, so be sure to exchange your money before leaving the islands.
+Because Montevideo is south of the equator, there is summer when it is winter in the northern hemisphere and vice versa.
+Montevideo has a subtropical climate; in summer, temperatures above 30°C are common.
+Winter can be bitterly cold, with temperatures rarely rising above freezing, but the combination of wind and moisture can make it feel a lot colder than the thermometer reads.
+There are no distinct "wet" and "dry" seasons: rainfall is more or less evenly distributed throughout the year.
+While many animals in the park are used to seeing people, it is still a wild environment and they should not be fed or bothered.
+Keep at least 100 yards/meters away from bears and wolves, and 25 yards/meters away from all other wildlife, according to park officials.
+Regardless of their appearance, bison, moose, bears, and just about any large animal can be dangerous.
+Each year, dozens of visitors are injured in encounters with these wild and potentially dangerous animals, so give them their space.
+Also, bears and other wildlife are attracted to scents, so avoid carrying or storing food with strong scents and keep your campsite clean.
+Apia is the capital of Samoa. The city is located on the island of Upolu and has about 40,000 inhabitants.
+Established in the 1850s, Apia has been the capital of Samoa since 1959.
+The port was the site of a notable maritime confrontation in 1889, when seven ships from Germany, the United States, and Britain refused to leave.
+All but one of the ships, a British cruiser, were sunk and nearly two hundred American and German lives were lost.
+During the struggle for independence, the peaceful gathering in the city resulted in the killing of the paramount chief of Tu'i Malila, Tupou Tamasese Lealofi III.
+With the city spread between two harbors, there are many beaches. The most popular ones are in three areas:
+The beaches of the Northern Coast (in the Northern Province) front the Pacific Ocean and extend from Long Beach in the north to Davenport in the south.
+Almost all of the beaches are sandy with safe bathing and many of them have shade provided by the trees.
+The beaches of Tamaki Drive are located in the Waitemata Harbour, in the wealthy suburbs of Mission Bay and St Heliers in central Auckland.
+These are family beaches that can get crowded, and have a range of shops right on the waterfront. Swimming is safe.
+The main local beer is Number One, which is not a complex beer but is pleasant and refreshing. Another local beer is called Manta.
+There are many French wines that are worth trying, but New Zealand and Australian wines may be more palatable.
+Tap water is safe to drink but bottled water is easily available if you prefer.
+For Australians, coffee is a strange concept. A short black is an espresso, a cappuccino is a milky coffee, and tea is drunk without milk.
+The hot chocolate complies with Belgian standards. Fruit juices are expensive but exceptional.
+During the whole year, many trips go to the ridge, and injuries resulting from any of the above reasons are rare on the ridge.
+However, heed the advice of the authorities, disregard all signs and heed all safety warnings.
+Square jellyfish can be found close to beaches and estuaries from October to April, north of the 1770 town. They can sometimes be found outside of this time frame.
+Yes, there are sharks, but they very rarely attack humans. Most sharks are scared of humans and will swim away from you.
+Sea crocodiles do not live actively in the ocean; their primary habitat is the river estuaries north of Rockhampton.
+Reserving ahead of time allows travelers to rest assured that they will have a place to stay when they arrive at their destination.
+Travel agents often have agreements with certain hotel chains, though you may be able to book other types of accommodations through them as well, such as camp grounds.
+Travel agents generally offer arrangements that include breakfast, guaranteed ground transportation to/from the airport, or even a combination of flight and hotel arrangements.
+They can also hold the reservation for you to have time to think about the offer or to obtain other documents required for the destination you are visiting (e.g. a visa).
+Any extension or request should be submitted through the travel agent and not directly to the hotel.
+At some festivals, camping on-site is the choice of the overwhelming majority of attendees, and is often a significant part of the experience.
+If you want to be close to the action, you have to get there early to get a spot for camping close to the music.
+Remember that even though the main stage music may have stopped for the night, there may still be music going on at other areas of the festival until late in the night.
+Some festivals have dedicated family camping areas for families with small children.
+If you cross the northern Baltic Sea in winter, check the location of the ice breaker, as passing through the ice can be quite noisy for those on board.
+St. Petersburg shore excursions include time spent in the city. Passengers on shore excursions are exempt from obtaining a visa (check requirements).
+Casinos go to great lengths to ensure that the time and money spent by patrons is maximized. Windows and clocks are few in number and it can be difficult to find your way out once inside.
+They usually have a special menu of food, drinks and entertainment to keep the guests happy and on the premises.
+In some places, alcoholic drinks are served on the house. However, drinking affects your judgment, and all good poker players know the importance of staying sober.
+Anyone planning to travel in extreme latitudes or across mountain ranges should consider the possibility of snow, ice or sub-zero temperatures.
+On icy or snowy roads, the grip is low and you can't drive as if you were on tarmac.
+It doesn't take much snow for an avalanche to happen in a short amount of time during a storm.
+Visibility can be limited by falling or flying snow and also by obscuration or ice on windshields.
+On the other hand, snow and ice conditions are normal for many countries and traffic is seldom disrupted during the whole year.
+Safaris are probably Africa's biggest tourist attraction and the highlight for many visitors.
+In popular usage, the word safari can refer to any land-based journey that takes you off the beaten track to see amazing African wildlife, especially on a game drive through the bush.
+Some animals, such as elephants and giraffes, have a tendency to approach cars, and binoculars allow a good view of them.
+Lions, leopards and cheetahs can sometimes be shy, so you're more likely to see them with binoculars.
+A walking safari (also called "foot safari", "walking safari" or "walking tour") involves walking for a few hours or a few days.
+The Paralympics will be held from August 24 to September 5, 2021. Some events will be held at other locations around Japan.
+Tokyo will be the only Asian city to have hosted both the summer and winter Olympics, having been the host in 1964.
+If you had already booked your travel and accommodations for 2020 before the postponement was announced, you may be stuck with a bad situation.
+Travel cancellations policies vary, but as of late March, most coronavirus-related cancellations were not covered until at least July 2020, which is when the Olympics are scheduled to be held.
+Tickets for the event are expected to range between 2,500 yen and 130,000 yen, with the average being around 7,000 yen.
+Drying racks help wick moisture out of damp clothing. Many hotels allow you to rent drying racks and boards, even if you don't have room in your room.
+If you don't have a curling iron, or if you don't like to wear curled hair, then you can try using a hair straightener if you have one.
+Beware that the fabric does not get too hot (which can cause shrinkage or, in extreme cases, scorching).
+There are multiple ways to purify water, and some are more effective against certain threats.
+In some areas, boiling for one minute is enough, while in others several minutes are necessary.
+Filters vary in efficiency and if you are concerned, then perhaps you should consider buying bottled water from a reputable company in sealed bottles.
+Travelers may encounter pest species with which they are unfamiliar in their home regions.
+Pests can spoil food, cause irritation, or in extreme cases, cause allergic reactions, spread toxins or carry infectious diseases.
+In general, infectious diseases or dangerous animals that can harm or kill humans are not considered pests.
+A duty free purchase is an opportunity to buy tax and duty-free items at certain locations.
+Travellers going to countries with high taxes can sometimes save a significant amount, especially on items such as alcohol and tobacco.
+The road between Point Marion and Ferguson provides the most challenging driving on the Buffalo–Pittsburgh Expressway, as it often passes through isolated rural areas.
+If you aren't used to driving on country roads, be prepared to react quickly: steep hills, narrow roads, and sharp curves are common.
+The posted speed limits are noticeably lower than on the earlier and later sections of the road — usually 35–40 mph (56–64 km/h) — and their strict enforcement is more important than ever.
+It is interesting, however, that the cell phone network is much better here than in many other parts of the trail, e.g. the Pennsylvania Wilds.
+German bread is quite good, and Bavarian bread is particularly rich and varied, similar to its southern neighbor Austria.
+Fruit pies are often associated with apple pie, which can be found year-round, while peaches and plums become available in the summer.
+Many German bakery products also contain nuts, raisins and other dried fruits. Popular cakes often go particularly well with a strong coffee.
+If you want something small but rich, try a Berliner, Frankfurter, or Krapfen, depending on where you are.
+Carry was a dish based on vegetables and herbs cooked with meat or vegetables.
+Carry can be "dry" or "wet", depending on the amount of liquid.
+In the interior north of India and Pakistan, yogurt is usually used in curries; 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 general term for the many regional cuisines throughout the country.
+However, when used without further qualification, the term usually refers to food originating from the central and eastern parts of Java island.
+Now ubiquitous throughout the archipelago, Javanese cuisine includes a wide variety of simply cooked dishes, with the predominant flavors being those that the Javanese prefer, such as kicap manis (coconut palm sugar), chili, ginger, and various aromatic spices.
+The Uzengiye are supports for the rider's feet which hang down on either side of the saddle.
+They provide more stability for the rider, but can be a safety hazard in the event that a rider's feet get caught in them.
+If a rider falls off a horse but their foot gets trapped in the stirrup, they may be dragged if the horse continues to run. There are a number of preventative measures that can be taken to reduce the risk of this happening.
+Foremost, most riders will be wearing riding boots, with a heel and a smooth, fairly narrow sole.
+Also, some saddles, particularly English saddles, have security flaps to prevent the leather from slipping off the saddle if the rider falls.
+Valle de la Luna (Moon Valley) is the main destination for rock climbing in Chile and is often compared to Yosemite in California for its granite cliffs and formations.
+Towering above the surrounding countryside, the mountain is a mecca for mountaineers from all over the world, who continue to push back the frontiers of possible routes on its rugged slopes.
+Snow sports, which include skiing and snowboarding, are popular sports that involve going down a snow-covered hill on skis or a snowboard strapped to your feet.
+Skiing is the main activity on such trips and many enthusiasts, sometimes referred to as "ski bums", plan to spend the entire vacation skiing at a single location.
+The idea of skiing is an extremely ancient one - cave paintings dating back to 5000 B.C. depict skiers!
+Skiing became a sport at least in the 17th century and the first recreational ski club was founded in Australia in 1861 by Norwegian settlers.
+Backcountry Skiing: This activity is often referred to as rural skiing, ski tours or ski mountaineering.
+It is associated with, but usually does not include, skiing or mountaineering; the latter involves going up rough ground and needs stiffer skis and boots.
+Imagine a ski route as similar to a hiking trail.
+In good conditions, you can cover more distance on skis than you can on foot - but very seldom will you be able to match the speed of Nordic skiing without a backpack on groomed trails.
+Europe is a relatively small continent, but it contains many independent countries. In normal circumstances, traveling through multiple countries would involve going through multiple visa and passport checkpoints.
+In that regard, the Schengen area functions like a single country.
+As long as you remain in this zone, you can generally move across frontiers without having to pass through passport control.
+Similarly, when you have a Schengen visa, you do not need to apply separately for visas for each Schengen member state, which saves time, money and bureaucracy.
+There is no universal definition for what constitutes an antique; some government agencies will define an antique as being 100 years old or more.
+The definition varies geographically, and in some places the age of consent may be lower than it is in Europe. For example, in North America, the age of consent is usually 18, but in Europe it is usually 16.
+Handmade items can be considered antiques even though they are newer than some mass-produced items.
+The herding of reindeer is important to the life of the Lapp people, and the culture surrounding the trade is also important to many who are not directly involved in herding.
+However, even traditionally, not all Sami were heavily dedicated to reindeer herding and relied on fishing, hunting and other activities for their livelihood and used the reindeer mostly for pulling and carrying purposes.
+Many Lapplanders today pursue modern professions. Tourism is an important source of income in Laponia, a region in the Lapland province.
+While the word "gypsy" is a common one, especially outside of Romani communities, it is often considered offensive due to its associations with negative stereotypes and misconceptions of Romani people.
+If the country you are visiting is subject to a Travel Advisory, it could have an impact on your travel insurance or cancellation coverage.
+You may also find yourself wanting to hear and heed the advice of foreign governments, but remember that their advice is geared towards their citizens.
+For instance, American citizens in the Middle East may face different challenges than Europeans or Arabs.
+The reports are only brief summaries of political developments in a single country.
+The views presented are often superficial, general and oversimplified in comparison to the detailed information available elsewhere.
+Bad weather is a generic term for any dangerous weather with the potential to cause disruption, serious social disruption or loss of life.
+Bad weather can happen anywhere in the world and there are different types which are affected by geography, topography and atmospheric conditions.
+Strong winds, hail, excessive rainfall, landslides and forest fires are forms of extreme weather, as are storms with thunder, tornadoes, flash flooding and cyclones.
+Regional and seasonal weather phenomena include floods, snowstorms, blizzards, and sandstorms.
+Travelers are advised to be aware of the risks associated with the bad weather in the area, which could affect their travel plans.
+Anyone wishing to travel to a country that could be considered a war zone would have to undergo professional training beforehand.
+If you Google "hostile environment training," you're likely to be directed to a local company.
+The course will normally go into much more detail about all of the topics discussed here, in a more practical way.
+The course will usually last anywhere between 2 and 5 days, and will involve role-play, first aid, and in some cases weapons training.
+Books and magazines on survival in the wild are common, but few publications focus on war zones.
+Travellers planning to undergo gender reassignment overseas should check to ensure they have valid travel documents to get back into their home country.
+The willingness of governments to issue passports that do not state the holder's sex (X) varies.
+Foreign governments' willingness to abide by these documents is varied.
+Security checkpoints have also become more onerous in the post-9/11 era.
+Trans people should not have to expect to be let through metal detectors without their privacy and dignity being violated pre-surgery.
+Breakers that become detached from the beach and move parallel to it are called rip currents. They are often found along the trough or in similar areas.
+Because of the undersea topography, the return flow is concentrated in a few deep areas and there can be fast currents flowing down to deep water.
+Most of the deaths occur while trying to swim upstream, which can be impossible.
+Once you're out of the current, going back isn't any harder than going forward.
+Try to target somewhere that you won't be caught again or, depending on your skills and if you are noticed, you may want to wait for rescue.
+The culture shock comes later than the reverse culture shock (shorter honeymoon phase), lasts longer, and can be more intense.
+For travellers who find it easy to adapt to a new culture, it can sometimes be harder to readjust to their home culture.
+When you come back home after living in a foreign country, you have to adapt to a new culture and lose some of your habits from your home country.
+When you went abroad for the first time, people were probably tolerant and understanding, knowing that travel in a foreign land is all about adjusting.
+Perhaps people do not expect patience and understanding to be necessary for the travellers returning home.
+The sound and light show at the pyramid is one of the most interesting things for kids here.
+You can see the pyramids in the dark and you can see them in silence before the show.
+There is always the sound of the tourist and the trader. The story of the sound and the light is like a story book.
+The Sphinx is the backdrop and the narrator of a long story.
+Scenes are projected onto the pyramids and different pyramids are illuminated.
+The South Shetland Islands, discovered in 1819, are claimed by many nations and are home to the largest number of bases, sixteen of which were active in 2020.
+The archipelago is 120 km (75 miles) north of the peninsula. The largest island is Isla Rey Jorge with the settlement of Villa Las Estrellas.
+Others include the island of Livingstone and Desolation where the still-active volcano's caldera provides a spectacular natural bowl.
+The Ellsworth Land is a region south of the peninsula, bounded by the Bellingshausen Sea.
+Here the mountains of the peninsula give way to a plateau that rises again to form a 360 km long chain of the Ellesmere Island, divided by the Minnesota Glacier.
+The northern portion of the Sentinel Range includes the highest mountains in Antarctica, the Vinson Massif, with the highest point being Vinson Peak at 4,892 m.
+In remote areas with no cell service, a satellite phone may be the only option.
+A satellite phone is generally 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.
+This service is often used when traveling by boat, including a yacht, and for expeditions where remote data and voice are required.
+Your local phone service provider should be able to provide more information on how to connect to this service.
+An increasingly popular option for those taking a year out is to travel and learn a language.
+This is particularly popular with school leavers, as it allows them to take a gap year without jeopardising their education.
+In many cases, taking a course overseas during the year out can improve your chances of getting a high-level job in your home country.
+In general, there is tuition for admission to some of these educational programs.
+Finland is a great place for boating. The country often referred to as the "Land of a Thousand Lakes" also has thousands of islands in its lakes and coastal archipelagos.
+You do not need a yacht in archipelagos and lakes.
+While the offshore archipelagos and largest lakes are big enough for any yacht, smaller boats or even kayaks offer a different experience.
+Boating is a national pastime in Finland with a boat for every seven or eight people.
+This is consistent with Norway, Sweden and New Zealand, but is otherwise quite variable (e.g. in the Netherlands the number is between one and forty).
+Most of the various Baltic cruises have an extended stay in St. Petersburg, Russia.
+This means you can spend a couple of days exploring the historical town and then return to the boat for the night.
+If you go to the coast only as part of a ship's excursion, then you do not need a separate visa (since 2009).
+Berlin, in Germany, is highlighted on some cruise itineraries. As you can see above, Berlin is a long way from the sea and a visit to the city is not included in the cost of the cruise.
+Flying can be a daunting experience for people of all backgrounds and ages, especially if they have not flown before or have experienced a traumatic event.
+This is not something to be ashamed of: it is no more irrational than the fears and prejudices that many people have about other things.
+For some, understanding how the plane takes off and flies, and what happens during the flight, can help them overcome a fear that is based on the unknown or a lack of control over events.
+Courier companies are well paid to deliver things quickly. Often time is of the essence for business documents, clothing or spare parts for emergency repairs.
+For some routes, the larger companies had their own planes, but for other routes or for smaller companies it was a problem.
+If they shipped via air freight, it may have taken days in transit to clear customs and quarantine.
+The only way to expedite this was to send the bags on as checked baggage. Airline regulations won't allow bags to be sent without a passenger, where you come in.
+Obviously, flying first or business class is about shelling out a lot of money for that privilege (or, even better, convincing the company you work for to pay for it on your behalf).
+However, this is not cheap: in general, you can expect to pay four times as much for a business class ticket than for an economy one, and twelve times as much for first class!
+In general, there is no reason to even ask for fare discounts or first class upgrades on through flights from A to B.
+Airlines are well aware that there is a certain group of travelers who are willing to pay more for the privilege of getting there quickly and comfortably, so they charge accordingly.
+The capital of Moldova is Chişinău. The local language is Romanian, but Russian is widely spoken.
+Moldova is a multiethnic republic that suffered from an ethnic conflict.
+This conflict resulted in the formation of the self-proclaimed Pridnestrovian Republic in eastern Moldova in 1994, which has its own government and currency but is not recognized by any UN member.
+Economic links have been re-established between the two parts of Moldova despite the failure of political talks.
+The main religion in Moldova is Orthodox Christianity.
+İzmir is Turkey's third-largest city with around 3.7 million inhabitants, after Istanbul and Ankara, and an important port and transportation hub.
+Once an ancient city, Smyrna is now a modern, developed and bustling trade center situated in a large bay between mountains.
+Wide boulevards, glass-fronted buildings and modern shopping malls co-exist with traditional red-tiled roofs, 18th-century bazaars and old mosques and churches, though the city has more of a Mediterranean European feel than a traditional Turkish one.
+The village of Haldarsvik offers a view of the nearby island of Austuroy, and has an unusual octagonal church.
+Interesting marble doves statues can be found in the courtyard of the church above some tombs.
+It is worth spending half an hour exploring the intriguing village.
+North of here and within easy reach is the romantic and fascinating town of Sintra, which became known to foreigners after Lord Byron wrote his epic poem about Sintra's wild beauties.
+Regular bus 403 goes to Sintra and stops at Cabo da Roca.
+Also, in the north, visit the great Shrine of Our Lady of Fatima (the Sanctuary), a place known throughout the world for the apparitions of the Blessed Virgin Mary.
+Please bear in mind that you are visiting a site of mass graves as well as a place of almost incomprehensible worldwide significance.
+There are still many men and women who survived here, and many more whose loved ones were killed or worked to death, Jews and non-Jews alike.
+Please treat this place with dignity, seriousness and respect that it deserves. Do not joke about the Holocaust or the Nazis.
+Do not deface or graffiti any property.
+With Catalan and Spanish being the official languages in Barcelona, about half of the population speak Catalan, with a vast majority understanding it and everyone knowing Spanish.
+However, most signs are only in Catalan, since it is established by law as the first official language.
+However, Spanish is also very common in public transportation and in other establishments.
+Regular announcements in the metro are only in Catalan, but unplanned disruptions are automatically announced in a large number of languages including Spanish, English, French, Arabic and Japanese.
+Parisians have a reputation for being egotistical, unfriendly, and arrogant.
+Although this is often just a stereotype, the best way to get along with the Parisians is to be nice - like someone who is "bien élevé" (well-mannered). This will make your stay much easier.
+Parisians can be rude, but a little courtesy goes a long way.
+The park is densely forested, mainly with beech, spruce and fir trees, and contains a mixture of alpine and Mediterranean vegetation.
+It has an extremely wide range of plant communities due to its range of microclimates, varied soils, and differing elevations.
+The area is also home to an incredibly diverse array of animals and birds.
+Here you can find a number of rare animal species, including the brown bear, wolf, eagle, owl, leopard cat, wild cat and great bustard, as well as many more common species
+While visiting the monasteries, women must have skirts that fall below the knee, and must also cover their shoulders.
+Most monasteries will provide skirts for women who come unprepared, but if you bring your own skirt, especially a colorful one, you are likely to get a chuckle out of the monk or nun at the door.
+Men, on the other hand, had to wear breeches that covered the knees.
+And these can be borrowed from the changing rooms, but they are not exchanged after every time you put them on, so you may not feel comfortable wearing these pants. The unisex size is fine for men!
+Majorcan cuisine, like those of similar areas in the Mediterranean, is based on bread, vegetables and meat (especially pork), and olive oil in general.
+A simple popular meal, especially in summer, is "pâte à l'huile" which is bread dipped in olive oil, carrots, and any available accompaniments like goat cheese, olives, etc.
+All nouns, including the word "Sie," which means "you," are always capitalized, even in the middle of a sentence.
+This is an important way to distinguish some verbs and their objects.
+It can also be said to be easier to read, though it is slightly more complicated to write due to the need to determine whether a verb or preposition is being used in the inflected form.
+Italian is relatively easy to pronounce because most words are pronounced the way they are spelled.
+The main letters to be aware of are c and g, as their pronunciation varies depending on the following consonant.
+Also, try to pronounce "r" and "rr" differently: "caro" means dear, while "carro" means cart.
+Persian has a relatively easy and mostly regular grammar.
+Therefore, reading this grammar book will help you learn a lot about Persian grammar and understand sentences better.
+It is unnecessary to say that, if you speak a Romance language, it will be easier for you to learn Portuguese.
+However, people who speak a little Spanish may quickly conclude that Portuguese is similar enough to not need to be learned separately.
+Most of the premodern observatories are now museums or educational institutions.
+As light pollution was not the same in the past as it is now, they can often be found in towns or campuses rather than in the countryside, where they would have been tougher to get to than their modern equivalents.
+Most modern telescopes are huge structures in remote locations with good seeing.
+The viewing of cherry blossoms, known as hanami, is an integral part of Japanese culture dating back to the 8th century.
+The concept originated in China, where the chrysanthemum was the flower of choice.
+In Japan, the first cherry blossom viewing parties were held only by the emperor and other members of the nobility at the imperial court.
+Plants are at their best in their natural habitat, so try to get at least one in.
+If you visit a formally organized garden, picking "samples" will also get you thrown out, and without discussion.
+Singapore is generally a very safe place to visit and it is easy to get around; you can pretty much buy everything when you arrive.
+But given that it is in the "high tropics" just a few degrees north of the equator, you had better be prepared for both heat (it is always hot) and sun (when the sky is clear, which is not often).
+A couple of buses go north to Hebron, which is home to the traditional burial sites of the Biblical patriarchs Abraham, Isaac, and Jacob, and their wives.
+Make sure the bus you are taking is going all the way to Hebron and not just to the nearby Jewish settlement of Kiryat Arba.
+River travel inland can be a good way to take a break.
+For instance, a tour of the castles of the Loire Valley, the Rhine Valley or a sightseeing cruise on the Danube or a leisurely cruise along the Canal du Midi.
+They also define routes for popular hiking and biking trails.
+Christmas is one of the most important festivals for Christians and it celebrates the birth of Jesus.
+Many of the traditions associated with the holiday have been adopted by non-Christians in Christian countries and non-Christians around the world.
+There is a tradition of staying awake through the entire night, and of watching the sunrise from some open location.
+Of course, there are Christian theological explanations for this tradition, but it is possible that this ritual of spring and fertility originated before Christianity.
+Traditional churches often hold an Easter Vigil service on Saturday night of Easter weekend, while communities often start celebrating with a midnight mass to commemorate Christ's resurrection.
+All of the animals that originally came to the islands came by swimming, flying, or drifting.
+Because of its isolation from the mainland, mammals could not travel to the Galapagos, so the giant tortoise became the primary herbivore on the Galapagos.
+Since the arrival of humans on the Galapagos, many mammals have been introduced, including goats, horses, cows, pigs, cats, and dogs.
+If you visit the Arctic or Antarctic in winter you will experience polar night, when the sun never rises.
+This provides a good opportunity to see the Aurora Borealis as the sky will be at its darkest for most of the day.
+Since the areas are so sparsely populated and light pollution is often not a problem, you can often enjoy the stars.
+Japanese working culture is hierarchical and more formal than what Westerners may be accustomed to.
+They go to work in business suits, and colleagues address each other by their surnames or titles.
+Harmony at work is essential, with emphasis on group effort rather than individual praise.
+Workers often have to get approval from superiors for every decision they make and are expected to follow instructions without question.
diff --git a/test-sr-en.bleu b/test-sr-en.bleu
new file mode 100644
index 0000000000000000000000000000000000000000..b88335afceb40b0aa62a4bc77ec3ef66b3b9f0ef
--- /dev/null
+++ b/test-sr-en.bleu
@@ -0,0 +1 @@
+BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 33.53 64.3/39.5/26.8/18.5 (BP = 1.000 ratio = 1.011 hyp_len = 24990 ref_len = 24721)
diff --git a/test-sr-en.comet b/test-sr-en.comet
new file mode 100644
index 0000000000000000000000000000000000000000..d8b92993edeacd4fe402e987583702920529f172
--- /dev/null
+++ b/test-sr-en.comet
@@ -0,0 +1,1013 @@
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 0 score: 0.8581
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 1 score: 0.8588
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 2 score: 0.9084
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 3 score: 0.7812
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 4 score: 0.8907
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 5 score: 0.7748
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 6 score: 0.8428
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 7 score: 0.7272
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 8 score: 0.9180
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 9 score: 0.8365
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 10 score: 0.8719
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 11 score: 0.8441
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 12 score: 0.8799
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 13 score: 0.8778
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 14 score: 0.8558
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 15 score: 0.8277
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 16 score: 0.8573
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 17 score: 0.9172
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 18 score: 0.8914
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 19 score: 0.8271
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 20 score: 0.9117
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 21 score: 0.9372
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 22 score: 0.8653
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 23 score: 0.7908
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 24 score: 0.7980
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 25 score: 0.8751
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 26 score: 0.8373
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 27 score: 0.8141
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 28 score: 0.8350
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 29 score: 0.8898
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 30 score: 0.8448
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 31 score: 0.7979
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 32 score: 0.7585
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 33 score: 0.8665
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 34 score: 0.8573
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 35 score: 0.9138
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 36 score: 0.8493
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 37 score: 0.7186
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 38 score: 0.8010
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 39 score: 0.6221
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 40 score: 0.8101
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 41 score: 0.9498
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 42 score: 0.8892
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 43 score: 0.9244
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 44 score: 0.8432
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 45 score: 0.8496
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 46 score: 0.8522
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 47 score: 0.8827
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 48 score: 0.9053
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 49 score: 0.8919
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 50 score: 0.8708
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 51 score: 0.8596
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 52 score: 0.8777
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 53 score: 0.9188
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 54 score: 0.8836
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 55 score: 0.8724
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 56 score: 0.8767
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 57 score: 0.8610
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 58 score: 0.8414
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 59 score: 0.9582
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 60 score: 0.8073
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 61 score: 0.8882
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 62 score: 0.7801
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 63 score: 0.9034
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 64 score: 0.8571
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 65 score: 0.7645
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 66 score: 0.8457
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 67 score: 0.8153
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 68 score: 0.9211
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 69 score: 0.8871
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 70 score: 0.8310
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 71 score: 0.8268
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 72 score: 0.8421
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 73 score: 0.8604
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 74 score: 0.8389
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 75 score: 0.7928
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 76 score: 0.8529
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 77 score: 0.8399
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 78 score: 0.9541
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 79 score: 0.8849
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 80 score: 0.8883
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 81 score: 0.8466
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 82 score: 0.8709
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 83 score: 0.7953
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 84 score: 0.7489
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 85 score: 0.8851
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 86 score: 0.7950
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 87 score: 0.8705
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 88 score: 0.9101
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 89 score: 0.8798
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 90 score: 0.7733
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 91 score: 0.8570
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 92 score: 0.8518
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 93 score: 0.7348
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 94 score: 0.8952
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 95 score: 0.8922
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 96 score: 0.8913
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 97 score: 0.8636
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 98 score: 0.8444
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 99 score: 0.7870
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 100 score: 0.8836
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 101 score: 0.8575
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 102 score: 0.8397
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 103 score: 0.9190
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 104 score: 0.8283
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 105 score: 0.7949
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 106 score: 0.8722
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 107 score: 0.8861
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 108 score: 0.8141
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 109 score: 0.8371
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 110 score: 0.8928
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 111 score: 0.8994
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 112 score: 0.8940
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 113 score: 0.8923
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 114 score: 0.9023
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 115 score: 0.8580
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 116 score: 0.8739
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 117 score: 0.8973
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 118 score: 0.9465
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 119 score: 0.8275
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 120 score: 0.7513
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 121 score: 0.8473
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 122 score: 0.8225
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 123 score: 0.8669
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 124 score: 0.8174
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 125 score: 0.8769
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 126 score: 0.8229
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 127 score: 0.8695
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 128 score: 0.8681
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 129 score: 0.9007
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 130 score: 0.8265
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 131 score: 0.8714
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 132 score: 0.8836
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 133 score: 0.8607
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 134 score: 0.8389
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 135 score: 0.7662
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 136 score: 0.8802
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 137 score: 0.8675
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 138 score: 0.8836
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 139 score: 0.8238
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 140 score: 0.9050
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 141 score: 0.7940
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 142 score: 0.9353
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 143 score: 0.8057
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 144 score: 0.7576
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 145 score: 0.8165
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 146 score: 0.9165
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 147 score: 0.8978
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 148 score: 0.8227
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 149 score: 0.8895
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 150 score: 0.8419
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 151 score: 0.8718
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 152 score: 0.8464
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 153 score: 0.7743
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 154 score: 0.8096
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 155 score: 0.8893
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 156 score: 0.8478
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 157 score: 0.6335
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 158 score: 0.8873
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 159 score: 0.8871
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 160 score: 0.8449
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 161 score: 0.8327
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 162 score: 0.7801
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 163 score: 0.8215
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 164 score: 0.8874
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 165 score: 0.8189
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 166 score: 0.8404
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 167 score: 0.8333
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 168 score: 0.8502
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 169 score: 0.8700
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 170 score: 0.8509
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 171 score: 0.9426
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 172 score: 0.9350
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 173 score: 0.8666
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 174 score: 0.8597
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 175 score: 0.8937
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 176 score: 0.8278
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 177 score: 0.8913
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 178 score: 0.8044
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 179 score: 0.9203
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 180 score: 0.8957
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 181 score: 0.9163
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 182 score: 0.9136
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 183 score: 0.9000
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 184 score: 0.8924
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 185 score: 0.9175
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 186 score: 0.9090
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 187 score: 0.8579
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 188 score: 0.9325
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 189 score: 0.8908
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 190 score: 0.7117
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 191 score: 0.8073
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 192 score: 0.8528
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 193 score: 0.7895
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 194 score: 0.7342
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 195 score: 0.9009
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 196 score: 0.8278
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 197 score: 0.7786
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 198 score: 0.8864
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 199 score: 0.8454
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 200 score: 0.8317
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 201 score: 0.7817
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 202 score: 0.8156
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 203 score: 0.8009
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 204 score: 0.8137
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 205 score: 0.8569
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 206 score: 0.9022
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 207 score: 0.8405
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 208 score: 0.8691
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 209 score: 0.8541
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 210 score: 0.8900
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 211 score: 0.8904
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 212 score: 0.8963
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 213 score: 0.8954
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 214 score: 0.8676
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 215 score: 0.8629
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 216 score: 0.8937
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 217 score: 0.8331
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 218 score: 0.8855
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 219 score: 0.9121
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 220 score: 0.9538
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 221 score: 0.8888
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 222 score: 0.8884
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 223 score: 0.8622
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 224 score: 0.8684
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 225 score: 0.9468
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 226 score: 0.8542
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 227 score: 0.7537
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 228 score: 0.8073
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 229 score: 0.8845
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 230 score: 0.9599
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 231 score: 0.8165
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 232 score: 0.7690
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 233 score: 0.6472
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 234 score: 0.7457
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 235 score: 0.5456
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 236 score: 0.8528
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 237 score: 0.8368
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 238 score: 0.9141
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 239 score: 0.8123
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 240 score: 0.6009
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 241 score: 0.7518
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 242 score: 0.8837
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 243 score: 0.7026
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 244 score: 0.8518
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 245 score: 0.8972
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 246 score: 0.6060
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 247 score: 0.8323
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 248 score: 0.8697
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 249 score: 0.9138
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 250 score: 0.8639
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 251 score: 0.8936
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 252 score: 0.9167
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 253 score: 0.9283
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 254 score: 0.9200
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 255 score: 0.8863
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 256 score: 0.8044
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 257 score: 0.8878
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 258 score: 0.8872
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 259 score: 0.9084
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 260 score: 0.9163
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 261 score: 0.7239
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 262 score: 0.9243
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 263 score: 0.8500
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 264 score: 0.8968
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 265 score: 0.8622
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 266 score: 0.8458
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 267 score: 0.7633
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 268 score: 0.8996
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 269 score: 0.8566
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 270 score: 0.8074
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 271 score: 0.7502
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 272 score: 0.9086
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 273 score: 0.8208
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 274 score: 0.7378
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 275 score: 0.7703
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 276 score: 0.7671
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 277 score: 0.8865
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 278 score: 0.8847
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 279 score: 0.8861
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 280 score: 0.8860
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 281 score: 0.8775
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 282 score: 0.8798
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 283 score: 0.7946
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 284 score: 0.9156
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 285 score: 0.9248
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 286 score: 0.8738
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 287 score: 0.8600
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 288 score: 0.8910
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 289 score: 0.7862
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 290 score: 0.8046
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 291 score: 0.8078
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 292 score: 0.8393
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 293 score: 0.8796
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 294 score: 0.7932
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 295 score: 0.7802
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 296 score: 0.7978
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 297 score: 0.7564
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 298 score: 0.7241
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 299 score: 0.8796
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 300 score: 0.9050
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 301 score: 0.8348
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 302 score: 0.8813
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 303 score: 0.8915
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 304 score: 0.9126
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 305 score: 0.9109
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 306 score: 0.8917
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 307 score: 0.8265
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 308 score: 0.9030
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 309 score: 0.8604
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 310 score: 0.9213
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 311 score: 0.8714
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 312 score: 0.8274
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 313 score: 0.5788
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 314 score: 0.9127
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 315 score: 0.8731
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 316 score: 0.8717
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 317 score: 0.8510
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 318 score: 0.8417
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 319 score: 0.8775
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 320 score: 0.7479
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 321 score: 0.8243
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 322 score: 0.8536
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 323 score: 0.8524
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 324 score: 0.8874
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 325 score: 0.9102
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 326 score: 0.8152
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 327 score: 0.8665
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 328 score: 0.8886
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 329 score: 0.8830
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 330 score: 0.8576
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 331 score: 0.8708
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 332 score: 0.8860
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 333 score: 0.8991
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 334 score: 0.9332
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 335 score: 0.8821
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 336 score: 0.9006
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 337 score: 0.7058
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 338 score: 0.7985
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 339 score: 0.8813
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 340 score: 0.8434
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 341 score: 0.8678
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 342 score: 0.6838
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 343 score: 0.8279
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 344 score: 0.9147
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 345 score: 0.9025
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 346 score: 0.8562
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 347 score: 0.8921
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 348 score: 0.8386
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 349 score: 0.8097
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 350 score: 0.8662
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 351 score: 0.8886
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 352 score: 0.8627
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 353 score: 0.9523
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 354 score: 0.8493
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 355 score: 0.8641
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 356 score: 0.8886
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 357 score: 0.8699
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 358 score: 0.9047
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 359 score: 0.8626
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 360 score: 0.8095
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 361 score: 0.8679
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 362 score: 0.8928
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 363 score: 0.8023
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 364 score: 0.8728
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 365 score: 0.8440
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 366 score: 0.7294
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 367 score: 0.8843
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 368 score: 0.8561
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 369 score: 0.8377
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 370 score: 0.7337
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 371 score: 0.7751
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 372 score: 0.8324
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 373 score: 0.8624
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 374 score: 0.9231
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 375 score: 0.8898
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 376 score: 0.9196
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 377 score: 0.9252
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 378 score: 0.8808
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 379 score: 0.8671
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 380 score: 0.8896
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 381 score: 0.8677
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 382 score: 0.7557
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 383 score: 0.8572
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 384 score: 0.8246
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 385 score: 0.8791
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 386 score: 0.7716
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 387 score: 0.8621
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 388 score: 0.8588
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 389 score: 0.9039
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 390 score: 0.8857
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 391 score: 0.8949
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 392 score: 0.8790
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 393 score: 0.9491
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 394 score: 0.9061
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 395 score: 0.8687
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 396 score: 0.8556
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 397 score: 0.8755
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 398 score: 0.8269
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 399 score: 0.8969
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 400 score: 0.9247
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 401 score: 0.8600
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 402 score: 0.9217
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 403 score: 0.8533
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 404 score: 0.8321
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 405 score: 0.7658
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 406 score: 0.9165
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 407 score: 0.8301
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 408 score: 0.9079
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 409 score: 0.9188
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 410 score: 0.9077
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 411 score: 0.8097
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 412 score: 0.7733
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 413 score: 0.8684
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 414 score: 0.8918
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 415 score: 0.8703
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 416 score: 0.8713
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 417 score: 0.8329
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 418 score: 0.9014
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 419 score: 0.9312
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 420 score: 0.8835
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 421 score: 0.9019
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 422 score: 0.8619
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 423 score: 0.8033
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 424 score: 0.8458
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 425 score: 0.9046
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 426 score: 0.8844
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 427 score: 0.8890
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 428 score: 0.8855
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 429 score: 0.9493
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 430 score: 0.8949
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 431 score: 0.7662
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 432 score: 0.7440
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 433 score: 0.8565
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 434 score: 0.7687
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 435 score: 0.7854
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 436 score: 0.8767
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 437 score: 0.8745
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 438 score: 0.8387
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 439 score: 0.8407
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 440 score: 0.7943
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 441 score: 0.8861
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 442 score: 0.9454
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 443 score: 0.9013
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 444 score: 0.8755
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 445 score: 0.8628
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 446 score: 0.8659
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 447 score: 0.9081
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 448 score: 0.8785
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 449 score: 0.8584
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 450 score: 0.8975
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 451 score: 0.8304
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 452 score: 0.9112
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 453 score: 0.8422
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 454 score: 0.8301
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 455 score: 0.8068
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 456 score: 0.8492
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 457 score: 0.9140
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 458 score: 0.7892
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 459 score: 0.8532
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 460 score: 0.9144
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 461 score: 0.8697
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 462 score: 0.8661
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 463 score: 0.8874
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 464 score: 0.7999
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 465 score: 0.7957
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 466 score: 0.8641
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 467 score: 0.6402
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 468 score: 0.6623
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 469 score: 0.7243
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 470 score: 0.7733
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 471 score: 0.7704
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 472 score: 0.7085
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 473 score: 0.7400
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 474 score: 0.7109
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 475 score: 0.8877
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 476 score: 0.8032
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 477 score: 0.8545
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 478 score: 0.8493
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 479 score: 0.8964
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 480 score: 0.9063
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 481 score: 0.8532
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 482 score: 0.8661
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 483 score: 0.8233
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 484 score: 0.8913
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 485 score: 0.8331
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 486 score: 0.8683
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 487 score: 0.8256
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 488 score: 0.8856
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 489 score: 0.8648
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 490 score: 0.8575
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 491 score: 0.8571
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 492 score: 0.9393
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 493 score: 0.9079
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 494 score: 0.8671
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 495 score: 0.8079
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 496 score: 0.8353
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 497 score: 0.8675
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 498 score: 0.8738
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 499 score: 0.8813
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 500 score: 0.9017
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 501 score: 0.9144
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 502 score: 0.8796
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 503 score: 0.8568
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 504 score: 0.8400
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 505 score: 0.7638
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 506 score: 0.8363
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 507 score: 0.8458
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 508 score: 0.8121
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 509 score: 0.8202
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 510 score: 0.6881
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 511 score: 0.7847
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 512 score: 0.8891
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 513 score: 0.8940
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 514 score: 0.8934
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 515 score: 0.9158
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 516 score: 0.7444
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 517 score: 0.9531
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 518 score: 0.8256
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 519 score: 0.9123
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 520 score: 0.8640
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 521 score: 0.8887
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 522 score: 0.8669
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 523 score: 0.8637
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 524 score: 0.8592
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 525 score: 0.9054
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 526 score: 0.7913
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 527 score: 0.7489
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 528 score: 0.7276
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 529 score: 0.8589
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 530 score: 0.7938
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 531 score: 0.8588
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 532 score: 0.8247
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 533 score: 0.8882
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 534 score: 0.8423
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 535 score: 0.7556
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 536 score: 0.8159
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 537 score: 0.8614
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 538 score: 0.8923
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 539 score: 0.9084
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 540 score: 0.8602
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 541 score: 0.8935
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 542 score: 0.8700
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 543 score: 0.8814
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 544 score: 0.8878
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 545 score: 0.9323
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 546 score: 0.7636
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 547 score: 0.8721
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 548 score: 0.8666
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 549 score: 0.8832
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 550 score: 0.7477
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 551 score: 0.8902
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 552 score: 0.8192
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 553 score: 0.8994
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 554 score: 0.9195
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 555 score: 0.7517
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 556 score: 0.8150
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 557 score: 0.8426
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 558 score: 0.8033
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 559 score: 0.8215
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 560 score: 0.8354
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 561 score: 0.8147
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 562 score: 0.8840
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 563 score: 0.8045
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 564 score: 0.8493
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 565 score: 0.8979
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 566 score: 0.8020
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 567 score: 0.8633
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 568 score: 0.8459
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 569 score: 0.8592
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 570 score: 0.9073
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 571 score: 0.8969
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 572 score: 0.8311
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 573 score: 0.9213
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 574 score: 0.9257
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 575 score: 0.8238
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 576 score: 0.7991
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 577 score: 0.9018
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 578 score: 0.9378
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 579 score: 0.8616
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 580 score: 0.8739
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 581 score: 0.8972
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 582 score: 0.8920
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 583 score: 0.8755
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 584 score: 0.6394
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 585 score: 0.8692
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 586 score: 0.8925
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 587 score: 0.9071
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 588 score: 0.7751
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 589 score: 0.8781
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 590 score: 0.8853
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 591 score: 0.9084
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 592 score: 0.8237
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 593 score: 0.7826
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 594 score: 0.8313
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 595 score: 0.8964
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 596 score: 0.9105
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 597 score: 0.8557
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 598 score: 0.8592
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 599 score: 0.8764
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 600 score: 0.8679
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 601 score: 0.8606
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 602 score: 0.8573
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 603 score: 0.9269
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 604 score: 0.8731
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 605 score: 0.8765
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 606 score: 0.8046
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 607 score: 0.7177
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 608 score: 0.7864
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 609 score: 0.8405
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 610 score: 0.9194
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 611 score: 0.8917
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 612 score: 0.8760
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 613 score: 0.8353
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 614 score: 0.8965
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 615 score: 0.8689
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 616 score: 0.9076
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 617 score: 0.8348
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 618 score: 0.9037
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 619 score: 0.8777
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 620 score: 0.9198
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 621 score: 0.8182
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 622 score: 0.9051
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 623 score: 0.8523
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 624 score: 0.8995
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 625 score: 0.8630
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 626 score: 0.9167
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 627 score: 0.9030
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 628 score: 0.8920
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 629 score: 0.8561
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 630 score: 0.7905
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 631 score: 0.8793
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 632 score: 0.9336
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 633 score: 0.9198
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 634 score: 0.9572
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 635 score: 0.8818
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 636 score: 0.9161
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 637 score: 0.8813
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 638 score: 0.9056
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 639 score: 0.9391
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 640 score: 0.8878
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 641 score: 0.8980
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 642 score: 0.8510
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 643 score: 0.5497
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 644 score: 0.8716
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 645 score: 0.7639
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 646 score: 0.8484
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 647 score: 0.8700
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 648 score: 0.8247
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 649 score: 0.8935
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 650 score: 0.9307
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 651 score: 0.9432
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 652 score: 0.7819
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 653 score: 0.8164
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 654 score: 0.8369
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 655 score: 0.9186
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 656 score: 0.8779
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 657 score: 0.8343
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 658 score: 0.8655
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 659 score: 0.8406
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 660 score: 0.8225
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 661 score: 0.8287
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 662 score: 0.9009
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 663 score: 0.9145
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 664 score: 0.9383
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 665 score: 0.8734
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 666 score: 0.9163
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 667 score: 0.9227
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 668 score: 0.8598
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 669 score: 0.9082
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 670 score: 0.8555
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 671 score: 0.9313
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 672 score: 0.8926
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 673 score: 0.8904
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 674 score: 0.8403
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 675 score: 0.9046
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 676 score: 0.9143
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 677 score: 0.9260
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 678 score: 0.9245
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 679 score: 0.7098
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 680 score: 0.8943
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 681 score: 0.9023
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 682 score: 0.8720
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 683 score: 0.8696
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 684 score: 0.8877
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 685 score: 0.8661
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 686 score: 0.8731
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 687 score: 0.8871
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 688 score: 0.8752
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 689 score: 0.8869
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 690 score: 0.9376
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 691 score: 0.8709
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 692 score: 0.9003
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 693 score: 0.8391
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 694 score: 0.7570
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 695 score: 0.9130
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 696 score: 0.7830
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 697 score: 0.9426
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 698 score: 0.8468
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 699 score: 0.8902
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 700 score: 0.8352
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 701 score: 0.9043
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 702 score: 0.9012
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 703 score: 0.8490
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 704 score: 0.7392
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 705 score: 0.8656
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 706 score: 0.8211
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 707 score: 0.9001
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 708 score: 0.8658
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 709 score: 0.8646
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 710 score: 0.9145
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 711 score: 0.8388
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 712 score: 0.8594
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 713 score: 0.7859
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 714 score: 0.8567
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 715 score: 0.8449
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 716 score: 0.8646
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 717 score: 0.8950
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 718 score: 0.8199
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 719 score: 0.7116
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 720 score: 0.7349
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 721 score: 0.8324
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 722 score: 0.8679
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 723 score: 0.9353
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 724 score: 0.9135
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 725 score: 0.9244
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 726 score: 0.8313
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 727 score: 0.8267
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 728 score: 0.7754
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 729 score: 0.8535
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 730 score: 0.8417
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 731 score: 0.8883
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 732 score: 0.8436
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 733 score: 0.8351
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 734 score: 0.8668
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 735 score: 0.8792
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 736 score: 0.8798
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 737 score: 0.8646
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 738 score: 0.9109
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 739 score: 0.8911
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 740 score: 0.8459
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 741 score: 0.8112
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 742 score: 0.8354
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 743 score: 0.8990
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 744 score: 0.8779
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 745 score: 0.8744
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 746 score: 0.7005
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 747 score: 0.8594
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 748 score: 0.8388
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 749 score: 0.9171
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 750 score: 0.8955
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 751 score: 0.7683
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 752 score: 0.8819
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 753 score: 0.8733
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 754 score: 0.8887
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 755 score: 0.7923
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 756 score: 0.8163
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 757 score: 0.8701
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 758 score: 0.8838
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 759 score: 0.8984
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 760 score: 0.9188
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 761 score: 0.9040
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 762 score: 0.9117
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 763 score: 0.8799
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 764 score: 0.8973
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 765 score: 0.8460
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 766 score: 0.8379
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 767 score: 0.8533
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 768 score: 0.9200
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 769 score: 0.9226
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 770 score: 0.8924
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 771 score: 0.9097
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 772 score: 0.8638
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 773 score: 0.8627
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 774 score: 0.8503
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 775 score: 0.8045
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 776 score: 0.8475
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 777 score: 0.8746
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 778 score: 0.8930
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 779 score: 0.8255
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 780 score: 0.8460
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 781 score: 0.7199
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 782 score: 0.9182
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 783 score: 0.7714
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 784 score: 0.8268
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 785 score: 0.8132
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 786 score: 0.8831
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 787 score: 0.9122
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 788 score: 0.8701
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 789 score: 0.8680
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 790 score: 0.8898
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 791 score: 0.8731
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 792 score: 0.8602
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 793 score: 0.8284
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 794 score: 0.9079
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 795 score: 0.8630
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 796 score: 0.9498
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 797 score: 0.7668
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 798 score: 0.8013
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 799 score: 0.7995
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 800 score: 0.8612
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 801 score: 0.8357
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 802 score: 0.8856
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 803 score: 0.8544
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 804 score: 0.6816
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 805 score: 0.8860
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 806 score: 0.8679
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 807 score: 0.9327
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 808 score: 0.8029
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 809 score: 0.8542
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 810 score: 0.8828
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 811 score: 0.8647
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 812 score: 0.9282
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 813 score: 0.9045
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 814 score: 0.8780
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 815 score: 0.8573
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 816 score: 0.8199
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 817 score: 0.7796
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 818 score: 0.6786
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 819 score: 0.9010
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 820 score: 0.9269
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 821 score: 0.9179
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 822 score: 0.8791
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 823 score: 0.8821
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 824 score: 0.9075
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 825 score: 0.8387
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 826 score: 0.8134
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 827 score: 0.8743
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 828 score: 0.8820
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 829 score: 0.8876
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 830 score: 0.8690
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 831 score: 0.8829
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 832 score: 0.8391
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 833 score: 0.7709
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 834 score: 0.8704
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 835 score: 0.6878
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 836 score: 0.7085
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 837 score: 0.6814
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 838 score: 0.8730
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 839 score: 0.8967
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 840 score: 0.8919
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 841 score: 0.8153
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 842 score: 0.8263
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 843 score: 0.8849
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 844 score: 0.8280
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 845 score: 0.8703
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 846 score: 0.7885
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 847 score: 0.7908
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 848 score: 0.7365
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 849 score: 0.8753
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 850 score: 0.8483
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 851 score: 0.9096
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 852 score: 0.8824
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 853 score: 0.8475
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 854 score: 0.8352
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 855 score: 0.8354
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 856 score: 0.8166
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 857 score: 0.9029
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 858 score: 0.8997
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 859 score: 0.9130
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 860 score: 0.8666
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 861 score: 0.8499
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 862 score: 0.7902
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 863 score: 0.8832
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 864 score: 0.7595
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 865 score: 0.7794
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 866 score: 0.7184
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 867 score: 0.8830
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 868 score: 0.8671
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 869 score: 0.8327
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 870 score: 0.9221
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 871 score: 0.8637
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 872 score: 0.9294
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 873 score: 0.8792
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 874 score: 0.8843
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 875 score: 0.8648
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 876 score: 0.9043
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 877 score: 0.8655
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 878 score: 0.9022
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 879 score: 0.7441
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 880 score: 0.8553
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 881 score: 0.9100
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 882 score: 0.9046
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 883 score: 0.7924
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 884 score: 0.7567
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 885 score: 0.8838
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 886 score: 0.8797
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 887 score: 0.7597
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 888 score: 0.7218
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 889 score: 0.8500
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 890 score: 0.8077
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 891 score: 0.7026
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 892 score: 0.8552
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 893 score: 0.8210
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 894 score: 0.8437
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 895 score: 0.8831
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 896 score: 0.8706
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 897 score: 0.8642
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 898 score: 0.9270
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 899 score: 0.9211
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 900 score: 0.8147
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 901 score: 0.9108
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 902 score: 0.8562
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 903 score: 0.9000
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 904 score: 0.8800
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 905 score: 0.7917
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 906 score: 0.9222
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 907 score: 0.7786
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 908 score: 0.8897
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 909 score: 0.9328
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 910 score: 0.8650
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 911 score: 0.8211
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 912 score: 0.9351
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 913 score: 0.8839
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 914 score: 0.8894
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 915 score: 0.7936
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 916 score: 0.8790
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 917 score: 0.8403
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 918 score: 0.8811
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 919 score: 0.8862
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 920 score: 0.9284
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 921 score: 0.8652
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 922 score: 0.9219
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 923 score: 0.8108
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 924 score: 0.8644
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 925 score: 0.8301
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 926 score: 0.8958
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 927 score: 0.8212
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 928 score: 0.8807
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 929 score: 0.8489
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 930 score: 0.9029
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 931 score: 0.8496
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 932 score: 0.7711
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 933 score: 0.8786
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 934 score: 0.8495
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 935 score: 0.7868
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 936 score: 0.8815
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 937 score: 0.9599
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 938 score: 0.9399
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 939 score: 0.8958
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 940 score: 0.9186
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 941 score: 0.9613
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 942 score: 0.8847
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 943 score: 0.8776
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 944 score: 0.8542
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 945 score: 0.8773
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 946 score: 0.8312
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 947 score: 0.8790
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 948 score: 0.8447
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 949 score: 0.8868
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 950 score: 0.8284
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 951 score: 0.8249
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 952 score: 0.8754
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 953 score: 0.9148
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 954 score: 0.7763
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 955 score: 0.8698
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 956 score: 0.9317
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 957 score: 0.8980
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 958 score: 0.8869
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 959 score: 0.9517
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 960 score: 0.8297
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 961 score: 0.7092
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 962 score: 0.8755
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 963 score: 0.9129
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 964 score: 0.9287
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 965 score: 0.8435
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 966 score: 0.8700
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 967 score: 0.8079
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 968 score: 0.7431
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 969 score: 0.7588
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 970 score: 0.9062
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 971 score: 0.7809
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 972 score: 0.7593
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 973 score: 0.9167
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 974 score: 0.7752
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 975 score: 0.8972
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 976 score: 0.8373
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 977 score: 0.7729
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 978 score: 0.9746
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 979 score: 0.8880
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 980 score: 0.8223
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 981 score: 0.8687
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 982 score: 0.8699
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 983 score: 0.7570
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 984 score: 0.8091
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 985 score: 0.8823
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 986 score: 0.8564
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 987 score: 0.8465
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 988 score: 0.6245
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 989 score: 0.7719
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 990 score: 0.9039
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 991 score: 0.8274
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 992 score: 0.8874
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 993 score: 0.8914
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 994 score: 0.7767
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 995 score: 0.8050
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 996 score: 0.9480
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 997 score: 0.9140
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 998 score: 0.8967
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 999 score: 0.8343
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 1000 score: 0.8865
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 1001 score: 0.8159
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 1002 score: 0.8898
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 1003 score: 0.7448
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 1004 score: 0.9010
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 1005 score: 0.8555
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 1006 score: 0.8432
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 1007 score: 0.8955
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 1008 score: 0.9354
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 1009 score: 0.8363
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 1010 score: 0.8977
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en Segment 1011 score: 0.8843
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-sr-en score: 0.8544
diff --git a/test-uk-en b/test-uk-en
new file mode 100644
index 0000000000000000000000000000000000000000..e10e36a0d2a50fcd6d01934a067b4ddb6b2a5d5b
--- /dev/null
+++ b/test-uk-en
@@ -0,0 +1,1012 @@
+“We now have 4-month-old mice that don’t have diabetes and used to have diabetes,” he added.
+Dr. Ehud Ur, a professor of medicine at Dalhousie University in Halifax, Nova Scotia, and the head of clinical and scientific affairs for the Canadian Diabetes Association, cautioned that the study is just beginning.
+Like other experts, he is skeptical about curing type 1 diabetes, noting that these findings are not applicable to people who already have type 1 diabetes.
+On Monday, Sara Danius, Permanent Secretary of the Nobel Committee for Literature at the Swedish Academy, announced on Swedish Radio's P1 that the committee had been unable to get in touch with Bob Dylan directly to tell him he had won the Nobel Prize in Literature for 2016.
+Daneius said, "We're not doing anything now. I've been on the phone and e-mailing his next-door neighbor and gotten very positive responses back. That will be more than enough for now."
+Earlier, Ring CEO Jamie Siminoff said the company was formed when he didn't hear a doorbell chime for his garage shop.
+He said he created a wifi call.
+Siminoff said sales took off in 2013 after he appeared on Shark Tank and investors refused to fund the startup.
+Simonoff joined QVC at the end of 2017.
+Ring has also settled a legal dispute with rival security contractor ADT Corp.
+One experimental vaccine appears to protect against death from Ebola, but there is currently no cure for the disease.
+One antibody cocktail, ZMapp, at first appeared promising, but official studies showed it was not as effective at preventing death as anticipated.
+In the PALM trial, the drug ZMapp was used as the control, meaning that scientists used it as the base and compared it to three other methods of treatment.
+USA Gymnastics fully supports the letter sent by the United States Olympic & Paralympic Committee and is in complete agreement that the Olympic and Paralympic family must support the development of safe environments for all of our athletes.
+We agree with the IOC's assertion that it is in the best interests of our athletes and our sports not to strip our membership.
+USA Gymnastics supports an independent investigation that will help explain how Larry Nassar's abuse could have gone undetected for so long and welcome any necessary and appropriate changes.
+USA Gymnastics and the U.S. Olympic & Paralympic Committee share a common goal of making gymnastics, as with all sports, as safe as possible so that athletes can pursue their dreams in a positive and inspiring environment.
+In the 1960s, Brezinski worked for John F. Kennedy as an advisor and then for Lyndon B. Johnson in his administration.
+He advised Carter on foreign policy during the 1976 election and served as National Security Advisor from 1977 to 1981, replacing Henry Kissinger.
+As an ANB staffer, he helped Carter on foreign policy issues including the 1978 Camp David Accords, U.S. normalization of relations with China in the 1970s, the Iranian revolution and hostage crisis of 1979, and the Soviet invasion of Afghanistan in 1979.
+The film, starring Ryan Gosling and Emma Stone, is nominated for awards in all of the major categories.
+Both Gosling and Stone were nominated for Best Actor and 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 Adapted Screenplay.
+Two songs from the film, "Born to Be Yours" and "City of Stars," were nominated for best original song, and Lionsgate led all studios with 26 nominations.
+U.S. President Donald Trump said late on Sunday in a statement released through his press secretary that U.S. forces would withdraw from Syria.
+The announcement followed a phone call between Trump and Turkish President Recep Tayyip Erdogan.
+Turkey will also take responsibility for the captured Islamic State fighters that European countries have refused to repatriate, the statement said.
+Not only does it corroborate the popular theory that at least some dinosaurs were covered in feathers, but it also provides details that can't be gleaned from fossils alone, such as color and three-dimensionality.
+Scientists have established that the plumage of this animal was chestnut-brown on top and pale or carotenoid on the bottom.
+The discovery also sheds light on the evolution of feathers in birds.
+Because dinosaur feathers do not have the well-developed barbs and vanes that are called rachis, but do have other feather features like quills and barbules, researchers have concluded that the rachis probably evolved much later than these other feather features.
+Because of the structure of the feathers, it can be inferred that they were not used for flight, but rather for temperature regulation or display, the researchers said, adding that while it is a juvenile specimen, the plumage is not downy like a chick's but rather shows signs of adult plumage.
+Although this is a juvenile specimen, the researchers suggested that it was displaying adult plumage rather than juvenile down.
+A car bomb exploded near a police station in the Turkish city of Gaziantep yesterday, killing two police officers and wounding more than twenty other people.
+Nineteen of the injured were police, the governor's office said.
+Police said they suspected a Daesh (ISIS) militant was behind the attack.
+They concluded that the Sun is governed by the same basic principles as other stars: it turns out that the brightness and rotation of a star is what determines its activity.
+Brightness and resolution are used together to determine the number of Rossby stars associated with the plasma flow.
+The fewer Rossby numbers, the less active the star is in terms of magnetic field changes.
+During his travels, Iwasaki often found himself in trouble.
+He was robbed by pirates, mauled by a rabid dog in Tibet, fled a forced marriage in Nepal and was once arrested in India.
+The 802.11n standard operates on both frequencies - 2.4GHz and 5.0GHz.
+This will allow it to be backward compatible with 802.11a, 802.11b, and 802.11g provided the base station has dual radio modules.
+The 802.11n standard is much faster than its predecessors and has a maximum theoretical throughput of 600 Mbit/s.
+Duval, who is married with two adult children, did not make much of an impression on Miller, who was the focus of the story.
+Asked for comment, Miller said, "Mike talks a lot when he's testifying ... I wasn't really listening to what he was saying."
+“We will aim to reduce the carbon dioxide emissions per unit of GDP by 2020 to below the 2005 level,” Hoo said.
+He did not put a number on the cuts, saying it would depend on the size of China's economic footprint.
+He called on developing countries to "avoid the old path of first polluting and then cleaning up."
+He added, however, that "we should not ask them to take on responsibilities that go beyond their education, their level of maturity and their capacities."
+The Iraqi research group will present its findings today at 12:00 GMT.
+There is a warning: No one can say with certainty that any course of action in Iraq at this point can stop the slide toward sectarian war, rising violence and chaos.
+The report begins with a call for open discussion and consensus-building on U.S. policy on the Middle East.
+The report is highly critical of nearly every aspect of the executive branch's current policy on Iran and calls for an immediate course correction.
+Among his 78 recommendations, the first is that a new diplomatic initiative be launched by year's end to protect Iraq's borders from military intervention and to resume diplomatic relations with its neighbors.
+Argentina's current senator and first lady, Cristina Fernandez de Kirchner, announced her plans to run for the presidency last night in La Plata, about 50 kilometers (31 miles) south of Buenos Aires.
+Ms. Kirchner announced her intention to run for the Argentine presidency at the Teatro Argentino, where she launched her campaign for the Senate in 2005 as a member of the Buenos Aires provincial delegation.
+The debate comes amid a row over the cost of Hurricane Katrina recovery and rebuilding, which some fiscal conservatives have ironically dubbed "Bush's New Orleans Policy."
+The liberal criticism of the reconstruction efforts has focused on the contracts being awarded to Washington insiders.
+More than four million people went to Rome to attend the funeral.
+So many people turned out that not everyone could get into St. Peter's Square for the funeral.
+Several large television screens have been set up around Rome so that people can watch the ceremony.
+There were similar screens in many other Italian cities and around the world, including in Poland, where many people stopped to watch.
+Historians have criticized the FBI's past policy of focusing resources on crimes that were easy to solve, especially car thefts, in order to increase the agency's success rate.
+Congress began funding the legislation in the 2005 fiscal year and mandated that the FBI appoint 10 agents to combat adult pornography.
+Robyn Uttappa led all scorers with 70 runs off 41 balls with 11 boundaries and 2 sixes.
+Middle-order batsmen Sachin Tendulkar and Rahul Dravid played well to take their partnership past hundred runs.
+But after losing the toss, India managed only 36 runs in the first 10 overs, losing 7 wickets in the process.
+U.S. President George W. Bush arrived in Singapore on Sunday for a week-long Asian tour.
+He was greeted by Singapore's Deputy Prime Minister Wong Kan Seng and later discussed trade and terrorism with Singapore's Prime Minister Lee Hsien Loong.
+After a week of losses in the midterm elections, Bush told the audience about the expansion of trade in Asia.
+On Tuesday, Prime Minister Stephen Harper had a 25-minute meeting with NDP leader Jack Layton in his office, after which he agreed to allow the government's Clean Air Act to be reviewed by an all-party committee before it is passed in its second reading.
+During a meeting with the PM, Mr Layton asked for changes to be made to the Conservatives' proposed environmental legislation to ensure it is "fit for purpose."
+Since the federal government moved to take over the running of the Mersey Hospital in Devonport, Tasmania, the state government and some federal parliamentarians have been critical of the move, describing it as a pre-election stunt ahead of the federal election, which is due to be held in November.
+But Prime Minister John Howard said the move was only to protect the hospital from a ratings downgrade by the Tasmanian Government, which has committed an extra A$45 million.
+According to the latest bulletin, tsunami waves have been observed in the area of Pagopago and Niue. No other tsunami threat is expected.
+There were no reports of major damage or injuries in Tonga, but power was knocked out in parts of the island, making it impossible for the Tonga Meteorological Office to get tsunami warnings from the Pacific Tsunami Warning Center.
+Fourteen schools on Hawaii's coastline or adjacent to it were closed Wednesday due to the eruption.
+U.S. President George W. Bush welcomed the announcement.
+Gordon Johndroe, a spokesman for Mr. Bush, said the North Korean pledge was "an important step in the right direction for the Korean peninsula."
+Today, Subtropical Storm Jerry, the tenth named storm of the 2019 Atlantic hurricane season, has formed in the Atlantic Ocean.
+The National Hurricane Center (NHC) says that as of now, Jerry is not a threat to land.
+The U.S. Army Corps of Engineers said six inches of rainfall could cause previously damaged levees to breach.
+The Ninth Ward, which was devastated by Hurricane Katrina's 20-foot storm surge, is once again surrounded by water as a nearby levee has been breached.
+Water was flowing over a 100-foot-wide dam on the property.
+Speaking to Viking News last month, community manager Adam Querden expressed his dismay at the deletions.
+“He’s been lying to us all along. Firstly, by saying it was for legitimate reasons. Secondly, by pretending he was listening to us and then deleting our work.”
+Community backlash has led to ongoing efforts to draft a policy on sexual content for the site, which hosts millions of media under open licenses.
+The work was mostly theoretical, but the program was designed to simulate observing the Sagittarius Galaxy.
+The effect the team was looking for would be caused by the tug of gravity between the dark matter in the galaxy and the dark matter in the Milky Way.
+Just as the Moon pulls on the Earth, causing the tides, so the Milky Way pulls on the stars in the Sagittarius constellation.
+Scientists have been able to conclude that dark matter interacts with other dark matter in the same way as normal matter.
+This theory suggests that most of the dark matter in the galaxy is located around the galaxy in a diffuse halo and is composed of tiny particles.
+Television reports showed white smoke billowing from the plant.
+Local authorities have warned residents living near the plant to stay indoors, turn off air conditioners and not to drink tap water.
+The Japanese nuclear agency said traces of radioactive cesium and iodine had been found in the soil of the planet.
+Officials suggested that this may indicate that the containers holding the uranium fuel may have been damaged and leaking.
+Dr. Tony Moll has discovered an extremely drug-resistant form of tuberculosis (XDR-TB) in South Africa's KwaZulu-Natal province.
+In an interview, he said that the new strain is "extremely concerning and frightening in terms of its lethality."
+Doctor Mole believes that some patients may have contracted the virus in the hospital, and at least two of them were healthcare workers.
+During one year, an infected person can infect 10 to 15 close contacts.
+However, the incidence of TB/HIV co-infection remains high, with 6,000 people out of 330,000 South Africans contracting TB every day.
+The two satellites, each weighing more than 1,000 pounds, were traveling at about 17,500 miles per hour when they collided above Earth at an altitude of 491 miles.
+Scientists say the impact was a giant explosion.
+Scientists are still trying to figure out the size of the asteroid and the impact it will have on Earth.
+The U.S. Defense Department's Strategic Command is tracking the debris.
+The results of the aerial surveys will be published on a public website.
+An Ohio doctor who worked at Children's Hospital of Pittsburgh in Pennsylvania will be charged with murder in the death of her mother, who was found dead in the trunk of her car Wednesday, authorities said.
+Dr. Malar Balasubramanian, 29, was found dead along the side of the road in Blue Ash, Ohio, which is about 15 miles north of Cincinnati, wearing only a shirt and underwear and apparently under the influence of drugs.
+She sent the officers to her black Oldsmobile Intrigue, which was parked 500 feet away.
+They found the body of S. Balasubramanian, 53, covered in a blanket in a pool of blood.
+Police said the body had been there for about a day.
+The first cases of the disease were reported at the end of July.
+The disease is transmitted by pigs and then through mosquitoes to humans.
+The outbreak has prompted the Indian government to deploy pig catchers in affected areas, distribute thousands of mosquito nets and spray pesticides.
+In addition, the authorities promised to provide several million doses of the encephalitis vaccine, so that medical institutions will be ready for the next year.
+Plans to deliver vaccines to the country's hardest-to-reach areas this year have been put on hold due to funding shortfalls and other pressing health issues.
+In 1956, Slaney moved to Sweden, where he began working for the Swedish postal service and became chief engraver there three years later.
+He designed more than 1000 stamps for Sweden and 28 other countries.
+His work is so distinctive in quality and detail that he is one of the very few "household names" in stamp collecting. Some specialise in collecting only his work.
+His 1000th stamp in 2000 was the bizarre "Great Swedish Kings" by David Klöcker Ehrenström, which is in the Guinness World Records for being the largest stamp ever issued.
+He has also printed banknotes for many countries, including the portraits on the new Canadian $5 and $100 banknotes.
+Gibson was taken to a hospital, where he was pronounced dead a short time later.
+The 64-year-old lorry driver was uninjured in the crash.
+The lorry itself was recovered from the scene later that day at about 12:00 BST.
+A woman who works in a nearby garage said: "There were children waiting to cross who were screaming and crying."
+They all fled the scene of the accident.
+Other issues on the Bali agenda include saving the world's remaining forests and technology transfer to help developing countries grow without dirtying the environment.
+The UN also hopes to finally establish a fund to help developing countries cope with global warming-related impacts.
+The money could be used to protect homes from flooding, better manage water resources and increase crop diversity.
+Fluke wrote that some people's efforts to stop women from talking about women's health were futile.
+She came to this conclusion after receiving an overwhelming amount of positive feedback and support from women and men who argued that medical contraception is a medical necessity.
+Following the fight, about 40 inmates remained in the yard refusing to return to their cells.
+Talks were ongoing to try to resolve the situation but it was not clear what the inmates' demands were.
+Between 22:00 and 23:00 GMT, fellow inmates started a fire in the courtyard.
+Soon after, riot officers in riot gear entered the yard and forced the inmates into a cell using tear gas.
+Firefighters and rescue crews eventually contained the blaze at 11:35 p.m.
+After the dam was built in 1963, seasonal flooding that brought sediment to the river was reduced.
+This landscaping was necessary to create reefs and beaches for wildlife to use as habitats.
+As a result, two species of fish have become extinct and another two are facing the threat of extinction, including the bullhead shark.
+Although the water level is only expected to rise a few feet above flood stage, officials are hoping that will be enough to replenish eroded beaches downstream.
+No tsunami warning was in effect and Indonesia's geophysics agency said none was expected because the quake was below magnitude 6.5.
+With no tsunami threat, residents began leaving offices and homes on their own.
+While Winfrey said goodbye with tears in her eyes, she made sure to let viewers know that she wasn't going away for good.
+“It won’t be a farewell, it will be a goodbye and a hello to the next chapter.”
+Namibia's presidential and parliamentary election results point to a comfortable win for incumbent Hage Geingob.
+The ruling party, the South West Africa People's Organization (SWAPO), has also won a majority in parliamentary elections.
+Coalition and Afghan troops have moved into the area to provide security and another coalition aircraft has been sent to help.
+The crash happened in mountainous terrain and is believed to be the result of hostile fire.
+Bad weather and the rugged terrain have been hampering the search for the crash site.
+Médecins Sans Frontières and the World Health Organization have described it as the worst outbreak in the country's history.
+Richard Weermark, a spokesperson for Doctors Without Borders, said, "Angola is approaching the worst outbreak in its history and the situation in Angola remains very serious."
+The games got underway at 10am in glorious sunshine and, apart from a brief shower in the morning, it was an ideal day for sevens rugby.
+South Africa, the top seed in the tournament, got off to a good start with a comfortable 26-00 win over Zambia, the fifth seeds.
+South Africa's women appeared short of match practice in their opening game of the tournament, but they improved as the game went on against their southern neighbours.
+They stood out with their disciplined defence, their neatness in possession and their cohesion as a team, and it was no surprise that they proved to be a tough nut to crack.
+Officials from the city of Amsterdam and the Anne Frank House say the tree is infested with a fungal disease and is a danger to public health, as they believe it is about to fall down.
+It was due to be dismantled on Thursday but was saved by a last-minute court order.
+All of the entrances to the caves collectively known as the "Seven Sisters" are at least 100 metres (328 feet) in diameter, and some are as large as 250 metres (820 feet).
+The temperature variation between night and day on the infrared images is consistent with it being a cave.
+“During the day they’re colder than the ground around them, and at night they’re warmer.”
+Their thermal behavior is not as stable as in large caves on Earth, which often maintain a fairly constant temperature, but it does suggest they should be deep pits in the ground, said Glynn Kushner of the U.S. Geological Survey's Astrogeology Science Center and Northern Arizona University at Flagstaff, Arizona.
+Voting in France traditionally does not involve the use of high-tech: voters go one by one into booths and place a pre-printed piece of paper in an envelope bearing the name of the candidate they chose.
+After officials verify a voter's identity, the voter drops the envelope in the ballot box and signs the poll book.
+French electoral law is quite paranoid about keeping track of who does what.
+Since 1988, voting booths have been required to be transparent so that voters and observers can see that no ballots are in the booth at the beginning of voting and none are added except those lawfully cast by voters.
+Candidates can send representatives to observe every step of the process, and in the evening the votes are counted by volunteers under the watchful eye of the scrutineers, following certain procedures.
+The Asus Eee PC, launched worldwide earlier this year to much acclaim for its small size and portability, was the hot product at this month's IT Expo in Taipei.
+But the portable computer market will be radically altered and changed forever after ASUS was awarded the 2007 Taiwanese Sustainable Development Award by the Executive Yuan of the Republic of China in 2007.
+The station's website describes the show as "an old school radio play with a brand new twist!"
+At first, the show was only streamed on the long-running Internet radio station TogiNet Radio, which is dedicated to talk radio.
+In late 2015, Toginet established AstroNet Radio as a secondary station.
+The show was originally voiced by a group of amateur voice actors from East Texas.
+Mass vandalism was reported to be ongoing throughout the night while law enforcement was absent from the streets of Bishkek.
+One onlooker described Bishkek as "falling into anarchy" as groups of people roamed the streets and looted shops selling consumer goods.
+Several residents of Bishkek have accused the protesters from the south of lawlessness.
+South Africa overcame Old Glory (New Zealand) in the Three Nations rugby union match at Royal Bafokeng Stadium in Rustenburg, South Africa.
+The final score was 21-20, a one-point win for All Blacks, extending their winning streak to 15 matches.
+It extended Springboks' losing streak to five matches in a row.
+It was the finals for All Blacks, who have won the trophy 2 weeks ago.
+The final match of the series will be played next week at Ellis Park in Johannesburg, where the Springboks face Australia.
+A moderate earthquake struck western Montana at 10:08 p.m. Monday.
+The U.S. Geological Survey and the National Earthquake Information Center did not receive any immediate reports of damage.
+The earthquake was about 20 km (15 miles) northeast of Dillon and about 65 km (40 miles) south of Butte.
+A lethal H5N1 bird flu strain has been confirmed in a wild duck found dead in marshes near Lyon in eastern France on Monday, the agriculture ministry said.
+France is the seventh European Union country to be hit by the virus, after Austria, Germany, Slovenia, Bulgaria, Greece and Italy.
+Suspected H5N1 cases in Croatia and Denmark remain unconfirmed.
+Chambers is seeking to hold God "responsible for the widespread death and destruction and terrorization of millions and millions of people all over the world."
+The agnostic Chambers denies that his suit is "frivolous" and argues that "anyone can sue anyone."
+The story by Camille Saint-Saens, which was staged at the Opera Bastille in Paris, is about a musician "whose life is defined by his love for drugs and Japan."
+Actors on stage will be seen smoking marijuana cigarettes, and the theater is encouraging viewers to join in.
+Former U.S. Speaker of the House Newt Gingrich, Texas Gov. Rick Perry and U.S. Rep. Michele Bachmann rounded out the top four and five spots, respectively.
+After the results were announced, Huckabee praised Santorum while taking a swipe at Romney, who had run a negative ad against Huckabee in Iowa.
+Perry said, "I'd go back to Texas and take a look at the results of tonight and see if there's a path forward for me in this race," but later said he was staying in the race and would participate in the South Carolina primary on January 21.
+Bachmann, who won the Iowa caucuses in September, has decided to stop her campaign.
+The photographer was taken to Ronald Reagan UCLA Medical Center, where he was later pronounced dead.
+He was in his 20s, according to a release from Biber's office, which said, "Although I was not on scene or involved in this tragic incident, my thoughts and prayers are with the victim's family."
+TMZ, which covers the entertainment industry, reported that the photographer stopped his vehicle on the opposite side of Sepulveda Boulevard and tried to take photos of the officers, before crossing the street to continue taking pictures. A California Highway Patrol officer who stopped to talk to the photographer twice told him to come back.
+The driver of the vehicle that struck the photographer is unlikely to face criminal charges, police said.
+With only eighteen medals to be won on the day, several countries were left without a podium finish.
+They include the Netherlands, where Anna Jochemsen came ninth in the women's standing Super-G yesterday, and Finland, where Kata Saarinen came tenth in the same race.
+Australia's Mitchell Gourley came in 11th in the men's standing super-G, and Czech skier Ondrej Jelinek was 16th in the men's sitting super-G.
+Arly Velasquez of Mexico finished 15th in the men's sitting super-G, and New Zealand's Adam Hall was ninth in the men's standing super-G.
+Visually-impaired skier Maciej Krezel and guide Anna Ogrodzinska of Poland finished 13th in the super-G, and South Korea's Yong Seok Park was 24th in the men's race.
+The UN peacekeepers who arrived in Haiti after the devastating 2010 earthquake have been accused of spreading a deadly cholera epidemic in the country.
+According to the suit, the UN camp's sewage was not properly disinfected, causing bacteria to flow into the Artibonite River, which is one of Haiti's largest.
+There have been no problems with the disease since the 1800s in Haiti.
+The Haitian Institute of Justice and Democracy cited independent studies that suggested the UN's Nepalese peacekeeping battalion may have inadvertently introduced cholera in Haiti.
+Daniel Lantagne, a UN expert on the disease, said the outbreak was probably linked to the peacekeepers.
+Hamilton said the patient was in stable condition at Howard University Hospital.
+The patient had traveled to Nigeria, where there have been several Ebola cases.
+The hospital was following infectious control protocols, including isolating the patient, to prevent any potential spread of infection.
+Before The Simpsons, Simon had worked in a number of shows in a variety of capacities.
+He worked in the 1980s on shows including Taxi, M*A*S*H and The Tracey Ullman Show.
+In 1989, he helped create The Simpsons with Brooks and Groening, and he hired the show's original writing staff.
+Despite leaving in 1993, he has continued to take home tens of millions of dollars per season in royalties and remains an executive producer on the show.
+China's state news agency Xinhua said earlier that the plane had been hijacked.
+The plane was later reported to have received a bomb threat and to have returned to Afghanistan where it landed in Kandahar.
+Earlier reports suggested the plane was heading back to Afghanistan after being denied an emergency landing in Urumqi.
+Aircraft crashes are common in Iran, which has an ageing fleet that is poorly serviced for both civilian and military operations.
+International sanctions made it impossible to buy new planes.
+Three people were killed and three others injured earlier this week when a police helicopter crashed.
+Iran suffered its worst air crash in years last month when a plane headed for Armenia crashed, killing all 168 people on board.
+Another plane had overrun the runway and crashed into a wall in the same month, killing seventeen people.
+Aerosmith Cancel Remaining Tour Dates
+The rock band was scheduled to tour the United States and Canada until September 16.
+The band canceled the tour after frontman Steven Tyler sustained an injury after falling off the stage during a performance on August 5.
+Murray lost the first set in a tie-break after both men held serve in the opening sets.
+Del Potro had the advantage at the start of the second set but again had to be taken to a tie-break where he led 6-6.
+Doctors attended to Patro's shoulder, but he was able to play.
+The program started at 20:30 p.m. local time (1500 UTC).
+Prominent singers across the country have dedicated their bhajans, or devotional songs, to Shri Shyam.
+The evening started with a performance by Sangeet Sharma, followed by Jay Shankar Chaudhary and Chhapan Bhog Bhajan. Radhu Handelwal was the accompanist for Bhajan.
+Lakkha Singh then took over the initiative with a bhajan.
+Baba Shyam was offered 108 dishes made by Saphan Bhog (56 different food items, including sweets, fruits, nuts, dishes and so on, offered to the deity in Hinduism).
+Lakhwinder Singh also presented a Chhapan bhog. Singer Raya Handewal accompanied him.
+Nintendo president Satoru Iwata unveiled the design of the controller for the company's new console, the Nintendo Revolution, at a press conference for the Tokyo Game Show on Thursday.
+The controller, which resembles a TV remote, uses two sensors located near the user's TV to triangulate its position in three dimensions.
+This will allow gamers to have more control over their actions and movements in video games by moving the device in the air.
+Jankarlo Fisichella lost control of his car and crashed out shortly after the start.
+His teammate Fernando Alonso led for much of the race but also came in soon after his pit stop for what appeared to be a right front tire gone flat.
+Schumacher was out shortly after Alonso after some suspension damage in a series of wheel-to-wheel battles.
+She's very nice, and she sings beautifully," he said, according to a transcript of the press conference.
+It got to me down to my bones every time I rehearsed.
+Within about 3 minutes after launch, ground cameras showed numerous pieces of the insulation foam shedding from the fuel tank.
+However, it is believed that they did not cause any damage to the shuttle.
+NASA shuttle program manager Wayne Hale Jr. said the foam came off "at a time of our launch countdown that we don't like to see."
+Within five minutes the wind had picked up to 70 km/h (43 mph), and within another minute it had reached 80 km/h (50 mph)... then it started raining, and it was raining so hard that it was stinging your skin, and then hail started coming down, and people were running and screaming and bumping into each other.
+I lost my sister and her friend, and then I saw two disabled people in wheelchairs, people just jumped over them and pushed them," said Arman Versace.
+NHK also reported that the Kashiwazaki Kariwa nuclear power plant in Niigata prefecture is operating normally.
+Hokuriku Electric Power Co. said there were no immediate reports of damage from the quake and that reactors 1 and 2 at its Shika nuclear power plant had been shut down.
+Nearly 9,400 homes were without water and about 100 were without power in the region, officials said.
+Some roads were damaged, rail services were disrupted in the affected areas and Noto airport in Ishikawa prefecture remained closed.
+One of the bombs exploded outside the governor's office.
+Three more bombs were detonated near the government building in the next two hours.
+Some reports suggested the official death toll stood at eight, with another 30 people treated for injuries, but the final toll was not known.
+Cyanuric acid and melamine were found in samples of pet urine collected from animals that died after eating the tainted feed.
+Scientists from the university said that as a result of the reaction between the two substances, crystals are formed that can block the work of the kidneys.
+Researchers observed crystals forming in cat urine when melamine and cyanuric acid were added.
+The chemical composition of these crystals matches that of the ones found in the animals' urine, when analyzed by infrared spectroscopy (FTIR).
+I don't know if you are aware of this or not, but most goods from Central America come into this country duty free.
+After all, eighty percent of our goods were taxed at Central American rates. We are on your side.
+I thought it didn't make any sense, it was definitely dishonest.
+All I have to say to people is this - treat me good and I'll treat you good.
+California Governor Arnold Schwarzenegger has signed legislation that will ban the sale or rental of violent video games to minors.
+California bill would require violent video games sold in state to have "18+" rating, fine retailers $1,000 for selling to minors
+The main state prosecutor in the case, Crown Advocate James Wolffe, announced this morning that both Hynes and Price will be indicted.
+Hugh will step down and be replaced by Ed Davey in a cabinet reshuffle tipped to see Norman Lamb take on the trade and industry role vacated by Davey.
+Hughes and Hewitt are due to appear at Westminster Magistrates' Court on February 16.
+Nicholas Alden, 25, and Zachary Cuddeback, 21, were killed in the crash. Cuddeback was driving.
+Edgar Vergara suffered a hand and jaw injury and Christopher Schnieder required facial reconstruction.
+Schneider suffered a skull fracture, was left partially blind in one eye, lost part of his skull and underwent facial reconstruction using titanium plates.
+Schneider testified via video link from a U.S. Air Force base in his home country.
+In addition to Wednesday's race, Karpanyuk competed in two individual races at the Championships.
+It was her first slalom race, where she received a DNF (did not finish) in the first run. 36 of 116 competitors received the same result in that race.
+In the second run of the giant slalom she finished in tenth place in the women's sitting category with a total time of 4:41.30, 2:11.60 minutes behind Austrian Claudia Lesch who took first place and 1:09.02 minutes behind Hungarian Zsója Donáth who came in ninth.
+Four skiers in the women's sitting group did not finish their runs and 45 of the 117 skiers did not finish their races in the super-G.
+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 for raping the Swiss woman and recovered her stolen mobile phone and laptop."
+The accused have been identified as Baba Kandhar, Bhootha Kandhar, Rampro Kandhar, Gaja Kandhar and Vishnu Kandhar.
+The accused was produced before the court with his face covered, said Chandrashekhar Solanki, additional commissioner of police.
+Although three people were inside the house at the time of the crash, no injuries were reported.
+However, the rider suffered head injuries.
+The road was closed for some time as emergency services attended the crash, which involved a red Audi TT.
+He was initially taken to James Paget Hospital in Great Yarmouth.
+He was later transferred to Addenbrooke's Hospital in Cambridge.
+Adekoya has appeared at Edinburgh Sheriff Court, charged with the murder of his son.
+She is out on bail and awaiting trial, but the testimony of any witnesses could be discounted as hearsay, as her image has been widely disseminated.
+It is standard practice in other parts of the UK, but Scottish justice works in a different way and judges considered the publication of the photographs to be potentially prejudicial.
+Professor Pamela Fergusson, of Dundee University, said: "Journalists, of course, are putting themselves at risk by publishing photos and other data of suspects.
+A spokesperson for the Attorney General's Office, which oversees the prosecution of the case, said no further comment would be made until the indictment is returned.
+The document, according to the source, will address the conflict surrounding borders that Palestine seeks to establish on the basis of pre-1967 borders.
+Other issues likely to be discussed include the future of Jerusalem, which is holy to both peoples, and the status of the Jordan Valley.
+Israel has insisted on maintaining a military presence in the valley for ten years after the agreement is signed, while the PA has been willing to settle for five years.
+Hunters had to be carefully monitored by rangers to ensure they were only targeting pests and to assess the effectiveness of the hunt.
+The partnership with UNPZ and the Australian Sporting Shooters Association (ASSA) has seen the recruitment of qualified volunteers to assist with ASSA's hunter education program.
+According to Mick O'Flannaghan, acting director of the National Parks and Wildlife Service, the four shooters selected to carry out the first cull have been provided with the necessary safety instructions and have been trained.
+Martelly was sworn in yesterday as the new interim president of Haiti's nine-member provisional electoral council (CEP).
+It is the fifth time in four years that Martelly has convened a temporary electoral council.
+Last month, a presidential commission recommended the ouster of the previous CEC as part of a package of measures to pave the way for new elections.
+The commission was set up in response to massive protests against the regime that started in October.
+Violent protests have sometimes been triggered by election failures, some of which have been ongoing since 2011.
+About 60 overheated iPhones have been reported, resulting in six fires and minor burns to four people.
+Japan's Ministry of Economy, Trade and Industry (METI) said it was aware of 27 incidents related to the devices.
+Last week, METP announced that Apple had disclosed another 34 incidents of overheating, which the company described as "non-critical."
+The ministry said in a statement that Apple's delay in releasing the report was a "big disappointment."
+The earthquake struck near the Mariana Trench at 7:19 a.m. local time (7:19 p.m. Greenwich Mean Time) Friday.
+The Northern Mariana Islands Office of Emergency Management said there were no reports of damage in the country.
+The Pacific Tsunami Warning Center said there was no tsunami threat.
+A former Philippine police officer held Hong Kong tourists captive after hijacking their bus in Manila, the Philippine capital.
+Rolando Mendoza fired at the tourists with his M16 rifle.
+Several hostages were able to escape. At least six hostages have been confirmed dead.
+Six hostages, including children and an elderly woman, were released earlier, along with the Filipino photographers.
+Photos later showed Mendoza taking the woman's place, because she had to go to the bathroom. Mendoza was shot.
+Liggins followed in his father's footsteps by pursuing a medical career.
+He qualified in obstetrics and gynaecology and joined the National Women's Hospital in Auckland in 1959.
+While working at the hospital, Liggins began studying preeclampsia in his spare time.
+His research showed that the hormone accelerates the development of the baby's lungs during embryonic development.
+The Xinhua News Agency reported that on Wednesday state investigators recovered two flight data recorders (FDRs) from the wreckage.
+Luna's fellow fighters also paid tribute to him.
+Tommy Driemler said, "Luna was the first Queen of Extreme. My first manager. Luna died on the night of two months. Pretty unique, just as she was herself. A strong woman."
+Dustin "Goldust" Rhodes commented, "The moon was just as crazy as I am...maybe even more so...I love her and I'll miss her...hopefully she's in a better place."
+Opposition to Australia becoming a republic has risen eight per cent to 14 per cent since the last federal election in 2010, the survey of 1400 people found.
+During the 2010 federal election campaign, Julia Gillard said she believed Australia should become a republic after the reign of Elizabeth II.
+34 per cent of those who took part in the survey said they believed Queen Elizabeth II should be the last monarch of Australia.
+Of those who answered the question, 29 per cent said 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 individual events as well as the 4x100m relay at the Commonwealth Games but his participation has been thrown into doubt by his complaints about his physical state.
+He could not take painkillers because they are banned during the Games.
+On January 25, Curtis Cooper, a mathematician and professor of computer science at the University of Central Missouri, found the largest known prime number.
+Some people confirmed the opening using various gadgets and software before the beginning of February, and this was reported on Tuesday.
+Comets may have been the source of water and organic compounds on Earth, including the building blocks of proteins and of life.
+Scientists hope to understand how planets form, in particular how the Earth formed, as comets have been colliding with Earth for a long time.
+The 53-year-old Cuomo became governor earlier this year and last month signed a bill legalizing same-sex marriage.
+He called the rumors "political gossip and nonsense."
+He is reportedly going to run for president in 2016.
+NextGen is a system that will allow planes to fly more direct routes, saving millions of gallons of fuel per year and reducing carbon emissions, according to the U.S. Department of Transportation.
+It uses satellite-based technology rather than the older ground-based radar, allowing air traffic controllers to see the planes more clearly and give pilots more detailed information.
+No extra trains will be running and there will be no overground services to Wembley and there will be no car parking or park and ride available at the ground.
+Fears over the lack of travel have led to suggestions the game could be played behind closed doors.
+A new species of bird has been discovered in the Galapagos islands of Ecuador, according to a study published on Thursday in the journal Science.
+Researchers from Princeton University in the United States and Uppsala University in Sweden said the new species had evolved in just two generations, although it was thought to take much longer due to the reproduction of the native Darwin's finch, Geospiza fortis, and the immigrant cactus finch, Geospiza conirostris.
+Gold can be made into the most diverse forms. It can be rolled into tiny shapes.
+It can be stretched into a thin wire that can be twisted or woven. It can be hammered or bent into sheets.
+It can be made very thin and applied to another metal. It can be made so thin that it was sometimes used to decorate hand-painted books which were called "illuminated manuscripts".
+This is called the pH of a chemical substance. An indicator can be made using red cabbage juice.
+The color of cabbage juice changes depending on how acidic or alkaline (basic) the chemical is.
+The pH is the concentration of hydrogen ions (H+) in a solution.
+Hydrogen ions are protons that have lost their electrons (because the hydrogen atom is just a proton and an electron).
+Mix the two powders by gently rotating the container, and then shape the mixture into a ball using your clean, wet hands.
+The moisture in your hands will react with the outer layers to give rise to weird sensations and form something like a skin.
+The toilets, connected to a sophisticated sewerage system, were found in almost every house in the cities of Harappa and Mohenjo-daro.
+Remains of sewerage systems were found in the Minoan towns of Crete and Thera in Greece.
+The ancient Egyptians, Persians, and Chinese also had toilets. In the Roman civilization, toilets were sometimes part of public baths, where men and women went in mixed groups.
+When you talk to someone who is thousands of miles away from you, you are using a satellite.
+The satellite in space receives a call and then almost immediately reflects it back.
+The satellite was launched into space by a rocket. Scientists use telescopes in space because the Earth's atmosphere blocks some of the light and what we see.
+A healthy rocket at least 100 feet tall is required to launch a satellite or telescope into space.
+The wheel has changed the world in an incredible way. The most important thing the wheel has done for us is that it made transportation much easier and quicker.
+It gave us trains, cars, and many other means of transportation.
+Below are more medium-sized cats that eat medium-sized prey, from rabbits to antelopes and deer.
+Many small cats, particularly feral cats, hunt for smaller prey such as insects, rodents, lizards and birds.
+The secret to their success lies in the concept of the "niche" - a unique position that each cat holds that keeps it from competing with others.
+Lions are the most social cats and live in large groups called prides.
+A pride can range in size from one to thirty or more adult males, females, and cubs.
+Women are usually very closely related to each other, being a large family of sisters and daughters.
+Lionesses hunt in a manner similar to wolves or dogs, and are just as dangerous to their prey, which is why they are so much like lions (rather than other big cats) in their behavior.
+The tiger, a fully developed athlete, can climb trees (though not very well), swim, jump far, and beat five grown men in a fight.
+Tigers are part of the same family (Panthera) as lions, leopards and jaguars and are the only cat that can roar.
+The tiger's roar is not as loud as the lion's roar, but it is more of a scream than a roar.
+Ocelots like to eat small animals. They hunt monkeys, snakes, rodents and birds, if they can. Nearly all of the animals the ocelot hunts are smaller than the ocelot.
+Scientists have suspected that ocelots hunt and track their prey by scent, following the prey's scent on the ground.
+They have excellent night vision and are very quiet in their movements. The ocelots hunt their prey by stalking in the undergrowth and then launching an ambush attack.
+When a small group of organisms (a small population) becomes isolated from the rest of the population to which they belong (e.g. if they move over a mountain range or across a river, or if they move to an island and thus cannot easily return), they may often find themselves in a different environment from the one they came from.
+In this new environment, there are different resources and different competitors, so the new species will need to develop new traits or become a more formidable competitor than it was before.
+The native population hasn't changed at all - they still need the same kind of adaptation as before.
+Over time, as the new population begins to adapt to their new environment, they begin to look less and less like the other population.
+Eventually, after thousands or even millions of years, these two populations will become so different that they can no longer be considered the same species.
+This process is called speciation, which is the evolutionary process that creates new species. Speciation is an inevitable outcome and an extremely important component of evolution.
+Plants produce the oxygen that humans need to breathe and they take in the carbon dioxide that humans breathe out (i.e. exhale).
+Plants make food for themselves out of sunlight with 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 plants.
+Mosasaurus was a top predator in its time and was not afraid of anything except other mosasaurs.
+Its jaws were lined with more than 70 razor-sharp teeth, in addition to a bone-crushing set of molars in the back of its jaw, meaning there was no way its prey could have escaped.
+We don't know for sure, but he may have had a split tongue. His diet consisted of turtles, sharks, other mosasaurs, and possibly even cannibalism.
+It also attacked anything that went in the water; even a giant such as the Tyrannosaurus rex would have been outmatched by it.
+The Romans ate much the same things as we do, but they also had some bizarre and exotic banquets, including wild boar, porpoise, snails and a rodent called the wolffish.
+Another difference was that while the poor and women ate while sitting on chairs, rich men preferred to have communal banquets where they would lie on their sides while eating.
+The diet of the ancient Romans could not have included products that were brought to Europe and Asia hundreds of years later.
+For instance, they did not have corn, tomatoes, potatoes, cocoa, or chicken. No ancient Roman ever tasted a hot dog.
+The Babylonians built a separate central temple for each of their gods, which was considered to be the home of the god.
+People brought offerings to the gods, and the priests sought to please the gods through ritual and festivals.
+Each of the temples had an open courtyard, and then an inner sanctuary which was only entered by the priests.
+Sometimes special pyramid-shaped towers were built as part of temples and were called ziggurats.
+The top of the tower was a special sanctuary of the god.
+In the warm climate of the Middle East, houses were not as important.
+Much of this Jewish family's life was outdoors.
+Women cooked outside, and shops were simple open counters on the street. Stone buildings were the norm.
+There were no large forests in Canaan, so timber was very expensive.
+Greenland was sparsely inhabited. In the Viking Sagas, Erik the Red is said to have been banished from Iceland for murder and, roaming westward, he discovered Greenland and gave it the name Greenland.
+But even though it was discovered, it was already inhabited by the Inuit at the time.
+Although all the countries were "Scandinavian", there were many differences between the people, kings, customs and history of Denmark, Sweden, Norway and Iceland.
+If you saw the movie National Treasure, you may believe that the map to the treasure was written on the back of the Declaration of Independence.
+However, this is not true. While there is something written on the back of the document, it is not a treasure map.
+The back of the Declaration of Independence contains the words "The Original Declaration of Independence, dated July 4, 1776." The text is upside down at the bottom of the document.
+There is no record of the artist, but it is known that the document (29 3/8" by 24 1/2") was folded when it was first created.
+Thus, it's quite possible that the recording was added just as a tag.
+As a result of the D-Day landings and subsequent battles, northern France was liberated but southern France was still occupied.
+It was ruled by the French Vichy government, which were the French who signed a peace treaty with the Germans in 1940 and worked with the invaders rather than resisting them.
+On August 15, 1940, the Allies invaded southern France in an operation code-named "Dragoon".
+In just two weeks the Americans and the Free French forces had cleared the south of France and were on the way to Germany.
+A civilization is a unique culture developed by a large group of people living together and working collectively, i.e. a society.
+The word "civilization" is derived from the Latin word "civilis", which means "being a citizen", from "civis", meaning "a citizen" and "civitas", meaning "a city" or "a city-state", which more or less defined the size of the society.
+City-states can be considered precursors to nations. Civilized culture involves knowledge passed down over several generations, a persistent cultural identity, and widespread dissemination.
+Smaller civilizations often leave no significant historical evidence and thus are not recognized as fully-fledged civilizations.
+During the War of Independence, thirteen states first formed a weak central government—the Congress was the sole component—in accordance with the Articles of Confederation.
+The Congress was not authorized to levy taxes, and as there was no national executive or judiciary to enforce its acts, the states had to cooperate to implement them.
+He also did not have the power to override state taxes and regulations.
+The articles required the unanimous consent of the states before they could be altered, and the states were so distrustful of central authority that their representatives were often absent.
+The Italy national football team, along with the Germany national football team, is the second most successful football team in the world, having won the FIFA World Cup in 2006.
+Sports widely known include association football, basketball, volleyball, water polo, fencing, rugby, cycling, ice hockey, roller hockey and Formula 1 car racing.
+Winter sports are by far the most popular in the northern regions, where Italians compete in international and Olympic events.
+Japan consists of approximately 7,000 islands (the largest of which is Honshu), making it the world's 7th largest island country!
+Geographically, Japan is often thought of as an archipelago because of its cluster/group of islands.
+The beginnings of Taiwan can be traced back to the 15th century, when European mariners, while sailing by, noted the island's name as Ilha Formosa, or Beautiful Island.
+In 1624, the Dutch East India Company established a branch in the southwest of Taiwan, beginning the transformation of indigenous grain production and hiring Chinese laborers to work on its rice and sugar plantations.
+In 1683, the Qing Dynasty (1644–1912) took control of the western and northern coastal areas of Taiwan and established Taiwan as a province of the Qing Empire in 1885.
+In 1895, after the Qing government's defeat in the First Sino-Japanese War (1894–1895), the Qing government was forced to sign the Shimonoseki Treaty, under which it ceded sovereignty over Taiwan to Japan, which governed the island until 1945.
+Machu Picchu is composed of three main structures: the Intihuatana, the Temple of the Sun and the Room of the Three Windows.
+Most of the buildings around the complex have been remodeled to give visitors a better idea of what they looked like originally.
+By 1976, thirty percent of Machu Picchu had been restored and restoration continues to this day.
+For example, the world's most common film format for still photography is 35 mm, which was a mainstream format at the end of the era of analog photographic film.
+It is still made today, but what is more important is that its aspect ratio has been adopted as the standard for digital camera image sensors.
+The 35mm format is actually a little tall, 36mm by 24mm.
+The ratio of the sides of this format (divided by 12 for a simple whole-number ratio) is thus 3 by 2.
+Many common formats (e.g. the family of JPEGs) are equal to or very close to this ratio.
+The rule of thirds is a simple guideline that creates dynamic images while still maintaining a sense of order.
+According to it, the most effective placement for the main object is at the intersection of lines that divide the grid into three thirds both vertically and horizontally (see the example).
+During this period of European history, the wealthy and powerful Catholic Church was under close scrutiny.
+For more than a thousand years, Christianity has held Europe together in all its diversity of languages and customs.
+His ubiquitous power touched everyone from the king to the commoner.
+One of the central tenets of Christianity is that wealth is to be used to alleviate the suffering and poverty of others, and the money the church collects is meant to be used for that purpose.
+For more than a thousand years, the central authority of the church had been in Rome, and the concentration of power and wealth there had led many to doubt whether the church was really living up to this claim.
+Shortly after the outbreak of hostilities, Britain instituted a naval blockade of Germany.
+The strategy was effective. Though the blockade was in violation of international law codified in several multilateral treaties of the last two centuries, it cut off vital military and civilian supply routes.
+Britain mined international waters to prevent enemy ships from entering certain areas of the ocean, and even neutral vessels were at risk.
+Because of the limited response to this tactic, Germany expected a similar reaction to their unrestricted submarine warfare.
+During the 1920s, pacifism and isolationism were the overwhelming moods of most citizens and nations.
+Aware of the horrors and brutality of World War I, nations sought to avoid such a future.
+In 1884, Nikola Tesla moved to the United States to seek employment at Edison's company in New York.
+He came to the United States with four cents in his pocket, a collection of poems and a recommendation letter from Charles Batchelor (his former employer) to Thomas Edison.
+In ancient China, different periods of time were represented in a unique way; each development of the country or each ruling family that became a great dynasty.
+In addition, each dynasty was separated by a period of disunity known as the Warring States period, which lasted for 60 years between the Zhou Dynasty and the Han Dynasty.
+This was a time of intense warfare between many of the lords vying for the throne.
+The Three Kingdoms period was one of the bloodiest in Chinese history, with thousands dying in battles for the throne in the grand palaces of Xi'an.
+There were many social and political influences, such as the introduction of the metric system, the change from absolute to republicanism, nationalism and the belief that the state is owned by the people not just one individual ruler.
+Also, after the Revolution, workplaces were opened for all men who wanted to work, giving the most ambitious and talented people the opportunity to succeed.
+The same was true in the military, where ranks were no longer based on class but on merit.
+The French Revolution also inspired many members of other countries' working classes to start their own revolutions.
+Muhammad was deeply interested in the questions that went beyond this worldly life. He often went to a cave called Hira' in Jabal Nur (Mountain of Light) to meditate.
+The actual cave that survived to this day gives a very vivid idea of the spiritual inclinations of Muhammad.
+The cave is located on top of one of the mountains north of Mecca and is completely isolated from the rest of the world.
+It is actually quite difficult to find, even if you know it is there. Once inside the cave, you are completely isolated.
+There is nothing to see except for the pure, beautiful sky above and the numerous mountains all around. Very little of this 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 Ancient World to have survived to the present day.
+The Great Pyramid of Giza, built by the Egyptians in the third century B.C., is one of several large pyramids built to honor a dead pharaoh.
+The Giza Plateau, also known as the "Necropolis of Giza", is the site of several pyramids (the largest being the Pyramid of Khufu), small pyramids, tombs, and the Great Sphinx in Egypt.
+The Great Pyramid was built for King Cheops and many smaller pyramids, tombs and temples were built for his wives and other members of his family.
+The upward-pointing arrow looks like a V, while the downward-pointing arrow looks like a hook or a square with no bottom.
+Up means that you have to start from the head and push the bow, and down means that you have to start from the frog (where your hand holds the bow) and pull the bow.
+The upward motion of the bow causes the bow to make a softer sound, whereas the downward motion of the bow is stronger and more forceful.
+Don't be afraid to add in your own bowings, but take note that printed bowings for stringed instruments are not without meaning, so they are usually worth taking heed of.
+On October 6, 1789, a mob of women from the market forced the terrified King Louis XVI, Queen Marie-Antoinette, their two young children (11-year-old Marie-Thérèse and four-year-old Louis-Charles), and King Louis' sister Madame Elisabeth to leave Versailles and return to Paris.
+They went back to Paris in the carriage, surrounded by a mob shouting abuse and threatening the king and queen.
+The crowds had forced the king and queen to keep the windows of their carriage open.
+At one point, a gang member waved the bloodied head of a King's Guard beheaded at Versailles in front of the terrified queen.
+It was the Filipino people themselves who bore the brunt of the military expenses of the American imperialist invasion of the Philippines.
+They had to pay taxes to the U.S. colonial government to cover for much of the expenses and interest payments on loans made by the U.S. government to the Philippine government through Wall Street banks.
+It would, of course, be the crowning achievement of U.S. imperialism were the Filipinos to be made to pay for their long resistance.
+To understand the Templars, it is necessary to understand the context in which the order was created.
+The age in which these events took place is often referred to as the High Middle Ages, the period of European history between the 11th, 12th and 13th centuries (1000–1300 AD).
+The Middle Ages were preceded by the Early Middle Ages and followed by the Late Middle Ages, which ended around 1500.
+Technological determinism is the idea that the development of technology more or less determines the course of history.
+Most interpretations of technological determinism hold two general ideas: that the development of technology as such follows a path that is largely independent of cultural and political influences; and that technology in its own right has "influence" on the societies it affects, which are largely inevitable rather than socially constructed.
+For instance, someone might argue that the car must inevitably lead to the construction of roads.
+However, the national road network is economically inefficient for a small number of cars, so new car manufacturing techniques are being developed to bring down the cost of owning a car.
+The invention of the car was also instrumental in road traffic accidents becoming a significant cause of injury. This in turn has led to the development of advanced trauma care methods in the field of healthcare.
+Romanticism had a significant element of cultural determinism, with writers like Goethe, Fichte, and Schlegel.
+In the context of romanticism, geography formed the individual, and over time customs and culture associated with a geography were established and they, in harmony with the society, were better than the arbitrary laws imposed.
+Likewise, as Paris is known as the modern world's fashion capital, Constantinople was the fashion capital of the medieval world.
+It is known for being the center of luxury from about 400 AD until about 1100 AD.
+Its decline in the 12th century was largely due to the Crusaders bringing back goods such as silk and spices, which were more valuable than those available in the Byzantine markets.
+It was around this time that the title "Capital of Fashion" moved from Constantinople to Paris.
+The Gothic style reached its peak in the period between the 10th and 11th centuries and the 14th century.
+At first, the clothing of the easterners was strongly influenced by the Byzantine culture.
+However, due to the slow channels of communication, western styles may be 25–30 years behind.
+During the late Middle Ages, Western Europe began developing its own distinct style. One of the great innovations of the Crusades was the invention of the zip fastener.
+A homestead farm is one whose purpose is to produce enough food to sustain the farmer/farmer's family.
+Natural farming is a simple, often organic, system which uses locally available seed indigenous to a particular ecoregion, with crop rotation and other relatively simple techniques to achieve high yields.
+Historically, most farmers were engaged in subsistence farming and this still holds true in many developing countries.
+Subcultures bring together like-minded individuals who feel disenfranchised by the mainstream and help them to form a sense of identity.
+Subcultures can be defined by age, ethnicity, social class, location, and/or gender.
+The characteristics that define a subculture may be linguistic, aesthetic, religious, political, sexual, geographic, or some combination of factors.
+Members of a subculture often identify themselves through a distinct style that may include clothing, manners, and jargon.
+One of the most common ways to illustrate the importance of socialization is to take a number of sad stories of children who grew up in neglect, abuse, or deliberate cruelty and were not socialized by adults.
+These children are sometimes called "jungle children" or "wild children" and are often kept in captivity by humans (often the children's own parents); in some cases the parents abandon the children out of disgust for their severe mental or physical disabilities.
+It is possible that these feral children were victims of abuse or suffered serious injury before they were abandoned or ran away.
+Some were said to have been raised by animals; others were said to have lived alone in the wilderness.
+The feral child, raised by animals, behaves much the same (within the bounds of physical possibility) as the corresponding care-giving animals do, e.g. fearing or ignoring humans.
+While project-based technologies are supposed to make learning easier and more fun, scaffolding goes further.
+Coaching is not a teaching method but rather an aid to people who are learning new things, such as a new computer program or starting a new project.
+Scaffolding can be virtual or real, in other words, the teacher is doing the scaffolding just like the little person in Microsoft Office who pops up and tells you what to do.
+Virtual lockers in the software are designed to ask, suggest and explain procedures that may be difficult for students to learn on their own.
+Children are taken into care for a number of reasons which can range from neglect to abuse and even violence.
+No child should be raised in an environment devoid of care, attention, and nurturing, but they do.
+We feel that the foster care system needs to be a safe place for these children.
+Our foster care system provides safe homes, loving caregivers, stable schools, and dependable health care.
+The foster care experience should provide what was lacking in the home from which they were removed.
+The Internet provides both mass communication and interpersonal communication.
+The distinctive characteristics of the Internet have led to additional dimensions of use and enjoyment.
+For instance, "learning" and "socialization" are often cited as significant motivations for Internet use (James et al., 1995).
+“Personal involvement” and “sustained relationships” were also cited as new aspects of motivation by Eigel and McCord (1998) in their study of audience reactions to web sites.
+The use of video recordings has led to important discoveries in the interpretation of micro expressions - fleeting facial movements that last a fraction of a second.
+In particular, they argue that it may be possible to tell if someone is lying by correctly interpreting micro-expressions.
+Oliver Sacks pointed out in his article "The President's Speech" that people who are unable to understand language due to brain damage are still able to perceive sincerity.
+He even suggests that such skills in interpreting human behavior may be found in animals, such as domestic dogs.
+A study conducted in the twentieth century revealed that there are two groups of genotypic variability: hidden and expressed.
+Mutation introduces a new genetic variant and selection removes it from the pool of expressed variants.
+Segregation and recombination change the variation between two alleles in each generation.
+It would have been difficult for primates with a digestive system like that of the human to obtain enough amino acids to meet their needs from the available plant resources in the savanna.
+Moreover, if this is not done, it will have serious consequences: depression, malnutrition and eventually death.
+The most readily available plant-based resources would have been proteins contained in leaves and beans but these would have been difficult for a primate like us to digest in their raw state.
+In contrast, animal food (ants, termites, eggs) is not only well digested, but also provides a significant amount of proteins that contain all essential amino acids.
+Taking all these things into account, it should come as no surprise that our ancestors would have tackled the protein question in much the same way as today's chimpanzees in the savannah.
+Sleep interruption is the process of purposefully waking up during normal sleep and falling back asleep within a short period of time (10-60 minutes).
+This can easily be done by using a fairly quiet alarm clock to wake you up without fully rousing you.
+If you find yourself resetting the alarm clock in your dreams, consider moving it to the other side of the room so that you have to get out of bed to turn it off.
+Other options are based on circadian rhythms and involve drinking a large amount of fluid (especially water or tea, a diuretic) right before bed so that you wake up to urinate.
+The amount of inner peace a person has is directly proportional to the level of tension in their body and mind.
+The less the tension, the more positive the vitality. Everyone has the capacity to find absolute serenity and happiness.
+Everyone is capable of enlightenment. The only thing that can prevent us from achieving this goal is our tensions and negativity.
+Tibetan Buddhism is based on the teachings of the Buddha, but it was supplemented by the Mahayana love and many techniques of Indian yoga.
+In essence, Tibetan Buddhism is quite simple. It is composed of kundalini yoga, meditation, and the path of universal love.
+Kundalini yoga activates the energy of kundalini (the energy of enlightenment) through asanas, pranayama, mantra, and visualization.
+The central place in Tibetan meditation is occupied by the yoga of the deities. Through visualization of various deities the energy channels are cleansed, the chakras are activated and the awareness of enlightenment is formed.
+Both Germany and the Soviet Union were enemies during World War II, which led to cooperation between the U.S. and the Soviet Union. After the war, conflicts between the systems, processes, and cultures of these countries led to them falling out.
+Two years after the war ended, former allies became enemies, leading to the beginning of the Cold War.
+It was supposed to last 40 years, and there were real battles between countries' armies on the battlefields from Africa to Asia, in Afghanistan, Cuba and many other places.
+By September 17, 1939, the Polish defense was already broken, and the only hope was to retreat and reorganize along the Romanian plateau.
+However, those plans became obsolete overnight when more than 800,000 Soviet Red Army troops invaded and established the Belorussian and Ukrainian fronts after occupying eastern Poland, thus violating the Ribbentrop–Molotov Pact, the Soviet–Polish Non-Aggression Pact, and other international treaties, both bilateral and multilateral.
+Ships are by far the most efficient way to move people and goods across oceans.
+Traditionally, it has been the task of the Navy to ensure that your country can move its people and goods around while making it hard for your enemy to do the same.
+One of the most notable recent examples of this was the North Atlantic Campaign of World War II, in which the United States worked to get people and supplies across the Atlantic to help Britain.
+At the same time, the German Navy, using mainly submarines, tried to stop this movement.
+If the Allies had failed, Germany could have invaded Britain just as easily as they invaded the rest of Europe.
+Goats were probably first domesticated around 10,000 BCE in the Zagros Mountains of Iran.
+Ancient cultures and tribes began raising them for milk, wool, meat, and leather.
+Herds of goats were usually kept together by goatherds, often children or adolescents, who were more commonly known as herdsmen. These methods of herding are still in use today.
+The first paved road was built in England in the 16th century.
+While the cobbled roads were in essence just two parallel planks of wood, they allowed horses working on them to travel at a higher speed and carry a heavier load than could be managed on the somewhat rougher roads of the time.
+The sleepers were introduced early enough to keep the rails in place, but it became apparent that the rails would be more effective if held down by iron rods.
+It became a regular practice, though the iron wheels gave rise to more wear of the wooden rolling stock.
+Eventually wooden wheels were replaced by iron ones. In 1767, the first all-iron rolling stock was introduced.
+The first known hominid to walk upright was Homo erectus two million years ago.
+Their ancestors, the Australopithecines, didn't walk upright as we do.
+Bipedalism can be seen in the fossil record in Australopithecus dating back 4.2–3.9 million years ago, though the Sahelanthropus may have been bipedal as early as 7 million years ago.
+We can begin to live in a more eco-friendly way, join the environmental movement, and even become activists to try to mitigate future suffering.
+In many cases, this is only to treat the symptoms. However, if we are not willing to just accept a temporary fix, then we need to find the root of the problem and address those issues.
+It is quite obvious that the world has changed dramatically due to the scientific and technological progress of the human race, and problems have become more acute due to overpopulation and the extravagant lifestyle of the human race.
+After Congress passed it on July 4, a printed copy was delivered to John Dunlap, a printer just a few blocks away, who ran off the first broadsides.
+About 150–200 prints were made overnight, now known as the "Danlep broadsides".
+The first public reading of the document was done by John Nixon on July 8 in the backyard of the Independence Hall.
+One was sent to George Washington on July 6, which he read to his troops in New York on July 9. Another was sent to London on August 10.
+It is currently known that 25 of Dunnlap's placards are the oldest surviving copies of the document. The original document is lost.
+Many paleontologists today believe that one group of dinosaurs survived and are still alive today. We call them birds.
+Many people don't think of them as dinosaurs because they have feathers and can fly.
+But birds still have a lot in common with the dinosaurs.
+They have scales and claws on their feet and lay eggs and walk on their hind legs just like Tyrannosaurus rex.
+In fact, virtually all of the computers in use today are based on the manipulation of information represented in the form of binary numbers.
+In a binary number system, there can only be one or two values, e.g. 0 or 1, and in computer jargon these are called binary digits or bits.
+Internal poisoning may not reveal itself immediately. Such symptoms as vomiting are too general to be diagnosed at once.
+The first sign of poisoning may be the presence of an open bottle of medication or toxic household chemicals.
+Read the label for specific first aid recommendations for this particular poison.
+Entomologists formally describe this group of insects as beetles.
+This is a reflection of our long acquaintance with bed bugs, insects that are very well adapted to parasitize humans.
+Both bed bugs and cockroach nymphs are nest-dwelling insects that adapt to living in the nests or dwellings of their hosts.
+It is estimated that there are approximately 400,000 cases of multiple sclerosis (MS) in the United States, making it the most common neurological disease among middle-aged and younger adults.
+Multiple sclerosis is a disease that affects the central nervous system, which comprises the brain and spinal cord, and the optic nerve.
+Women are twice as likely as men to be diagnosed with MS.
+A couple may decide that parenting is not in their best interest or their child's best interest.
+Such parents can decide to create an adoption plan for their child.
+In the case of adoption, the biological parents give up their parental rights so that another couple can take care of the child.
+The main aim of science is to find out about the world using the scientific method. This is the main way in which science is conducted.
+Although it is not only an experiment, the experiment is a test used to disprove one or more possible hypotheses; the attitude of the questions and observations also directs the scientific research.
+Naturalists and philosophers who focused on classical texts, especially the Bible in Latin.
+Aristotle's views on all matters of science, including psychology, were accepted.
+As the knowledge of the Greek language died out, the West became disconnected from its Greek philosophical and scientific roots.
+Many rhythms observed in physiology and behavior are strongly dependent on the presence of endogenous cycles and their entrainment by the biological clock.
+Most living things, including bacteria, fungi, plants and animals, exhibit regular rhythms in their activities which are not just a response to daily or annual changes in the environment.
+Biological clocks are self-sustaining oscillators that will continue a cycle in the absence of external cues.
+The experiment by Hershey and Chase became one of the major hypotheses in establishing that DNA is the genetic material.
+Hersh and Chase used bacteriophages, or viruses, to introduce their own DNA into the bacteria.
+They conducted two experiments, marking the DNA of a bacteriophage with radioactive phosphorus, or the protein of a bacteriophage with radioactive sulfur.
+Mutations can have a wide range of effects, depending on the type of mutation, the significance of the affected part of the genome, and whether or not the mutated cells are cells of the germline.
+Only mutations in the cells of the germ line can be passed on to children, whereas mutations in other parts of the body can cause cell death or cancer.
+Nature tourism draws people who are interested in visiting natural areas to enjoy the scenery, including the flora and fauna.
+Examples of outdoor activities include hunting, fishing, photography, bird watching, visiting parks and learning about the ecosystem.
+Another example is studying and photographing orangutans in Borneo and learning more about them.
+Every morning, people leave their cars in the small provincial towns to go to work and other people pass by in their cars on their way to where they just came from, to go to work.
+In this ever-moving traffic, everyone is more or less connected and supports the car-based transportation system.
+Now science is showing that this massive carbon economy has tipped the biosphere out of its stable state that has supported the evolution of the human race for the past two million years.
+Everyone lives in a society and uses transportation systems. But not everyone complains about them.
+You don't often hear complaints about water quality or bridges collapsing in developed countries.
+Why are transportation systems so dysfunctional, and why do they keep breaking down? Is it because transportation engineers are incompetent, or is there something more fundamental going on?
+Traffic flow is the movement of individual road users and vehicles between two locations, and their interaction.
+Unfortunately, it is difficult to study traffic flows as the behavior of the driver cannot be predicted with 100% accuracy.
+Fortunately, traffic is usually reasonably well behaved; thus, the flow of traffic can be approximately modeled using a mathematical model.
+To better represent the traffic flow, relations were established between three main characteristics: (1) flow, (2) density and (3) speed.
+These ratios help in planning, designing and maintenance of roads.
+Insects were the first animals to take to the air, and their ability to fly helped them avoid predators, find food and partners more easily.
+In most insects the advantage is to be able to fold the wings along the body.
+This opens up a wider range of small places to hide from predators.
+Nowadays, the only insects that can't fold their wings are mayflies and dragonflies.
+Thousands of years ago, a man named Aristarchus said that the whole solar system goes around the sun.
+Some people believed it was true, but a lot of people believed the opposite: that the Solar System revolves around the Earth, including the Sun (and even other stars).
+It seems reasonable since we don't feel the Earth moving, right?
+The Amazon River is the second longest and largest river on Earth. It contains eight times the volume of the world's second largest river.
+The Amazon is also the widest river on Earth, sometimes reaching 6 miles in width.
+As much as 20 percent of the water that flows into the oceans from rivers around the world is Amazon River water.
+The main stem of the Amazon is 6,387 km (3,980 mi) long. It collects water from thousands of tributaries.
+Although stone pyramids continued to be built until the end of the Old Kingdom, the Giza pyramids were never exceeded in size or technical sophistication of construction.
+The ancient Egyptians of the New Kingdom would have marvelled at the buildings left by their predecessors which were already over a thousand years old.
+The population of the Vatican is approximately 800. It is the smallest independent country in the world by population, and also the country with the lowest population.
+Italian is the official language of the Vatican for its legislation and official communications.
+Italian is also a common language for everyday conversations for most of those who work in the country, while Latin is often used in religious ceremonies.
+All citizens of Vatican City are Roman Catholics.
+Humans have known about the basic chemical elements, such as gold, silver and copper, since ancient times, because they can be found naturally and can be obtained using primitive tools with relative ease.
+The philosopher Aristotle put forward the theory that everything is made of one or more of four elements: earth, water, air and fire.
+He envisioned four states of matter (in this order): solid, liquid, gas, and plasma, though he also suggested that they may give rise to new forms of matter to account for what we see.
+Alloys are generally a mixture of two or more metals. Don't forget that there are a lot of elements in the periodic table.
+Elements like calcium and potassium are considered metals. Of course, there are also metals like silver and gold.
+You can also get alloys that include non-metal elements in small amounts, such as carbon.
+Everything in the universe is made out of stuff. The stuff is made out of tiny particles called atoms.
+Atoms are so small that trillions of them could fit in the period at the end of this sentence.
+Therefore, after its appearance, the olive became a good friend for many people.
+Unfortunately, as new writing methods were developed, the status and use of the pencil were reduced.
+Nowadays, people write messages on the computer screen without any need to approach the pencil sharpener.
+We can only guess at what the keyboard will look like when something new comes along.
+The atom bomb works on the principle that it takes energy to bring together the nucleus, which has many protons and neutrons, into a tight ball.
+It's like trying to push an uphill boulder. The splitting of the nucleus again releases some of the energy.
+Some atoms have unstable nuclei, which means they tend to break down into other atoms with a small push or no push at all.
+The surface of the Moon is made out of rocks and dust. The crust of the Moon is called the regolith.
+The moon's mantle is approximately 70 km thick at the near side and 100 km thick at the far side.
+It is thinner beneath the seas and thicker beneath the mountains.
+There may be more lunar maria on the near side because the crust is thinner. The lava was able to reach the surface more easily.
+The theories of persuasion focus on what makes people tick and what they like.
+These theories posit that humans have certain needs and/or desires that are acquired in the process of maturing into adulthood.
+These theories involve certain people and what makes them want to do the things they do and what things in their environment make or don't make them do certain things.
+Two popular content theories are Maslow's Hierarchy of Needs Theory and Herzberg's Two-Factor Theory.
+In general, there are two behaviors that may arise when managers start managing their former peers: They may try to remain "one of the guys" (or gals).
+Such managers tend to have difficulty making unpopular decisions, implementing disciplinary actions, assessing the results of their actions, holding people accountable, and assigning responsibilities.
+At the other end of the spectrum, the person becomes an unrecognizable individual who feels like they have to change everything that the team was doing and do it their own way.
+In the end, the leader is responsible for the success and failure of the team.
+This behavior often leads to conflict between the leader and the rest of the team.
+Virtual teams are held to the same standards of excellence as regular teams, but there are some differences.
+Members of a virtual team often act as points of contact for their real-world counterparts.
+They often have more autonomy than regular team members, since their teams can be based around time zones that may be confusing to the local management.
+The presence of a true "invisible college" (Larson and LaFasto, 1989, p. 109) is also a unique component of the virtual community.
+The Invisible Team is the management team to whom everyone is accountable. The Invisible Team defines the standards by which everyone is judged.
+Why would an organization want to go through the process of establishing a learning organization when it takes so much time? One way that the concepts of organizational learning can be put into practice is through innovation.
+When all available resources are effectively utilized by the functional areas of the organization, creativity and inventiveness may be manifested.
+As a result of this collaborative process, the organization can introduce a new innovative process to meet the customer's needs.
+Before the organization can be innovative, leadership must create a culture of innovation, knowledge sharing, and organizational learning.
+In 2006, "Angel" explained Continuum's approach to helping organizations achieve higher levels of performance.
+Neurobiological findings have provided physical evidence to support a theoretical approach to the study of cognitive abilities. Thus, they have narrowed the scope of the search and made it more precise.
+Scientists have backed up their findings by showing a correlation between the pathology in the brain and behavior.
+It has long been known that various types of brain damage, trauma, lesions, and tumors can affect behavior and produce changes in certain mental functions.
+The advent of new technologies has allowed us to see and study brain structures and processes that no one has ever seen before.
+This gives us a lot of information and material with which to build simulation models to help us understand the processes going on in our consciousness.
+While AI has strong connotations with science fiction, AI is an important branch of computer science that studies the behavior, learning, and intelligence of machines.
+During AI research, machines are made to automate tasks that require intelligent behavior.
+Examples include control, planning and design, answering customer evaluations and questions, and recognizing handwriting, voice and faces.
+These things became separate disciplines in their own right, focusing on real world problems.
+Artificial intelligence is now being utilized in a number of economic, medical, engineering, and defense applications, having been integrated into several home computer and video game applications.
+Tours are an important part of any class, and often the teacher would like to take the students to places that are inaccessible by bus.
+Technology offers a solution in the form of virtual field trips. Students can view museum artifacts or marvel at beautiful art while sitting together in class.
+A virtual tour is also a great way to reflect on a journey and share the experience with future classes.
+For instance, students at Bennett College in North Carolina create a website every year for their trip to the state capital; the website is redone each year but the old ones are kept online as albums.
+Blogging can also help improve a student's writing skills. While students often begin their blogging experience with poor grammar and spelling, the presence of an audience usually encourages improvement.
+As students are usually the most critical audience, bloggers begin to try to improve their writing to avoid criticism.
+Blogging also "encourages students to become more aware of their surroundings." The need to satisfy the audience encourages students to be smart and interesting (Toth, 2004).
+Blogging is a tool that can inspire collaboration and encourage learning beyond the traditional school day.
+The effective use of blogs can encourage students to become more analytical and critical; by actively responding to materials on the web, students can begin to position themselves in relation to other articles, as well as begin to articulate their own points of view on particular issues (Oravetz, 2002).
+Ottawa, Canada's beautiful, bilingual capital, is home to a number of art galleries and museums that showcase Canada's history and present.
+Further south is Niagara Falls and to the north is the pristine wilderness of the Adirondacks and beyond.
+All of these things, and more, are what outsiders think of when they think of Canada.
+The northern areas are quite sparsely populated, and some of them are virtually uninhabited wilderness.
+Another comparison that may surprise many: The U.S. has more African-Americans than Canada has citizens.
+The East African islands are in the Indian Ocean, off the eastern coast of Africa.
+Madagascar is currently the world's largest, and is itself an entire continent in terms of wilderness areas.
+Most of the smaller islands are independent countries or are associated with France and are known for their luxurious beach resorts.
+The Arabs also brought Islam to these lands and it took root in the Comoros and Mayotte.
+European influence and colonialism began in the 15th century with the Portuguese explorer Vasco da Gama finding a sea route around the Cape of Good Hope for Europe to India.
+The region borders the Sahel to the north and the Atlantic Ocean to the south and west.
+Women: All traveling women are advised to say they are married, regardless of their actual marital status.
+It would also be a good idea to wear high heels (but not one that looks too expensive.
+Women need to be aware that cultural differences can mean that what you consider to be harassment will often be seen as flirting, and can include things like following you, grabbing your hand, etc.
+Be firm with the men and don’t be afraid to stand your ground (cultural differences or not, it’s not normal!).
+The present-day city of Casablanca was founded by Berber fishermen in the 10th century CE, and was used as a strategic port by the Phoenicians, Romans, and Marinids under the name of Anfa.
+The Portuguese completely destroyed it and then rebuilt it and called it Casa Branca, but after the 1755 earthquake they left it.
+Under the Moroccan Sultan Moulay Ismail, the city was rebuilt in the 17th century with the name Dar-al-Baida, and the Spanish merchants who established trading posts there gave it the name Casablanca.
+Casablanca is one of the least interesting places to shop in all of Morocco.
+Near the old medina, it is easy to find shops selling traditional Moroccan goods such as tagines, pottery, leatherware, pipes and a wide range of tourist tat.
+Goma is a tourist town in the Democratic Republic of the Congo on the extreme eastern frontier with Rwanda.
+In 2002 the city of Goma was buried in lava from the eruption of Mount Nyiragongo, which covered most of the city, especially the center.
+While the city of Goma itself is reasonably safe, it is necessary to be aware of ongoing fighting in the surrounding North Kivu province.
+The town also serves as a base for trekking up the nearby Nyiragongo volcano and is one of the cheapest places in Africa to get up close to mountain gorillas.
+You can use bodabodas (motorcycle taxis) to get around. Normal (local) rates are about 500 Congolese francs for a short ride.
+For this reason, and because of its remoteness, Timbuktu became a byword for exotic, inaccessible countries.
+Today, Timbuktu is a poor town, though it does have an airport and it attracts tourists for its history.
+It was listed as a World Heritage Site in danger in 1990 due to the threat of desertification.
+It was one of the highlights of Henry Louis Gates's PBS series Africa's Great Civilizations.
+The city contrasts dramatically with the rest of the country, being more Arab than African in character.
+The Kruger National Park (KNP) is in northeast South Africa, bordering Mozambique to the east, Zimbabwe to the north and the Crocodile River to the south.
+The park covers 19,500 square kilometres and is divided into 14 different ecological zones, each of which supports a different complement of wildlife.
+It is one of the major attractions of Southern Africa and is regarded as the flagship of the South African National Parks (SANParks).
+As in all South African national parks, there is a daily conservation and entrance fee charged to visitors.
+It can also be worth getting a Wild Card, which gives you entry to some of the parks in Southern Africa or all of the National Parks of the Republic of South Africa.
+The island of Hong Kong gives its name to the territory of Hong Kong and is the place that many tourists come to see.
+The parade of buildings that make up the architectural face of Hong Kong have been likened to a dazzling histogram, thanks to the presence of the Victoria Harbour.
+To get the best views of Hong Kong, leave the island and head across the harbour to Kowloon.
+The vast majority of Hong Kong Island's built-up area is densely packed along the northern coastline.
+This area was claimed by British colonists, so if you're looking for evidence of the colonial past of the area, this is a good place to start.
+The Sunderbans is the world's largest mangrove forest, spreading across 80 km (50 miles) of coastline in Bangladesh and India.
+The Sundarbans has been designated as a UNESCO World Heritage Site. A portion of the forest in India is protected as the Sunderbans National Park.
+However, these forests are not just mangrove swamps because they include some of the last patches of the mighty jungles that once clothed the Indo-Gangetic Plain.
+The Sundarbans covers an area of 3,850 km², about a third of which is water or marsh.
+Since 1966, the Sundarbans has been protected as a wildlife sanctuary, and is estimated to be home to about 400 Royal Bengal Tigers and nearly 30,000 spotted deer.
+Buses depart regularly throughout the day from the district bus station (on the other side of the river), though most of them, particularly those to the east and to Jaka/Bumangar, leave between 06:30 and 07:30.
+Since intercity buses are often full, it is advisable to purchase a ticket a few days in advance.
+Most areas are serviced by small Japanese Coaster buses which are comfortable and sturdy.
+Taxis are a quick and convenient way to get around and can be taken to nearby destinations such as Paro (150) and Punakha (200).
+The Oyapock Bridge is a suspension bridge that connects the banks of the Oyapock River and the city of Oyapock in Brazil with the city of Saint-Georges-de-l'Oyapock in French Guiana.
+The pillars are 83 metres high and the bridge is 378 metres long. It has two traffic lanes, each 3.5 metres wide.
+The vertical clearance beneath the bridge is 15 metres. The structure was completed in August 2011 but wasn't opened to traffic until March 2017.
+The city is scheduled to be fully opened in September 2017, once the Brazilian customs posts have been completed.
+The Guarani were the largest indigenous group in the present-day eastern Paraguay. They lived as semi-nomadic hunters and farmers.
+The Chacoan Ancestral Puebloans were not the only indigenous peoples to live in the Chaco region; other groups such as the Guaycuru and Pajaros also inhabited the area, subsisting through hunting, gathering, and fishing.
+In the 16th century, as a result of the encounters between the Spanish conquerors and the indigenous peoples, Paraguay was formed, which used to be known as the "Giant Province of the Indians".
+The Spanish began a three-century period of conquest and colonization.
+Since its founding in 1537, Paraguay has managed to preserve much of its indigenous character and national identity.
+Argentina is well known for having one of the best polo teams and players in the world.
+The biggest event of the year takes place in December at the Las Vegas Polo and Equestrian Club.
+Smaller tournaments and matches can be found here throughout the year.
+Please contact the Argentine Polo Association for tournament and ticketing information.
+The official currency of the Falkland Islands is the Falkland pound (FKP), which has the same value as the British pound (GBP).
+Money can be exchanged at the only bank on the islands, which is located in Stanley, opposite the FIC West shop.
+Pound sterling is freely exchangeable in all parts of the islands, and in many establishments US dollars and Stanley Bank Notes are also accepted.
+It is unlikely that remote islands will accept credit cards, although they may take currencies from the UK or US; it is best to check with the owner in advance to ascertain what is an acceptable method of payment.
+It is almost impossible to exchange Falkland Pounds outside of the Falklands, so be sure to exchange your money before leaving the Falklands.
+Because Montevideo is on the southern hemisphere, it is summer there when it is winter in the northern hemisphere and vice versa.
+Montevideo has a subtropical climate; in summer, temperatures above 30 °C (86 °F) are common.
+Winter can be deceptively cold, with temperatures rarely dipping below freezing, but the combination of wind and moisture can make it feel colder than the thermometer indicates.
+There are no real "rainy" or "dry" seasons: the amount of rainfall remains fairly constant throughout the year.
+While many animals in the park are used to seeing people, wild animals are still wild and shouldn't be fed or bothered.
+Please keep at least 100 yards/meters away from bears and wolves and 25 yards/meters away from all other wildlife, according to park guidelines.
+While they may appear docile, bison, moose, elk, bears, and just about any large animal can be dangerous.
+Each year, dozens of visitors are treated for injuries sustained by getting too close to the animals, which are large, wild, and potentially dangerous. So give them their space.
+Also, remember that odors can attract bears and other wildlife, so pack out what you bring in and keep your camp site clean.
+Apia is the capital of Samoa. The city is located on the island of Upolu and has about 40,000 inhabitants.
+Apia was founded in the 1850s and has been the official capital of Samoa since 1959.
+The harbor was the site of a notable maritime confrontation in 1889, when seven ships from Germany, the United States, and Britain refused to leave.
+All of the ships were sunk except for one British cruiser, and about 200 Americans and Germans were killed.
+During the struggle for independence waged by the Mau movement, a peaceful demonstration in the town led to the killing of paramount chief Tamasese Lealofi III.
+There are many beaches due to Auckland's location between two harbours. The most popular ones are in three areas.
+The beaches of North Shore (in the North Haven area) front the Pacific Ocean and extend from Long Beach in the north to Devonport in the south.
+Almost all of them are sand beaches that are safe for swimming, and most of them are shaded by palm trees.
+Tamaki Drive beaches are located in the bay of Waitemata, in the upscale suburbs of Mission Bay and Saint Heliers in central Auckland.
+These are family-friendly beaches with lots of shops lining the coast. It is safe to swim.
+The main local beer is No. 1, which is simple but pleasant and refreshing. Another local beer is called Manta.
+It is possible to sample many French wines, but New Zealand and Australian wines may travel better.
+Tap water is perfectly safe to drink but bottled water is easily available if you prefer.
+The term "flat white" is unfamiliar to Australians. A short black is an "espresso", a cappuccino is made with no foam, and tea is not served with milk.
+This hot chocolate complies with Belgian standards, and the fruit juices are not cheap at all, but they are excellent.
+Many dive trips go out year round, and injuries resulting from any of these reasons are rare.
+Nevertheless, heed the advice of authorities, follow all warning signs, and take special care in hazardous areas.
+Jellyfish are common from October through April, north of 1770, and can be seen at other times as well.
+Sharks do exist, but they rarely attack humans. Most sharks are afraid of humans and will swim away.
+Sea crocodiles do not spend much time in the ocean; their main natural habitat is the riverine lagoons north of Rockhampton.
+Early booking can give the traveller a sense of security in knowing where they are going to stay when they arrive at their destination.
+Tour agents often work with specific hotels, though you can try to book something else through them, such as a camping stay.
+Tour agents usually offer packages which include breakfast, airport/hotel transfers or even a combination of flight and hotel packages.
+They can also hold the reservation for you if you need time to think about the offer or to get other documents for your trip (e.g. a visa).
+Any changes or requests must be made through the travel agent and not directly through the hotel.
+For some festivals, a significant amount of attendees choose to stay on-site overnight, and for many attendees this is an important part of the experience.
+If you want to be up close, you'll have to arrive early to claim a spot.
+Remember that even if the main stage music has stopped for the night, there may still be areas of the festival playing music late into the night.
+Some festivals have dedicated camping areas for families with small children.
+If you are going to cross the Baltic Sea in winter, pay attention to the location of your cabin, as the sound of the ice breaking can be quite awful if you are too close to the source.
+St. Petersburg cruises involve time in the city; visa requirements are waived for the passenger (see terms).
+In general, casinos go to great lengths to make sure that the time and money spent by patrons is maximized. Windows and clocks are often absent, and it can be difficult to find exits.
+They usually have a special menu of food, drinks and entertainment to keep the patrons in good humor and on the premises.
+Some establishments offer free alcoholic drinks. However, intoxication can impair one's ability to assess the situation, so all good gamblers know how important it is to stay sober.
+Anyone intending to travel by road in the highlands or mountains should be aware of the potential for snow, ice or sub-zero temperatures.
+On icy or snow-covered roads, there is little friction and it is not possible to drive as if on bare asphalt.
+Enough snow can fall in a short time to get stuck in it.
+Visibility may also be reduced by falling or blowing snow, or by the formation of water or ice on windshields.
+On the other hand, frozen and snowy conditions are normal in many countries and road traffic continues without disruption all year round.
+Safaris are probably the biggest tourist attraction in Africa and draw visitors from all over the world.
+In general, the word safari means a journey by land to see and experience the wonders of African wildlife, especially in the savannah.
+Some animals, such as elephants and giraffes, are inclined to approach cars, so normal equipment will allow you to get a good view of them.
+Lions, leopards and cheetahs can be nervous, so it is best to observe them with binoculars.
+A safari walk (also called bushwalking, bushwhacking or bush hiking) is a multi-day hike.
+The Paralympic Games will be held from August 24 to September 5, 2021. Part of the tournaments will be held in various places all over Japan.
+Tokyo will become the first Asian city to have hosted both the summer and winter Olympics, having staged the games in 1964.
+If you had already booked your flights and accommodation for 2020 before the postponement was announced, you may be facing a cancellation or refund situation.
+The deadlines for cancellations vary, but as of March 31, most cancellations due to coronavirus were not extended past July 2020, which is when the Olympics are scheduled to be held.
+Tickets for the event are expected to cost between 2,500 yen and 130,000 yen, with regular tickets costing around 7,000 yen.
+Wringing out wet clothing can help it to dry. Many hotels allow you to borrow an iron and board, even if there is none in your room.
+If you don’t have an iron or don’t like to wear pressed shoes, then you can try using a hair dryer, if you have one.
+Be careful not to let the fabric get too hot (which can cause shrinkage or even scorching).
+There are various ways to purify water, some being more effective against specific threats.
+In some places, you just need to boil the water for a minute, while in others you need to boil it for several minutes.
+The effectiveness of filters can vary. If you are having problems, consider buying bottled water in a sealed container from a reputable company.
+Travelers may encounter animal pests they don't know about in their home areas.
+Pests can spoil food, cause irritation, or, in the worst cases, cause allergic reactions, spread toxins, or transmit infections.
+The infectious diseases themselves, or the dangerous animals that can injure or kill humans, are seldom considered pests.
+Tax-free shopping is the ability to purchase items without having to pay tax or duty on them in certain areas.
+Travellers visiting high-tax countries can sometimes save a significant amount of money, especially on purchases of alcoholic drinks and tobacco.
+The most challenging section of the Buffalo–Pittsburgh corridor is the stretch between Pointe Marion and Ferguson, since it often has to pass through isolated wilderness.
+If you're unfamiliar with country roads, take care: they tend to be steep, narrow and winding.
+The posted speed limits are noticeably lower than in the preceding and following sections — usually 35–40 mph (56–64 km/h) — and it is very important to stick to them.
+Interestingly, however, cell service is much better here than in many other portions of the trail, such as the Pennsylvania Wilderness.
+German baking is quite good, and Bavarian baking is quite rich and varied, similar to their southern neighbor Austria.
+Fruit baking is quite common: apples are used in baking all year round, and cherries and plums – in summer.
+Many German baked goods also contain almonds and other nuts that grow on trees, and popular cakes are often especially tasty with a strong coffee to wash them down.
+For a small but tasty sweet snack, try some of what is variously called Berliner, Pfannkuchen or Krapfen.
+A curry is a dish that is composed of spices and herbs combined with meat or vegetables.
+Kari can be "dry" or "wet" depending on the amount of liquid.
+In northern and central India and Pakistan, milk is a common addition to chai; in southern India and other coastal regions of the subcontinent coconut milk is a common addition to chai.
+With 17,000 islands to choose from, Indonesian cuisine is a broad umbrella term for the many regional cuisines found throughout the archipelago.
+However, if used without further qualification, this term usually refers to food originating from the central and eastern parts of Java island.
+Javanese cuisine is now ubiquitous throughout the archipelago and offers a wide variety of simply flavoured dishes, of which peanuts, chilli, sugar (especially Javanese coconut sugar), and a variety of aromatic spices are the predominant tastes.
+The stirrups are the supports for the rider's legs which hang down on either side of the saddle.
+They provide the rider with more stability but can be dangerous because of the potential for the rider's foot to get caught in them.
+If a rider falls off a horse and their foot gets trapped in the stirrup, the horse could run off and drag the rider. There are a number of safety precautions that can be taken to prevent this.
+First of all, most riders wear riding boots with heels and a fairly narrow heel sole.
+Also, some saddles, especially English saddles, have a safety feature that prevents the stirrup from coming out of the saddle if the falling rider pulls on the stirrup.
+The granite towers and cliffs of the Valle de la Luna (Moon Valley) are the center of rock climbing in Chile, which is sometimes likened to Yosemite of South America.
+Trekking involves enjoying the beautiful landscapes from the tops of mountains. Alpinists from all over the world are constantly exploring new routes among the infinite potential of the walls.
+Skiing, which includes skiing and snowboarding, is a popular sport which involves going down a slope covered in snow on skis or a snowboard, which are attached to your feet.
+Skiing is one of the main tourist activities in which many enthusiasts participate, sometimes called "ski bums" who plan an entire vacation around skiing at a particular place.
+The idea of skiing is very ancient - cave paintings dating back 5000 B.C. show skiers!
+The origins of skiing as a sport go back to at least the 17th century, and in 1861 the first ski club was founded in Australia by Norwegians.
+Ski Backpacking: This activity is also called backpacking on skis, ski touring or ski hiking.
+It is related but generally does not include alpine skiing or mountaineering, which are activities that take place in steeper terrain and require stiffer skis and boots.
+Consider the cross-country skiing trail to be similar to a hiking trail.
+If conditions are good, you can move faster than on foot - but in reality, it is very rare that you can match the speed of a skier without a pack on a maintained track.
+Europe is a small continent with a large number of independent countries. In normal circumstances, traveling through multiple countries would involve multiple visa and passport checkpoints.
+However, the Schengen area is effectively a single country for all intents and purposes.
+While staying in this area, you can usually cross frontiers without having to go through passport control again.
+Also, with a Schengen visa you do not need to apply for a separate visa for each of the Schengen area countries, which saves time, money and paperwork.
+There is no universally agreed upon definition for what constitutes an antique. Some tax authorities consider items to be antiques if they are 100 years old or more.
+This definition may vary depending on the geographic location - for example, age restrictions in North America may be less stringent than in Europe.
+Handicrafts can be considered as antiques although they are newer than their mass-produced counterparts.
+Reindeer herding is an important source of livelihood for the Sami people and the culture surrounding this trade is also important to many non-Sami.
+Even traditionally, not all Sami have been reindeer herders, but have relied on fishing, hunting and so on, while keeping reindeer as draught animals.
+Many Sami people today work in modern businesses. Tourism in Sápmi, where the Sami people live, is an important source of income.
+While the word "gypsy" is widely used, especially among non-Roma, it is considered offensive due to its associations with negative stereotypes and misconceptions about the people.
+If the country you are visiting becomes the subject of government travel advisories, this can affect your travel insurance and holiday cancellation cover.
+You may also want to seek advice from the government of the country you are not from but their advice is geared towards their nationals.
+One example is that American citizens in the Middle East may face different situations than Europeans or Arabs.
+The information bulletins only provide a brief overview of the country's political situation.
+The presented data is often superficial, generalised and greatly simplified compared to the more detailed information available elsewhere.
+Extreme weather is a general term for any dangerous weather which has the potential to cause damage, disruption or death.
+Severe weather can happen anywhere in the world and takes many different forms, which are dictated by geography, topography, and atmospheric conditions.
+High winds, hail, excessive rainfall, and landslides are all forms of bad weather, as are thunderstorms, tornadoes, water spouts and cyclones.
+Regional and seasonal extreme weather events include blizzards, storms, ice storms, and dust storms.
+Travelers are strongly advised to check for risks of unfavorable weather conditions in their area as it may affect their travel plans.
+Anyone intending to visit a country that may be considered a combat zone should receive professional training.
+A Google search for "hostile environment training" is likely to bring up the local company's address.
+In general, all of the topics that are discussed in this course are explored in much more detail in the course, usually with practical exercises.
+Typically lasting 2–5 days, it includes role-playing, first aid training, and sometimes weapons training.
+Books and magazines about survival in the desert are widespread, but publications about war zones are scarce.
+Transgender travellers intending to undergo gender reassignment overseas should ensure they hold valid travel documents for their return journey.
+The willingness of governments to issue passports without a sex designation (X) or documents that can be updated to reflect a preferred name and gender varies.
+The willingness of foreign governments to accept such documentation varies widely.
+Border searches also became more rigorous in the wake of 9/11.
+Trans individuals who have not undergone surgery should not expect to pass through scanners with their dignity and privacy intact.
+Breaker waves are waves that break, or crash, when they hit the shoreline, often on a reef or similar feature.
+Because of the undersea topography, the return current concentrates in a few deep areas and can become a fast current in deep water.
+Most of the deaths occur while trying to swim against the current, which can be impossible.
+Once you are out of the current, going back will not be any harder than usual.
+Try to head for where you won't be swept down again or, depending on your skills and whether you are spotted, it might be better to wait for help to come to you.
+The re-entry shock comes sooner than the culture shock (before the honeymoon phase) and lasts longer and can be more severe.
+Sometimes, those travelers who did not have problems adapting to a new culture have a hard time readjusting to their home culture.
+When you come back home after living abroad, you are already adapted to a new culture and have lost certain habits of your native culture.
+When you first went out, people were probably tolerant and understanding, because they knew that travelers had to get accustomed to a new country.
+Travelers may not expect the patience and understanding to be as necessary when they return home.
+The sound and light show at the pyramids is one of the best things to do in the area for families.
+You can see the pyramids in the dark and you can see them in silence before the show.
+You normally always hear the sounds of tourists and traders. The history of sound and light is like a collection of short stories.
+The Sphinx is the backdrop and narrator of a long story.
+Scenes are projected onto the pyramids and different pyramids are illuminated.
+The South Shetland Islands, which were discovered in 1819 and are claimed by several countries, are home to the largest number of bases, with sixteen active in 2020.
+The archipelago is 120 km (75 miles) north of the peninsula. The largest island is King George Island, site of the Villa Las Estrellas settlement.
+Others include the Livingstone Island and Desolation Islands, where the still-active volcano's caldera forms a dramatic natural harbor.
+Ellsworth Land is a territory in the Antarctic Peninsula, bounded by the Bellingshausen Sea.
+The peninsula's mountains taper into a plateau that rises again to form the 360-mile (600 km) long Ellesmere Island, which is divided by the Minnesota Glacier.
+The highest mountains in Antarctica are located in the northern part of the Sentinel Range: Vinson Massif and Vinson Peak, 4,892 m high.
+In remote areas with no cell service, a satellite phone may be your only option.
+A satellite phone is generally 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.
+This service is often found on ships including cruise ships and expeditions, where remote data and voice communications are required.
+Your local phone service provider should be able to provide more information on how to connect to this service.
+Travel and learn is becoming an increasingly popular option for those looking to take an academic break.
+It is particularly popular with school leavers, allowing them to take a year out without jeopardising their education.
+In many cases, studying overseas during academic breaks can indeed improve your chances of getting into undergraduate study in your home country.
+These educational programs are usually paid.
+Finland is a great place for canoeing. "The Land of a Thousand Lakes" also includes thousands of islands, both in the lakes and along the coastal archipelagos.
+In archipelagos and lakes, you do not necessarily need a yacht.
+While the coastal archipelago and largest lakes are big enough for any yacht, smaller boats and even kayaks offer a different experience.
+Boating is a national pastime in Finland, with one boat for every seven people.
+This is comparable to Norway, Sweden and New Zealand, but still a fairly unique phenomenon (in the Netherlands this number is one in forty).
+Most of these notable Baltic Sea cruises make a lengthy stay in St. Petersburg, Russia.
+This means you can spend several full days exploring the historical site and then return to the ship for the night.
+If you only go ashore on ship's tours, you do not need a separate visa (really for 2009).
+Some cruise brochures include a visit to Berlin, Germany. As you can see on the map above, Berlin is a long way from the sea and is not included in the cost of the cruise.
+Flying can be a daunting experience for people of all ages and backgrounds, especially if they have not flown before or have experienced traumatic events.
+It's not something to be ashamed of: it's no different to the irrational fears and phobias that a lot of people suffer from.
+Understanding how the plane works and what is going on during the flight can help some people overcome a fear that is based on a lack of knowledge or a sense of not being in control.
+Courier companies are paid well to deliver things quickly. Usually, time is of the essence when it comes to delivering business documents, goods or spare parts for emergency repairs.
+For some routes, larger companies operate their own jets, but for other routes and smaller firms, that has been a challenge.
+If they shipped by air, it would take several days to offload and clear customs on some routes.
+The only way to do this quickly was to send it on as registered baggage. Air travel regulations do not allow baggage to be sent without the passenger, and this is where you come in.
+Of course, to fly in first or business class, you'll have to pay through the nose for that privilege (or, better still, get your company to pay for you).
+However, this comes at a price; usually you can expect to pay around four times as much for business class as you would for economy and eleven times as much for first class!
+In general, there is no point in looking for discounts on business-class or first-class seats on direct flights from point A to point B.
+Airlines are well aware that there is a certain key group of passengers who are willing to pay a premium to get where they want to go as quickly and comfortably as possible so they charge accordingly.
+The capital of Moldova is Chisinau. The local language is Romanian, but Russian is also widely spoken.
+Moldova is a multiethnic republic that suffered an ethnic conflict.
+In 1994, this conflict led to the creation of the self-proclaimed Pridnestrovian Moldavian Republic in eastern Moldova, which has its own government and currency but is not recognized by any UN member state.
+Despite the failure of political talks, economic relations between the two parts of Moldova were restored.
+The main religion in Moldova is Orthodox Christianity.
+İzmir is Turkey's third-largest city with around 3.7 million inhabitants, after Istanbul and Ankara, and a very good transportation hub.
+The ancient city of Smyrna is now a modern, developed, business and commercial center, situated around a huge bay and encircled by mountains.
+Wide boulevards, glass fronted buildings, and modern shopping malls co-exist with traditional red-tiled roof houses, 18th-century bazaars, and ancient mosques and churches, though the atmosphere of the city is more reminiscent of Mediterranean Europe than traditional Turkey.
+From the village of Galdhøpiggen, there is a view of the neighboring island of Esturoy, and there is an unusual octagonal church.
+Interesting marble sculptures of doves can be found above some tombs in the courtyard of the church.
+It's worth spending at least half an hour exploring the village's intriguing streets.
+North of Lisbon and easily accessible is the romantic and fascinating city of Sintra, which became known to foreigners through Lord Byron's enthusiastic description of its opulence.
+Regular bus service 403 can take you to Sintra, with a stop at Cabo da Roca.
+Also in the north, don't miss the huge Shrine of Our Lady of Fatima (Igreja de Nossa Senhora de Fatima), scene of the world-famous apparitions of Mary.
+Please remember that you are visiting a site of mass burial and one that is of great significance to a large portion of the world's population.
+There are also many living men and women who survived imprisonment there, and even more whose relatives were murdered or worked to death there, both Jews and non-Jews.
+Please stand there with dignity, solemnity and respect that is due to this place, do not make jokes about the Holocaust or the Nazis.
+Do not deface buildings by marking them with chalk or graffiti.
+The official languages of Barcelona are Catalan and Spanish, and nearly half of the population prefers to speak Catalan, which is understood by the majority and spoken by nearly all.
+However, most signs are only in Catalan, since it is established by law as the first official language.
+However, Spanish is also widely used in public transportation and other services.
+Regular announcements on the metro are only made in Catalan, but for unplanned disruptions the automatic announcements are in various languages including Spanish, English, French, Arabic and Japanese.
+Parisians are known for being self-centered, rude, and arrogant.
+In general, this is no more than a false stereotype, but the best way to get by in Paris is to be as nice as possible, as a "bien élevé" (well-brought-up) person does. It will make your journey much easier.
+Paris can be intimidating at first, but will quickly give way to familiarity if you show a little courtesy.
+The Plitvice Lakes National Park is heavily forested, mainly with beech, spruce and fir trees, and contains a mixture of alpine and Mediterranean vegetation.
+It has an incredible diversity of plant life due to the different microclimates and soil types, and the range of altitudes.
+The area is also home to an extraordinary diversity of animals and birds.
+Here you can find rare fauna such as the European brown bear, wolf, eagle, owl, lynx, pine marten, wild cat and wood grouse, as well as many other well-known species.
+Women must wear skirts that cover their knees and have their heads covered when they visit monasteries.
+Most monasteries will provide wraps for those who come unprepared, but if you come with your own, especially in bright colors, you may get a chuckle out of the monk or nun at the door.
+Men should also be wearing trousers that cover the knee.
+They can also be borrowed from the rack by the entrance, but the clothing is not changed after each user, so you may feel uncomfortable wearing this clothing. One size fits all men!
+The cuisine of Majorca, like that of the rest of the Mediterranean, is based on bread, vegetables and meat (especially pork) and uses olive oil for everything.
+A simple popular meal, especially in summer, is Pâté au pommes: bread with olive oil, tomatoes and whatever fillings are available, such as cheese, tuna and so on.
+All nouns following Sie in the second person plural always begin with a capital letter, even in the middle of a sentence.
+This is an important way to differentiate some verbs and nouns.
+This may also make it easier to read, though the spelling is slightly more complicated because of the need to decide whether a verb or noun is substantivized.
+Italian is a relatively easy language to pronounce because a large number of words are pronounced exactly as they are spelled.
+The main letters to be aware of are t and g, as their pronunciation changes depending on the following vowel.
+Also make sure you pronounce r and rr differently: caro means expensive, carro means carriage.
+Persian has a relatively easy and mostly correct grammar.
+Therefore, reading this grammar book will help you learn a lot about Persian grammar and understand sentences better.
+It should go without saying that if you already know a romance language, you'll have an easier time learning Portuguese.
+However, people who speak a little Spanish may quickly come to the conclusion that Portuguese is similar enough to it that they don't need to learn it separately.
+Today, most of the ancient observatories are either museums or educational sites.
+Since light pollution was not as bad as it is today during their heyday, they are usually found in cities or campuses and are generally easier to visit than ones built in the present day.
+Most modern telescopes for scientific research are large instruments in remote locations with good seeing.
+The viewing of cherry blossoms, known as hanami, is an integral part of Japanese culture dating back to the 8th century.
+The concept originated in China, where the plum blossom was the flower of choice.
+In Japan, the first cherry blossom festivals were held in the Imperial Palace only for the emperor and other members of the aristocracy.
+Plants are at their best in their natural habitat, so resist the temptation to eradicate even a single one.
+If you visit an officially sanctioned garden, sampling will also get you ejected without discussion.
+Singapore is generally a very safe place and easy to get around, and you can get almost anything you need once you arrive.
+But in the "high tropics" just a few degrees north of the equator, you can expect both heat (always) and sunburn (when the sky is clear, which is more often than not).
+There are also several buses that go north to Hebron, a traditional burial place of the Biblical patriarchs Abraham, Isaac, Jacob and their wives.
+Make sure the bus you are catching is going all the way to Hebron and not just the nearest Jewish settlement, Kiryat Arba.
+Inland waterways can be a great way to take a break.
+Perhaps a visit to the castles of the Loire Valley, the Rhine Valley, or a cruise to interesting places on the Danube River, or a trip along the canals of the Erie Canal.
+They also mark trails for popular hiking and biking routes.
+Christmas is one of the most important festivals in Christianity and is celebrated as the birthday of Jesus.
+Many of the traditions associated with the holiday have been adopted by non-Christian countries and non-Christians around the world.
+It is a tradition to stay awake throughout the Easter night outdoors to see the sunrise.
+There are, of course, Christian theological explanations for this tradition, but it may well be a pre-Christian ritual of spring and fertility.
+Traditional churches often hold an Easter service on Saturday night during the Easter weekend, and many begin celebrating at sundown on Saturday to commemorate the resurrection of Christ.
+All of the animals that were originally on the islands got there either by water or air.
+Due to its isolation from the mainland, mammals were unable to make the journey to the Galapagos, leaving the giant tortoise as the archipelago's primary herbivore.
+Humans introduced many mammals to the Galapagos when they arrived there, including goats, horses, cows, pigs, rats, cats, and dogs.
+If you visit the Arctic or Antarctic in winter you will experience polar night, when the sun never rises.
+This is a great opportunity to see the polar aurora, as the sky will be dark enough for most of the night.
+As these areas are sparsely populated and light pollution is not a problem, you can also enjoy the stars.
+Japanese work culture is more hierarchical and formal than what is common in Western countries.
+The standard business attire is a suit. Employees address each other by their last name or title.
+Harmony in the work environment is paramount, and the group effort is valued more than individual accomplishments.
+Workers often need to get approval from a manager for any decisions, and are expected to comply without question with managerial directives.
diff --git a/test-uk-en.bleu b/test-uk-en.bleu
new file mode 100644
index 0000000000000000000000000000000000000000..b22beee5050fb5139fe9c4ac614414261f94f56d
--- /dev/null
+++ b/test-uk-en.bleu
@@ -0,0 +1 @@
+BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 31.89 63.6/38.2/25.1/17.0 (BP = 1.000 ratio = 1.005 hyp_len = 24841 ref_len = 24721)
diff --git a/test-uk-en.comet b/test-uk-en.comet
new file mode 100644
index 0000000000000000000000000000000000000000..333254659525b42595a20dd8a87bd0a14ef1ae16
--- /dev/null
+++ b/test-uk-en.comet
@@ -0,0 +1,1013 @@
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 0 score: 0.8179
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 1 score: 0.8727
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 2 score: 0.8953
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 3 score: 0.7760
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 4 score: 0.8072
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 5 score: 0.7840
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 6 score: 0.7639
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 7 score: 0.8661
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 8 score: 0.6763
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 9 score: 0.8859
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 10 score: 0.8392
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 11 score: 0.8769
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 12 score: 0.8670
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 13 score: 0.8460
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 14 score: 0.7446
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 15 score: 0.8389
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 16 score: 0.8571
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 17 score: 0.9210
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 18 score: 0.9007
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 19 score: 0.8323
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 20 score: 0.9079
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 21 score: 0.9454
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 22 score: 0.8476
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 23 score: 0.8267
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 24 score: 0.8515
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 25 score: 0.8934
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 26 score: 0.8663
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 27 score: 0.8307
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 28 score: 0.8689
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 29 score: 0.9032
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 30 score: 0.8153
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 31 score: 0.7713
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 32 score: 0.7090
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 33 score: 0.8957
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 34 score: 0.9077
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 35 score: 0.9292
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 36 score: 0.8500
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 37 score: 0.7806
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 38 score: 0.8309
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 39 score: 0.8953
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 40 score: 0.8546
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 41 score: 0.8937
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 42 score: 0.9260
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 43 score: 0.9027
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 44 score: 0.8377
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 45 score: 0.8297
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 46 score: 0.8839
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 47 score: 0.8340
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 48 score: 0.9029
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 49 score: 0.8930
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 50 score: 0.8724
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 51 score: 0.8987
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 52 score: 0.8848
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 53 score: 0.8892
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 54 score: 0.8848
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 55 score: 0.8684
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 56 score: 0.8523
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 57 score: 0.8510
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 58 score: 0.9067
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 59 score: 0.9556
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 60 score: 0.7408
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 61 score: 0.8950
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 62 score: 0.8175
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 63 score: 0.9111
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 64 score: 0.8618
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 65 score: 0.6909
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 66 score: 0.8141
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 67 score: 0.7348
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 68 score: 0.8995
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 69 score: 0.9000
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 70 score: 0.9251
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 71 score: 0.8403
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 72 score: 0.7606
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 73 score: 0.8631
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 74 score: 0.8706
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 75 score: 0.7591
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 76 score: 0.8331
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 77 score: 0.8233
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 78 score: 0.9732
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 79 score: 0.7933
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 80 score: 0.8846
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 81 score: 0.9229
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 82 score: 0.8841
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 83 score: 0.8130
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 84 score: 0.8483
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 85 score: 0.7607
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 86 score: 0.8189
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 87 score: 0.8805
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 88 score: 0.8857
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 89 score: 0.8268
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 90 score: 0.8017
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 91 score: 0.8703
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 92 score: 0.8627
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 93 score: 0.9136
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 94 score: 0.9232
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 95 score: 0.8773
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 96 score: 0.8841
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 97 score: 0.8625
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 98 score: 0.8654
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 99 score: 0.8758
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 100 score: 0.9250
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 101 score: 0.7433
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 102 score: 0.8796
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 103 score: 0.8711
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 104 score: 0.8327
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 105 score: 0.8618
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 106 score: 0.8258
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 107 score: 0.8839
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 108 score: 0.8344
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 109 score: 0.8589
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 110 score: 0.8406
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 111 score: 0.9257
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 112 score: 0.9117
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 113 score: 0.9032
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 114 score: 0.8764
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 115 score: 0.8358
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 116 score: 0.8445
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 117 score: 0.8925
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 118 score: 0.9465
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 119 score: 0.8765
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 120 score: 0.7733
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 121 score: 0.8104
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 122 score: 0.8318
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 123 score: 0.8501
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 124 score: 0.7809
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 125 score: 0.8191
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 126 score: 0.8324
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 127 score: 0.8591
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 128 score: 0.8953
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 129 score: 0.8931
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 130 score: 0.8884
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 131 score: 0.8591
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 132 score: 0.8402
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 133 score: 0.8684
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 134 score: 0.8433
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 135 score: 0.8581
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 136 score: 0.9059
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 137 score: 0.8895
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 138 score: 0.8056
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 139 score: 0.8655
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 140 score: 0.8831
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 141 score: 0.8166
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 142 score: 0.7762
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 143 score: 0.8051
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 144 score: 0.8006
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 145 score: 0.7759
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 146 score: 0.9101
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 147 score: 0.9075
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 148 score: 0.9047
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 149 score: 0.8740
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 150 score: 0.8644
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 151 score: 0.8791
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 152 score: 0.8357
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 153 score: 0.7959
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 154 score: 0.7462
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 155 score: 0.8181
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 156 score: 0.8731
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 157 score: 0.8316
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 158 score: 0.8773
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 159 score: 0.8249
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 160 score: 0.8469
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 161 score: 0.8290
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 162 score: 0.8496
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 163 score: 0.9109
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 164 score: 0.7223
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 165 score: 0.7980
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 166 score: 0.8669
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 167 score: 0.8306
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 168 score: 0.8362
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 169 score: 0.8726
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 170 score: 0.8527
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 171 score: 0.9196
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 172 score: 0.8902
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 173 score: 0.8554
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 174 score: 0.8797
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 175 score: 0.8978
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 176 score: 0.8062
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 177 score: 0.8755
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 178 score: 0.8303
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 179 score: 0.8190
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 180 score: 0.8903
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 181 score: 0.9348
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 182 score: 0.8847
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 183 score: 0.9034
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 184 score: 0.8713
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 185 score: 0.9145
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 186 score: 0.9603
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 187 score: 0.8464
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 188 score: 0.8919
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 189 score: 0.8552
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 190 score: 0.8361
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 191 score: 0.7885
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 192 score: 0.7647
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 193 score: 0.8458
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 194 score: 0.8187
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 195 score: 0.8972
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 196 score: 0.8361
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 197 score: 0.7739
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 198 score: 0.9129
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 199 score: 0.8279
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 200 score: 0.8332
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 201 score: 0.8109
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 202 score: 0.8705
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 203 score: 0.8040
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 204 score: 0.8382
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 205 score: 0.8821
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 206 score: 0.7644
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 207 score: 0.8342
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 208 score: 0.8939
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 209 score: 0.8950
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 210 score: 0.9089
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 211 score: 0.8707
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 212 score: 0.8867
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 213 score: 0.8275
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 214 score: 0.9036
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 215 score: 0.8976
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 216 score: 0.8786
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 217 score: 0.8546
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 218 score: 0.8761
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 219 score: 0.9108
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 220 score: 0.9037
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 221 score: 0.8935
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 222 score: 0.8955
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 223 score: 0.8531
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 224 score: 0.6276
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 225 score: 0.9460
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 226 score: 0.8882
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 227 score: 0.8529
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 228 score: 0.8510
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 229 score: 0.6519
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 230 score: 0.9262
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 231 score: 0.8348
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 232 score: 0.7515
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 233 score: 0.8479
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 234 score: 0.7977
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 235 score: 0.8256
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 236 score: 0.8680
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 237 score: 0.8759
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 238 score: 0.9092
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 239 score: 0.8098
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 240 score: 0.7042
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 241 score: 0.6585
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 242 score: 0.8753
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 243 score: 0.5855
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 244 score: 0.8689
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 245 score: 0.8923
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 246 score: 0.7069
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 247 score: 0.7928
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 248 score: 0.8390
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 249 score: 0.9369
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 250 score: 0.8846
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 251 score: 0.8619
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 252 score: 0.9134
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 253 score: 0.8976
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 254 score: 0.9066
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 255 score: 0.8862
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 256 score: 0.8900
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 257 score: 0.8451
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 258 score: 0.9076
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 259 score: 0.8896
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 260 score: 0.9159
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 261 score: 0.7144
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 262 score: 0.8012
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 263 score: 0.8014
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 264 score: 0.9178
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 265 score: 0.8294
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 266 score: 0.7765
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 267 score: 0.7558
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 268 score: 0.9120
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 269 score: 0.8821
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 270 score: 0.8246
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 271 score: 0.7164
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 272 score: 0.9160
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 273 score: 0.8535
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 274 score: 0.7915
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 275 score: 0.7789
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 276 score: 0.7997
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 277 score: 0.9254
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 278 score: 0.8566
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 279 score: 0.8679
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 280 score: 0.8370
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 281 score: 0.8583
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 282 score: 0.8462
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 283 score: 0.7913
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 284 score: 0.9109
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 285 score: 0.9253
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 286 score: 0.8601
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 287 score: 0.7406
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 288 score: 0.9038
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 289 score: 0.8310
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 290 score: 0.8385
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 291 score: 0.8176
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 292 score: 0.8814
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 293 score: 0.8404
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 294 score: 0.7696
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 295 score: 0.8253
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 296 score: 0.8113
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 297 score: 0.8279
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 298 score: 0.6694
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 299 score: 0.8810
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 300 score: 0.8827
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 301 score: 0.8401
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 302 score: 0.8286
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 303 score: 0.9055
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 304 score: 0.8743
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 305 score: 0.8646
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 306 score: 0.8369
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 307 score: 0.8391
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 308 score: 0.8973
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 309 score: 0.8934
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 310 score: 0.9402
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 311 score: 0.8850
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 312 score: 0.8881
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 313 score: 0.6960
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 314 score: 0.9397
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 315 score: 0.8699
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 316 score: 0.8618
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 317 score: 0.8270
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 318 score: 0.7725
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 319 score: 0.8065
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 320 score: 0.7981
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 321 score: 0.8304
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 322 score: 0.8252
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 323 score: 0.8323
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 324 score: 0.8785
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 325 score: 0.8685
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 326 score: 0.8424
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 327 score: 0.8249
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 328 score: 0.8907
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 329 score: 0.7586
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 330 score: 0.8519
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 331 score: 0.8846
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 332 score: 0.9104
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 333 score: 0.9062
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 334 score: 0.9463
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 335 score: 0.8628
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 336 score: 0.8798
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 337 score: 0.8125
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 338 score: 0.7773
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 339 score: 0.8761
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 340 score: 0.8205
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 341 score: 0.8970
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 342 score: 0.8304
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 343 score: 0.8847
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 344 score: 0.9051
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 345 score: 0.9050
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 346 score: 0.8276
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 347 score: 0.8700
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 348 score: 0.8287
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 349 score: 0.7870
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 350 score: 0.8469
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 351 score: 0.8699
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 352 score: 0.8851
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 353 score: 0.9222
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 354 score: 0.8953
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 355 score: 0.8813
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 356 score: 0.8303
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 357 score: 0.8873
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 358 score: 0.8900
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 359 score: 0.8069
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 360 score: 0.8071
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 361 score: 0.8934
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 362 score: 0.9330
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 363 score: 0.7656
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 364 score: 0.9172
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 365 score: 0.7629
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 366 score: 0.7446
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 367 score: 0.8370
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 368 score: 0.7789
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 369 score: 0.8466
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 370 score: 0.7919
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 371 score: 0.7990
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 372 score: 0.8511
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 373 score: 0.8354
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 374 score: 0.9101
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 375 score: 0.9560
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 376 score: 0.9253
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 377 score: 0.9114
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 378 score: 0.8750
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 379 score: 0.8904
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 380 score: 0.8703
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 381 score: 0.8810
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 382 score: 0.7844
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 383 score: 0.7735
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 384 score: 0.8517
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 385 score: 0.7762
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 386 score: 0.8230
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 387 score: 0.8576
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 388 score: 0.8896
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 389 score: 0.8821
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 390 score: 0.8733
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 391 score: 0.8888
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 392 score: 0.9106
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 393 score: 0.9184
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 394 score: 0.9219
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 395 score: 0.8273
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 396 score: 0.8077
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 397 score: 0.9347
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 398 score: 0.8337
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 399 score: 0.7876
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 400 score: 0.9305
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 401 score: 0.8630
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 402 score: 0.9325
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 403 score: 0.8490
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 404 score: 0.7450
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 405 score: 0.8133
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 406 score: 0.8284
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 407 score: 0.8566
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 408 score: 0.8940
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 409 score: 0.8786
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 410 score: 0.8953
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 411 score: 0.7775
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 412 score: 0.8632
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 413 score: 0.8422
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 414 score: 0.8996
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 415 score: 0.8406
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 416 score: 0.8299
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 417 score: 0.8856
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 418 score: 0.8945
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 419 score: 0.8675
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 420 score: 0.9097
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 421 score: 0.8895
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 422 score: 0.8591
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 423 score: 0.8157
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 424 score: 0.8751
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 425 score: 0.9052
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 426 score: 0.8863
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 427 score: 0.9107
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 428 score: 0.8744
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 429 score: 0.9493
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 430 score: 0.8855
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 431 score: 0.8157
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 432 score: 0.7531
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 433 score: 0.7725
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 434 score: 0.8483
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 435 score: 0.7965
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 436 score: 0.8414
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 437 score: 0.8893
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 438 score: 0.8258
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 439 score: 0.8435
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 440 score: 0.8592
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 441 score: 0.8921
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 442 score: 0.9509
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 443 score: 0.8737
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 444 score: 0.8512
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 445 score: 0.9027
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 446 score: 0.8893
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 447 score: 0.8396
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 448 score: 0.8732
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 449 score: 0.8546
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 450 score: 0.8453
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 451 score: 0.7847
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 452 score: 0.8819
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 453 score: 0.8430
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 454 score: 0.8594
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 455 score: 0.8135
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 456 score: 0.8097
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 457 score: 0.8996
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 458 score: 0.8609
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 459 score: 0.8488
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 460 score: 0.9250
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 461 score: 0.8639
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 462 score: 0.8854
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 463 score: 0.8524
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 464 score: 0.8739
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 465 score: 0.8218
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 466 score: 0.8311
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 467 score: 0.7415
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 468 score: 0.7833
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 469 score: 0.7568
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 470 score: 0.7328
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 471 score: 0.7964
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 472 score: 0.8225
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 473 score: 0.8317
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 474 score: 0.8226
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 475 score: 0.8305
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 476 score: 0.8245
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 477 score: 0.7221
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 478 score: 0.8757
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 479 score: 0.9355
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 480 score: 0.8844
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 481 score: 0.6696
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 482 score: 0.8656
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 483 score: 0.7758
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 484 score: 0.8750
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 485 score: 0.7984
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 486 score: 0.8697
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 487 score: 0.8417
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 488 score: 0.8756
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 489 score: 0.8528
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 490 score: 0.8593
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 491 score: 0.8571
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 492 score: 0.9287
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 493 score: 0.8466
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 494 score: 0.8525
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 495 score: 0.7913
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 496 score: 0.7608
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 497 score: 0.8775
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 498 score: 0.9343
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 499 score: 0.8764
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 500 score: 0.8897
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 501 score: 0.9314
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 502 score: 0.8853
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 503 score: 0.8476
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 504 score: 0.8105
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 505 score: 0.8657
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 506 score: 0.8617
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 507 score: 0.8093
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 508 score: 0.8813
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 509 score: 0.8276
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 510 score: 0.6825
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 511 score: 0.7685
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 512 score: 0.8162
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 513 score: 0.8222
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 514 score: 0.8955
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 515 score: 0.9252
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 516 score: 0.8189
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 517 score: 0.8900
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 518 score: 0.8448
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 519 score: 0.9373
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 520 score: 0.9041
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 521 score: 0.9085
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 522 score: 0.8905
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 523 score: 0.8492
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 524 score: 0.9176
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 525 score: 0.8604
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 526 score: 0.9025
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 527 score: 0.7129
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 528 score: 0.8526
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 529 score: 0.8653
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 530 score: 0.8343
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 531 score: 0.8920
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 532 score: 0.8174
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 533 score: 0.8938
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 534 score: 0.8485
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 535 score: 0.8262
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 536 score: 0.8237
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 537 score: 0.8228
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 538 score: 0.8683
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 539 score: 0.8902
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 540 score: 0.8606
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 541 score: 0.8921
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 542 score: 0.8391
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 543 score: 0.8535
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 544 score: 0.8636
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 545 score: 0.9093
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 546 score: 0.8380
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 547 score: 0.9048
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 548 score: 0.8375
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 549 score: 0.9024
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 550 score: 0.7999
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 551 score: 0.8839
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 552 score: 0.8632
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 553 score: 0.8481
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 554 score: 0.8820
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 555 score: 0.8107
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 556 score: 0.8012
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 557 score: 0.7881
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 558 score: 0.8303
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 559 score: 0.7449
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 560 score: 0.7840
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 561 score: 0.8708
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 562 score: 0.7494
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 563 score: 0.8367
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 564 score: 0.8307
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 565 score: 0.8889
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 566 score: 0.8609
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 567 score: 0.8709
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 568 score: 0.5631
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 569 score: 0.8105
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 570 score: 0.9158
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 571 score: 0.8985
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 572 score: 0.8015
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 573 score: 0.9428
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 574 score: 0.9448
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 575 score: 0.7845
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 576 score: 0.8194
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 577 score: 0.9038
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 578 score: 0.9008
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 579 score: 0.8713
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 580 score: 0.8954
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 581 score: 0.9189
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 582 score: 0.8066
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 583 score: 0.8217
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 584 score: 0.8009
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 585 score: 0.8761
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 586 score: 0.8314
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 587 score: 0.8540
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 588 score: 0.8168
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 589 score: 0.8865
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 590 score: 0.8654
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 591 score: 0.8618
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 592 score: 0.7679
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 593 score: 0.8756
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 594 score: 0.9219
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 595 score: 0.8756
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 596 score: 0.8604
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 597 score: 0.8279
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 598 score: 0.8568
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 599 score: 0.8687
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 600 score: 0.8745
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 601 score: 0.8387
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 602 score: 0.8686
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 603 score: 0.8864
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 604 score: 0.8581
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 605 score: 0.9057
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 606 score: 0.8000
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 607 score: 0.7515
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 608 score: 0.7244
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 609 score: 0.8820
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 610 score: 0.8537
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 611 score: 0.8934
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 612 score: 0.8878
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 613 score: 0.8278
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 614 score: 0.8709
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 615 score: 0.8386
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 616 score: 0.9211
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 617 score: 0.8552
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 618 score: 0.8928
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 619 score: 0.8338
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 620 score: 0.8916
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 621 score: 0.8631
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 622 score: 0.8927
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 623 score: 0.8680
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 624 score: 0.8578
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 625 score: 0.8685
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 626 score: 0.9247
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 627 score: 0.8795
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 628 score: 0.8904
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 629 score: 0.8811
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 630 score: 0.8450
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 631 score: 0.8692
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 632 score: 0.8904
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 633 score: 0.9050
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 634 score: 0.9737
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 635 score: 0.8868
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 636 score: 0.8829
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 637 score: 0.8440
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 638 score: 0.9183
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 639 score: 0.9637
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 640 score: 0.9027
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 641 score: 0.8972
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 642 score: 0.8955
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 643 score: 0.6520
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 644 score: 0.8256
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 645 score: 0.8474
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 646 score: 0.8723
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 647 score: 0.8589
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 648 score: 0.8131
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 649 score: 0.8470
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 650 score: 0.8953
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 651 score: 0.7968
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 652 score: 0.8268
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 653 score: 0.8107
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 654 score: 0.8505
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 655 score: 0.8797
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 656 score: 0.8748
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 657 score: 0.9140
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 658 score: 0.8135
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 659 score: 0.9001
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 660 score: 0.8645
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 661 score: 0.9101
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 662 score: 0.9159
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 663 score: 0.9174
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 664 score: 0.8965
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 665 score: 0.8605
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 666 score: 0.8405
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 667 score: 0.8328
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 668 score: 0.8672
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 669 score: 0.8908
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 670 score: 0.8372
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 671 score: 0.9209
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 672 score: 0.7720
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 673 score: 0.8743
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 674 score: 0.8447
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 675 score: 0.9028
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 676 score: 0.8832
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 677 score: 0.8996
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 678 score: 0.8971
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 679 score: 0.9149
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 680 score: 0.8715
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 681 score: 0.8790
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 682 score: 0.8722
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 683 score: 0.8344
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 684 score: 0.8549
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 685 score: 0.8657
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 686 score: 0.8539
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 687 score: 0.8954
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 688 score: 0.9124
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 689 score: 0.8786
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 690 score: 0.9107
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 691 score: 0.8721
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 692 score: 0.9068
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 693 score: 0.8299
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 694 score: 0.7541
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 695 score: 0.9154
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 696 score: 0.8191
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 697 score: 0.9445
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 698 score: 0.7568
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 699 score: 0.9201
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 700 score: 0.8681
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 701 score: 0.8707
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 702 score: 0.8570
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 703 score: 0.8783
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 704 score: 0.7465
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 705 score: 0.7454
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 706 score: 0.8527
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 707 score: 0.8712
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 708 score: 0.8387
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 709 score: 0.8530
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 710 score: 0.9596
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 711 score: 0.8053
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 712 score: 0.8793
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 713 score: 0.8257
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 714 score: 0.8391
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 715 score: 0.8161
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 716 score: 0.8780
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 717 score: 0.7986
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 718 score: 0.8944
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 719 score: 0.8306
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 720 score: 0.7919
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 721 score: 0.8506
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 722 score: 0.8546
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 723 score: 0.8951
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 724 score: 0.9362
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 725 score: 0.8903
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 726 score: 0.8536
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 727 score: 0.8107
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 728 score: 0.7521
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 729 score: 0.8763
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 730 score: 0.8041
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 731 score: 0.8883
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 732 score: 0.8158
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 733 score: 0.8793
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 734 score: 0.8569
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 735 score: 0.8815
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 736 score: 0.8830
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 737 score: 0.8659
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 738 score: 0.9091
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 739 score: 0.9221
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 740 score: 0.8561
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 741 score: 0.7998
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 742 score: 0.8373
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 743 score: 0.9193
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 744 score: 0.8626
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 745 score: 0.8764
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 746 score: 0.7854
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 747 score: 0.8677
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 748 score: 0.8352
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 749 score: 0.8940
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 750 score: 0.9635
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 751 score: 0.8005
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 752 score: 0.8607
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 753 score: 0.7870
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 754 score: 0.8837
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 755 score: 0.9037
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 756 score: 0.7963
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 757 score: 0.8407
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 758 score: 0.8552
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 759 score: 0.8383
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 760 score: 0.8868
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 761 score: 0.9198
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 762 score: 0.9410
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 763 score: 0.8648
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 764 score: 0.8912
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 765 score: 0.8783
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 766 score: 0.8497
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 767 score: 0.8270
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 768 score: 0.9202
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 769 score: 0.9684
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 770 score: 0.8970
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 771 score: 0.9207
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 772 score: 0.8852
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 773 score: 0.9139
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 774 score: 0.8814
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 775 score: 0.8567
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 776 score: 0.8493
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 777 score: 0.8776
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 778 score: 0.8503
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 779 score: 0.8696
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 780 score: 0.8384
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 781 score: 0.7787
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 782 score: 0.8577
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 783 score: 0.7806
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 784 score: 0.8600
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 785 score: 0.6794
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 786 score: 0.9302
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 787 score: 0.8839
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 788 score: 0.8656
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 789 score: 0.8523
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 790 score: 0.8942
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 791 score: 0.9028
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 792 score: 0.8812
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 793 score: 0.8541
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 794 score: 0.8098
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 795 score: 0.8635
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 796 score: 0.9557
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 797 score: 0.7804
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 798 score: 0.8778
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 799 score: 0.8493
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 800 score: 0.8619
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 801 score: 0.8663
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 802 score: 0.8694
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 803 score: 0.8598
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 804 score: 0.7394
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 805 score: 0.9046
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 806 score: 0.8975
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 807 score: 0.8763
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 808 score: 0.8534
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 809 score: 0.8671
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 810 score: 0.8720
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 811 score: 0.7158
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 812 score: 0.8763
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 813 score: 0.8967
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 814 score: 0.8445
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 815 score: 0.8305
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 816 score: 0.8361
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 817 score: 0.7908
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 818 score: 0.8016
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 819 score: 0.9126
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 820 score: 0.9457
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 821 score: 0.8172
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 822 score: 0.8757
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 823 score: 0.8730
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 824 score: 0.9327
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 825 score: 0.8737
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 826 score: 0.8041
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 827 score: 0.8796
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 828 score: 0.8726
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 829 score: 0.8243
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 830 score: 0.8817
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 831 score: 0.8703
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 832 score: 0.8366
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 833 score: 0.7996
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 834 score: 0.8065
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 835 score: 0.8218
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 836 score: 0.8889
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 837 score: 0.8393
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 838 score: 0.7568
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 839 score: 0.8819
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 840 score: 0.8852
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 841 score: 0.8295
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 842 score: 0.8430
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 843 score: 0.8906
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 844 score: 0.8095
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 845 score: 0.8700
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 846 score: 0.7828
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 847 score: 0.7612
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 848 score: 0.8046
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 849 score: 0.8427
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 850 score: 0.8732
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 851 score: 0.8948
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 852 score: 0.8879
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 853 score: 0.9110
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 854 score: 0.8522
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 855 score: 0.7841
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 856 score: 0.7111
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 857 score: 0.8880
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 858 score: 0.7553
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 859 score: 0.9073
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 860 score: 0.8748
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 861 score: 0.8773
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 862 score: 0.8920
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 863 score: 0.8763
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 864 score: 0.8452
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 865 score: 0.7851
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 866 score: 0.8395
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 867 score: 0.8791
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 868 score: 0.8851
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 869 score: 0.8280
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 870 score: 0.9261
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 871 score: 0.8067
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 872 score: 0.8869
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 873 score: 0.8669
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 874 score: 0.9027
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 875 score: 0.8918
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 876 score: 0.9145
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 877 score: 0.8718
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 878 score: 0.9395
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 879 score: 0.8153
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 880 score: 0.8098
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 881 score: 0.8865
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 882 score: 0.8829
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 883 score: 0.8180
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 884 score: 0.8648
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 885 score: 0.8528
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 886 score: 0.8342
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 887 score: 0.8538
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 888 score: 0.7061
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 889 score: 0.8339
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 890 score: 0.8615
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 891 score: 0.8077
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 892 score: 0.7797
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 893 score: 0.8834
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 894 score: 0.8850
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 895 score: 0.8958
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 896 score: 0.8419
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 897 score: 0.8205
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 898 score: 0.8808
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 899 score: 0.9130
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 900 score: 0.8119
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 901 score: 0.9088
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 902 score: 0.8424
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 903 score: 0.8890
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 904 score: 0.8751
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 905 score: 0.8485
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 906 score: 0.8127
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 907 score: 0.7633
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 908 score: 0.8594
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 909 score: 0.9349
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 910 score: 0.8653
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 911 score: 0.8376
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 912 score: 0.9364
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 913 score: 0.8646
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 914 score: 0.9050
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 915 score: 0.8410
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 916 score: 0.7728
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 917 score: 0.8516
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 918 score: 0.9335
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 919 score: 0.9020
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 920 score: 0.9035
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 921 score: 0.8705
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 922 score: 0.8935
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 923 score: 0.8621
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 924 score: 0.8680
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 925 score: 0.8726
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 926 score: 0.8912
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 927 score: 0.8451
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 928 score: 0.8888
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 929 score: 0.8575
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 930 score: 0.8608
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 931 score: 0.8569
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 932 score: 0.8073
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 933 score: 0.8401
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 934 score: 0.8364
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 935 score: 0.8972
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 936 score: 0.8695
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 937 score: 0.9375
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 938 score: 0.9287
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 939 score: 0.8829
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 940 score: 0.8845
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 941 score: 0.9598
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 942 score: 0.8926
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 943 score: 0.8991
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 944 score: 0.8639
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 945 score: 0.7956
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 946 score: 0.8678
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 947 score: 0.8632
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 948 score: 0.8143
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 949 score: 0.8555
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 950 score: 0.7472
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 951 score: 0.8738
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 952 score: 0.8443
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 953 score: 0.8820
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 954 score: 0.8551
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 955 score: 0.8623
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 956 score: 0.9259
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 957 score: 0.9324
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 958 score: 0.8580
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 959 score: 0.9349
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 960 score: 0.8076
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 961 score: 0.7563
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 962 score: 0.9210
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 963 score: 0.8854
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 964 score: 0.9313
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 965 score: 0.8438
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 966 score: 0.8501
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 967 score: 0.7935
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 968 score: 0.8449
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 969 score: 0.7794
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 970 score: 0.8884
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 971 score: 0.8468
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 972 score: 0.7640
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 973 score: 0.8776
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 974 score: 0.8388
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 975 score: 0.8759
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 976 score: 0.8623
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 977 score: 0.8449
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 978 score: 0.9465
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 979 score: 0.8782
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 980 score: 0.8204
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 981 score: 0.8597
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 982 score: 0.8749
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 983 score: 0.8477
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 984 score: 0.7903
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 985 score: 0.8889
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 986 score: 0.9147
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 987 score: 0.8897
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 988 score: 0.8446
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 989 score: 0.7619
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 990 score: 0.8920
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 991 score: 0.8441
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 992 score: 0.9213
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 993 score: 0.8762
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 994 score: 0.8282
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 995 score: 0.8426
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 996 score: 0.9256
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 997 score: 0.9411
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 998 score: 0.8771
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 999 score: 0.8560
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 1000 score: 0.9225
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 1001 score: 0.8058
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 1002 score: 0.8272
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 1003 score: 0.7806
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 1004 score: 0.8862
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 1005 score: 0.8484
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 1006 score: 0.8001
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 1007 score: 0.8999
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 1008 score: 0.9243
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 1009 score: 0.8684
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 1010 score: 0.8667
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en Segment 1011 score: 0.8605
+/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-3-max-tokens-512//test-uk-en score: 0.8549
diff --git a/trainer_state.json b/trainer_state.json
new file mode 100644
index 0000000000000000000000000000000000000000..fe9f748e24ed91cffcd2d5682a8ba30c7c592ba2
--- /dev/null
+++ b/trainer_state.json
@@ -0,0 +1,182 @@
+{
+ "best_metric": null,
+ "best_model_checkpoint": null,
+ "epoch": 0.9982668977469671,
+ "eval_steps": 18,
+ "global_step": 360,
+ "is_hyper_param_search": false,
+ "is_local_process_zero": true,
+ "is_world_process_zero": true,
+ "log_history": [
+ {
+ "epoch": 0.04991334488734835,
+ "grad_norm": 0.4083130955696106,
+ "learning_rate": 0.002,
+ "loss": 1.2589,
+ "step": 18
+ },
+ {
+ "epoch": 0.0998266897746967,
+ "grad_norm": 0.3094785809516907,
+ "learning_rate": 0.0008944271909999159,
+ "loss": 1.0636,
+ "step": 36
+ },
+ {
+ "epoch": 0.14974003466204505,
+ "grad_norm": 0.37615087628364563,
+ "learning_rate": 0.0006488856845230502,
+ "loss": 0.8574,
+ "step": 54
+ },
+ {
+ "epoch": 0.1996533795493934,
+ "grad_norm": 0.2839493453502655,
+ "learning_rate": 0.0005345224838248488,
+ "loss": 0.8292,
+ "step": 72
+ },
+ {
+ "epoch": 0.24956672443674177,
+ "grad_norm": 0.2941131889820099,
+ "learning_rate": 0.00046499055497527714,
+ "loss": 0.7934,
+ "step": 90
+ },
+ {
+ "epoch": 0.2994800693240901,
+ "grad_norm": 0.3659161627292633,
+ "learning_rate": 0.0004170288281141495,
+ "loss": 0.7727,
+ "step": 108
+ },
+ {
+ "epoch": 0.3493934142114385,
+ "grad_norm": 0.3437303304672241,
+ "learning_rate": 0.00038138503569823694,
+ "loss": 0.7557,
+ "step": 126
+ },
+ {
+ "epoch": 0.3993067590987868,
+ "grad_norm": 0.2811639904975891,
+ "learning_rate": 0.00035355339059327376,
+ "loss": 0.7285,
+ "step": 144
+ },
+ {
+ "epoch": 0.44922010398613516,
+ "grad_norm": 0.35479724407196045,
+ "learning_rate": 0.00033104235544094716,
+ "loss": 0.7107,
+ "step": 162
+ },
+ {
+ "epoch": 0.49913344887348354,
+ "grad_norm": 0.3011772036552429,
+ "learning_rate": 0.0003123475237772121,
+ "loss": 0.7186,
+ "step": 180
+ },
+ {
+ "epoch": 0.5490467937608319,
+ "grad_norm": 0.29623347520828247,
+ "learning_rate": 0.00029649972666444046,
+ "loss": 0.6818,
+ "step": 198
+ },
+ {
+ "epoch": 0.5989601386481802,
+ "grad_norm": 0.3092997074127197,
+ "learning_rate": 0.000282842712474619,
+ "loss": 0.6701,
+ "step": 216
+ },
+ {
+ "epoch": 0.6488734835355287,
+ "grad_norm": 0.32858991622924805,
+ "learning_rate": 0.00027091418459143857,
+ "loss": 0.6733,
+ "step": 234
+ },
+ {
+ "epoch": 0.698786828422877,
+ "grad_norm": 0.3046702742576599,
+ "learning_rate": 0.0002603778219616478,
+ "loss": 0.6523,
+ "step": 252
+ },
+ {
+ "epoch": 0.7487001733102253,
+ "grad_norm": 0.41049444675445557,
+ "learning_rate": 0.00025098232205526344,
+ "loss": 0.6473,
+ "step": 270
+ },
+ {
+ "epoch": 0.7986135181975736,
+ "grad_norm": 0.35009312629699707,
+ "learning_rate": 0.00024253562503633296,
+ "loss": 0.6309,
+ "step": 288
+ },
+ {
+ "epoch": 0.848526863084922,
+ "grad_norm": 0.3388204276561737,
+ "learning_rate": 0.0002348880878058814,
+ "loss": 0.6264,
+ "step": 306
+ },
+ {
+ "epoch": 0.8984402079722703,
+ "grad_norm": 0.28809213638305664,
+ "learning_rate": 0.0002279211529192759,
+ "loss": 0.6046,
+ "step": 324
+ },
+ {
+ "epoch": 0.9483535528596188,
+ "grad_norm": 0.3333686292171478,
+ "learning_rate": 0.0002215395102486845,
+ "loss": 0.5891,
+ "step": 342
+ },
+ {
+ "epoch": 0.9982668977469671,
+ "grad_norm": 0.3479894697666168,
+ "learning_rate": 0.00021566554640687683,
+ "loss": 0.5952,
+ "step": 360
+ },
+ {
+ "epoch": 0.9982668977469671,
+ "step": 360,
+ "total_flos": 3.656326962122588e+18,
+ "train_loss": 0.7429896301693386,
+ "train_runtime": 2700.7652,
+ "train_samples_per_second": 17.09,
+ "train_steps_per_second": 0.133
+ }
+ ],
+ "logging_steps": 18,
+ "max_steps": 360,
+ "num_input_tokens_seen": 0,
+ "num_train_epochs": 1,
+ "save_steps": 18,
+ "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.656326962122588e+18,
+ "train_batch_size": 2,
+ "trial_name": null,
+ "trial_params": null
+}